[00:09] fabricius joined #tikiwiki [00:09] fabricius joined #tikiwiki [00:21] fabricius joined #tikiwiki [00:21] fabricius joined #tikiwiki [00:32] Tiki-KGB tikiwiki 03lphuberdeau r45627 10trunk/lib/core/Tiki/Composer/CleanVendors.php [00:32] Tiki-KGB tikiwiki [FIX] Make sure the files are writable before deleting them, and cleaning up a few more useless large directories [00:32] Tiki-KGB tikiwiki 03lphuberdeau r45627 10trunk/lib/core/Tiki/Composer/CleanVendors.php [00:32] Tiki-KGB tikiwiki [FIX] Make sure the files are writable before deleting them, and cleaning up a few more useless large directories [00:34] Tiki|bot New Forum Posts: Forbidden name of wiki page "tiki-" is not checked at entry and crashes the whole structure - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=46729 [00:34] Tiki|bot New Forum Posts: Forbidden name of wiki page "tiki-" is not checked at entry and crashes the whole structure - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=46729 [00:42] Tiki-KGB tikiwiki 03lphuberdeau r45628 10trunk/lib/core/Tiki/Composer/CleanVendors.php [00:42] Tiki-KGB tikiwiki [FIX] When a file in the directory cannot be deleted, the folder cannot be [00:42] Tiki-KGB tikiwiki 03lphuberdeau r45628 10trunk/lib/core/Tiki/Composer/CleanVendors.php [00:42] Tiki-KGB tikiwiki [FIX] When a file in the directory cannot be deleted, the folder cannot be [00:46] Tiki-KGB tikiwiki 03lphuberdeau r45629 10trunk/lib/core/Tiki/Composer/CleanVendors.php [00:46] Tiki-KGB tikiwiki [FIX] If the directory is not readable, abort [00:46] Tiki-KGB tikiwiki 03lphuberdeau r45629 10trunk/lib/core/Tiki/Composer/CleanVendors.php [00:46] Tiki-KGB tikiwiki [FIX] If the directory is not readable, abort [00:48] Tiki-KGB tikiwiki 03lphuberdeau r45630 10trunk/lib/core/Tiki/Composer/CleanVendors.php [00:48] Tiki-KGB tikiwiki [FIX] Typo [00:48] Tiki-KGB tikiwiki 03lphuberdeau r45630 10trunk/lib/core/Tiki/Composer/CleanVendors.php [00:48] Tiki-KGB tikiwiki [FIX] Typo [01:26] Tiki-KGB tikiwiki 03jonnybradley r45631 10trunk/ 10lib/smarty_tiki/function.treetable.php 10composer.json 10tiki-setup.php 10composer.lock [01:26] Tiki-KGB tikiwiki [MOD] Move treetable to composer [01:26] Tiki-KGB tikiwiki NB: The "tree" behaviour of this object is currently not working (as seen in tiki-objectpermissions.php only), but JS errors have now been eliminated and previous functionality will be restored in the next day or two... [01:26] Tiki-KGB tikiwiki 03jonnybradley r45631 10trunk/ 10lib/smarty_tiki/function.treetable.php 10composer.json 10tiki-setup.php 10composer.lock [01:26] Tiki-KGB tikiwiki [MOD] Move treetable to composer [01:26] Tiki-KGB tikiwiki NB: The "tree" behaviour of this object is currently not working (as seen in tiki-objectpermissions.php only), but JS errors have now been eliminated and previous functionality will be restored in the next day or two... [01:30] Tiki-KGB tikiwiki 03jonnybradley r45632 04third_party/jquery/plugins/treeTable [01:30] Tiki-KGB tikiwiki [MOD] Move treetable to composer (Remove old version) [01:30] Tiki-KGB tikiwiki 03jonnybradley r45632 04third_party/jquery/plugins/treeTable [01:30] Tiki-KGB tikiwiki [MOD] Move treetable to composer (Remove old version) [01:40] Tiki-KGB tikiwiki 03jonnybradley r45633 04third_party/jquery/plugins/jquery.async.js 10trunk/composer.json 10trunk/tiki-setup.php 10trunk/composer.lock [01:40] Tiki-KGB tikiwiki [MOD] Move async to composer [01:40] Tiki-KGB tikiwiki 03jonnybradley r45633 04third_party/jquery/plugins/jquery.async.js 10trunk/composer.json 10trunk/tiki-setup.php 10trunk/composer.lock [01:40] Tiki-KGB tikiwiki [MOD] Move async to composer [01:55] fabricius refizul: ping [01:55] fabricius refizul: ping [02:01] refizul fabricius: pong [02:01] refizul fabricius: pong [02:05] kstingel is there a link anywhere for how to setup my crons using PuTTy? [02:05] kstingel is there a link anywhere for how to setup my crons using PuTTy? [02:08] refizul A Tiki cron? Does Tiki have a cron? Or system cron? [02:08] refizul A Tiki cron? Does Tiki have a cron? Or system cron? [02:11] refizul you can use 'crontab -e' to edit your table of cronjobs [02:11] refizul you can use 'crontab -e' to edit your table of cronjobs [02:12] Tiki-KGB tikiwiki 03jonnybradley r45634 04third_party/jquery/plugins/jquery.form.js 10trunk/tiki-upload_file.php 10trunk/composer.json 10trunk/composer.lock [02:12] Tiki-KGB tikiwiki [MOD] Move jquery.form to composer [02:12] Tiki-KGB tikiwiki 03jonnybradley r45634 04third_party/jquery/plugins/jquery.form.js 10trunk/tiki-upload_file.php 10trunk/composer.json 10trunk/composer.lock [02:12] Tiki-KGB tikiwiki [MOD] Move jquery.form to composer [02:12] kstingel I finally got SSH enabled on my server, so I want to create the crons to update via SVN ... but I don't know how to do so :( [02:12] kstingel I finally got SSH enabled on my server, so I want to create the crons to update via SVN ... but I don't know how to do so :( [02:12] refizul do you have an update shell script? [02:12] refizul do you have an update shell script? [02:15] refizul then you write/add a single line to your crontab, e.g.: [02:15] refizul then you write/add a single line to your crontab, e.g.: [02:16] refizul 30 6 * * * /path/to/mysvnupdate.sh 2>&1 1>/path/to/mysvnupdate.log [02:16] refizul 30 6 * * * /path/to/mysvnupdate.sh 2>&1 1>/path/to/mysvnupdate.log [02:17] refizul this will execute the script each day at 6:30 in the morning and write error and default mesages to a logfile [02:17] refizul this will execute the script each day at 6:30 in the morning and write error and default mesages to a logfile [02:19] refizul you edit a user's table of cronjobs with 'crontab -e' or 'EDITOR=nano crontab -e' [02:19] refizul you edit a user's table of cronjobs with 'crontab -e' or 'EDITOR=nano crontab -e' [02:19] refizul replace nano with your favourite editor :-) [02:19] refizul replace nano with your favourite editor :-) [02:20] Tiki-KGB tikiwiki 03jonnybradley r45635 10trunk/composer.json 04third_party/jquery/plugins/jquery.media.js 10trunk/tiki-setup.php 10trunk/composer.lock [02:20] Tiki-KGB tikiwiki [MOD] Move jquery.media to composer [02:20] Tiki-KGB tikiwiki 03jonnybradley r45635 10trunk/composer.json 04third_party/jquery/plugins/jquery.media.js 10trunk/tiki-setup.php 10trunk/composer.lock [02:20] Tiki-KGB tikiwiki [MOD] Move jquery.media to composer [02:23] dabright joined #tikiwiki [02:23] dabright joined #tikiwiki [02:30] Tiki-KGB tikiwiki 03jonnybradley r45636 10trunk/lib/themegenlib.php 10trunk/composer.json 04third_party/jquery/plugins/pxem.jQuery.js 10trunk/composer.lock [02:30] Tiki-KGB tikiwiki [MOD] Move pxem to composer [02:30] Tiki-KGB tikiwiki 03jonnybradley r45636 10trunk/lib/themegenlib.php 10trunk/composer.json 04third_party/jquery/plugins/pxem.jQuery.js 10trunk/composer.lock [02:30] Tiki-KGB tikiwiki [MOD] Move pxem to composer [02:34] Tiki-KGB tikiwiki 03jonnybradley r45637 10trunk/lib/core/Feed/ForwardLink.php 04third_party/jquery/md5.js 10trunk/composer.json 10trunk/composer.lock [02:34] Tiki-KGB tikiwiki [MOD] Move md5 to composer [02:34] Tiki-KGB tikiwiki 03jonnybradley r45637 10trunk/lib/core/Feed/ForwardLink.php 04third_party/jquery/md5.js 10trunk/composer.json 10trunk/composer.lock [02:34] Tiki-KGB tikiwiki [MOD] Move md5 to composer [03:07] goj_killedByISP joined #tikiwiki [03:07] goj_killedByISP joined #tikiwiki [03:26] kstingel is there any way (or a specific file to edit) to prevent Tiki from hashing the file names of uploaded files? [03:26] kstingel is there any way (or a specific file to edit) to prevent Tiki from hashing the file names of uploaded files? [03:27] refizul kstingel: I suppose not. This is a feature I'd like to see as an option in Tiki. [03:27] refizul kstingel: I suppose not. This is a feature I'd like to see as an option in Tiki. [03:29] kstingel I've created a 'fg_images' folder in the root of my Tiki where my file gallery images are stored, but instead of the desired fg_images/my_image_upload.jpeg I'm ending up with fg_images/hashed_name [03:29] kstingel I've created a 'fg_images' folder in the root of my Tiki where my file gallery images are stored, but instead of the desired fg_images/my_image_upload.jpeg I'm ending up with fg_images/hashed_name [03:29] refizul ATM it requires a non-Tiki upload (FTP or something) [03:29] refizul ATM it requires a non-Tiki upload (FTP or something) [03:29] refizul I've noticed this ugly effect some months ago, too [03:29] refizul I've noticed this ugly effect some months ago, too [03:30] kstingel refizul: don't suppose you figured out where to put the "upload_via_ftp" script? [03:30] kstingel refizul: don't suppose you figured out where to put the "upload_via_ftp" script? [03:31] refizul I didn't start to code at this problem yet [03:31] refizul I didn't start to code at this problem yet [03:32] refizul if you know how to write an independent standalone php, you can drop it as index.php in the folder - but then it is outside Tiki layout [03:32] refizul if you know how to write an independent standalone php, you can drop it as index.php in the folder - but then it is outside Tiki layout [03:33] kstingel I have a feeling ricks99 has a script that will do it (with minor tweaks to the save path) ... but he's not in yet [03:33] kstingel I have a feeling ricks99 has a script that will do it (with minor tweaks to the save path) ... but he's not in yet [03:34] refizul a real filename mode would make data import (and switching from MediWiki to Tiki) much easier [03:34] refizul a real filename mode would make data import (and switching from MediWiki to Tiki) much easier [03:34] kstingel refizul: I can write the PHP for it ... but it's a case of knowing which Tiki function I'm overriding so I can add the new function to Tiki in the right place [03:34] kstingel refizul: I can write the PHP for it ... but it's a case of knowing which Tiki function I'm overriding so I can add the new function to Tiki in the right place [03:35] kstingel refizul: I might as well write the fix for everyone to use biggrin [03:35] kstingel refizul: I might as well write the fix for everyone to use biggrin [03:36] refizul the problem is the connection of the uploaded filenames with the database - this has to be bypassed or changed to "hashing is optional" [03:36] refizul the problem is the connection of the uploaded filenames with the database - this has to be bypassed or changed to "hashing is optional" [03:37] kstingel hence the desire to do a "real fix" instead of a custom patch [03:37] kstingel hence the desire to do a "real fix" instead of a custom patch [03:38] refizul A solution will depend on how deep the hashing is entangled with the function. With real filenames there is no "double filenames are possible" anymore [03:38] refizul A solution will depend on how deep the hashing is entangled with the function. With real filenames there is no "double filenames are possible" anymore [03:40] refizul Maybe a parallel solution is better than optional hashing, with independent storage locations [03:40] refizul Maybe a parallel solution is better than optional hashing, with independent storage locations [03:40] refizul This question affects backup strategies as well [03:40] refizul This question affects backup strategies as well [03:41] kstingel we need to be able to save as "fg_images/file".$gal_id."/uploaded_file.type" ... would make bu strat dead easy -> bu(fg_images); [03:41] kstingel we need to be able to save as "fg_images/file".$gal_id."/uploaded_file.type" ... would make bu strat dead easy -> bu(fg_images); [03:43] kstingel would also keep all the uploaded images from getting mixed up with Tiki's DIRs [03:43] kstingel would also keep all the uploaded images from getting mixed up with Tiki's DIRs [03:45] kstingel will trace & tinker and see what I can do [03:45] kstingel will trace & tinker and see what I can do [03:45] kstingel ... after a Coffee lol [03:45] kstingel ... after a Coffee lol [03:45] Tiki|bot New Forum Posts: Where I can find the limitations of HTML code in Wiki Page - ex: "id" is destroyed - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=46733 [03:45] Tiki|bot New Forum Posts: Where I can find the limitations of HTML code in Wiki Page - ex: "id" is destroyed - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=46733 [03:45] refizul Coffee... yes, breakfast time is in 2h here [03:45] refizul Coffee... yes, breakfast time is in 2h here [04:20] Tiki-KGB tikiwiki 03chibaguy r45638 10trunk/styles/layout/design.css [04:20] Tiki-KGB tikiwiki [FIX] Some themes are missing these calendar module layout styles. Thanks, Lindon. [04:20] Tiki-KGB tikiwiki 03chibaguy r45638 10trunk/styles/layout/design.css [04:20] Tiki-KGB tikiwiki [FIX] Some themes are missing these calendar module layout styles. Thanks, Lindon. [05:08] Tiki-KGB tikiwiki 03chibaguy r45639 10trunk/styles/layout/design.css [05:08] Tiki-KGB tikiwiki [FIX] Some themes are missing these calendar module layout styles. Thanks, Lindon. [05:08] Tiki-KGB tikiwiki 03chibaguy r45639 10trunk/styles/layout/design.css [05:08] Tiki-KGB tikiwiki [FIX] Some themes are missing these calendar module layout styles. Thanks, Lindon. [06:27] astroo- bye people [06:27] astroo- bye people [13:32] rlpowell joined #tikiwiki [13:32] rlpowell joined #tikiwiki [13:32] rlpowell Is it possible to get an xml zip export for *all* pages, without clicking hundreds of checkboxes? [13:32] rlpowell Is it possible to get an xml zip export for *all* pages, without clicking hundreds of checkboxes? [13:33] rlpowell My version of list pages has no "check all" box [13:33] rlpowell My version of list pages has no "check all" box [13:34] dbalieiro joined #tikiwiki [13:34] dbalieiro joined #tikiwiki [13:35] rlpowell (see http://www.lojban.org/tiki/tiki-listpages.php ); I guess maybe I should update? [13:35] rlpowell (see http://www.lojban.org/tiki/tiki-listpages.php ); I guess maybe I should update? [13:41] refizul What is "all" pages? All wiki pages at once? Or wiki + blog + articles + ... at once? [13:41] refizul What is "all" pages? All wiki pages at once? Or wiki + blog + articles + ... at once? [13:41] rlpowell Just the wiki. [13:41] rlpowell Just the wiki. [13:42] rlpowell I'm trying to do http://doc.tiki.org/XML+Wiki+Import-Export [13:42] rlpowell I'm trying to do http://doc.tiki.org/XML+Wiki+Import-Export [13:42] rlpowell Someone found me http://www.phpied.com/checktoggle-em-all/ , though, which should work. [13:42] rlpowell Someone found me http://www.phpied.com/checktoggle-em-all/ , though, which should work. [13:42] refizul doc.t.o seems to be down [13:42] refizul doc.t.o seems to be down [13:46] rlpowell *Huh*. One of my users has a check-all box in the header bar, but I don't and one of my other users doesn't. How weird. [13:46] rlpowell *Huh*. One of my users has a check-all box in the header bar, but I don't and one of my other users doesn't. How weird. [13:47] refizul you need to activate the export feature in admin home -> wiki [13:47] refizul you need to activate the export feature in admin home -> wiki [13:50] rlpowell That's a different kindof export. [13:50] rlpowell That's a different kindof export. [13:51] refizul yes - I see. List Wiki pages -> checkbox [all] -> choose XML zip -- does this work? [13:51] refizul yes - I see. List Wiki pages -> checkbox [all] -> choose XML zip -- does this work? [13:52] refizul I've got the checkbox. Are you logged in as admin? [13:52] refizul I've got the checkbox. Are you logged in as admin? [13:52] rlpowell I am. [13:52] rlpowell I am. [13:52] rlpowell One of my users has the global checkbox, no-one else so far does. [13:52] rlpowell One of my users has the global checkbox, no-one else so far does. [13:52] rlpowell He's on FF 13. [13:52] rlpowell He's on FF 13. [13:52] rlpowell Anyways, http://www.phpied.com/checktoggle-em-all/ seems like it will work. [13:52] rlpowell Anyways, http://www.phpied.com/checktoggle-em-all/ seems like it will work. [13:53] rlpowell I'm just waiting for listpages set to list 10000 rows to load. :) [13:53] rlpowell I'm just waiting for listpages set to list 10000 rows to load. :) [13:54] refizul do you see this checkbox at demo.t.o ? [13:54] refizul do you see this checkbox at demo.t.o ? [13:57] refizul http://demo.tiki.org/10x/tiki-listpages.php [13:57] refizul http://demo.tiki.org/10x/tiki-listpages.php [13:57] rlpowell When logged in as admin, yes. [13:57] rlpowell When logged in as admin, yes. [13:57] rlpowell I suspect it's a theme issue. [13:57] rlpowell I suspect it's a theme issue. [13:58] refizul yes, sometimes things are hidden by a theme [13:58] refizul yes, sometimes things are hidden by a theme [13:58] refizul can you change the theme and check this? [13:58] refizul can you change the theme and check this? [13:59] rlpowell As soon as it talks to me, yes. :) [13:59] rlpowell As soon as it talks to me, yes. :) [13:59] rlpowell I think I made it busy. [13:59] rlpowell I think I made it busy. [14:04] rlpowell *Huh*. [14:04] rlpowell *Huh*. [14:04] rlpowell Chrome incognito window fixed it. [14:04] rlpowell Chrome incognito window fixed it. [14:04] rlpowell Even logged in I can see it now. [14:04] rlpowell Even logged in I can see it now. [14:04] rlpowell How *weird*. [14:04] rlpowell How *weird*. [14:06] rlpowell But as soon as I switch to the site default theme I can't. -_- [14:06] rlpowell But as soon as I switch to the site default theme I can't. -_- [14:06] rlpowell Apparently I have to be on another theme *and* with fresh cookies?, or something like that. [14:06] rlpowell Apparently I have to be on another theme *and* with fresh cookies?, or something like that. [14:09] rlpowell As soon as I perform any operation on listpages, the checkbox goes away. [14:09] rlpowell As soon as I perform any operation on listpages, the checkbox goes away. [14:09] rlpowell Awesome. [14:09] rlpowell Awesome. [14:09] rlpowell -_- [14:09] rlpowell -_- [14:11] rlpowell http://www.phpied.com/checktoggle-em-all/ works, though, as long as the number of pages is not too large. [14:11] rlpowell http://www.phpied.com/checktoggle-em-all/ works, though, as long as the number of pages is not too large. [14:14] rlpowell 800 works; good enough. [14:14] rlpowell 800 works; good enough. [14:15] refizul strange - I made the checkbox move away and by deleting the cookie I made it coming back on reload [14:15] refizul strange - I made the checkbox move away and by deleting the cookie I made it coming back on reload [14:15] refizul something is buggy there [14:15] refizul something is buggy there [14:16] rlpowell Seems like. [14:16] rlpowell Seems like. [15:32] Tiki-KGB tikiwiki 03jonnybradley r45640 04third_party/jquery/plugins/jquery.sparkline.min.js 10trunk/composer.json 10trunk/tiki-setup.php 10trunk/composer.lock [15:32] Tiki-KGB tikiwiki [MOD] Move sparkline to composer [15:32] Tiki-KGB tikiwiki 03jonnybradley r45640 04third_party/jquery/plugins/jquery.sparkline.min.js 10trunk/composer.json 10trunk/tiki-setup.php 10trunk/composer.lock [15:32] Tiki-KGB tikiwiki [MOD] Move sparkline to composer [15:33] fabricius joined #tikiwiki [15:33] fabricius joined #tikiwiki [15:51] fabricius joined #tikiwiki [15:51] fabricius joined #tikiwiki [16:20] Telesight joined #tikiwiki [16:20] Telesight joined #tikiwiki [16:34] Telesight joined #tikiwiki [16:34] Telesight joined #tikiwiki [16:38] Telesight joined #tikiwiki [16:38] Telesight joined #tikiwiki [16:42] Tiki-KGB tikiwiki 03jyhem r45641 10trunk/ 10(5 files in 3 dirs) [16:42] Tiki-KGB tikiwiki [FIX] Display article type attributes in predictable order [16:42] Tiki-KGB tikiwiki 03jyhem r45641 10trunk/ 10(5 files in 3 dirs) [16:42] Tiki-KGB tikiwiki [FIX] Display article type attributes in predictable order [17:12] Tiki-KGB tikiwiki 03jyhem r45642 10branches/10.x/ 10(5 files in 3 dirs) [17:12] Tiki-KGB tikiwiki [FIX][bp/r45641] Display article type attributes in predictable order [17:12] Tiki-KGB tikiwiki 03jyhem r45642 10branches/10.x/ 10(5 files in 3 dirs) [17:12] Tiki-KGB tikiwiki [FIX][bp/r45641] Display article type attributes in predictable order [17:12] astroo- joined #tikiwiki [17:12] astroo- joined #tikiwiki [17:12] astroo- hello people [17:12] astroo- hello people [17:26] Tiki-KGB tikiwiki 03jyhem r45643 10branches/9.x/ 10(5 files in 3 dirs) [17:26] Tiki-KGB tikiwiki [FIX][bp/r45641] Display article type attributes in predictable order [17:26] Tiki-KGB tikiwiki 03jyhem r45643 10branches/9.x/ 10(5 files in 3 dirs) [17:26] Tiki-KGB tikiwiki [FIX][bp/r45641] Display article type attributes in predictable order [17:34] Tiki-KGB tikiwiki 03jonnybradley r45645 04third_party/jquery/plugins 10trunk/composer.json 10trunk/tiki-setup.php 10trunk/composer.lock [17:34] Tiki-KGB tikiwiki [MOD] Move migrate to composer (hurrah! Last of the jquery plugins) [17:34] Tiki-KGB tikiwiki 03jonnybradley r45645 04third_party/jquery/plugins 10trunk/composer.json 10trunk/tiki-setup.php 10trunk/composer.lock [17:34] Tiki-KGB tikiwiki [MOD] Move migrate to composer (hurrah! Last of the jquery plugins) [17:35] matoc can anyone tell me where I can look to find the version of Tiki that I'm running? [17:35] matoc can anyone tell me where I can look to find the version of Tiki that I'm running? [17:37] matoc ah, found it. [17:37] matoc ah, found it. [17:54] Tiki-KGB tikiwiki 03jonnybradley r45646 10trunk/lib/jquery_tiki/tablesorter/style.css [17:54] Tiki-KGB tikiwiki [FIX] css typo [17:54] Tiki-KGB tikiwiki 03jonnybradley r45646 10trunk/lib/jquery_tiki/tablesorter/style.css [17:54] Tiki-KGB tikiwiki [FIX] css typo [17:55] Tiki|bot joined #tikiwiki [17:55] Tiki|bot joined #tikiwiki [17:58] Tiki-KGB tikiwiki 03jonnybradley r45647 10(7 files in 3 dirs) [17:58] Tiki-KGB tikiwiki [MOD] Move jquery to composer [17:58] Tiki-KGB tikiwiki Also update jquery/README.md to show everything is up to date before it is deleted (for the record) [17:58] Tiki-KGB tikiwiki 03jonnybradley r45647 10(7 files in 3 dirs) [17:58] Tiki-KGB tikiwiki [MOD] Move jquery to composer [17:58] Tiki-KGB tikiwiki Also update jquery/README.md to show everything is up to date before it is deleted (for the record) [18:12] Tiki-KGB tikiwiki 03lindonb r45648 10trunk/lib/core/Tiki/Composer/CleanVendors.php [18:12] Tiki-KGB tikiwiki [MOD] composer: Strip out unnecessary tablesorter files [18:12] Tiki-KGB tikiwiki 03lindonb r45648 10trunk/lib/core/Tiki/Composer/CleanVendors.php [18:12] Tiki-KGB tikiwiki [MOD] composer: Strip out unnecessary tablesorter files [18:48] Tiki-KGB tikiwiki 03luciash r45649 10trunk/lib/smarty_tiki/function.button.php [18:48] Tiki-KGB tikiwiki [NEW] Bootstrap 3 preps: first step towards Bootstrap Themes transition - btn class for the button Smarty function [18:48] Tiki-KGB tikiwiki 03luciash r45649 10trunk/lib/smarty_tiki/function.button.php [18:48] Tiki-KGB tikiwiki [NEW] Bootstrap 3 preps: first step towards Bootstrap Themes transition - btn class for the button Smarty function [18:48] Tiki-KGB tikiwiki 03jonnybradley r45650 10trunk/lib/core/Services/Search/CustomSearchController.php [18:48] Tiki-KGB tikiwiki [FIX] customsearch: Half finished fix for cs groups - text and date ranges working ok, OR groups still TODO (LP?) [18:48] Tiki-KGB tikiwiki 03jonnybradley r45650 10trunk/lib/core/Services/Search/CustomSearchController.php [18:48] Tiki-KGB tikiwiki [FIX] customsearch: Half finished fix for cs groups - text and date ranges working ok, OR groups still TODO (LP?) [18:50] astroo- joined #tikiwiki [18:50] astroo- joined #tikiwiki [18:50] Tiki-KGB tikiwiki 03jonnybradley r45651 10trunk/lib/toolbars/toolbarslib.php [18:50] Tiki-KGB tikiwiki [FIX] composer: Remove mysterious include of non-existent js file form toolbarslib [18:50] Tiki-KGB tikiwiki 03jonnybradley r45651 10trunk/lib/toolbars/toolbarslib.php [18:50] Tiki-KGB tikiwiki [FIX] composer: Remove mysterious include of non-existent js file form toolbarslib [18:52] Tiki-KGB tikiwiki 03jonnybradley r45652 10trunk/ 10(5 files in 2 dirs) [18:52] Tiki-KGB tikiwiki [FIX] composer: Restore missing nestedsortable plugin (lost in a storm somewhere), also missing changes in composer.lock from jquery lib move [18:52] Tiki-KGB tikiwiki 03jonnybradley r45652 10trunk/ 10(5 files in 2 dirs) [18:52] Tiki-KGB tikiwiki [FIX] composer: Restore missing nestedsortable plugin (lost in a storm somewhere), also missing changes in composer.lock from jquery lib move [18:57] Tiki|bot New Forum Posts: DB changes 9.3 to 10.2? - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=46737 [18:57] Tiki|bot New Forum Posts: DB changes 9.3 to 10.2? - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=46737 [19:52] Tiki-KGB tikiwiki 03lphuberdeau r45653 10trunk/lib/ 10(5 files in 5 dirs) [19:52] Tiki-KGB tikiwiki [FIX] Re-do the OR query grouping for custom search by introducing subqueries [19:52] Tiki-KGB tikiwiki 03lphuberdeau r45653 10trunk/lib/ 10(5 files in 5 dirs) [19:52] Tiki-KGB tikiwiki [FIX] Re-do the OR query grouping for custom search by introducing subqueries [19:54] Tiki-KGB tikiwiki 03kstingel r45654 10trunk/remote.php [19:54] Tiki-KGB tikiwiki [REF] edit to page level docBlock, modified Package assignment and added description [19:54] Tiki-KGB tikiwiki 03kstingel r45654 10trunk/remote.php [19:54] Tiki-KGB tikiwiki [REF] edit to page level docBlock, modified Package assignment and added description [19:58] Telesight1 joined #tikiwiki [19:58] Telesight1 joined #tikiwiki [20:15] redflo joined #tikiwiki [20:15] redflo joined #tikiwiki [20:29] rlpowell left #tikiwiki [20:29] rlpowell left #tikiwiki [20:32] Tiki-KGB tikiwiki 03lphuberdeau r45655 10trunk/lib/core/Services/Search/CustomSearchController.php [20:32] Tiki-KGB tikiwiki [FIX] Clean-up implementation for textranges and dateranges [20:32] Tiki-KGB tikiwiki 03lphuberdeau r45655 10trunk/lib/core/Services/Search/CustomSearchController.php [20:32] Tiki-KGB tikiwiki [FIX] Clean-up implementation for textranges and dateranges [20:40] Tiki-KGB tikiwiki 03yonixxx r45656 10trunk/styles/ 10greenvalley.css 10greenvalley/menubar-wood.jpg 10greenvalley/page_background_ltr.jpg 10greenvalley/ie7.css [20:40] Tiki-KGB tikiwiki [THE]Greenvalley theme 100% working rtl and ltr theme [20:40] Tiki-KGB tikiwiki 03yonixxx r45656 10trunk/styles/ 10greenvalley.css 10greenvalley/menubar-wood.jpg 10greenvalley/page_background_ltr.jpg 10greenvalley/ie7.css [20:40] Tiki-KGB tikiwiki [THE]Greenvalley theme 100% working rtl and ltr theme [20:47] Caarrie joined #tikiwiki [20:47] Caarrie joined #tikiwiki [20:49] fabricius joined #tikiwiki [20:49] fabricius joined #tikiwiki [20:52] Tiki-KGB tikiwiki 03yonixxx r45657 10trunk/styles/ 10(7 files in 2 dirs) [20:52] Tiki-KGB tikiwiki [ENH] removing unused files from the theme [20:52] Tiki-KGB tikiwiki 03yonixxx r45657 10trunk/styles/ 10(7 files in 2 dirs) [20:52] Tiki-KGB tikiwiki [ENH] removing unused files from the theme [21:39] Tiki|bot New Forum Posts: Link to a Wiki Page within HTML? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=46738 [21:39] Tiki|bot New Forum Posts: Link to a Wiki Page within HTML? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=46738 [21:42] Tiki-KGB tikiwiki 03lphuberdeau r45659 10trunk/tiki-admin.php [21:42] Tiki-KGB tikiwiki [FIX] Name conflict of the preference index rebuild with the unified search rebuild, causing the content re-index to be much longer than needed [21:42] Tiki-KGB tikiwiki 03lphuberdeau r45659 10trunk/tiki-admin.php [21:42] Tiki-KGB tikiwiki [FIX] Name conflict of the preference index rebuild with the unified search rebuild, causing the content re-index to be much longer than needed [22:00] Tiki-KGB tikiwiki 03jonnybradley r45660 10trunk/ 10installer/tiki-installer.php 10tiki-setup.php [22:00] Tiki-KGB tikiwiki [FIX] composer: Typo (oops) [22:00] Tiki-KGB tikiwiki 03jonnybradley r45660 10trunk/ 10installer/tiki-installer.php 10tiki-setup.php [22:00] Tiki-KGB tikiwiki [FIX] composer: Typo (oops) [22:04] Tiki|bot joined #tikiwiki [22:04] Tiki|bot joined #tikiwiki [22:16] Tiki-KGB tikiwiki 03lphuberdeau r45661 10trunk/lib/ 10core/Search/Index/Lucene.php 10core/StandardAnalyzer/Analyzer/Standard.php 10test/core/Search/Index/LuceneStemmingTest.php 10core/Search/Formatter/ValueFormatter/Snippet.php [22:16] Tiki-KGB tikiwiki [FIX] Hebrew (and likely generally improved utf-8 support) for unified search [22:16] Tiki-KGB tikiwiki 03lphuberdeau r45661 10trunk/lib/ 10core/Search/Index/Lucene.php 10core/StandardAnalyzer/Analyzer/Standard.php 10test/core/Search/Index/LuceneStemmingTest.php 10core/Search/Formatter/ValueFormatter/Snippet.php [22:16] Tiki-KGB tikiwiki [FIX] Hebrew (and likely generally improved utf-8 support) for unified search [22:58] Tiki-KGB tikiwiki 03lphuberdeau r45662 10trunk/lib/sheet/ole.php [22:58] Tiki-KGB tikiwiki [FIX] Incomplete file check would confuse ole.php and console.php, preventing to index sheets from the command line [22:58] Tiki-KGB tikiwiki 03lphuberdeau r45662 10trunk/lib/sheet/ole.php [22:58] Tiki-KGB tikiwiki [FIX] Incomplete file check would confuse ole.php and console.php, preventing to index sheets from the command line [23:02] Tiki-KGB tikiwiki 03lphuberdeau r45663 10trunk/lib/ 10core/Search/Index/Lucene.php 10prefslib.php [23:02] Tiki-KGB tikiwiki [MOD] Specify the file permissions when building the lucene index and disable optimization for the preference search [23:02] Tiki-KGB tikiwiki 03lphuberdeau r45663 10trunk/lib/ 10core/Search/Index/Lucene.php 10prefslib.php [23:02] Tiki-KGB tikiwiki [MOD] Specify the file permissions when building the lucene index and disable optimization for the preference search [23:32] Tiki-KGB tikiwiki 03jonnybradley r45664 10trunk/styles/ 10(38 files in 10 dirs) [23:32] Tiki-KGB tikiwiki [NEW] Utopias theme & options for Tiki 11 (& 12 ;) [23:32] Tiki-KGB tikiwiki 03jonnybradley r45664 10trunk/styles/ 10(38 files in 10 dirs) [23:32] Tiki-KGB tikiwiki [NEW] Utopias theme & options for Tiki 11 (& 12 ;) [23:54] Tiki-KGB tikiwiki 03lphuberdeau r45666 10branches/experimental/redesign-proof-of-concept/composer.lock [23:54] Tiki-KGB tikiwiki [FIX] Updating composer [23:54] Tiki-KGB tikiwiki 03lphuberdeau r45666 10branches/experimental/redesign-proof-of-concept/composer.lock [23:54] Tiki-KGB tikiwiki [FIX] Updating composer