←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
Tiki-KGBtikiwiki 03arildb r44551 10branches/10.x/lib/core/Search/Index/Lucene.php
tikiwiki [bp/r44550][FIX] Highighted search results can now handle non-english characters.
tikiwiki 03arildb r44552 10branches/9.x/lib/core/Search/Index/Lucene.php
tikiwiki [bp/r44550][FIX] Highighted search results can now handle non-english characters.
[00:12]
..................... (idle for 1h41mn)
Tiki|botNew Forum Posts: trackerlist filtering by numeric values "in between" - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=45722 [01:55]
............ (idle for 59mn)
fcpdjoined #tikiwiki
tikiwiki 10 new install: cannot seem to get google maps api key to work. v2 is deprecated and should be updated which is beside the point. the one issued from my google dev api console does not work --- kicks an error. is there a way around this?
[02:54]
marclaporteCan you show the problem on demo.tiki.org?
fcpd^^
[03:08]
goj_killedByISPjoined #tikiwiki [03:09]
fcpdhow do i do that do you mean post the error?
i can just open up anonymous and click user map if its easier
[03:12]
marclaporteI want you to show me the error [03:13]
fcpdit wont let me copy and paste so let me do a paste bin with screenshot just a sec [03:14]
marclaporteJust give me a URL to see the error on demo.tiki.org
I don't want a screenshot, I want experience the error :-)
here? http://demo.tiki.org/10x/tiki-gmap_usermap.php
[03:14]
fcpdhttp://foreclosurepedia.org/istar/tiki-gmap_usermap.php
no it says the api key is not valid or is not authorized for v2 Google Maps
[03:17]
marclaporteGoogle changed their system and it was adapted in many places in Tiki
but not this one
[03:18]
fcpdso translated does that mean that I cannot use google maps [03:20]
marclaporteno [03:21]
fcpdspun u up an acct if you want to see the error in person [03:21]
marclaporteit's OK I see [03:21]
fcpdmy api key comes from the google api console and is set for every map known in the system including v2 [03:21]
marclaporteHere is the upgrade: http://doc.tiki.org/PluginMap [03:22]
fcpdok let me roll there brb thanx for the time btw! [03:23]
marclaporteThe improved system uses http://openlayers.org/ and you can have Google Maps, Google StreetView, Bing Maps, MapQuest OpenStreetMap [03:24]
fcpdI reset the API Key and it seems happy. Cut and paste.
How would I go about writing a post on this for layman's version stuff. I couldn't find anything on the little nuances and I would like to contribute even at this small level! ;)
[03:25]
marclaporteThat is a good question!
I am looking at the code
[03:36]
What I have figured out so far: tiki-gmap_usermap.php is simply using https://doc.tiki.org/PluginGoogleMap
and https://doc.tiki.org/PluginGoogleMap has not been updated to API changes
http://sourceforge.net/p/tikiwiki/code/44552/tree/branches/10.x/tiki-gmap_usermap.php simply checks if feature (feature_gmap) is on
and calls http://sourceforge.net/p/tikiwiki/code/44552/tree/branches/10.x/templates/tiki-gmap_usermap.tpl
which itself calls http://sourceforge.net/p/tikiwiki/code/44552/tree/branches/10.x/lib/wiki-plugins/wikiplugin_googlemap.php
[03:41]
laureijoined #tikiwiki [03:52]
marclaporteHere is the history of the file: http://sourceforge.net/p/tikiwiki/code/44552/log/?path=/trunk/lib/wiki-plugins/wikiplugin_googlemap.php [03:53]
fcpdI would like to write a simple step-by-step guide like: go to google, register, goto http xxx and open your api console copy and return to blah page. something like that. What I will do is spin up a post and then have you or whomever is on the staff qc it and then maybe it could be put up? [03:54]
marclaporteWhat do you want on the map? [03:55]
fcpdyou folks have given me so much that i want to return but i am just not a coder. i believe i could write some good technical docs though and maybe contribute that way?!
for our site?
[03:55]
marclaporteyes [03:55]
fcpdeventually it will populate a layer of tracker data addresses [03:56]
marclaportewe have to know what we are documenting [03:56]
fcpdfor the documentation here i just want to explain to the layman how to go about getting the API and then placing it in the plugin page
for our site it will eventually populate a stand alone map like http://foreclosurepedia.org/reo
finding the google api console was the hardest thing for me and i figure others probably have the same learning curve
[03:56]
marclaporteforget about Google API [03:58]
fcpdok [03:58]
marclaporteit's not needed anymore
which is why our code is broken
[03:58]
fcpdah osm? [03:58]
marclaporteA web service like Google can change their API anytime and break our stuff
They offer a great free service so I am not complaining
http://dev.tiki.org/Social+Networking+via+Maps is what I want to achieve
[03:58]
fcpdhttp://www.ohloh.net/p/tikiwiki/map bingo just like i did in mw. the jest in tikiwiki i believe would be to use a call (or whatever query it is) and display info from a tracker based upon given paramaters (like an #ask or compound)
see thats PERFECT there
[04:01]
marclaporteI wish Nelson Ko was here as he was the main developer of wikiplugin_googlemap.php
I have unlocked the key here: http://demo.tiki.org/9x/tiki-gmap_usermap.php
[04:07]
fcpdCode I don't really understand; however, I figured out how to spin up the calls and such on MW to make the Google Map through the Semantic Plugin do what I wanted and it strikes me as very similar to displaying geo info w/trackers [04:10]
marclaporteBut I don't see how it's supposed to do anything [04:11]
fcpdmy russian is a bit rusty ;) [04:11]
marclaportehehe
I am attempting to put members of "Team Developers" on a map here: http://tiki.org/Developers+map+test
[04:13]
fcpdsee here's the skeleton: tracker pulls data as lat/lon. the map is static and then uses a query based upon say Category A and then populates that data upon the map utilizing marker.png or whatever.
so i presume the red marker pulled its data from an input by using a query right?
the biggest hurdle they had at MW was creating the field that allowed you to enter an address which then used an api to spin it into lat/lon.
the way i understand open source is that the code can be used by anyone right?
all the stuff is php
[04:15]
marclaporteyes, if we are missing stuff, we can likely find existing code
But that is not the immediate problem
We have a lot of code already
What we need are people interested or familiar with this code to show us some examples of how to use
and we can make documentation and even feature requests
but as of now, we could very well make a feature request for something that already exists :-)
http://tiki.org/Developers+map+test is looking better now
[04:26]
fcpdah, i found the source on that page ... ok. when u say interested in the code do u mean coders or someone like me whom has an idea of what it would be nice if it did and discuss how i have used it on mw? [04:29]
marclaporteAs soon as we have a basic handling, it is very good to produce examples with questions : "This is interesting in SMW: How could we do this in Tiki?" [04:31]
fcpdsee that update you have now, man. i can see the infinite possibilities based upon parameters! i will go read up on the plugin and absorb all i can.
Now from the business point of view i still have all my Q&A i went thru to get the stuff i wanted done if that would be helpful
going all the way back to 3.x days my main goal was to use the wiki to identify Geolocations which could then be extrapolated into end user data
for example: in foreclosures. i have say 30 houses and 14 are winterized so i have 16 which aren't. where are they. or i am in knoxville and my friends are close by. i like tacos and they do to. query user feed back on restaraunts based upon geoloc
or like osm: tikiwiki user A has hiked 20 miles of the AT. there are 5 shelters along it. 3 are overnights. populate this. or i am selling the widget. i have 19 people whom are in my client (tracker) files. the widget can only be used above 5000MSL which clients are in that altitude so I can target them for ads or delivery
[04:35]
................. (idle for 1h24mn)
goj_killedByISPjoined #tikiwiki [06:05]
.......... (idle for 45mn)
laureijoined #tikiwiki [06:50]
............................. (idle for 2h20mn)
gourjoined #tikiwiki [09:10]
xavi1joined #tikiwiki [09:17]
....... (idle for 32mn)
Tiki|botRecent Bug: Tracker item: #4361 - - 9x LTS: Wrong end time set when recurring events created - http://dev.tiki.org/item4361 [09:49]
....... (idle for 30mn)
Recent Bug: Tracker item: #4362 - - 10.x dev.t.o/t5: clicking at a star in the rating field of the Bug Tracker does nothing - http://dev.tiki.org/item4362 [10:19]
..... (idle for 24mn)
fabriciusjoined #tikiwiki [10:43]
gourinstalled new 10.0, imported my small WP blog (3 posts) and months_links does not work (no records to display), while e.g. 'recent comments' work...running out of ideas what's wrong? [10:47]
..... (idle for 21mn)
xavihi gour
afair, months_links works for article posts, or blog posts. Not on comments to those objects
[11:08]
gourhiya xavi [11:08]
xavidid you read the documentation?
https://doc.tiki.org/module+months_links
[11:08]
gourwell, months_links does not work here for blog posts, but i've tried another new_comments module which works which makes me even more puzzled [11:09]
xavifeel free to improve the docs, of course (I did write that long ago in a quick & dirty way, since there was nothing before then)
months links works for me (at least for articles) in 9x: http://intercanvis.net
mmm
[11:10]
gourwhich params you have defined? [11:11]
xaviand works for me also in another site with 9x also for blog posts: http://r-es.org (left column)
did you try with the params in the documentation?
the screenshot
[11:11]
gouri've the following: feature=blogs
id=1
title=Archives
screenshot seems to be from some older version
[11:12]
xavilanguage and group? [11:13]
gournow i've tried with groups, but no luck [11:14]
xaviok, I see that the site with blogs that I told you, has this written in a custom module (assigned to the left column):
{MODULE(module="months_links", feature="blogs", id="2", title="Ofertas de trabajo", section="blogs", nonums="y", notitle="n", decorations="n", nobox="y")}{MODULE}
[11:15]
gourlanguage also does not change anything...i've to ask luciash which params he used [11:15]
xavi^this works for me [11:15]
gourxavi: where i can see this code? [11:15]
xavimaybe section is missing?
you can se the code here on irc :-)
[11:15]
gouri mean in tiki installation? [11:16]
xaviyou can see the output in the url I pasted before
http://r-es.org
[11:16]
gouri use module's UI [11:16]
xavileft column, where It says "Ofertas de Trabajo"
and something similar, where it says "Notícias", which shows a month displayed by default for 2013, etc.
if module's UI doesn't allow you to work with the module, the file in a bug report
but try also with custom module definition, like above, to test whether this way (at least) you can make it work for your needs
and help to improve the docs, please, when you can
[11:16]
gourxavi: do you use module's UI? [11:18]
xaviI don't remember how I did (long ago) [11:18]
gouri've to find out about custom modules...i'm still very noob with tiki...let me check...
reading tiki essentials...
[11:20]
rodrigoprimojoined #tikiwiki [11:29]
.... (idle for 18mn)
gour_joined #tikiwiki [11:47]
there must be some bug in months_links...e.g. newest posts works as well [11:58]
gourenough for now...let's see if we can have more luck with textpattern... [12:06]
..... (idle for 23mn)
xavigour, did you clean tiki caches?
and rebuild searchindex, just in case?
[12:29]
gouri only only clear cache...haven't rebuild searchindex
*cleared
[12:29]
vmachinejoined #tikiwiki [12:36]
ricks99joined #tikiwiki [12:36]
vmachineleft #tikiwiki [12:46]
ricks99polom y'all [12:47]
arildbjoined #tikiwiki [12:50]
...... (idle for 26mn)
arildb_joined #tikiwiki [13:16]
laureijoined #tikiwiki [13:28]
.... (idle for 15mn)
arildb_joined #tikiwiki [13:43]
............. (idle for 1h1mn)
pedorjoined #tikiwiki [14:44]
..... (idle for 23mn)
sandroandradejoined #tikiwiki [15:07]
EmenemsHello. This does not work anymore ? Or did the URL changed ? http://maps.tiki.org/
(link found here : http://dev.tiki.org/Map)
[15:16]
..... (idle for 23mn)
dhazeljoined #tikiwiki [15:39]
gourxavi: i've found the problem, but not solution :-/ [15:46]
xaviok
Emenems: you are right, I'm afraid
Emenems: see "Cartograf"
http://demo.tiki.org/cartograf/HomePage
see also the related docs, Emenems:
http://doc.tiki.org/PluginMap
http://doc.tiki.org/Map
http://doc.tiki.org/Geolocation
[15:47]
Emenemsxavi, ok thank you [15:50]
...... (idle for 29mn)
redflojoined #tikiwiki [16:19]
...... (idle for 29mn)
jonnybjoined #tikiwiki
snowy polom
[16:48]
Tiki-KGBtikiwiki 03jonnybradley r44553 10trunk/lib/core/Tiki/Profile/InstallHandler/FileGallery.php
tikiwiki [FIX] profiles: Observe 'visible' flag when not set as it defaults to 'y', unlike the others
tikiwiki 03jonnybradley r44554 10trunk/lib/core/Tiki/Profile/InstallHandler/TrackerField.php
tikiwiki [FIX] profiles: Add validation options for tracker fields
[16:58]
rinnanleft #tikiwiki [17:00]
Tiki-KGBtikiwiki 03eromneg r44555 10branches/10.x/lib/wiki-plugins/wikiplugin_tracker.php
tikiwiki [FIX] assume 'same row' is true for text area field if option is not set ie upgraded from pre-10 version: unfortunately can't do this type of check for the text field since the pre-10 default for this parameter was false but that's because it meant something different then (I think?)
tikiwiki 03jonnybradley r44556 10trunk
tikiwiki [MRG] Automatic merge, branches/10.x 44476 to 44551
tikiwiki 03jonnybradley r44557 10branches/10.x/lib/core/Tiki/Profile/InstallHandler/FileGallery.php
tikiwiki [bp/r44553][FIX] profiles: Observe 'visible' flag when not set as it defaults to 'y', unlike the others
tikiwiki 03jonnybradley r44558 10branches/10.x/lib/core/Tiki/Profile/InstallHandler/TrackerField.php
tikiwiki [bp/r44554][FIX] profiles: Add validation options for tracker fields
[17:08]
ravijoined #tikiwiki
h
hi
[17:21]
Guest60606i try to delete user from my tiki 10.but whole page became blank [17:22]
ricks99can you turn on error reporting? do you have enough php memory assigned? [17:24]
laureijoined #tikiwiki [17:26]
Guest60606in my local host working fine but in my interanet site it create problem
i got below error in error report:-
172.29.1.34 - - [18/Jan/2013:18:00:23 +0300] "GET /tiki/tiki-minichat_ajax.php?lasttimeout=6000&iebug=1358521374206&chans=%23HP;10,%23NCR;9,%23IBM;11 HTTP/1.1" 200 81 "http://10.0.0.93/tiki/tiki-adminusers.php?find=karan&search=Find&numrows=48&filterGroup=&filterEmail=&sort_mode=login_asc" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0"
[17:28]
ricks99what is your server config? how much php memory? [17:30]
Guest60606let me check [17:30]
php memory is 1024mb [17:39]
marclaportejoined #tikiwiki [17:40]
ricks99Sounds like plenty. Can you turn on tiki error reporting and re-try [17:40]
Guest60606ok
turn on error reporting but problem not solved
[17:41]
Tiki-KGBtikiwiki 03jonnybradley r44559 10branches/10.x/ 10lib/core/Services/Tracker/Controller.php 10tiki-view_tracker.php 10tiki-view_tracker_item.php 10templates/tracker/replace.tpl
tikiwiki [bp/r44477][ENH] trackers: New tracker property to keep non-admin users out of the normal tiki tracker interface (tiki-view_tracker.php and tiki-view_tracker_item.php)
tikiwiki [bp/r44535] More explicit description (thanks marclaporte)
[17:44]
Guest60606ricks99: r u there? [17:47]
ricks99did u turn on error reporting and retry? what error was displayee [17:47]
marclaportejoined #tikiwiki [17:48]
Guest60606same error [17:50]
ricks99not sure. i'm not familr with that error. sugguest you try posting to support forum and dev email list [17:51]
Guest60606ok
when try to remove user using select that user check box and then select "REMOVE" from bottom dropdown.it's working
[17:52]
Tiki|botRecent Bug: Tracker item: #4363 - - Provide spammer test for new accounts - http://dev.tiki.org/item4363 [17:53]
EmenemsHelp. I don't understand this page : http://doc.tiki.org/PluginMap . The MAP is supposed to render everything that LIST gets ? Do i have to use the tiki9 {searchlayer} option ? [17:58]
mat-injoined #tikiwiki
hi there :)
I got a question concerning multi tikis: I have th need to run two CMS for two different domains on the same webhoster.
I read through the files, know the requirements and know how to set them up from scratch.
but: one of the sites is already running.
can I do a backup, then install multi-tiki system and then link it with one database to the existing one?
[17:59]
jonnybhi mat-in, yes you can do that, do you have shell access? [18:12]
mat-inno, unfortunately I don't, so no running the shell script to make the folders.
got to do everything via FTP
[18:13]
jonnybcan be done but more boring ;) [18:13]
mat-inhehe [18:14]
jonnybyou found the doc page for it? [18:14]
mat-inthere are no uploaded files to back up, just the banner and the favicon... so I just dump the DB for security reasons, erase the previous install and intall it multi tiki?
yes, there is a shell script mentioned, but i guess i got to do the subfolders and stuff by hand?
[18:15]
jonnyber... i have a feeling the web installer might make them for you if you put the domain/s in db/virtuals.inc (one per line, without the www) [18:16]
mat-insounds good. will give it a try this weekend.
there is another issue: i got tons of users that register, create their personal tiki page with spam and are never seen again.
deactivating the personal page, requesting a captcha and having an e-mail send to me for registration does not help.
well, they cannot post spam, but now I got hundreds of registration requests in my in-box
and I guess all those pending requests will clutter the database?
[18:17]
jonnybtry a user tracker - you can ask customised questions at registration and make it tricky for them, seems to work
spammers are a bit problem everywhere, and they seem to have discovered tiki (about a year ago) sadly
http://profiles.tiki.org/User_Tracker should still work to get you started (but try on a "spare" tiki if you can)
[18:19]
mat-inguess i could try it for a day or two on the old wiki befor going multi
will have a look at that, too, thank you :)
is there any need to remove all those users that request registration from somehwhere in the database?
or can I simply ignore them?
[18:21]
jonnybbest to remove them i reckon, or you get swamped
think i added a checkbox to the user admin search to find them all at once a while back...
click the "More Criteria" link at the top of the list
[18:24]
ricks99ping jonnyb [18:36]
jonnybpong ricks99 [18:37]
ricks99just fyi... added ur okatu site to featured lists. nice job on the search customizations [18:37]
mat-inhmmm. ok. got to go offline now. do some food-shopping down in meatspace...
thanks for the advice :)
[18:37]
xavileft #tikiwiki [18:40]
jonnybjonnyb likes "meatspace" [18:43]
Tiki-KGBtikiwiki 03eromneg r44560 10branches/10.x/lib/wiki-plugins/wikiplugin_tracker.php
tikiwiki [FIX] doh - should be !isset not empty - thanks jonny [FIX] assume 'same row' is true for text area field if option is not set ie upgraded from pre-10 version: unfortunately can't do this type of check for the text field since the pre-10 default for this parameter was false but that's because it meant something different then (I think?)
[18:52]
ricks99Q: the IMG plugin has an "imagemap" attribute.. but where can i define the map? there's no IMAGEMAP-type plugin. Do i need to use HTML plugin? [18:54]
jonnybricks99: how quaint ;) i remember them... [18:55]
ricks99ricks99 going old school for a project
i can do it with HTML, but then things like wiki back-links, page renames, etc. wont be tracked :(
[18:56]
jonnybseems to add an attribute to the <img> tag - usemap="#mapname" [18:57]
ricks99right. [18:58]
jonnybso presumably you have to define that elsewhere (html plugin probably) [18:58]
ricks99but i'm looking for a tiki-way to create/define the image map [18:58]
jonnyball a bit html 3.2 for me :) [18:58]
ricks99yeah well [18:58]
Tiki-KGBtikiwiki 03eromneg r44561 10trunk/lib/wiki-plugins/wikiplugin_tracker.php
tikiwiki [FIX] [fp 44560] assume 'same row' is true for text area field if option is not set ie upgraded from pre-10 version: unfortunately can't do this type of check for the text field since the pre-10 default for this parameter was false but that's because it meant something different then (I think?)
[19:00]
.... (idle for 16mn)
marclaportejoined #tikiwiki [19:16]
...... (idle for 26mn)
arildb_joined #tikiwiki [19:42]
PrezKennedyjoined #tikiwiki [19:43]
arildb__joined #tikiwiki [19:44]
rodrigoprimojoined #tikiwiki [19:57]
Tiki|botNew Forum Posts: Modifying the Login Button - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=45726 [20:02]
ricks99left #tikiwiki [20:13]
..... (idle for 22mn)
gouri see that months_links plugin cannot display archives for posts/archives from arbitrary date, iow. anything older than april 2012 is not shown. is it bug or a feature? [20:35]
..... (idle for 22mn)
Jyhemgour: it's a missing feature [20:57]
marclaportejoined #tikiwiki [20:58]
gourJyhem: uhh, this sucks :-(
what's the use of archives just for the recent posts?
[20:58]
Jyhemwell, it does not need to be recent. It sorts the old ones by month, if I recall correctly [21:02]
gourif i change the publishing date of my article to something older than april 2012, the module displays "no records to display"
after i imported my small blog site with 3 old posts from 2011, i was banging my head trying to understand why it does not work
[21:03]
Jyhemgour: try increasing the "rows" module parameter. I guess the default value is 10, which allows for less than a year of archives [21:10]
changijoined #tikiwiki [21:11]
gourJyhem: hey, you're my saviour!! [21:12]
Jyhemnp [21:12]
gourhowever, it's better that docs sucks than the module itself :-) [21:12]
JyhemSure, because you can update the docs easily, since it's a wiki (hint! hint!) :-) [21:13]
gour:-) [21:14]
..... (idle for 20mn)
pedorjoined #tikiwiki [21:34]
fabriciusjoined #tikiwiki [21:43]
.... (idle for 16mn)
joined #tikiwiki [21:59]
................ (idle for 1h18mn)
dhazeljoined #tikiwiki [23:17]

←Prev date Next date→ Show only urls(Click on time to select a line by its url)