[00:52] Jyhem joined #tikiwiki [02:25] benoitg joined #tikiwiki [03:06] goj_killedByISP joined #tikiwiki [05:08] marclaporte joined #tikiwiki [05:34] CIA-61 tikiwiki: 03marclaporte * r41993 10/branches/9.x/templates/modules/mod-user_bookmarks.tpl: missing tikimodule on User Bookmarks module. Thanks ohertel [06:19] Bsfez joined #tikiwiki [06:33] kstingel joined #tikiwiki [06:35] kstingel does Tiki have a way of creating new Directories and then copying existing files into them? [06:35] kstingel ... figured it was quicker to ask the pros than lose myself in trawling the code :D [06:46] kstingel what I'm trying to do is create an export mechanism, where Tiki will : [06:46] kstingel create a new (working) folder [06:46] kstingel search the requested structure for images and copy them to [06:46] kstingel working/images [06:46] kstingel write each page of structure (as html) into [06:46] kstingel working/pages ... rewriting image paths to read from ../images as it goes [06:46] kstingel it's the base for my ePub plugin ... (still working on the compilation of ePub specific data) [06:46] kstingel I'm also in the process of compiling an ePub legal CSS so that printing/exporting as ePub should work (from FiveAlive and jqui) [08:21] marclaporte joined #tikiwiki [08:45] Jenser joined #tikiwiki [09:03] jacmoe joined #tikiwiki [09:37] xavi joined #tikiwiki [09:37] tim joined #tikiwiki [10:22] redflo joined #tikiwiki [11:15] Jenser joined #tikiwiki [11:28] Jyhem polom [11:31] Jenser joined #tikiwiki [12:05] GillesM joined #tikiwiki [12:27] xavi hi Jyhem [12:33] Jyhem hi xavi [12:34] * Jyhem just figured thracker field validation does not work when the tracker field creates a drop-down :-( [12:52] ricks99 joined #tikiwiki [13:01] ricks99 polom y'all [13:01] xavi hi ricks99 [13:01] xavi btw, ricks99, I noticed a few days ago that the pdf's in scribd do not contain images (for tiki for smarties) [13:04] ricks99 hm... then buy the book :) [13:04] ricks99 just kidding. I'll check into it. thanks [13:07] ricks99 need to refresh the scribd pdfs soon. to have 9.x info [13:09] xavi great! [13:09] * xavi already bought in total 5 copies of both books [13:11] CIA-61 tikiwiki: 03xavidp * r41994 10/branches/9.x/lang/es/language.php: a few more strings translated [13:12] ricks99 and look for updated printed/epub editions of Smarties and Essentials later this year [14:00] ricks99 anyone got a second to help rick with setting expires headers on his tiki? [14:01] ricks99 i uncommented the ExpiresActive lines in the Tiki .htaccess file, but when I run the YSlow profiler, still says grade F -- that theres no expires headers for static items :( [14:01] ricks99 any ideas/help? [14:14] Jyhem Just a guess: [14:14] Jyhem sudo /etc/init.d/apache2 restart [14:14] Jyhem ^ ricks99 [14:15] ricks99 i'm on a shared host [14:15] ricks99 have htaccess but no command line [14:16] Jyhem I guess apache should pick up on the fact .htaccess changed anyway. I was just guessing [14:17] ricks99 thanks for trying :) [14:24] xavi back [14:25] RobertPlummer polom [14:25] xavi ricks99: clear tiki caches? [14:25] xavi hi RobertPlummer [14:26] ricks99 xavi: done [14:26] ricks99 no change [14:26] xavi ok, no idea, then, other than request to have your apache restarted for you [14:48] radek82 joined #tikiwiki [14:56] xavi RobertPlummer: willing to fix another tiny issue of codemirror? (unability to highlight with equivalence of mode names) [14:56] xavi example: http://demo.tiki.org/9x/rsplus [14:58] xavi mmm, ah, another tiny one: unability to delete timesheet tasks when they contain quotation marks ("). Reproduced here: http://demo.tiki.org/9x/tiki-timesheet.php [15:31] dhazel joined #tikiwiki [15:43] jacmoe joined #tikiwiki [15:54] rodrigoprimo joined #tikiwiki [16:22] benoitg joined #tikiwiki [17:04] CIA-61 tikiwiki: 03robertplummer * r41995 10/trunk/lib/core/ (JisonParser/Wiki/Handler.php WikiPlugin/HtmlBase.php): [ENH] jison parser gets parser levels for plugins to execute in the order they want to, not the order that the parser picks. Will use for toc [17:21] CIA-61 tikiwiki: 03robertplummer * r41996 10/trunk/lib/parser/parserlib.php: [FIX] Don't check for maketoc [17:52] xavi oups, another tiny issue in 9x: when codemirror is off (like it was in doc.t.o a moment ago); full screen button in the editor didn't set the text area in full screen [17:52] xavi it only works when codemirror is on [17:52] xavi I've left codemirror on in doc.t.o, btw [17:55] CIA-61 tikiwiki: 03robertplummer * r41997 10/trunk/lib/core/WikiPlugin/maketoc.php: [NEW] Well, I guess new, added a maketoc wiki plugin for the jison parser, and I have it 'lateParse' using the $parserLevel set to 1 so that it goes after all the others [18:07] CIA-61 tikiwiki: 03robertplummer * r41998 10/trunk/lib/core/JisonParser/ (Wiki/Handler.php Wiki.jison Wiki.js Wiki.php): [FIX] wikilink [18:08] CIA-61 tikiwiki: 03robertplummer * r41999 10/trunk/lib/core/WikiPlugin/ (HtmlBase.php oohtml.php): [18:08] CIA-61 tikiwiki: [FIX] unneeded line break [18:08] CIA-61 tikiwiki: [FIX] added id as svn keyword [18:09] CIA-61 tikiwiki: 03robertplummer * r42000 10/trunk/lib/core/Feed/ForwardLink/Search.php: [FIX] Don't find phrase is there is not one defined [18:13] CIA-61 tikiwiki: 03xavidp * r42001 10/branches/9.x/styles/layout/layout.css: a little bit smaller, so that everything is seen in smaller screens [19:06] CIA-61 tikiwiki: 03robertplummer * r42002 10/branches/9.x/lib/codemirror_tiki/codemirror_tiki.js: [FIX] Make sure all parts of syntax/mode/colors are detected for older compatibility with geshi [19:06] RobertPlummer xavi: I think I got the codemirror issue taken care of [19:07] RobertPlummer xavi: Looking at the quote issue [19:10] RobertPlummer xavi, is timesheet experimental? [19:14] xavi back [19:15] xavi timesheet experimental: as you wish :-) [19:15] xavi I would say yes, since commiting to the tracker doesn't work for me,e tc. [19:15] xavi and some display issues when you get lots od data [19:15] xavi so, yes, +1 to tag as experimental [19:15] xavi time to go for me [19:16] xavi cheers (and thanks for fixing codemirror, etc. :-) ) [19:16] xavi left #tikiwiki [19:17] CIA-61 tikiwiki: 03xavidp * r42003 10/branches/9.x/lang/es/language.php: a few more translated [20:06] CIA-61 tikiwiki: 03robertplummer * r42004 10/branches/9.x/lib/core/Services/Broker.php: [FIX] Check if template exists before rendering [20:10] CIA-61 tikiwiki: 03robertplummer * r42005 10/branches/9.x/lib/core/Services/Tracker/Utilities.php: [BP/41347][FIX] Make compatible with fields that have 'ins_' at the beginning [20:12] RobertPlummer xavi, I just fixed a problem in 9 that wasen't letting trackers be saved from timesheet. [20:12] RobertPlummer That may be the issue that is happening here. [20:25] RobertPlummer running a merge [20:29] CIA-61 tikiwiki: 03robertplummer * r42006 10/trunk/ (16 files in 11 dirs): [MRG] Automatic merge, branches/9.x 41966 to 42005 [20:40] changi polom [20:51] CIA-61 tikiwiki: 03Jyhem * r42007 10/trunk/lib/validatorslib.php: [FIX] Handle validation of drop-down fields [20:53] changi Jyhem_laptop: why not in 9.x ? [20:54] Jyhem Not 100% tested, and not urgent (the doc says it's impossible, and i found another way for my site). So maybe for 9.1 [20:56] Jyhem the list of field types needs checking, especially if some types have options which change the display from drop-down to radio buttons, or multi-selects.... All these tests would need more time [20:57] Jyhem has anyone worked on the registration tracker issue ? I may look at it. [21:35] benoitg joined #tikiwiki [22:58] dhazel joined #tikiwiki [23:23] benoitg joined #tikiwiki