[03:13] fabricius1 joined #tikiwiki [03:42] Tiki-KGB 03lindonb r53832 10trunk/templates/antibot.tpl * [FIX] iconset conversion [05:08] Tiki-KGB 03chibaguy r53833 10trunk/ 10themes/base_files/css/tiki_base.css 10themes/base_files/less/tiki-blogs.less 10themes/base_files/less/tiki_base.less 10tiki-setup.php [05:08] Tiki-KGB [ENH] Import bootstrap-chosen (http://github.com/alxlit/bootstrap-chosen) Less files into tiki_base.less. Todo: multiple select isn't right yet. [07:57] panamaus joined #tikiwiki [11:02] Tiki-KGB 03lindonb r53834 10trunk/doc/devtools/satis.json * latest tablesorter version 2.19.0 [11:02] lindonb joined #tikiwiki [12:04] lindonb joined #tikiwiki [12:12] Tiki-KGB 03lindonb r53835 10trunk/doc/devtools/satis.json * tablesorter version 2.17.8 no longer needed [12:28] Tiki-KGB 03lindonb r53836 10trunk/ 10composer.json 10composer.lock * update to tablesorter 2.19.0 [12:30] Tiki-KGB 03lindonb r53837 10trunk/doc/devtools/satis.json * remove superseded tablesorter version 2.18.3 not used in any tag release [12:43] Telesight joined #tikiwiki [14:31] fabricius joined #tikiwiki [14:33] gilles joined #tikiwiki [14:57] wolfganga joined #tikiwiki [15:04] luciash polom [15:04] wolfganga hello [15:05] * luciash going to work on fivealive-lite improvements now [15:05] luciash hi wolfganga ! [15:06] wolfganga Hi luciash [15:22] luciash any idea why theme options wouldn't work in trunk ? [15:27] luciash I have set fivealive-lite but it stayson violet theme option instead of the others [15:31] luciash ah I see, I have the theme switcher module enabled :-p [15:45] Caarrie joined #tikiwiki [15:46] luciash some little emergency here, bbl [15:57] Jyhem_laptop joined #tikiwiki [16:01] gilles hello [16:02] wolfganga hello [16:02] gilles with bootstrap I understand how to change column but how to reduce spacec between module ? [16:13] Jyhem_laptop_ joined #tikiwiki [16:27] nelsonko joined #tikiwiki [16:34] Tiki-KGB 03nkoth r53838 10trunk/ 10(5 files in 4 dirs) [16:34] Tiki-KGB [REF] Add functionality in new Wikiplugin Alert (ability to store cookie to keep alert dismissed) to remarksbox instead [16:45] luciash re [16:50] luciash I don't like the new quickadmin in trunk (two clicks instead of one as before) [17:58] wolfganga In need some inspiration / direction. I want to optimize the response time when creating a new trackeritem. The problem is that the css and js files are loaded again, although there are already cached [17:59] wolfganga This does not happen, when clickling itemlist in the tracker [17:59] wolfganga It only happens wen creating a new new item (and the the list is passed via xhr i think) [18:00] wolfganga This is also te reason why filing a bug on the official website is so slow / unresponsive. [18:08] lindonb joined #tikiwiki [18:10] luciash I think it is because tiki-tracker-update_item loads all the css, maybe if it was just raw html (without css) it would be faster... maybe limit to load only the body ? I do not understand why it loads whole html though, maybe there is some reason... [18:15] wolfganga I am actually debugging it. I guesst it is because the javascript callback from the xhr-call executes: document.location.reload(); [18:15] wolfganga and "document.location.reload();" forces a reload with teh equest header no-cache. [18:16] wolfganga similra to the browser reload button. [18:17] wolfganga i undderstand why the request are made then, but do not understand why its not getting a 304 response instead (like with images...) [18:17] wolfganga This is really painfull when using tiki outside a lan but in a WAN. [18:22] Tiki-KGB 03luciash r53839 10trunk/img/tiki/ 03tiki-icon-flat-white.png 03tiki-icon-flat.svg 03tiki-icon-flat-black.png * [NEW] flat tiki black and white icon (including svg version) [18:44] fabricius Hi luciash -> I think the new appearance of the quickadmin AND of the wikieditbuttons should be optional - both as independantly settings for module and content page. I use the quickadmin in a bootstrap list element and there it is not accessible anymore (even much worse than the two click issue [18:45] wolfganga WOW!!!! [18:45] wolfganga I have it! [18:45] wolfganga This is awesome. [18:45] fabricius wolfganga: your issue mentioned above? [18:45] wolfganga Yes. [18:45] fabricius very cool! [18:46] wolfganga Without patch (as it is today). When creating a new trackeritem: [18:46] fabricius I started to get stressed out on that myself (especially with the bugtracker) [18:47] fabricius ah .. listening .. [18:47] wolfganga 45 js files to load gzipped 788k + 13 css files gzipped 81.4k + 1 response for content 12kb = sums up to: 59 request for 881,4kb [18:47] fabricius ouch [18:47] wolfganga with ptach: [18:47] wolfganga patch: [18:48] wolfganga 0 js files to load + 0 css files to load + 1 response for content 12kb = sums up to: 1 request for 12kb [18:48] wolfganga so in summary: 59 request with 880kb vs 1 request for 12kb [18:49] fabricius WOW [18:49] wolfganga I think i should commit it ;-) [18:49] fabricius that means about probably the bugtracker will seem to work [18:50] fabricius can you aswell backport that to 13 pls for that we will get it in the bugtracker asap? [18:51] fabricius we should not wait til 14 in this case [18:51] fabricius wolfganga: if you have questions for when commit where and how to backport, there is a wikipage on dev and you could aswell ask jonnyb [18:55] wolfganga fabricius - would you be able/willing to do a test against my dev machine? [18:55] wolfganga if it works i can backport [19:01] fabricius wolfganga: willing yes, able? :) [19:04] fabricius -> query [19:06] wolfganga A moment - will prepare [19:35] luciash cool, just fearing there will be some use case, when this will cause issue... but maybe not. lets give it a try. rollback is always possible [19:45] fabricius if issues luciash, maybe optional instead of rollback ... it is running [19:45] fabricius really fast on a slow server [19:47] fabricius luciash: you know who committed the new quickadmin apearance? lindon, or gezza or who? [19:47] fabricius we should rise the issue I think - ask for some chance, respectively optional ... I'll check the module first, but it looks like a new default for ever