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 arildb: deeku: good one DPP: left #tikiwiki goj_killedByISP: joined #tikiwiki 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 sylvieg: joined #tikiwiki CIA-36: tikiwiki: 03marclaporte * r41394 10/branches/9.x/templates/tiki-admin.tpl: fix link to update sender email Jenser: joined #tikiwiki fidel_: joined #tikiwiki
!help Tiki|bot: You can get a more complete list of commands that work with this bot at http://tiki.org/TikiBot . fidel_: the release-schedule-infos for tiki9 on dev.tiki.org are somehow confusing
it list 4th may 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 xavi: joined #tikiwiki redflo: joined #tikiwiki 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 arildb: joined #tikiwiki xavi: changi|paris: ?
http://dev.tiki.org/tracker5 shows a huge table with error info in the field "subject" for a tracker item:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /path/lib/wiki-plugins/wikiplugin_img.php on line 714
the item producing this issue is this one, it seems: http://dev.tiki.org/item1492
which has show code to show images in the description field, etc.
Plugins TitleSearch and ListPages are broken in 8.x and 9.x :-( 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 Jenser: left #tikiwiki arildb: joined #tikiwiki fidel_: channel topic lists 8.3 instead of 8.4?. same goes for de.tiki.org which mentions 8.3
is there a new release-date for 9? ricks99: joined #tikiwiki Caarrie: joined #tikiwiki ricks99: polom y'all sandroandrade: joined #tikiwiki rodrigoprimo: joined #tikiwiki radek82: joined #tikiwiki ricks99: looking for a way to filter searches by file gallery. any ideas? luciash: joined #tikiwiki
polom ricks99: hi luciash luciash: hi rick :) redflo: joined #tikiwiki ricks99: luciash: any idea how to filter searches by file gallery? ^^^ CIA-36: tikiwiki: 03jonnybradley * r41395 10/branches/9.x/ (50 files in 50 dirs): [FIX] English
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)
tikiwiki: 03jonnybradley * r41397 10/branches/9.x/lib/modules/modlib.php: [FIX] modules: Don't show edit & plugin icons in wiki parsed user modules xavi: left #tikiwiki luciash: ricks99: sorry, no idea chibaguy: joined #tikiwiki luciash: any idea what is "Wysiwyg token" when editing toolbars icons ?
i thought it is the html snippet to insert ut that failed badly
s/ut/but/ benoitg: joined #tikiwiki jacmoe_away: joined #tikiwiki benoitg1: joined #tikiwiki benoitg: joined #tikiwiki benoitg1: joined #tikiwiki benoitg2: joined #tikiwiki benoitg: joined #tikiwiki benoitg1: joined #tikiwiki benoitg: joined #tikiwiki EmmArrbee: joined #tikiwiki
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
can anybody help, plse?
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... ricks99: EmmArrbee: you'll need to modify the css EmmArrbee: was worried you might say that - no config control option then? 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 ricks99: you can from the admin: look & feel page
looks like you need to modify the input[type="submit"]:hover class
something like: input[type="submit"]:hover {font: 0.8em Arial,Helvetica,sans-serif;}
actually, looks like it happens for all button hovers
looses the font EmmArrbee: ricks99, yes seems to happen everywhere, impact here was greatest for us. feels like a bug to me
clicking on something thats moved away is hard! ricks99: add this in your custom css area:
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; }
should fix it in all instances
you're using 6.LTS? this may already be addressed in current version EmmArrbee: ricks99 many thanks I'll give it a try..... yes just mobed from 4.3 to 6.7
Ricks99, that seems to fix, it again many thanks. benoitg: joined #tikiwiki 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 ricks99: no problem EmmArrbee 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? ricks99: sure. can include the fix, too, to thenews.css.
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 jonnyb: joined #tikiwiki 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 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 benoitg: joined #tikiwiki redflo: joined #tikiwiki EmmArrbee: left #tikiwiki 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 Tiki|bot: New Forum Posts: Gesamtanzahl Dateizugriffe in einem Archiv - http://tiki.org/tiki-view_forum_thread.php?forumId=10&comments_parentId=44000 benoitg1: joined #tikiwiki sandroandrade: joined #tikiwiki ricks99: is there a way to get a random item from a given tracker?
or a way using a pretty tracker to display a random tracker item? jonnyb: not as far as i know ricks99
have wondered myself... ricks99: :( arildb: joined #tikiwiki CIA-36: tikiwiki: 03jonnybradley * r41400 10/branches/9.x/templates/modules/mod-login_box.tpl:
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)
tikiwiki: TODO: Should be a module param?
tikiwiki: 03nkoth * r41401 10/branches/9.x/lib/perspectivelib.php: [FIX] Prevent endless redirect when trying to switch to invalid or 0 perspective
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 fidel: joined #tikiwiki amette_: joined #tikiwiki mose_: joined #tikiwiki benoitg: joined #tikiwiki Jyhem_laptop: joined #tikiwiki redflo: joined #tikiwiki fabricius: joined #tikiwiki 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