[00:04] Tiki-KGB 03nkoth r51961 10branches/13.x/templates/wiki-plugins/wikiplugin_trackerlist.tpl [00:04] Tiki-KGB [FIX] Lines not wrapping within wide tables (fix needs to be spread to other templates) [00:20] Tiki-KGB 03eromneg r51962 10branches/13.x/ 10(5 files) [00:20] Tiki-KGB [FIX] add another div around the table so that wide tables are not stretched and text is wrapped etc., so they do not need to be scrolled. There may be more .tpl files that this needs to be applied to. [01:38] lindonb joined #tikiwiki [02:18] Tiki-KGB 03jyhem r51963 10branches/12.x/lib/core/Table/Code/WidgetOptions.php * [FIX] Reduce the chances of empty admin users list [06:14] nelsonko left #tikiwiki [06:56] Tiki-KGB 03chibaguy r51964 10branches/13.x/ 10(5 files) [06:56] Tiki-KGB [FIX] Class="table" doesn't seem to be necessary; the div itself with no class specified will cause text to wrap (in my tests - roll back if you find the class is actually needed). [07:02] Tiki-KGB 03chibaguy r51965 10branches/13.x/ 10(27 files in 4 dirs) [07:02] Tiki-KGB [FIX] Responsive table media query breakpoint was reduced to make width changes smoother; overflow-x was changed from scroll to auto to prevent display of scrollbar unless it is needed by content. [07:36] Tiki-KGB 03chibaguy r51966 10branches/13.x/ 10(12 files in 7 dirs) * [FIX] Improve title-background contrast of module titles. [09:16] fabricius joined #tikiwiki [09:22] shizzle joined #tikiwiki [09:30] shizzle hi [09:31] shizzle if i send a newsletter containing an article, links to attached files are wrong... (within the article the links work) [09:31] shizzle http://www.tiki-download_file.php/?fileId=2512 <- the download link in the newsletter loks like this [09:31] shizzle any clue how to resolve this? (couldnt find anything on the web - maybe i just couldnt find the right search term) [09:35] shizzle {FILE( type="gallery" fileId="2512" showicon="y")}Name of the file{FILE} (thats the link in the article) [10:31] xavi joined #tikiwiki [11:19] fabricius joined #tikiwiki [12:14] Tiki-KGB 03eromneg r51967 10branches/13.x/ 10(6 files) [12:14] Tiki-KGB [FIX] another batch of .tpl's omitting the class as per Gary's update: add another div around the table so that wide tables are not stretched and text is wrapped etc., so they do not need to be scrolled. There may be more .tpl files that this needs to be applied to. [12:25] Tiki|bot New Forum Posts: TikiWiki 6 and PHP compatiblity - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=52724 [12:38] jonnyb joined #tikiwiki [12:40] jonnyb polom [12:43] xavi oups, that was a quick visit [12:43] jonnyb_ joined #tikiwiki [12:55] Tiki|bot New Forum Posts: LGPL 2.1 vs 3.0 (compatible with Apache2?) & visjs.org - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=52727 [13:12] Tiki-KGB 03xavidp r51968 10branches/13.x/templates/wizard/profiles_useful_changes_in_display.tpl [13:12] Tiki-KGB [FIX]Remove from the Profiles Wizard the uneeded "Mobile" profile in Tiki 13.x to have the display adapted automagically to mobile devices [13:18] Tiki|bot Recent Bug: - http://dev.tiki.org/item5342 [13:20] Tiki-KGB 03jyhem r51969 10branches/12.x/lib/core/Table/Code/WidgetOptions.php * [FIX] Clean fix of empty admin users list bug (better than r51963) [13:26] Tiki-KGB 03jonnybradley r51970 10branches/13.x/tiki-wikiplugin_edit.php [13:26] Tiki-KGB [FIX] wysiwyg: Only parse back to wiki if it's the wysiwyg plugin being edited. Possibly should also check for if the page is_html but this stops all pages breaking when plugins are edited. [13:26] Tiki-KGB (following r50752 which i don't fully understand, as even with that change, the wysiwyg plugin still operates in html but somehow wiki syntax seems to get saved) [13:26] jonnyb_ Jyhem: you there? [13:28] Jyhem jonnyb_: somehow (some stuff cooking) [13:28] Tiki|bot Recent Bug: - http://dev.tiki.org/item5343 [13:30] jonnyb_ just wondering - re r51969 or r51963 - how come you can see the user admin page without any users on it? [13:41] Jyhem A lot of people have been complaining about this and now I finally got a site which experiences the issue. Just create a group called "Braine l'Alleud" and put one user in it [13:41] Jyhem then the whole user list is empty and your firebug console complains that : [13:42] Jyhem SyntaxError: missing : after property id [13:42] Jyhem 'Braine l'Alleud' : function(e, n, f, i) { return /Braine l'Alleud/.te [13:43] Jyhem Digging deeper, you see the complete line : 'Braine l'Alleud' : function(e, n, f, i) { return /Braine l'Alleud/.test(e);}, [13:44] Jyhem And then after you have fixed Braine l'Alleud, it breaks on group 'Chão Bom / São Miguel Tarrafal' because of the slash in the regexp. [13:45] Jyhem And you realise this regexp is actually a bad design since you really want a match, not a partial match [13:46] Jyhem Otherwise, looking for group 'Strasbourg' matches both 'Strasbourg' and 'Strasbourg-Campagne' and not the other way round (yuck) [13:50] jonnyb_ (sorry Jyhem, back) ew, that all doesn't sound good, it should be using group id's i guess [14:06] Tiki-KGB 03eromneg r51971 10branches/13.x/ 10(8 files) [14:06] Tiki-KGB [FIX] yet another batch of .tpl's omitting the class as per Gary's update: add another div around the table so that wide tables are not stretched and text is wrapped etc., so they do not need to be scrolled. There may be more .tpl files that this needs to be applied to. [14:06] jonnyb_ hmm, can't add a group :( i'm getting "Notice: this variable may not be empty: $_POST["username"]" (which usually means there's an unclosed form in col1) [14:12] Tiki-KGB 03jonnybradley r51972 10branches/13.x/templates/tiki-admingroups.tpl [14:12] Tiki-KGB [FIX] group admin: Missing closing tag on details form and member list form only closed sometimes - bootstrap casualties [14:12] Tiki-KGB 03eromneg r51973 10branches/13.x/templates/tiki-article_types.tpl [14:12] Tiki-KGB [FIX] add another div around the table so that wide tables are not stretched and text is wrapped etc., so they do not need to be scrolled - but for this tpl add a new class so that customisation is possible (eg reduce the font size), since this table can be quite wide even when all text wrapping is achieved. [14:15] nelsonko joined #tikiwiki [14:30] Tiki-KGB 03jonnybradley r51974 10branches/13.x/lib/core/Table/Code/WidgetOptionsFilter.php [14:30] Tiki-KGB [FIX] tablesorter: Escape single quotes in dropdown filters, as seen on group admin with groups containing a quote char (sort of fore-port of r51969, thanks Jyhem) [14:30] jonnyb_ polom nelsonko - did you see http://sourceforge.net/p/tikiwiki/code/51970 ? [14:31] nelsonko jonny: nope, just got up and have too many things to do today, but looking [14:31] jonnyb_ it was related to your fix for the wysiwyg plugin using wiki syntax, which i remember you asked about at the time but i wasn't able to investigate properly (although i recall thinking that wasn't enough code to work fully!) [14:31] jonnyb_ ok, no probs, think i fixed it enough for 13.0 but it's still porbably not quite right [14:32] nelsonko so I've been using it and so far it still operates as html yes [14:33] * jonnyb hates those underscores [14:34] jonnyb not sure how it makes sense parsing to wiki in tiki-wikiplugin_edit.php though? [14:34] jonnyb but i left it in there only when editing that plugin (it was breaking pages with all others) - just seems a bit odd :) [14:37] nelsonko seems to make sense. I did not check that tiki-wikiplugin_edit.php was used by other things [14:38] nelsonko but of course it is [14:38] jonnyb all the little green jigsaw piece icons ;) [14:39] nelsonko yes it is obvious now, [14:39] nelsonko it just didn't click that the wysiwyg plugin was using that to save its contents [14:39] nelsonko sort of mental blocked when I did that [14:40] jonnyb yes, i'd forgotten that too (and i wrote it!) [14:40] nelsonko maybe it should have it's own way, but I don't know [14:41] jonnyb ew, just got a load of conflicts with trunk :( [14:41] jonnyb yes, ideally it should use a service or two [14:41] nelsonko right [14:42] Tiki-KGB 03lphuberdeau r51975 10branches/12.x/ 10(6 files in 4 dirs) [14:42] Tiki-KGB [FIX] Translation was done at the library level, causing non-site default language administrator editing fields to change the field names to the tranlsated values for everyone (will forward-port adapted fix soon) [14:48] Tiki-KGB 03jonnybradley r51976 10(73 files in 24 dirs) [14:48] Tiki-KGB [MRG] Automatic merge, branches/13.x 51955 to 51974 [14:48] Tiki-KGB Conflicts occurred during the merge - fixed by hand (table-striped classes added in trunk) [14:48] Tiki-KGB templates/tiki-forums.tpl [14:48] Tiki-KGB templates/tiki-list_blogs.tpl [14:48] Tiki-KGB templates/tiki-list_trackers.tpl [14:48] Tiki-KGB templates/tiki-listpages_content.tpl [14:52] Tiki-KGB 03robertplummer r51977 10branches/13.x/ 10(5 files in 5 dirs) * [FIX] Ensure search results with output type of wikiLingo are parsed correctly [14:53] jonnyb lunch, bbl [14:58] Tiki-KGB 03lphuberdeau r51978 10branches/13.x/ 10(8 files in 5 dirs) [14:58] Tiki-KGB [FIX] Translation was done at the library level, causing non-site default language administrator editing fields to change the field names to the tranlsated values for everyone [15:01] nelsonko jonnybradley [15:01] jonnyb hi nelsonko [15:02] nelsonko jonnyb, looks like if we go ahead to add the
it will cause lots of conflicts [15:02] Tiki-KGB 03lphuberdeau r51979 10(14 files in 11 dirs) * [MRG] Automatic merge, branches/13.x 51974 to 51978 [15:02] * jonnyb should have actually gone for lunch ;) [15:02] jonnyb yes, seems someone's added a load of "striped" classes in trunk - maybe we should backport them first? [15:03] nelsonko worth a try [15:04] nelsonko let me reply to that thread o devlist before anyone commits more [15:04] jonnyb ok, good plan [15:04] jonnyb i go eat [15:15] Tiki|bot New Forum Posts: dev.tiki.org layout - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=52729 [15:16] dabright joined #tikiwiki [15:36] fabricius joined #tikiwiki [15:40] jonnyb joined #tikiwiki [16:35] Tiki|bot New Forum Posts: LGPL 2.1 vs 3.0 (compatible with Apache2?) & visjs.org - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=52733 [16:38] Tiki-KGB 03lphuberdeau r51980 03trunk/templates/prefs/multiselector.tpl * [FIX] Missing file [16:46] Tiki-KGB 03lphuberdeau r51981 10trunk/lib/ 10userslib.php 10core/Search/ContentSource/GroupSource.php 10setup/events.php * [MOD] Make sure the index is updated when groups are added/updated/removed [16:48] Tiki|bot Recent Bug: - http://dev.tiki.org/item5344 [17:20] Tiki-KGB 03luciash r51982 10branches/13.x/lib/smarty_tiki/function.query.php [17:20] Tiki-KGB [FIX] to get the correct path from current script using dirname() it is always better to use REQUEST_URI instead of PHP_SELF server var (fixes https://dev.tiki.org/bug5110) [18:12] Tiki-KGB 03lphuberdeau r51983 10trunk/ 10(12 files in 9 dirs) [18:12] Tiki-KGB [ENH] Indexing tracker fields as well to make them available through selectors, deploy selectors for tracker field options [18:14] nelsonko jonnyb: are you there? can you help geoff with the