marclaporte: Anyone able to access http://themes.tiki.org/ ? 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 marclaporte: huh -: marclaporte logs in and http://themes.tiki.org/tiki-admin_system.php?do=all
marclaporte removes minification to see... marclaporte: it's working now
http://themes.tiki.org/Themes
any idea what can be causing this?
looks ok now,even with minification back goj_killedByISP: joined #tikiwiki redflo: joined #tikiwiki gour: joined #tikiwiki Tiki-KGB: tikiwiki 03kstingel r44590 10users/kstingel/ 10(15 files in 2 dirs)
tikiwiki [REF] fixed typo in page level doc block (@licence -> @license), apparently, I can't spell -- oops GillesM: joined #tikiwiki xavi1: joined #tikiwiki Tumulte: joined #tikiwiki gour_: joined #tikiwiki rodrigoprimo: joined #tikiwiki Tiki-KGB: tikiwiki 03jonnybradley r44591 10trunk/ 10lib/tikilib.php 10lib/wiki-plugins/wikiplugin_flash.php
tikiwiki [ENH] flash: Add new plugin param for an alternative image URL to display when Flash Player is not available.
tikiwiki 03jonnybradley r44592 10trunk/lib/trackers/trackerlib.php
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.
tikiwiki 03jonnybradley r44593 10trunk/lib/core/WikiPlugin/ConditionBase.php
tikiwiki [FIX] Strict: Declaration of WikiPlugin_HtmlBase::exec() should be compatible with WikiPlugin_ConditionBase::exec ricks99: joined #tikiwiki Tiki-KGB: tikiwiki 03jonnybradley r44594 10trunk/lib/prefs/payment.php
tikiwiki [FIX] payment: Numeric default for payment_cart_inventory_type_field redflo: joined #tikiwiki Tiki-KGB: tikiwiki 03jonnybradley r44595 10trunk/lib/payment/paymentlib.php
tikiwiki [FIX] payment: Strict: Only vars can be passed by reference.
tikiwiki 03jonnybradley r44596 10trunk/lib/search/searchlib-unified.php
tikiwiki [FIX] search: Ignore "sudo" versions of the shell.php process when checking for rebuildInProgress (missing merge from 10.x)
tikiwiki 03jonnybradley r44597 10trunk/tiki-download_file.php
tikiwiki [FIX] files: Strict: Only vars can be passed by reference. ricks99: polom y'all Tiki-KGB: tikiwiki 03jonnybradley r44598 10trunk/tiki-index.php
tikiwiki [MOD] Add itemId to wiki page auto_query_args pedor: joined #tikiwiki
joined #tikiwiki ravi: joined #tikiwiki Guest44199: how to highligh particular row or colum in tikiwiki spradsheet?
got it Tiki-KGB: tikiwiki 03jonnybradley r44599 10trunk/ 10lib/core/Search/Formatter/Plugin/SmartyTemplate.php 10lib/wiki-plugins/wikiplugin_list.php
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"
tikiwiki This is because {list} uses a minimal smarty implementation without all the usual Tiki overhead. xavi: left #tikiwiki Tiki-KGB: tikiwiki 03jonnybradley r44600 10trunk/lib/core/Tiki/Profile/InstallHandler/Tracker.php
tikiwiki [FIX] trackers: Profile support for adminOnlyViewEditItem option arildb: joined #tikiwiki mplawner: joined #tikiwiki
Another day, another challenge. Today it has to do with "dynamic item lists"
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
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.
I did the whole Windows/Solaris thing as a control (http://doc.tiki.org/Dynamic+items+list&structure=Documentation+TOC) That worked. No problem. Emenems: joined #tikiwiki mplawner: Then I added a User Select field in the "Operating Systems" (tracker 6) tracker with auto-assign to creator.
I tried 2 things, neither of which provided the results I wanted or expected:
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.
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
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.
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.
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.
Essentially, I selected on User rather then on Operating System.
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.
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.
I tried looking into the code, and then I remembered that I'm not a developer. Tiki-KGB: tikiwiki 03jonnybradley r44601 03trunk/lib/smarty_tiki/modifier.nonp.php
tikiwiki [MOD] search: Tiny helper modifier to get to the real value of smarty vars which are wrapped in ~np~ no-parse tags.
tikiwiki Needed frequently in {list} plugin custom templates. mplawner: However, I am making an assumption here that the two problems I've uncovered in the last two days are related.
Anyone seen this before? Am I doing something wrong? Should I NOT be using tikiwiki for data collection and (eventually) report generation? ricks99: afraid i dont understand your use case. suggest that you post to forum and/or mailing list. gour: joined #tikiwiki Tiki-KGB: tikiwiki 03jonnybradley r44602 10trunk/lib/core/Tiki/Render/Lazy.php
tikiwiki [FIX] parser: __toString() must not throw an exception (apparently)
tikiwiki 03jonnybradley r44603 10trunk/ 10lib/core/Search/Formatter/Plugin/SmartyTemplate.php 10lib/wiki-plugins/wikiplugin_list.php
tikiwiki Revert: r44599 Will find a better way
tikiwiki [MOD] search: Add new param to {list} to allow global php vars to be assigned to smarty for use in custom tpls... fabricius: joined #tikiwiki Tiki|bot: New Forum Posts: File Galleries - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=45767 luciash: doc.tiki.org db seems down
anybody knows plugin trackerif ? Tiki|bot: joined #tikiwiki fabricius: joined #tikiwiki Tiki-KGB: tikiwiki 03marclaporte r44604 10branches/9.x/lib/setup/twversion.class.php
tikiwiki updating version number rinnan: left #tikiwiki fabricius: joined #tikiwiki Tiki|bot: New Forum Posts: Cronjob and Daily Reports - Permission problem?! - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=45768 gour: left #tikiwiki Tiki-KGB: tikiwiki 03marclaporte r44605 10branches/9.x/lib/setup/twversion.class.php
tikiwiki clarify doc for devs concerning version numbers dhazel: joined #tikiwiki fabricius: joined #tikiwiki Tiki-KGB: tikiwiki 03marclaporte r44606 10branches/10.x/lib/setup/twversion.class.php
tikiwiki clarify doc for devs concerning version numbers (and make the same as 9.x) redflo: joined #tikiwiki Anja555: joined #tikiwiki
hi together
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! :)