[00:35] fabricius joined #tikiwiki [01:12] Gwayne joined #tikiwiki [01:37] Gwayne joined #tikiwiki [01:37] Gwayne joined #tikiwiki [03:29] chibaguy joined #tikiwiki [03:30] chibaguy Is "remember me" at dev.tiki.org, etc. working for other people? It isn't for me, it seems. [04:13] Tiki|bot Recent Bug: - http://dev.tiki.org/item5577 [04:52] Tiki|bot New Forum Posts: About the superfish menu dropdowns - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=55114 [07:48] Telesight joined #tikiwiki [07:54] Tiki|bot Recent Bug: - http://dev.tiki.org/item5578 [09:06] Tiki-KGB 03walper r54220 10(5 files in 4 dirs) * [MRG] Automatic merge, branches/14.x 54212 to 54219 [09:22] Tiki-KGB 03walper r54221 10branches/14.x/_htaccess [09:22] Tiki-KGB [bp/r54147][ENH] Slightly optimized htaccess following googles cache directive advise. Disabled cache-control in favour of expires. Separate modified since definitions for js/css and images. [09:26] Tiki-KGB 03walper r54222 10branches/14.x/doc/devtools/svntools.php [09:26] Tiki-KGB [bp/r54148][FIX] Fixed developer svn tools like svnbranchupdate to work on windows. [09:28] Tiki-KGB 03walper r54223 10trunk * [MRG] Automatic merge, branches/14.x 54219 to 54222 [09:32] Tiki-KGB 03walper r54224 10branches/14.x/lib/core/Tracker/Field/DynamicList.php [09:32] Tiki-KGB [bp/r54209][FIX] Dynamic item list select gadget is too narrow. (Thanks anbumania) [09:40] Tiki-KGB 03walper r54225 10branches/14.x/templates/trackerinput/url.tpl * [bp/r54210][FIX] URL text gadget is too narrow. (Thanks anbumania) [09:42] Tiki-KGB 03walper r54226 10trunk * [MRG] Automatic merge, branches/14.x 54222 to 54225 [09:59] wolfganga joined #tikiwiki [09:59] wolfganga Hello [10:00] redflo joined #tikiwiki [10:00] wolfganga chibaguy - are you there? [10:01] chibaguy hi wolfganga [10:03] wolfganga chibaguy - do you know where all the js and css files are included? Those that apppear later on as script tags or style tags in the html? [10:03] wolfganga i found things like: TikiLib::lib('header')->add_jsfile('lib/jquery_tiki/tiki-toolbars.js'); [10:04] chibaguy hmm, maybe lib/setup/ [10:06] wolfganga ok [10:06] wolfganga another one: do you know wether there is a central log function - where you can log things like errors etc.? [10:07] chibaguy I don't know really. I mainly deal with CSS and a little with the .tpl files. [10:09] wolfganga no problem -. thank you anyway [10:09] chibaguy sure [11:17] wolfganga_ joined #tikiwiki [11:49] Jyhem_laptop joined #tikiwiki [11:51] luciash hi [11:51] gezza joined #tikiwiki [11:52] luciash chibaguy: it remembers me from yesterday still on doc.t.o but I did not close the browser since then [11:57] wolfganga_ hi [11:59] wolfganga_ Hi has anyone tried the prefs: tiki_minify_css, tiki_minify_css_single_file tiki_minify_javascript, tiki_minify_late_js_files ? [12:00] wolfganga_ Looks like a really great feature bc it would reduce the 50+ requests per page. [12:01] wolfganga_ But it seems to not 100% working, css gets screwed up, and need to manually delete the cachec files in temp after, because the ui is no longer usable [12:02] Jyhem_laptop polom [12:02] wolfganga_ hi [12:03] chibaguy hi luciash. Ok. I've been closing the browser, and it doesn't remember me. [12:03] chibaguy (I think all the Tiki sites) [12:04] chibaguy wolfganga_, the minify prefs generally have worked but I haven't tried recently. [12:05] wolfganga_ the js script part seems toi be ok, the css stuff fails [12:05] wolfganga_ maybe something with @import vs @import url [12:06] wolfganga_ it would be REALLY great if that would work again, it would reduce the number of requests a lot! [12:07] wolfganga_ worse: if you enable the css the site is no longer eally usable. need to rest the prefs in the db AND need to deelete the temp folder [12:21] Jyhem_laptop Hmm, Tiki14 does not allow comments on pages which have commas in their name :-( [12:21] Jyhem_laptop That already is broken in Tiki12, but in a different way. [12:57] jonnyb joined #tikiwiki [13:03] gezza wolfganga_: minifying css files separately seems ok, the issue comes only when I enable minify css into single file, is it the same to you? [13:20] fabricius wolfganga_: Hi Wolfgang [13:21] wolfganga_ gezza - just testing [13:22] wolfganga_ and already made some improvements for javascript [13:22] wolfganga_ hello fabricius [13:23] wolfganga_ nice - just 2 js calls - could add it to one - but not sure if it would break something in case minify fails. [13:23] wolfganga_ but 2 are better than 20 [13:23] fabricius maybe chatting in the evening? did start to document the stuff yesterday (see email) I do not think, I need long explanations, but maybe some pointer here and there wolfganga_ [13:24] wolfganga_ gezza - i will commit right away - so you already have those changes [13:24] wolfganga_ thorsten - about what - the new DIL? [13:32] jonnyb polom [13:33] jonnyb wolfganga_: i was looking at the unicode/encoding problem with tracker popups, you know that's nothing to do with ajax? [13:34] wolfganga_ No i do not. I just noticed it in that area [13:34] Tiki-KGB 03walper r54227 10branches/14.x/lib/headerlib.php [13:34] Tiki-KGB [FIX] Javascript compression did not include certain js files tagged as depandancy. See prefs: tiki_minify_javascript, tiki_minify_late_js_files [13:34] jonnyb it's done with a title attribute (or something) on the a element [13:34] wolfganga_ i saw it in trackerpopups and in the xhr response from the ajax service handler [13:35] wolfganga_ with a title attribut? that sounds - strange ;-) [13:35] jonnyb also i would be very wary in changing the js minify stuff in stable [13:35] jonnyb sorry, used to be a title in the bad old days, uses a data attribute now [13:36] Tiki-KGB 03walper r54228 10trunk/lib/headerlib.php 10trunk * [MRG] Automatic merge, branches/14.x 54225 to 54227 [13:36] jonnyb data-content [13:37] jonnyb also i saw you backported a ENH commit to 14.x - you know these are not allowed before 14.0 is released? [13:37] wolfganga_ the js patch i just commited does not break anything - i promise. [13:38] jonnyb dependancy js files were created specially for files that broke minifying [13:38] wolfganga_ no i did not know [13:38] jonnyb please read https://dev.tiki.org/Where+to+commit [13:38] wolfganga_ ok will read that [13:38] wolfganga_ as for the minify - i added failsafe [13:39] wolfganga_ so if dependancys fail , they will be added explicit on top [13:40] jonnyb personally i wouln't have touched that in the stable branch while in a freeze - it's always been a delicate mechanism and not critical for releasing 14.0 imho [13:40] jonnyb so if it's broken something you'll have to fix it, ok? ;) [13:40] fabricius wolfganga_: yes, the DIL and vi/ei_tpl [13:41] wolfganga_ ok i see [13:41] wolfganga_ so really only fixex? [13:41] wolfganga_ fixes? [13:43] wolfganga_ gezza - are you there? [13:43] jonnyb yes, the priority is to release 14.0 as soon as possible with as few bugs as possible, there is already a large list of "blocker" bugs that need fixing, so changing stuff that works adequately and adding new enhancements should go in trunk and wait for 15.x or be backported to 14.x after the release of 14.0 [13:43] wolfganga_ fabricius - yes will be ok [13:44] gezza wolfganga_: yes, i'am back now [13:44] wolfganga_ just commited a small patch - maybe you want to update - so we are in sync. [13:46] gezza ok, but that is for js files, not css [13:46] wolfganga_ gezza i confirm: miniy css is ok, put it in single file breaks [13:47] wolfganga_ i would consider this a blocker as well, because if one enables this option he/she has to manually mofify the pref in the db as well as to manually clean the temp folder [13:47] wolfganga_ yse i did the js files first. [13:47] gezza you can click back to disable it [13:48] Jyhem_laptop joined #tikiwiki [13:48] gezza there is a warning next to the pref about that it might not work [13:51] wolfganga_ yes back works - just two times reload did not for ... ;-) [13:51] wolfganga_ can you see why it breaks? [13:52] gezza it would be better of course if it worked :) [13:52] wolfganga_ concatation should not break css files [13:53] wolfganga_ if it would work - we are doen to 12 reauests from 54+ [13:53] wolfganga_ (including teh js stuff) [13:53] gezza the warning says: "This setting may not work out of the box for all styles. import needs to use @import url("...") and not @import "..." [13:54] wolfganga_ i did read that and already search for @import in css files [13:54] gezza so first would need to review the less and css fikes [13:54] gezza files [13:54] wolfganga_ yes [13:54] gezza chibaguy could give a hint maybe [13:56] chibaguy Most of the imports are in .less files before compiling, to produce one .css file. [13:57] wolfganga_ jonnyb - coming back to the utf8 - data attribute. Have you found seomthing? [13:57] jonnyb just looking now... trying to remember how it works ;) [13:58] jonnyb think it comes from \Tracker_Field_Abstract::renderPopup [13:58] wolfganga_ yes there it comes from - but: [13:58] chibaguy So there is one tiki_base.css and one theme style sheet. These shouldn't contain any import statements (except for web fonts). [13:58] wolfganga_ a patch there would not explain the scrambled response in the xhr call - wouldn't it? [13:59] gezza hmm, just tried Amelia theme [14:00] gezza it seems ok [14:00] jonnyb which xhr call? i don't see one [14:00] gezza minified into single file [14:00] wolfganga_ in my email to the dev list [14:00] wolfganga_ i made a sample [14:01] wolfganga_ that was the xhr call created by the itemlink box [14:01] gezza fivealive also ok, but there is an issue with the default theme [14:02] gezza the default theme has only one line: @import url(../../../vendor/twitter/bootstrap/dist/css/bootstrap.min.css); [14:02] jonnyb wolfganga_: are you talking about the item titles on tiki-view_tracker.php? [14:03] wolfganga_ jonnyb: sorry for being confsuing. to be more clear: the "umlaut" issue shows up on the trackerpopup. [14:03] jonnyb i see it on tiki-view_tracker.php - are you talking about somewhere else? [14:04] wolfganga_ and i also noticed that the xhr call initiated by the itemlink field, also return that "umlaut" issue, at least in the response. [14:04] wolfganga_ But, this might be ok there - [14:04] wolfganga_ i just noticed this - and that was what the email said. [14:04] jonnyb but which page are you talking about? [14:04] wolfganga_ no page . [14:05] jonnyb no url? :O [14:05] jonnyb your mail refers to "the popup window in tracker" but i'm not clear what you mean by that [14:05] wolfganga_ i did not talk about a page. The url in my email is the one from the xhr call initiated by an itemlink field. no page [14:06] wolfganga_ the call that asks the ajax service handler [14:06] jonnyb i don't understand, in my experience all xhr requests get called from javascript on a certain page - you'vbe lost me i'm afraid [14:07] wolfganga_ so it setup a itemlink field and looked to teh request in chrome debugger - thats all [14:07] jonnyb i'll just try and fix the issue i can see on tiki-view_tracker.php [14:08] jonnyb ok, but i see the same problem on the "popup" on the items list too... [14:08] wolfganga_ teh xhr call gets initiated from js - that is correct. and that js is triggered from an itemlink field in edit modus. [14:08] wolfganga_ so if you edit a trackeritem that has an itemlink field, it will trigger that xhr call. ;-) [14:08] wolfganga_ yes [14:09] chibaguy The "default" theme is actually bootstrap.css, so it's just imported. I can make a bootstrap clone with Less to avoid the import statement, if necessary. The imports will happen pre-compiling. [14:10] wolfganga_ chibaguy - seems that will fix it [14:10] chibaguy ok. I'll do that. [14:11] wolfganga_ gezza - well spotted [14:14] jonnyb wolfganga_: for me ItemLink seems ok, but my xhr request goes to tiki-search-lookup?maxRecords=250&format=&filter[type]=trackeritem... etc, not tiki-ajax_services.php [14:14] jonnyb this is from the create item modal on tiki-view_tracker.php [14:14] wolfganga_ let me check [14:14] jonnyb and accents etc seem to work fine [14:14] jonnyb i made a linked item called "føü®" and it appears fine [14:15] Tiki|bot New Forum Posts: Star name for Tiki 14 (was: Tiki 14: branches/14.x created) - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=55118 [14:27] wolfganga_ This is teh xhr request from my itemlink field: [14:27] wolfganga_ http://172.20.20.150/tiki/code/tiki-ajax_services.php?maxRecords=250&format=&filter[type]=trackeritem&filter[tracker_id]=6&filter[tracker_status]=o%20OR%20p%20OR%20c&controller=search&action=lookup [14:27] jonnyb curious, odd that's it's different from mine (this is on create new item on tiki-view_tracker.php yes?) [14:27] wolfganga_ Its result contains: "title":"R\u00f6ver GmbH"} which displays corrcet as Röver though. [14:28] Tiki-KGB 03jonnybradley r54229 10branches/14.x/lib/jquery_tiki/tiki-jquery.js [14:28] Tiki-KGB [FIX] ajax: Fix error display for when jquery.validate feature is disabled. Not ideal but it prevents the js errors and displays an error at the top of the form (jquery.validate enabled is recommended) [14:28] jonnyb maybe it does different things depending what the linked item field type is [14:28] jonnyb so if it displays correctly what is the problem? does it corrupt the data or something? [14:28] wolfganga_ my link shows the xhr call to pouplate the itemlink on edit. [14:28] wolfganga_ its a bit tricky to catch [14:29] wolfganga_ got the link from tab console in chrome - also enebaled "preservee Logs" [14:31] jonnyb ah, i see it - tiki-search-lookup is the same as tiki-ajax_services.php?controller=search&action=lookup (i have sefurl enabled) [14:31] jonnyb sorry, same same [14:31] wolfganga_ Yes itemlink displays correct - although the encoding in the xhr response look wired. Because i looked wired - i _thought_ that it is somehow related to the popover windows issue. [14:32] wolfganga_ ;-) on the dev system i have sef disabled - sry for confusion. [14:32] jonnyb for me in chrome it looks the same as on the page (i.e. correct utf-8) [14:32] jonnyb anyway, i think it's totally different code so not related (i think...) [14:32] wolfganga_ strange - i copy pasted the output .... [14:33] wolfganga_ i guess you are right [14:33] wolfganga_ if we face search issues with utf8 then i will rembeber this - maybe [14:34] wolfganga_ jonnyb can you fix the popoupwindow then? [14:34] jonnyb back on it, i think i'm near to a fix [14:34] wolfganga_ thank you [14:38] Tiki-KGB 03chibaguy r54230 10branches/ 0314.x/themes/default/less/default.less 1014.x/themes/default/css/default.css [14:38] Tiki-KGB [FIX] Import Bootstrap component .less files in default.less, to avoid import statement in default.css. [14:38] jonnyb seems to be the json_encode at lib/smarty_tiki/function.popup.php:106 that's doing it [14:39] jonnyb cool, just adding JSON_UNESCAPED_UNICODE seems to do it :) [14:42] Tiki-KGB 03jonnybradley r54231 10branches/14.x/lib/smarty_tiki/function.popup.php [14:42] Tiki-KGB [FIX] popups: Don't escape unicode characters in popups (as seen in tracker popups for instance, thanks Wolfgang) [14:42] jonnyb chibaguy: (hi!) are you aware of the @import (reference) thing for less? i was thinking it might be useful in my trouble with those gradients (which i still haven't solved) but might be handy generally [14:42] jonnyb http://lesscss.org/features/#import-options [14:43] chibaguy Hi jonnyb. [14:43] jonnyb hi :) [14:44] wolfganga_ thanks jonnyn will try it right away [14:44] jonnyb i tihnk it means you can sort of include a file so phpstorm (or whatever) can interpret the syntax properly but when it compiles it ignores the import [14:44] jonnyb thought it might be handy? [14:44] jonnyb thanks wolfganga_ [14:45] chibaguy yes, looks interesting. I haven't tried it yet. [14:46] jonnyb still stuck not being able to compile the tiki themes from less :( [14:46] jonnyb anyway, have to pop out now, bbl [14:47] wolfganga_ jonnyb - can i takeover the change to trunk? [14:47] wolfganga_ takeover = merge [14:47] jonnyb i'll do it, 1 mo... [14:47] wolfganga_ ok [14:49] jonnyb on it's way :) [14:49] wolfganga_ ^^ [14:50] Tiki-KGB 03jonnybradley r54232 10(5 files in 5 dirs) * [MRG] Automatic merge, branches/14.x 54227 to 54231 [14:53] wolfganga_ gezza, chibguy - it still does not work with "minify css in one file" [14:53] wolfganga_ either there is something missing or it is screwed up during minification [14:54] gezza i tried an it worked for me [14:54] gezza clear cache, log out and log in again [14:54] wolfganga_ i use the default theme (wich is default bottstrap) [14:54] wolfganga_ ok will do (had cleard cache but not looged out) [14:56] jonnyb ok, back later... [15:06] Tiki-KGB 03anbumania r54233 10branches/14.x/lib/jquery_tiki/tiki-jquery.js * [FIX]Add Field and Edit Advanced Option not working Help [15:13] Jyhem_laptop repolom [15:14] Jyhem_laptop how can I include a Tiki plugin inside a smarty template ? [15:16] chibaguy_ joined #tikiwiki [15:16] Jyhem_laptop like {bloglist Id=1} [15:21] jonnyb joined #tikiwiki [15:23] wolfganga_ gezza it stil not works for me, do i need to rebuiold css after svn update? [15:24] gezza try switching to another theme than switch back to default [15:24] chibaguy_ wolfganga_, the css files are intact already, as files in subversion. [15:25] gezza it works for me fine [15:25] gezza chibaguy, is it wokring for you too? [15:25] chibaguy_ minify css? I'll try. [15:25] wolfganga_ chibaguy yes i think so too, because without css_single_file, it works [15:27] chibaguy_ yes, it works as separate files for me - 8 files. [15:28] wolfganga_ and does it work in a single file? [15:29] chibaguy_ Yes, I just tested with FiveAlive-lite.css and a theme option. [15:29] wolfganga_ i changed to tthem fivealite - now nothing is working [15:30] wolfganga_ blank [15:30] chibaguy_ hmm [15:31] chibaguy_ the minified file is 254KB ;-) but anyway is just one file. :-) [15:32] wolfganga_ the true enhancement is the numer of request. [15:32] wolfganga_ my tiki is dead - after i changed to fivealite [15:33] Jyhem_laptop found it: {wikiplugin _name=bloglist Id="1" Items="5" …}{/wikiplugin} [15:34] wolfganga_ chibaguy - does it work you with one css file? [15:34] chibaguy_ Yes. [15:34] chibaguy_ Oh do you mean to minify as one file? [15:35] chibaguy_ That works. [15:35] wolfganga_ yes that is what i menat [15:35] arildb joined #tikiwiki [15:36] wolfganga_ remoevd cache (temp) tiki is back there [15:36] wolfganga_ but single file css still does not work... [15:38] chibaguy_ Do you have to change the preference in the database, to get the site back? [15:38] chibaguy_ Ah, it's back. [15:38] wolfganga_ yes changed theme back to defgault and removed files from temp [15:39] chibaguy_ hmm, I wonder what the difference is in the sites, that one-file minify is successful or not [15:40] wolfganga_ me to - i use trunk here - but the dev stuff is currently windows [15:41] arildb_ joined #tikiwiki [15:42] wolfganga_ Hey i found this one@import url(/tiki/code/themes/default/css/../../../vendor/twitter/bootstrap/dist/css/bootstrap.min.css); [15:42] wolfganga_ that should not be there after the svn update ? [15:44] Tiki-KGB 03jonnybradley r54234 10branches/14.x/lib/jquery_tiki/tiki-jquery.js [15:44] Tiki-KGB [FIX] modals: Param options still needs initialising if not supplied, the problem here was a missing | char making it a bitwise or, not a comparison (my fault, sorry, reverts and fixes r54233) [15:44] wolfganga_ chibaguy - should there be a bootstrap.min.css after your patch? [15:44] chibaguy_ No. [15:45] wolfganga_ Can pls check that when you disable single file, that there is no bootstrap.min.css loaded? [15:46] chibaguy_ ok [15:49] arildb joined #tikiwiki [15:50] chibaguy_ There's no bootstrap.min.css. Just "default.css" (137KB, so the full bootstrap.css file) [15:50] wolfganga_ ok [15:51] chibaguy_ that import was replaced by my commit r54230, or should have been. [15:52] wolfganga_ Seesm that i have a differnt problem, just getting a blankpage again - this time using theme default -. something strange happens here [15:59] gezza chibaguy: we chatted before about that margin issue in the login box for "I forgot my password" (the text gets cut off) [15:59] gezza can I just remove this rule from tiki_base: .tiki .dropdown-menu li:last-of-type, .menuSection ul li:last-of-type {margin-bottom: -5px;} [15:59] gezza or is it needed elsewhere? [16:00] gezza maybe you see consequences [16:04] chibaguy_ gezza, yes, the rule is needed for menus. I'll make a special case for the login box, if you like. [16:05] gezza that would be great, thanks [16:32] Tiki-KGB 03anbumania r54235 10branches/14.x/lib/smarty_tiki/function.bootstrap_modal.php * [FIX] Edit popups should be modal (specifically Edit Tracker Item) [16:58] Tiki|bot Recent Bug: - http://dev.tiki.org/item5579 [17:35] wolfganga_ Found my whihte screen issue [17:35] wolfganga_ teh minifyer for css has an issue when runniung against default.css on windows [17:35] wolfganga_ sepcifically the preg_replace callback [17:36] wolfganga_ as a workaorund i comennted that part out. [17:36] wolfganga_ what to do? i guess that is a third party thing [17:39] wolfganga_ /tiki/code/vendor_extra/pear/Minify/CSS/Compressor.php [around line: 115] - $css = preg_replace_callback('/ [17:40] jonnyb wolfganga_: maybe check if there's an update to that PEAR stuff? [17:42] wolfganga_ besides that issue - loadtime now quite good - down to 11 requests from 50+ [17:42] wolfganga_ should put this also on live - huge difference [17:46] Tiki-KGB 03jonnybradley r54236 10branches/ 0312.x/templates/activity/tiki.wiki.update.tpl 1012.x 1012.x/lib/core/Search/Query/WikiBuilder.php 0312.x/templates/activity/tiki.wiki.create.tpl * [bp/r49455][MOD] Add support for notification streams in LIST-like plugins [17:48] wolfganga_ jonnyb the latest version has no change in the area of the issue [17:49] jonnyb shame, i tihnk those pear libs are pretty much abandoned these days :( [17:49] jonnyb maybe that css file casues an out of memory preg error - these can be checked for [17:49] wolfganga_ yes i think so, too [17:49] wolfganga_ anyway plan-b starts [17:50] wolfganga_ i can comment the stuff in the pearlib - works. problem: it the lib gets updated that change is lost [17:50] wolfganga_ or - that is what i try now: wrap the call in a try catch handler [17:51] jonnyb yes, it's hard to upstream stuff to pear too [17:51] jonnyb if it's a http://php.net/manual/en/function.preg-last-error.php a try/catch won't get it i think [17:51] jonnyb probably easier to reformat the offending css file probably [17:53] wolfganga_ ist the bootstrap stuff.... [17:53] wolfganga_ the new default.css [17:55] jonnyb it has a 387 character line, that's not nice [17:55] wolfganga_ i guess bc it is already minified [17:56] jonnyb it's huge as well, surely that's a repeat of all the bootstrap and icons css? [17:57] wolfganga_ yes - was needed to get the single css thing workin [18:02] jonnyb ok, fair enough [18:21] dhz joined #tikiwiki [18:29] wolfganga_ i cannot catch the error in the preg_replace callback of minyfy css - tried exception and set_error_handler. [18:29] wolfganga_ both do not catch them - sees a really fatal php error [18:29] wolfganga_ seems [18:30] jonnyb ew, not nice [18:30] jonnyb does it get into the callback fn at all? [18:30] wolfganga_ set_error_handler('myHandler'); $minified = @Minify_CSS::minify($content, array('prependRelativePath' => $currentdir.'/', 'bubbleCssImports' => true)); restore_error_handler(); [18:31] wolfganga_ php simly dies [18:31] wolfganga_ handler is defined upfront: if (!function_exists('myHandler')) { function myHandler($ec, $et, $ef, $el) { [18:33] wolfganga_ jonnyb - as i said - i can patch the vendor lib - and it works. Problem will be next update.... [18:33] jonnyb looking at vendor_extra/pear/Minify/CSS/Compressor.php now [18:34] wolfganga_ its failing thewre: line 114 // remove ws in selectors $css = preg_replace_callback('/ [18:35] wolfganga_ aeemsa to be an issue in unsing php in windows - since chiba and gezzo have no issues [18:35] jonnyb testing here (on Mac os) [18:35] wolfganga_ will be away for the next 50min.... [18:35] jonnyb me too, see you later [18:36] jonnyb hmm, seems fine on mac os php 5.5.22 [18:37] jonnyb bbl [18:42] gilles joined #tikiwiki [18:44] GillesM joined #tikiwiki [19:17] Telesight joined #tikiwiki [19:56] panamaus joined #tikiwiki [21:06] fabricius joined #tikiwiki [21:17] Jyhem joined #tikiwiki [21:22] Jyhem joined #tikiwiki [21:30] Jyhem joined #tikiwiki [22:14] fabricius joined #tikiwiki [23:23] redflo joined #tikiwiki [23:51] Jyhem_laptop joined #tikiwiki [23:59] Tiki|bot New Forum Posts: FYI - PHP 5.5.1 fails on minifiyng default.css - PHP 5.5.19 is ok - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=55126