[00:29] deeku joined #tikiwiki [00:30] deeku Hi arildb - you will be happy to know that the problem you were helping me with yesterday got solved by disabling Gzip compression under Admin | Optimizations [00:35] arildb deeku: good one [00:48] DPP left #tikiwiki [03:06] goj_killedByISP joined #tikiwiki [04:32] CIA-36 tikiwiki: 03nkoth * r41393 10/branches/9.x/lib/jquery_tiki/tiki-maps.js: [FIX] Popup on clicking marker gets stuck at spinning state [07:00] sylvieg joined #tikiwiki [08:04] CIA-36 tikiwiki: 03marclaporte * r41394 10/branches/9.x/templates/tiki-admin.tpl: fix link to update sender email [08:19] Jenser joined #tikiwiki [08:26] fidel_ joined #tikiwiki [08:26] fidel_ !help [08:26] Tiki|bot You can get a more complete list of commands that work with this bot at http://tiki.org/TikiBot . [08:28] fidel_ the release-schedule-infos for tiki9 on dev.tiki.org are somehow confusing [08:28] fidel_ it list 4th may [08:43] Tiki|bot Recent Bug: Tracker item: #4216 - - PluginFancyTable has display problems when using plugins inside - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=4216 [08:50] xavi joined #tikiwiki [08:54] redflo joined #tikiwiki [10:04] Tiki|bot Recent Bug: Tracker item: #4217 - - Limited numer of nested plugins - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=4217 [10:12] arildb joined #tikiwiki [11:34] xavi changi|paris: ? [11:35] xavi http://dev.tiki.org/tracker5 shows a huge table with error info in the field "subject" for a tracker item: [11:35] xavi Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /path/lib/wiki-plugins/wikiplugin_img.php on line 714 [11:36] xavi the item producing this issue is this one, it seems: http://dev.tiki.org/item1492 [11:37] xavi which has show code to show images in the description field, etc. [11:42] xavi Plugins TitleSearch and ListPages are broken in 8.x and 9.x :-( [12:29] Tiki|bot New Forum Posts: Renombrar 'trackers' a 'formularios-bd' en Tiki9+ - http://tiki.org/tiki-view_forum_thread.php?forumId=15&comments_parentId=43999 [12:45] Jenser left #tikiwiki [12:45] arildb joined #tikiwiki [12:57] fidel_ channel topic lists 8.3 instead of 8.4?. same goes for de.tiki.org which mentions 8.3 [12:57] fidel_ is there a new release-date for 9? [13:30] ricks99 joined #tikiwiki [13:34] Caarrie joined #tikiwiki [13:44] ricks99 polom y'all [14:12] sandroandrade joined #tikiwiki [14:28] rodrigoprimo joined #tikiwiki [14:59] radek82 joined #tikiwiki [15:02] ricks99 looking for a way to filter searches by file gallery. any ideas? [15:16] luciash joined #tikiwiki [15:16] luciash polom [15:17] ricks99 hi luciash [15:18] luciash hi rick :) [15:22] redflo joined #tikiwiki [15:31] ricks99 luciash: any idea how to filter searches by file gallery? ^^^ [15:34] CIA-36 tikiwiki: 03jonnybradley * r41395 10/branches/9.x/ (50 files in 50 dirs): [FIX] English [15:37] CIA-36 tikiwiki: 03jonnybradley * r41396 10/branches/9.x/lib/trackers/trackerlib.php: [FIX] trackers: Catch error where tracker not defined (can happen in ItemLinks etc when importing trackers) [15:45] CIA-36 tikiwiki: 03jonnybradley * r41397 10/branches/9.x/lib/modules/modlib.php: [FIX] modules: Don't show edit & plugin icons in wiki parsed user modules [15:47] xavi left #tikiwiki [15:49] luciash ricks99: sorry, no idea [15:49] chibaguy joined #tikiwiki [15:49] luciash any idea what is "Wysiwyg token" when editing toolbars icons ? [15:50] luciash i thought it is the html snippet to insert ut that failed badly [15:50] luciash s/ut/but/ [15:55] benoitg joined #tikiwiki [16:42] jacmoe_away joined #tikiwiki [17:18] benoitg1 joined #tikiwiki [17:25] benoitg joined #tikiwiki [17:26] benoitg1 joined #tikiwiki [17:27] benoitg2 joined #tikiwiki [17:29] benoitg joined #tikiwiki [17:30] benoitg1 joined #tikiwiki [17:32] benoitg joined #tikiwiki [17:36] EmmArrbee joined #tikiwiki [17:37] EmmArrbee Hi folks, got a query about mouse over effect in v6.7 - its causing us a problem in some circumstances since we upgrdaeed rom 4.3 [17:38] EmmArrbee can anybody help, plse? [17:44] EmmArrbee Have a page http://thereevesproject.org/data/tiki-index.php?page=XXX_Add_New_Person_2 which is essentially quickedit. The text button is a bit long and if the user's browser window isn't wide enough as they mouse-over the button, the change of font causes the button to grow and so it wraps underneath the text entry box. Most annoying. Was wonder how best to control the mouse over effect? Using theme TheNews... [17:47] ricks99 EmmArrbee: you'll need to modify the css [17:48] EmmArrbee was worried you might say that - no config control option then? [17:48] Tiki|bot Recent Bug: Tracker item: #4218 - - Nested equal plugins are not detected correctly in plugin-edit mode. - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=4218 [17:48] ricks99 you can from the admin: look & feel page [17:49] ricks99 looks like you need to modify the input[type="submit"]:hover class [17:50] ricks99 something like: input[type="submit"]:hover {font: 0.8em Arial,Helvetica,sans-serif;} [17:50] ricks99 actually, looks like it happens for all button hovers [17:51] ricks99 looses the font [17:52] EmmArrbee ricks99, yes seems to happen everywhere, impact here was greatest for us. feels like a bug to me [17:53] EmmArrbee clicking on something thats moved away is hard! [17:54] ricks99 add this in your custom css area: [17:54] ricks99 input.button:hover, button:hover, input[type="submit"]:hover, .button input:hover, .button:hover, .calbuttonbox a:hover { background: none repeat scroll 0 0 #FBFBFB; border: 1px solid #AAAAAA; color: #000000; font: 0.8em Arial,Helvetica,sans-serif; text-transform: uppercase; } [17:54] ricks99 should fix it in all instances [17:55] ricks99 you're using 6.LTS? this may already be addressed in current version [17:55] EmmArrbee ricks99 many thanks I'll give it a try..... yes just mobed from 4.3 to 6.7 [18:00] EmmArrbee Ricks99, that seems to fix, it again many thanks. [18:02] benoitg joined #tikiwiki [18:08] Tiki|bot Recent Bug: Tracker item: #4219 - - Syntax coloring in edit mode - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=4219 [18:09] ricks99 no problem EmmArrbee [18:13] EmmArrbee ricks99, i've done a quick trawl of known issue and don't see this - maybe I'l not using correct phrases - should I open a ticket for this? [18:13] ricks99 sure. can include the fix, too, to thenews.css. [18:14] ricks99 might check the 8.x or 9.x branch to see if already fixed, but i'll see about adding it into the 6.x branch [18:19] jonnyb joined #tikiwiki [18:26] CIA-36 tikiwiki: 03nkoth * r41398 10/branches/9.x/templates/trackerinput/dropdown.tpl: [FIX] Auto toggle drop down selection to other when there is a Other value, and clear the Other value when user toggles away from other, to avoid user confusion since value will not save unless Other is cleared [18:28] Tiki|bot Recent Bug: Tracker item: #4220 - - Buttons line wrap on mouse-over hover - v6.7 Theme TheNews - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=4220 [18:37] benoitg joined #tikiwiki [18:50] redflo joined #tikiwiki [18:52] EmmArrbee left #tikiwiki [18:58] CIA-36 tikiwiki: 03jonnybradley * r41399 10/branches/9.x/ (templates/tiki-admin_modules.tpl tiki-admin_modules.php): [FIX] modules: Fix CSS for hidden columns avoiding mangled display, and correct tooltips on all modules list [19:09] Tiki|bot New Forum Posts: Gesamtanzahl Dateizugriffe in einem Archiv - http://tiki.org/tiki-view_forum_thread.php?forumId=10&comments_parentId=44000 [19:11] benoitg1 joined #tikiwiki [19:22] sandroandrade joined #tikiwiki [19:25] ricks99 is there a way to get a random item from a given tracker? [19:27] ricks99 or a way using a pretty tracker to display a random tracker item? [19:41] jonnyb not as far as i know ricks99 [19:42] jonnyb have wondered myself... [19:42] ricks99 :( [20:12] arildb joined #tikiwiki [21:27] CIA-36 tikiwiki: 03jonnybradley * r41400 10/branches/9.x/templates/modules/mod-login_box.tpl: [21:27] CIA-36 tikiwiki: [FIX] login: Don't focus on the login username if it's off the bottom of the page (causing it to scroll up confusingly) [21:27] CIA-36 tikiwiki: TODO: Should be a module param? [21:44] CIA-36 tikiwiki: 03nkoth * r41401 10/branches/9.x/lib/perspectivelib.php: [FIX] Prevent endless redirect when trying to switch to invalid or 0 perspective [22:23] CIA-36 tikiwiki: 03nkoth * r41402 10/branches/9.x/ (3 files in 3 dirs): [FIX] Areas was not working for sub-categories of specified areas root nor for switching between areas [22:42] fidel joined #tikiwiki [22:42] amette_ joined #tikiwiki [22:42] mose_ joined #tikiwiki [22:43] benoitg joined #tikiwiki [22:50] Jyhem_laptop joined #tikiwiki [23:07] redflo joined #tikiwiki [23:34] fabricius joined #tikiwiki [23:39] CIA-36 tikiwiki: 03nkoth * r41403 10/branches/9.x/ (img/noavatar.png tiki-show_user_avatar.php): [FIX] Better to show mock avatar always then a broken image