←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
Tiki|bot | joined #tikiwiki | [01:02] |
marclaporte | Anyone able to access http://themes.tiki.org/ ? | [01:05] |
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 | [01:16] |
........... (idle for 50mn) | ||
marclaporte | huh
marclaporte logs in and http://themes.tiki.org/tiki-admin_system.php?do=all marclaporte removes minification to see... it's working now http://themes.tiki.org/Themes any idea what can be causing this? looks ok now,even with minification back | [02:06] |
............ (idle for 55mn) | ||
goj_killedByISP | joined #tikiwiki | [03:08] |
............................................................ (idle for 4h59mn) | ||
redflo | joined #tikiwiki | [08:07] |
...... (idle for 25mn) | ||
gour | joined #tikiwiki | [08:32] |
........ (idle for 38mn) | ||
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 | [09:10] |
......... (idle for 40mn) | ||
GillesM | joined #tikiwiki | [09:50] |
xavi1 | joined #tikiwiki | [09:52] |
.............. (idle for 1h5mn) | ||
Tumulte | joined #tikiwiki | [10:57] |
........... (idle for 52mn) | ||
gour_ | joined #tikiwiki | [11:49] |
..... (idle for 22mn) | ||
rodrigoprimo | joined #tikiwiki | [12:11] |
............ (idle for 57mn) | ||
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. | [13:08] |
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 | [13:14] | |
ricks99 | joined #tikiwiki | [13:18] |
Tiki-KGB | tikiwiki 03jonnybradley r44594 10trunk/lib/prefs/payment.php
tikiwiki [FIX] payment: Numeric default for payment_cart_inventory_type_field | [13:20] |
redflo | joined #tikiwiki | [13:26] |
.... (idle for 16mn) | ||
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. | [13:42] |
ricks99 | polom y'all | [13:46] |
Tiki-KGB | tikiwiki 03jonnybradley r44598 10trunk/tiki-index.php
tikiwiki [MOD] Add itemId to wiki page auto_query_args | [13:50] |
pedor | joined #tikiwiki
joined #tikiwiki | [13:57] |
........ (idle for 39mn) | ||
ravi | joined #tikiwiki | [14:40] |
Guest44199 | how to highligh particular row or colum in tikiwiki spradsheet? | [14:40] |
got it | [14:50] | |
...... (idle for 26mn) | ||
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. | [15:16] |
....... (idle for 32mn) | ||
xavi | left #tikiwiki | [15:48] |
....... (idle for 32mn) | ||
Tiki-KGB | tikiwiki 03jonnybradley r44600 10trunk/lib/core/Tiki/Profile/InstallHandler/Tracker.php
tikiwiki [FIX] trackers: Profile support for adminOnlyViewEditItem option | [16:20] |
.... (idle for 16mn) | ||
arildb | joined #tikiwiki | [16:36] |
mplawner | joined #tikiwiki | [16:44] |
......... (idle for 44mn) | ||
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. | [17:28] | |
Emenems | joined #tikiwiki | [17:31] |
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. | [17:32] |
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. | [17:48] |
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? | [17:48] |
ricks99 | afraid i dont understand your use case. suggest that you post to forum and/or mailing list. | [17:51] |
gour | joined #tikiwiki | [17:53] |
Tiki-KGB | tikiwiki 03jonnybradley r44602 10trunk/lib/core/Tiki/Render/Lazy.php
tikiwiki [FIX] parser: __toString() must not throw an exception (apparently) | [17:56] |
............... (idle for 1h14mn) | ||
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... | [19:10] | |
....... (idle for 30mn) | ||
fabricius | joined #tikiwiki | [19:40] |
....... (idle for 31mn) | ||
Tiki|bot | New Forum Posts: File Galleries - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=45767 | [20:11] |
luciash | doc.tiki.org db seems down
anybody knows plugin trackerif ? | [20:18] |
Tiki|bot | joined #tikiwiki | [20:28] |
......... (idle for 44mn) | ||
fabricius | joined #tikiwiki | [21:12] |
Tiki-KGB | tikiwiki 03marclaporte r44604 10branches/9.x/lib/setup/twversion.class.php
tikiwiki updating version number | [21:16] |
rinnan | left #tikiwiki | [21:21] |
fabricius | joined #tikiwiki | [21:27] |
Tiki|bot | New Forum Posts: Cronjob and Daily Reports - Permission problem?! - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=45768 | [21:29] |
........... (idle for 51mn) | ||
gour | left #tikiwiki | [22:20] |
........ (idle for 38mn) | ||
Tiki-KGB | tikiwiki 03marclaporte r44605 10branches/9.x/lib/setup/twversion.class.php
tikiwiki clarify doc for devs concerning version numbers | [22:58] |
dhazel | joined #tikiwiki | [23:00] |
fabricius | joined #tikiwiki | [23:01] |
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) | [23:06] |
redflo | joined #tikiwiki | [23:09] |
........ (idle for 37mn) | ||
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! :) | [23:46] |
←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |