***: Caarrie has joined #tikiwiki
Caarrie is now known as Caarrie|away
conner_bw has quit IRC (Quit: conner_bw)
ttrimm|AFK is now known as ttrimm
mohrt has quit IRC (Quit: Leaving.)
Trebly has quit IRC (Read error: Connection reset by peer)
fabricius has joined #tikiwiki
mohrt has joined #tikiwiki
fabricius has quit IRC (Ping timeout: 264 seconds)
mohrt has left
Kissaki has left
chealer has quit IRC (Ping timeout: 245 seconds)
Caarrie|away is now known as Caarrie|sleeping
idle-_ has joined #tikiwiki
idle- has quit IRC (Ping timeout: 264 seconds)
rodrigo_sampaio has quit IRC (Quit: Leaving.)
cdrwhite has joined #tikiwiki
mohrt has joined #tikiwiki
white has quit IRC (Ping timeout: 250 seconds)
goj|ghost has joined #tikiwiki
mohrt has left
goj has quit IRC (Ping timeout: 245 seconds)
goj|ghost is now known as goj CIA-79: tikiwiki: 03xavidp * r31393 10/branches/6.x/lib/wiki-plugins/wikiplugin_button.php: [FIX]For some reason, smarty strips spaces of the button label if param "text "was used, but text show ok if using "_text". Fixed. Former fix by rodrigo_sampaio seemed not enough. ***: mohrt has joined #tikiwiki
mohrt has quit IRC (Quit: Leaving.)
mohrt has joined #tikiwiki
mohrt has left
mohrt has joined #tikiwiki
mohrt has quit IRC (Client Quit)
Loggar starts logging #tikiwiki at Tue Dec 14 10:40:45 2010
Loggar has joined #tikiwiki changi|afk: sometimes bot are going crazy :) ***: changi|afk is now known as changi|work changi|work: ll ***: xavi has joined #tikiwiki xavi: polom
I need some help on the "validate = 'all' " part of the wiki plugins
how can I set that the validation is checked for changes in the body of a plugin call, and not in changes of it's params?
s/it's/its -: xavi missing coffee today xavi: this is the type of thing that I never know where to look for documentation about it
in case it exists, of course, beyond reading all source code potentially related :-/
for the record: looks like it can be: all, body or arguments, as indicated in tikilib.php (thanks jonnyb) ***: Caarrie|sleeping is now known as Caarrie|away
jonnyb has joined #tikiwiki jonnyb: polom ***: redflo has quit IRC (Remote host closed the connection)
ricks99_ has joined #tikiwiki
rodrigo_sampaio has joined #tikiwiki ricks99_: hi all :) xavi: hi all ricks99_: hi xavi xavi: huh! section edit in dev.t.o seems to be failing for me (6.1rc1)
https://dev.tiki.org/tiki-editpage.php?page=Hello+World&hdr=29
provides empty area
But I clicked at the icon for the section with title "Plugin filters"
jonnyb, fyi ^ (issue with 6.1rc1)
in case it's important enough or reproducible in other places, and easy to fix before 6.1 ricks99_: hmm... https://dev.tiki.org/tiki-editpage.php?page=Development&hdr=2 works for me. maybe somehting on that page? luciash: polom
changi|work: there's something wrong on tiki.org with utf-8
changi|work: oops, sorry, it is ohertel's job i suppose jonnyb: xavi: https://dev.tiki.org/tiki-editpage.php?page=Tiki6&hdr=2 seems fine luciash: changi|work: pls ignore ricks99_: @xavi: https://dev.tiki.org/tiki-editpage.php?page=Hello+World&hdr=26 works too. is there a max number maybe? luciash: hi jonnyb, ricks99_ , xavi ricks99_: hi luciash & jonnyb jonnyb: polom all ***: fabricius has joined #tikiwiki fabricius: polom ***: gooroo has quit IRC (Quit: Page closed)
ricks99 has left luciash: hi fabricius ***: ricks99_ is now known as ricks99 xavi: ricks99_ & jonnyb: no idea if there is some max setting or something else. Sorry, I can't investigate further (hectic end of academic semester). Take it as a "fyi" than in some cases it shows empty textarea (who knows why)
s/than/that jonnyb: thanks xavi - sorry, also not got time to investigate - not critical imho (use full page edit) xavi: yes, that's what I'm doing right now :-) -: ricks99 will add as a known issue to rel notes xavi: thks ricks99
jonnyb or sylvieg : quick question, since I'm dropping a note about plugin validation in hello world page:
that hello world page had in an example:
'validate' =>true,//add this line if each insertion of plugins needs to be validate by an admin
but according to what you said in tikilib.php, values for validate are "all", body", "arguments"
should I update / fix that part?
or just "I don't touch previous example", and add this new info (even if it's inconsistent documenation) jonnyb: no, that one sounds wrong, pls fix it xavi: ok, thks
sylvieg and lphuberdeau, please review and improve, if you know more about it: https://dev.tiki.org/Hello+World#Requiring_validation_of_plugin_calls ***: redflo has joined #tikiwiki xavi: :-/ wraping in plugin code doesn't seem to work either in 6.1rc1 dev.t.o
example: https://dev.tiki.org/Hello+World#To_create_a_new_plugin
^another fyi (minor issue, I reckon), but another one to the list of "known issues", probably
ricks99: can you add that to the list of known issues for 6.1, if you have that page handy? ricks99: y. what's the issue?
ah. code wrap not working anymore? Tiki|bot: New Forum Posts: Can't preview File Gallery Images - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39837 ***: fabricius has quit IRC (Ping timeout: 240 seconds) ricks99: is there a workaround? luciash: code wrap works for me
wrap=1 ricks99: something 'special' about http://dev.tiki.org/Hello+World then? luciash: as seen here: http://j.mp/dY25HI ricks99: @luciash: look at hello world page -: luciash goes to check the hello world page luciash: code wrap param is just ignored by geshi
and iirc it always was ricks99: ah Tiki|bot: New Forum Posts: Category Permissions "tiki_p_download_files", Files and FileGalleries - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39840 xavi: ah, ok, thanks for the info, luciash, I forgot ricks99: this is a known issue with geshi? luciash: http://dev.tiki.org/Hello+World#To_create_a_new_plugin
the comment there is just too wide xavi: yes, but as far as I remember, that issue was supposed to happen only when ln=1 (line numbering is on), not always luciash: ricks99: it is known issue to me ;) -: ricks99 will add luciash's email in the rel notes :-) luciash: hehe, you spammer xavi: because a change in the way geshi shows line numbers, using a table (I think). quick and dirty trick
ok, time to disconnect for me (lots of non-tiki urgent stuff to do)
cheers ricks99: is there a workaround? different geshi version? xavi: yes, previous one should work better (see history in plugin code)., I documented the new version there, etc (which I need because it provides highlighter and help functions for R syntax... but many other people don't need the latest stable version probably for
ok, see you (meeting time here) luciash: ricks99: no idea, i am not familiar with using geshi... just stumbled upon it ***: xavi has left
cdrwhite has quit IRC (Remote host closed the connection) ricks99: tx xavi. i see t ***: lphuberdeau has quit IRC (Ping timeout: 265 seconds)
conner_bw has joined #tikiwiki
lphuberdeau has joined #tikiwiki marclaporte: polom lphuberdeau lphuberdeau: ? marclaporte: so search is fast now? lphuberdeau: still has a few areas for improvements, I made the indexing much faster yesterday, but then had to increase the index side to make the search faster, now I need to trim the index again and it should all be fine
also need to find a way to generate a snippet from the content, which lucene does not do ***: conner_bw has quit IRC (Quit: conner_bw)
conner_bw has joined #tikiwiki
gooroo has joined #tikiwiki gooroo: Hi everyone, does anyone know how to set up a DSN for excel or access? ***: conner_bw has quit IRC (Quit: conner_bw) CIA-79: tikiwiki: 03lphuberdeau * r31395 10/trunk/ (3 files in 3 dirs): [MOD] Generate a snippet (first 240 characters, not smart, but same as before) before highlighting ***: marclaporte has quit IRC (Quit: See you later! http://marclaporte.com)
chealer has quit IRC (Ping timeout: 265 seconds)
mohrt has joined #tikiwiki
gooroo has quit IRC (Ping timeout: 265 seconds) CIA-79: tikiwiki: 03lphuberdeau * r31397 10/trunk/lib/core/Search/ (Index/Lucene.php ResultSet.php): [FIX] Move the snippet generation to engine-specific code, some may have better capabilities
tikiwiki: 03lphuberdeau * r31398 10/trunk/lib/core/Search/Formatter/DataSource/Declarative.php: [ENH] Avoid fetching unrequired content
tikiwiki: 03pkdille * r31399 10/branches/6.x/db/tiki.sql: [FIX] 20081120_tiki_poll_structures_update_tiki.sql database update was not included in tiki.sql file
tikiwiki: 03lphuberdeau * r31400 10/trunk/lib/core/Search/Type/Factory/Direct.php: [ENH] Skip wiki parsing when formatting the results (save ~30% execution time) Tiki|bot: New Forum Posts: Navigation Display - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39846 ***: dthacker_ has joined #tikiwiki
changi|w1rk has joined #tikiwiki
dthacker has quit IRC (*.net *.split)
changi|work has quit IRC (*.net *.split)
conner_bw has joined #tikiwiki
Wilkins has quit IRC (Ping timeout: 245 seconds)
lphuberdeau has quit IRC (Ping timeout: 240 seconds)
mohrt has left
lphuberdeau has joined #tikiwiki
lphuberdeau has quit IRC (Client Quit)
lphuberdeau has joined #tikiwiki
ddub711 has joined #tikiwiki
ddub711 has quit IRC (Client Quit)
redflo has left CIA-79: tikiwiki: 03sampaioprimo * r31401 10/branches/6.x/lang/hu/language.php: Hungarian translations done on i18n.tiki.org
tikiwiki: 03sampaioprimo * r31402 10/branches/6.x/lang/de/language.php: German translations done on i18n.tiki.org ***: ricks99 has quit IRC (Remote host closed the connection)
ricks99 has joined #tikiwiki changi|w1rk: jonnyb: ready for a release ? ***: changi|w1rk is now known as changi CIA-79: tikiwiki: 03sylvieg * r31403 10/trunk/lib/ (4 files in 3 dirs): [NEW]tracker: can use {|output} in a pretty tracker for TRACKER plugin to display the ouput of a field instead of the input (replace the use of TRACKERITEMFIELD that is ressource consuming ***: Bsfez has quit IRC (Quit: Leaving...) jonnyb: hi changi ***: Bsfez has joined #tikiwiki
conner_bw has quit IRC (Quit: conner_bw) changi: jonnyb: oups, i'm not polite,
jonnyb: hi, how do you do :) jonnyb: ;) changi: jonnyb: are we ready for final ? jonnyb: good thanks
and you?
Marc spotted a bug with validating registrations (one of the ones i spotted in 6.0 alpha i think) but i don't think it's a blocker changi: fine, my daughter is in bed. Will eat some, and then a final stable lts :) ***: changi is now known as changi|afk
ricks99 has quit IRC (Remote host closed the connection)
ricks99 has joined #tikiwiki Bsfez: apropos... i just update to 6.1RC1 my own website. Pages containg hebrew or set as hebrew language turn out to blank pages. Something is broken... jonnyb: ooh, that sounds bad Bsfez
can you get to the database? (in phpmyadmin or similar?)
and check the tiki_pages table Bsfez: ok
a repair didn;t help... what am i supposed to check ? SEWilco2: Bsfez: Check what character set the database is set for. I don't know what it should be, but someone else here will probably pipe up. Bsfez: it is utf8_general_ci and it was from the start. jonnyb: check if the tiki_pages data field/column has any data in it for the pages that are coming up blank Bsfez: they have content and i can see it in hebrew so i don;t thing the encoding is broken
(in phpmyadmin) jonnyb: ok, so it's a display thing
have you (can you) edit any of them?
(keep a back up though, of course) SEWilco2: Check if there's a horizontal scroll bar at the bottom of the page. Maybe display got messed up and you have to scroll horizontally to see the text. Bsfez: jonnyb: yes i can edit and everything look good jonnyb: but it just doesn't show on the pages?
bizarre Bsfez: SEWilco2: no scroll plain blank page (like memory problem) i haev 64mb jonnyb: yes (thanks SEWilco2) might just be a style/theme problem - have a look at the source of the page in the browser SEWilco2: Does your browser have an Edit>Select All option? White-on-white text can become visible if selected. jonnyb: ah, ok - absolutely nothing at all - no modules etc
can you get to admin/general and turn on show errors? Bsfez: jonnyb: yes i can edit the page but they doesn't show. and really occurs just after i update to 6.1rc1
i have firebug... the page is simply empty jonnyb: if not you can turn it on in the installer
try "show all errors except notices" and uncheck show to admin only SEWilco2: No modules? Sounds like a server or style-level problem, not individual pages. Something might have bad HTML or blowing up PHP. Bsfez: ARGGGLLL......
Parse error: syntax error, unexpected T_SL, expecting ')' in /var/www/sites/dtc/shocksite.com/subdomains/www/html/lang/he/language.php on line 5169
got it thanks for the error display suggestion !!! SEWilco2: Yay. I mean.. Darn. Bsfez: i guess conflict between translation (i working on to complete the entire he translation) ***: mohrt has joined #tikiwiki jonnyb: aha, bingo!
phew, so 6.1 is probably still ok
ok, that's good - means i can go and get something to eat! :) Bsfez: fixed and my bad.
bon appetit ! jonnyb: thanks - i wish i could get the error handler to not do the while screen when it's not showing errors - you'd have thought it would be possible (i've tried at least twice)
ok - bbl changi|afk: jonnyb: ?
jonnyb: can i start? jonnyb: yes changi|afk - seems it was a typo in a lang file - 6.1 good to go (well, as good as...) -: changi|afk stop commiting in tiki6 branche please. ricks99: changi: can u send me the # of changes & contributors for 6.1 when u do the build?
tx ***: changi|afk is now known as changi|release changi|release: ricks99: no problem -: ricks99 thinks it is always nice to show how many folks have contributed to each release :) Tiki|bot: New Forum Posts: No Printing From Tracker Pages? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39849 CIA-79: tikiwiki: 03changi67 * r31404 10/branches/6.x/lib/setup/twversion.class.php: [REL] Preparing final release of 6.1
tikiwiki: 03changi67 * r31405 10/branches/6.x/README: [REL] Update README file for 6.1
tikiwiki: 03changi67 * r31406 10/branches/6.x/lang/ (de/language.php hu/language.php): [REL] Update language.php files for 6.1 changi|release: ricks99: you need from 6.0 to 6.1 right ? CIA-79: tikiwiki: 03changi67 * r31407 10/branches/6.x/changelog.txt: [REL] Update changelog.txt for 6.1 ricks99: would b great CIA-79: tikiwiki: 03changi67 * r31408 10/branches/6.x/copyright.txt: [REL] Update copyright.txt for 6.1 ***: PhilBack has joined #tikiwiki PhilBack: Trackers question: how can I prefill tracker fields on a wiki page with data from a user tracker?
No TRACKERPREFILL since I have the form on the homepage. ***: ricks99 is now known as ricks99|away CIA-79: tikiwiki: 03changi67 * r31409 10/branches/6.x/db/tiki-secdb_6.1_mysql.sql: [REL] SecDB for 6.1 changi|release: ricks99|away: 795 commits Tiki|bot: Recent Bug: Tracker item: #3715 - - adding a new page to a structure from an existing page - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3715 ***: redflo has joined #tikiwiki CIA-79: tikiwiki: 03changi67 * r31410 10/tags/6.1/: [REL] Tagging release changi|release: ricks99|away: correction : => 253 contributor => 18 contributors ***: mohrt has left CIA-79: tikiwiki: 03robertplummer * r31411 10/trunk/tiki-setup.php:
tikiwiki: [ADD] Added coordination with the backgroundUrl setting of jQuery.s5
tikiwiki: To be used as:
tikiwiki: * Add a picture to a page to be used as a slideshow
tikiwiki: * Add class "slideshow-background" to image
tikiwiki: * Possibly add "display: none;" to the style attribute ***: ricks99|away has quit IRC (Remote host closed the connection) CIA-79: tikiwiki: 03sylvieg * r31412 10/trunk/lib/wiki-plugins/wikiplugin_tracker.php: [FIX]TRACKER: a class ***: TheRedFox_ has joined #tikiwiki
PhilBack has quit IRC (Read error: Connection reset by peer) changi|release: jonnyb: 6.1 is over. do you want me to create the proposal branch ? ***: changi|release is now known as changi|away
qoumaq has joined #tikiwiki jonnyb: hi changi|away - nicely!
better test the uploads first changi|away: tar.gz is working for me ***: TheRedFox_ has quit IRC (Read error: Connection reset by peer)
TheRedFox_ has joined #tikiwiki changi|away: zip too
tar.bz2 ok too for me jonnyb: all unpacked ok for me changi|away: commit for proposal branch is ready, you just have to say go :) ***: TheRedFox_ is now known as hi
hi is now known as PhilBack jonnyb: bz2 installed fine PhilBack: hi Jonnyb jonnyb: hi PhilBack changi|away: zip installed fine
gz installed fine
can i hit enter and go to sleep ? ***: qoumaq has quit IRC (Quit: qoumaq) SEWilco2: Sleep is always an option, thus the question is redundant. ***: lorinc has quit IRC (Remote host closed the connection) changi|away: SEWilco2: sometime you need to :) SEWilco2: I used up my smiley ration today in forums. changi|away: ok guys, no more time for me, bye bye.
jonnyb: if the proposal is not created tomorrow i'll do it. jonnyb: can't make the proposals brach cos i'm stuck in some stupid 70's terminal text editor
can't get out
ok, i'm just going to shut the term - been in there for 20 minutes! changi|away: i can do it if you want
as i said before, the command line is ready to be execute (svn copy bla bla) jonnyb: yes, just did that
but can't exit the tes
text editor changi|away: jonnyb: see you. CIA-79: tikiwiki: 03changi67 * r31413 10/branches/proposals/6.x/: [BRANCH] Create proposal branch for Tiki6 jonnyb: wish i hadn't bothered, well done changi
nn ***: jonnyb has quit IRC (Quit: I am going outside... I may be some time...) CIA-79: tikiwiki: 03jonnybradley * r31414 10/trunk/ (60 files in 55 dirs): [MRG] Automatic merge, branches/6.x 31378 to 31409 ***: Bsfez has quit IRC (Ping timeout: 265 seconds)
dcedilotte has joined #tikiwiki dcedilotte: lphuberdeau, do you know when the next Tiki event in Montreal is happening? lphuberdeau: tomorrow
I think dcedilotte: lphuberdeau, that's what I thought. Thanks. ***: dcedilotte is now known as dcedilotte_away
PhilBack has quit IRC (Quit: REALITY.SYS Corrupted: Re-boot universe? (Y/N/Q))
redflo has left