←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
*** | jonnyb has quit IRC (Quit: I am going outside... I may be some time...)
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 | [00:03] |
.... (idle for 18mn) | ||
mohrt has quit IRC (Quit: Leaving.) | [00:27] | |
Trebly has quit IRC (Read error: Connection reset by peer) | [00:40] | |
fabricius has joined #tikiwiki
mohrt has joined #tikiwiki | [00:52] | |
fabricius has quit IRC (Ping timeout: 264 seconds)
mohrt has left Kissaki has left | [01:08] | |
.... (idle for 15mn) | ||
chealer has quit IRC (Ping timeout: 245 seconds) | [01:25] | |
Caarrie|away is now known as Caarrie|sleeping
idle-_ has joined #tikiwiki idle- has quit IRC (Ping timeout: 264 seconds) | [01:30] | |
rodrigo_sampaio has quit IRC (Quit: Leaving.) | [01:41] | |
...... (idle for 26mn) | ||
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 | [02:07] | |
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. | [02:22] |
*** | mohrt has joined #tikiwiki | [02:32] |
mohrt has quit IRC (Quit: Leaving.)
mohrt has joined #tikiwiki mohrt has left mohrt has joined #tikiwiki mohrt has quit IRC (Client Quit) | [02:37] | |
............................................................................................... (idle for 7h52mn) | ||
Loggar starts logging #tikiwiki at Tue Dec 14 10:40:45 2010
Loggar has joined #tikiwiki | [10:40] | |
changi|afk | sometimes bot are going crazy :) | [10:41] |
*** | changi|afk is now known as changi|work | [10:41] |
changi|work | ll | [10:41] |
*** | xavi has joined #tikiwiki | [10:53] |
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 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 :-/ | [10:53] |
.... (idle for 16mn) | ||
for the record: looks like it can be: all, body or arguments, as indicated in tikilib.php (thanks jonnyb) | [11:13] | |
.... (idle for 15mn) | ||
*** | Caarrie|sleeping is now known as Caarrie|away | [11:28] |
jonnyb has joined #tikiwiki | [11:41] | |
jonnyb | polom | [11:41] |
*** | redflo has quit IRC (Remote host closed the connection) | [11:49] |
ricks99_ has joined #tikiwiki
rodrigo_sampaio has joined #tikiwiki | [11:57] | |
ricks99_ | hi all :) | [12:04] |
xavi | hi all | [12:17] |
ricks99_ | hi xavi | [12:17] |
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 | [12:17] |
ricks99_ | hmm... https://dev.tiki.org/tiki-editpage.php?page=Development&hdr=2 works for me. maybe somehting on that page? | [12:19] |
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 | [12:20] |
jonnyb | xavi: https://dev.tiki.org/tiki-editpage.php?page=Tiki6&hdr=2 seems fine | [12:21] |
luciash | changi|work: pls ignore | [12:21] |
ricks99_ | @xavi: https://dev.tiki.org/tiki-editpage.php?page=Hello+World&hdr=26 works too. is there a max number maybe? | [12:22] |
luciash | hi jonnyb, ricks99_ , xavi | [12:22] |
ricks99_ | hi luciash & jonnyb | [12:23] |
jonnyb | polom all | [12:23] |
*** | fabricius has joined #tikiwiki | [12:29] |
fabricius | polom | [12:29] |
*** | gooroo has quit IRC (Quit: Page closed)
ricks99 has left | [12:29] |
luciash | hi fabricius | [12:33] |
*** | ricks99_ is now known as ricks99 | [12:33] |
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 | [12:34] |
jonnyb | thanks xavi - sorry, also not got time to investigate - not critical imho (use full page edit) | [12:36] |
xavi | yes, that's what I'm doing right now :-) | [12:37] |
ricks99 | ricks99 will add as a known issue to rel notes | [12:37] |
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) | [12:37] |
jonnyb | no, that one sounds wrong, pls fix it | [12:40] |
xavi | ok, thks | [12:41] |
sylvieg and lphuberdeau, please review and improve, if you know more about it: https://dev.tiki.org/Hello+World#Requiring_validation_of_plugin_calls | [12:47] | |
*** | redflo has joined #tikiwiki | [12:48] |
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? | [12:48] |
ricks99 | y. what's the issue?
ah. code wrap not working anymore? | [12:51] |
Tiki|bot | New Forum Posts: Can't preview File Gallery Images - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39837 | [12:53] |
*** | fabricius has quit IRC (Ping timeout: 240 seconds) | [12:53] |
ricks99 | is there a workaround? | [12:55] |
luciash | code wrap works for me
wrap=1 | [13:00] |
ricks99 | something 'special' about http://dev.tiki.org/Hello+World then? | [13:01] |
luciash | as seen here: http://j.mp/dY25HI | [13:02] |
ricks99 | @luciash: look at hello world page | [13:02] |
luciash | luciash goes to check the hello world page
code wrap param is just ignored by geshi and iirc it always was | [13:02] |
ricks99 | ah | [13:03] |
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 | [13:04] |
xavi | ah, ok, thanks for the info, luciash, I forgot | [13:04] |
ricks99 | this is a known issue with geshi? | [13:05] |
luciash | http://dev.tiki.org/Hello+World#To_create_a_new_plugin
the comment there is just too wide | [13:05] |
xavi | yes, but as far as I remember, that issue was supposed to happen only when ln=1 (line numbering is on), not always | [13:05] |
luciash | ricks99: it is known issue to me ;) | [13:05] |
ricks99 | ricks99 will add luciash's email in the rel notes :-) | [13:06] |
luciash | hehe, you spammer | [13:06] |
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 | [13:06] |
ricks99 | is there a workaround? different geshi version? | [13:06] |
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) | [13:07] |
luciash | ricks99: no idea, i am not familiar with using geshi... just stumbled upon it | [13:08] |
*** | xavi has left
cdrwhite has quit IRC (Remote host closed the connection) | [13:08] |
ricks99 | tx xavi. i see t | [13:10] |
.... (idle for 16mn) | ||
*** | lphuberdeau has quit IRC (Ping timeout: 265 seconds)
conner_bw has joined #tikiwiki | [13:26] |
lphuberdeau has joined #tikiwiki | [13:33] | |
marclaporte | polom lphuberdeau | [13:36] |
lphuberdeau | ? | [13:37] |
marclaporte | so search is fast now? | [13:41] |
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 | [13:45] |
*** | conner_bw has quit IRC (Quit: conner_bw)
conner_bw has joined #tikiwiki gooroo has joined #tikiwiki | [13:54] |
gooroo | Hi everyone, does anyone know how to set up a DSN for excel or access? | [14:03] |
*** | conner_bw has quit IRC (Quit: conner_bw) | [14:12] |
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 | [14:19] |
...... (idle for 26mn) | ||
*** | marclaporte has quit IRC (Quit: See you later! http://marclaporte.com) | [14:45] |
chealer has quit IRC (Ping timeout: 265 seconds)
mohrt has joined #tikiwiki | [14:51] | |
..... (idle for 23mn) | ||
gooroo has quit IRC (Ping timeout: 265 seconds) | [15:15] | |
.... (idle for 15mn) | ||
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 | [15:30] |
.... (idle for 16mn) | ||
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 | [15:46] | |
tikiwiki: 03lphuberdeau * r31400 10/trunk/lib/core/Search/Type/Factory/Direct.php: [ENH] Skip wiki parsing when formatting the results (save ~30% execution time) | [15:59] | |
Tiki|bot | New Forum Posts: Navigation Display - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39846 | [16:05] |
*** | dthacker_ has joined #tikiwiki
changi|w1rk has joined #tikiwiki | [16:16] |
dthacker has quit IRC (*.net *.split)
changi|work has quit IRC (*.net *.split) | [16:23] | |
...... (idle for 28mn) | ||
conner_bw has joined #tikiwiki | [16:51] | |
..... (idle for 20mn) | ||
Wilkins has quit IRC (Ping timeout: 245 seconds)
lphuberdeau has quit IRC (Ping timeout: 240 seconds) mohrt has left | [17:11] | |
lphuberdeau has joined #tikiwiki
lphuberdeau has quit IRC (Client Quit) lphuberdeau has joined #tikiwiki | [17:27] | |
....... (idle for 31mn) | ||
ddub711 has joined #tikiwiki
ddub711 has quit IRC (Client Quit) | [17:59] | |
redflo has left | [18:05] | |
....... (idle for 34mn) | ||
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 | [18:39] |
*** | ricks99 has quit IRC (Remote host closed the connection)
ricks99 has joined #tikiwiki | [18:49] |
changi|w1rk | jonnyb: ready for a release ? | [18:57] |
*** | changi|w1rk is now known as changi | [18:57] |
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 | [19:00] |
*** | Bsfez has quit IRC (Quit: Leaving...) | [19:07] |
jonnyb | hi changi | [19:07] |
*** | Bsfez has joined #tikiwiki | [19:12] |
conner_bw has quit IRC (Quit: conner_bw) | [19:17] | |
changi | jonnyb: oups, i'm not polite,
jonnyb: hi, how do you do :) | [19:29] |
jonnyb | ;) | [19:29] |
changi | jonnyb: are we ready for final ? | [19:29] |
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 | [19:29] |
changi | fine, my daughter is in bed. Will eat some, and then a final stable lts :) | [19:31] |
*** | changi is now known as changi|afk | [19:34] |
ricks99 has quit IRC (Remote host closed the connection)
ricks99 has joined #tikiwiki | [19:48] | |
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... | [19:55] |
jonnyb | ooh, that sounds bad Bsfez
can you get to the database? (in phpmyadmin or similar?) and check the tiki_pages table | [19:55] |
Bsfez | ok
a repair didn;t help... what am i supposed to check ? | [19:57] |
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. | [20:03] |
Bsfez | it is utf8_general_ci and it was from the start. | [20:04] |
jonnyb | check if the tiki_pages data field/column has any data in it for the pages that are coming up blank | [20:04] |
Bsfez | they have content and i can see it in hebrew so i don;t thing the encoding is broken
(in phpmyadmin) | [20:05] |
jonnyb | ok, so it's a display thing
have you (can you) edit any of them? (keep a back up though, of course) | [20:05] |
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. | [20:07] |
Bsfez | jonnyb: yes i can edit and everything look good | [20:08] |
jonnyb | but it just doesn't show on the pages?
bizarre | [20:08] |
Bsfez | SEWilco2: no scroll plain blank page (like memory problem) i haev 64mb | [20:09] |
jonnyb | yes (thanks SEWilco2) might just be a style/theme problem - have a look at the source of the page in the browser | [20:09] |
SEWilco2 | Does your browser have an Edit>Select All option? White-on-white text can become visible if selected. | [20:09] |
jonnyb | ah, ok - absolutely nothing at all - no modules etc
can you get to admin/general and turn on show errors? | [20:10] |
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 | [20:10] |
jonnyb | if not you can turn it on in the installer
try "show all errors except notices" and uncheck show to admin only | [20:11] |
SEWilco2 | No modules? Sounds like a server or style-level problem, not individual pages. Something might have bad HTML or blowing up PHP. | [20:12] |
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 !!! | [20:12] |
SEWilco2 | Yay. I mean.. Darn. | [20:12] |
Bsfez | i guess conflict between translation (i working on to complete the entire he translation) | [20:13] |
*** | mohrt has joined #tikiwiki | [20:15] |
jonnyb | aha, bingo!
phew, so 6.1 is probably still ok ok, that's good - means i can go and get something to eat! :) | [20:15] |
Bsfez | fixed and my bad.
bon appetit ! | [20:16] |
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 | [20:17] |
changi|afk | jonnyb: ?
jonnyb: can i start? | [20:19] |
jonnyb | yes changi|afk - seems it was a typo in a lang file - 6.1 good to go (well, as good as...) | [20:20] |
changi|afk | changi|afk stop commiting in tiki6 branche please. | [20:20] |
ricks99 | changi: can u send me the # of changes & contributors for 6.1 when u do the build?
tx | [20:21] |
*** | changi|afk is now known as changi|release | [20:21] |
changi|release | ricks99: no problem | [20:21] |
ricks99 | ricks99 thinks it is always nice to show how many folks have contributed to each release :) | [20:21] |
Tiki|bot | New Forum Posts: No Printing From Tracker Pages? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39849 | [20:22] |
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 | [20:23] |
tikiwiki: 03changi67 * r31406 10/branches/6.x/lang/ (de/language.php hu/language.php): [REL] Update language.php files for 6.1 | [20:30] | |
changi|release | ricks99: you need from 6.0 to 6.1 right ? | [20:31] |
CIA-79 | tikiwiki: 03changi67 * r31407 10/branches/6.x/changelog.txt: [REL] Update changelog.txt for 6.1 | [20:31] |
ricks99 | would b great | [20:31] |
CIA-79 | tikiwiki: 03changi67 * r31408 10/branches/6.x/copyright.txt: [REL] Update copyright.txt for 6.1 | [20:35] |
*** | PhilBack has joined #tikiwiki | [20:36] |
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. | [20:38] |
*** | ricks99 is now known as ricks99|away | [20:38] |
CIA-79 | tikiwiki: 03changi67 * r31409 10/branches/6.x/db/tiki-secdb_6.1_mysql.sql: [REL] SecDB for 6.1 | [20:42] |
changi|release | ricks99|away: 795 commits | [20:43] |
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 | [20:43] |
*** | redflo has joined #tikiwiki | [20:43] |
CIA-79 | tikiwiki: 03changi67 * r31410 10/tags/6.1/: [REL] Tagging release | [20:47] |
changi|release | ricks99|away: correction : => 253 contributor => 18 contributors | [20:47] |
*** | mohrt has left | [20:52] |
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 | [20:53] |
*** | ricks99|away has quit IRC (Remote host closed the connection) | [20:57] |
..... (idle for 24mn) | ||
CIA-79 | tikiwiki: 03sylvieg * r31412 10/trunk/lib/wiki-plugins/wikiplugin_tracker.php: [FIX]TRACKER: a class | [21:21] |
.... (idle for 18mn) | ||
*** | TheRedFox_ has joined #tikiwiki
PhilBack has quit IRC (Read error: Connection reset by peer) | [21:39] |
changi|release | jonnyb: 6.1 is over. do you want me to create the proposal branch ? | [21:40] |
*** | changi|release is now known as changi|away
qoumaq has joined #tikiwiki | [21:41] |
jonnyb | hi changi|away - nicely!
better test the uploads first | [21:46] |
changi|away | tar.gz is working for me | [21:47] |
*** | TheRedFox_ has quit IRC (Read error: Connection reset by peer)
TheRedFox_ has joined #tikiwiki | [21:48] |
changi|away | zip too
tar.bz2 ok too for me | [21:49] |
jonnyb | all unpacked ok for me | [21:52] |
changi|away | commit for proposal branch is ready, you just have to say go :) | [21:52] |
*** | TheRedFox_ is now known as hi
hi is now known as PhilBack | [21:56] |
jonnyb | bz2 installed fine | [21:56] |
PhilBack | hi Jonnyb | [21:56] |
jonnyb | hi PhilBack | [21:56] |
changi|away | zip installed fine | [22:00] |
gz installed fine
can i hit enter and go to sleep ? | [22:05] | |
*** | qoumaq has quit IRC (Quit: qoumaq) | [22:12] |
SEWilco2 | Sleep is always an option, thus the question is redundant. | [22:13] |
*** | lorinc has quit IRC (Remote host closed the connection) | [22:15] |
changi|away | SEWilco2: sometime you need to :) | [22:15] |
SEWilco2 | I used up my smiley ration today in forums. | [22:18] |
changi|away | ok guys, no more time for me, bye bye.
jonnyb: if the proposal is not created tomorrow i'll do it. | [22:20] |
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! | [22:21] |
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) | [22:22] |
jonnyb | yes, just did that
but can't exit the tes text editor | [22:24] |
changi|away | jonnyb: see you. | [22:26] |
CIA-79 | tikiwiki: 03changi67 * r31413 10/branches/proposals/6.x/: [BRANCH] Create proposal branch for Tiki6 | [22:26] |
jonnyb | wish i hadn't bothered, well done changi
nn | [22:27] |
*** | jonnyb has quit IRC (Quit: I am going outside... I may be some time...) | [22:27] |
CIA-79 | tikiwiki: 03jonnybradley * r31414 10/trunk/ (60 files in 55 dirs): [MRG] Automatic merge, branches/6.x 31378 to 31409 | [22:31] |
*** | Bsfez has quit IRC (Ping timeout: 265 seconds) | [22:38] |
...... (idle for 26mn) | ||
dcedilotte has joined #tikiwiki | [23:04] | |
dcedilotte | lphuberdeau, do you know when the next Tiki event in Montreal is happening? | [23:07] |
lphuberdeau | tomorrow
I think | [23:07] |
dcedilotte | lphuberdeau, that's what I thought. Thanks. | [23:09] |
*** | dcedilotte is now known as dcedilotte_away
PhilBack has quit IRC (Quit: REALITY.SYS Corrupted: Re-boot universe? (Y/N/Q)) | [23:21] |
redflo has left | [23:33] |
←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |