[01:02] Tiki|bot joined #tikiwiki [01:05] marclaporte Anyone able to access http://themes.tiki.org/ ? [01:16] Jyhem marclaporte: Yes, but it's all broken. A huge div called "ajaxLoadingBG" hides everything and the rest is in display: none. When the "ajaxLoadingBG" is set to display: none (using firebug), and the rest not display:none, the layout is still broken [02:06] marclaporte huh [02:07] * marclaporte logs in and http://themes.tiki.org/tiki-admin_system.php?do=all [02:10] * marclaporte removes minification to see... [02:11] marclaporte it's working now [02:11] marclaporte http://themes.tiki.org/Themes [02:11] marclaporte any idea what can be causing this? [02:13] marclaporte looks ok now,even with minification back [03:08] goj_killedByISP joined #tikiwiki [08:07] redflo joined #tikiwiki [08:32] gour joined #tikiwiki [09:10] Tiki-KGB tikiwiki 03kstingel r44590 10users/kstingel/ 10(15 files in 2 dirs) [09:10] Tiki-KGB tikiwiki [REF] fixed typo in page level doc block (@licence -> @license), apparently, I can't spell -- oops [09:50] GillesM joined #tikiwiki [09:52] xavi1 joined #tikiwiki [10:57] Tumulte joined #tikiwiki [11:49] gour_ joined #tikiwiki [12:11] rodrigoprimo joined #tikiwiki [13:08] Tiki-KGB tikiwiki 03jonnybradley r44591 10trunk/ 10lib/tikilib.php 10lib/wiki-plugins/wikiplugin_flash.php [13:08] Tiki-KGB tikiwiki [ENH] flash: Add new plugin param for an alternative image URL to display when Flash Player is not available. [13:14] Tiki-KGB tikiwiki 03jonnybradley r44592 10trunk/lib/trackers/trackerlib.php [13:14] Tiki-KGB tikiwiki [FIX] trackers: Seems category fields need some special handling in field_render_value to set the "selected_categories" correctly when used in a {list} plugin. Other field types seem to be ok. [13:16] Tiki-KGB tikiwiki 03jonnybradley r44593 10trunk/lib/core/WikiPlugin/ConditionBase.php [13:16] Tiki-KGB tikiwiki [FIX] Strict: Declaration of WikiPlugin_HtmlBase::exec() should be compatible with WikiPlugin_ConditionBase::exec [13:18] ricks99 joined #tikiwiki [13:20] Tiki-KGB tikiwiki 03jonnybradley r44594 10trunk/lib/prefs/payment.php [13:20] Tiki-KGB tikiwiki [FIX] payment: Numeric default for payment_cart_inventory_type_field [13:26] redflo joined #tikiwiki [13:42] Tiki-KGB tikiwiki 03jonnybradley r44595 10trunk/lib/payment/paymentlib.php [13:42] Tiki-KGB tikiwiki [FIX] payment: Strict: Only vars can be passed by reference. [13:44] Tiki-KGB tikiwiki 03jonnybradley r44596 10trunk/lib/search/searchlib-unified.php [13:44] Tiki-KGB tikiwiki [FIX] search: Ignore "sudo" versions of the shell.php process when checking for rebuildInProgress (missing merge from 10.x) [13:44] Tiki-KGB tikiwiki 03jonnybradley r44597 10trunk/tiki-download_file.php [13:44] Tiki-KGB tikiwiki [FIX] files: Strict: Only vars can be passed by reference. [13:46] ricks99 polom y'all [13:50] Tiki-KGB tikiwiki 03jonnybradley r44598 10trunk/tiki-index.php [13:50] Tiki-KGB tikiwiki [MOD] Add itemId to wiki page auto_query_args [13:57] pedor joined #tikiwiki [14:01] pedor joined #tikiwiki [14:40] ravi joined #tikiwiki [14:40] Guest44199 how to highligh particular row or colum in tikiwiki spradsheet? [14:50] Guest44199 got it [15:16] Tiki-KGB tikiwiki 03jonnybradley r44599 10trunk/ 10lib/core/Search/Formatter/Plugin/SmartyTemplate.php 10lib/wiki-plugins/wikiplugin_list.php [15:16] Tiki-KGB tikiwiki [MOD] search: Add new param to {list} to allow global php vars to be assigned to smarty for use in custom tpls e.g. assigns="base_url, prefs" [15:16] Tiki-KGB tikiwiki This is because {list} uses a minimal smarty implementation without all the usual Tiki overhead. [15:48] xavi left #tikiwiki [16:20] Tiki-KGB tikiwiki 03jonnybradley r44600 10trunk/lib/core/Tiki/Profile/InstallHandler/Tracker.php [16:20] Tiki-KGB tikiwiki [FIX] trackers: Profile support for adminOnlyViewEditItem option [16:36] arildb joined #tikiwiki [16:44] mplawner joined #tikiwiki [17:28] mplawner Another day, another challenge. Today it has to do with "dynamic item lists" [17:30] mplawner Yesterday we found that there is a bug in Tiki 10 that the drop-down box created on an item list does not obey user permissions. I've opened a bug ticket on it: http://dev.tiki.org/item4364?page=user&itemId=4364&show=view [17:31] mplawner Meanwhile, I'm trying to use dynamic item lists to provide the same functionality. Unfortunately, without success AND I may have uncovered a related issue. [17:31] mplawner I did the whole Windows/Solaris thing as a control (http://doc.tiki.org/Dynamic+items+list&structure=Documentation+TOC) That worked. No problem. [17:31] Emenems joined #tikiwiki [17:32] mplawner Then I added a User Select field in the "Operating Systems" (tracker 6) tracker with auto-assign to creator. [17:33] mplawner I tried 2 things, neither of which provided the results I wanted or expected: [17:35] mplawner Thing 1: In the "external" tracker, I added a User Select field with auto-assign to creatore and a Dynamic Items List field matching "Operating Systems" User field to the "External Tracker" User field, and if matching output the version number. [17:36] mplawner That didn't work. I suspect that it is either because the User Select field of the external tracker when adding a new item hasn't yet committed the username to the database and therefore cannot match it yet [17:37] mplawner or because some script-based trigger on selecting an item from a drop-box generates the Dynamic Item List. I don't know. It didn't work. [17:38] mplawner That, BTW, would have been ideal if it worked. The next thing I tried was for the sake of trying to understand what the problem is, not necessarily a good solution for my particular implementation. [17:42] mplawner Thing 2: To try to rule out the SECOND assumed reason of Thing 1, I created a new field in the External Tracker - a Item Link to the User Select field of the Operating Systems tracker. I then match this to the User Select field and output the Version. [17:43] mplawner Essentially, I selected on User rather then on Operating System. [17:45] mplawner The STRANGE thing that happened was that I would get a dropdown box, but all the items had the username of the logged in user, not the correct username in the item's records. [17:46] mplawner Even STRANGER was the fact that as I changed my selection in the dropdown box, I got different versions. In other words, even though it PRESENTED only the logged in user name, it was properly MATCHING the RIGHT username. [17:47] mplawner I tried looking into the code, and then I remembered that I'm not a developer. [17:48] Tiki-KGB tikiwiki 03jonnybradley r44601 03trunk/lib/smarty_tiki/modifier.nonp.php [17:48] Tiki-KGB tikiwiki [MOD] search: Tiny helper modifier to get to the real value of smarty vars which are wrapped in ~np~ no-parse tags. [17:48] Tiki-KGB tikiwiki Needed frequently in {list} plugin custom templates. [17:48] mplawner However, I am making an assumption here that the two problems I've uncovered in the last two days are related. [17:49] mplawner Anyone seen this before? Am I doing something wrong? Should I NOT be using tikiwiki for data collection and (eventually) report generation? [17:51] ricks99 afraid i dont understand your use case. suggest that you post to forum and/or mailing list. [17:53] gour joined #tikiwiki [17:56] Tiki-KGB tikiwiki 03jonnybradley r44602 10trunk/lib/core/Tiki/Render/Lazy.php [17:56] Tiki-KGB tikiwiki [FIX] parser: __toString() must not throw an exception (apparently) [19:10] Tiki-KGB tikiwiki 03jonnybradley r44603 10trunk/ 10lib/core/Search/Formatter/Plugin/SmartyTemplate.php 10lib/wiki-plugins/wikiplugin_list.php [19:10] Tiki-KGB tikiwiki Revert: r44599 Will find a better way [19:10] Tiki-KGB tikiwiki [MOD] search: Add new param to {list} to allow global php vars to be assigned to smarty for use in custom tpls... [19:40] fabricius joined #tikiwiki [20:11] Tiki|bot New Forum Posts: File Galleries - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=45767 [20:18] luciash doc.tiki.org db seems down [20:20] luciash anybody knows plugin trackerif ? [20:28] Tiki|bot joined #tikiwiki [21:12] fabricius joined #tikiwiki [21:16] Tiki-KGB tikiwiki 03marclaporte r44604 10branches/9.x/lib/setup/twversion.class.php [21:16] Tiki-KGB tikiwiki updating version number [21:21] rinnan left #tikiwiki [21:27] fabricius joined #tikiwiki [21:29] Tiki|bot New Forum Posts: Cronjob and Daily Reports - Permission problem?! - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=45768 [22:20] gour left #tikiwiki [22:58] Tiki-KGB tikiwiki 03marclaporte r44605 10branches/9.x/lib/setup/twversion.class.php [22:58] Tiki-KGB tikiwiki clarify doc for devs concerning version numbers [23:00] dhazel joined #tikiwiki [23:01] fabricius joined #tikiwiki [23:06] Tiki-KGB tikiwiki 03marclaporte r44606 10branches/10.x/lib/setup/twversion.class.php [23:06] Tiki-KGB tikiwiki clarify doc for devs concerning version numbers (and make the same as 9.x) [23:09] redflo joined #tikiwiki [23:46] Anja555 joined #tikiwiki [23:46] Anja555 hi together [23:48] Anja555 I just posted my question in the forum.. maybe somebody here who knows about cron jobs/ daily reports/ watches? Would be great to get some hints! :)