Tiki-KGB: 03nkoth r53784 10trunk/ 03templates/wiki-plugins/wikiplugin_alert.tpl 03lib/wiki-plugins/wikiplugin_alert.php * [NEW] Wiki plugin to insert a dismissable Bootstrap alert
03walper r53785 10trunk/templates/bootstrap_menu.tpl
[FIX] Fixed smarty notices for undefined vars in bootstrap templates/bootstrap_menu.tpl.
03walper r53786 10trunk/templates/tiki-view_tracker.tpl * [FIX] Fixed smarty notices in tracker view. Gwayne: joined #tikiwiki Caarrie: joined #tikiwiki Tiki-KGB: 03walper r53787 10trunk/tiki-view_tracker_item.php
[ENH] When using a template for a trackeritem, the error message now shows the full smarty error message. This helps trouble shouting in case there are syntax errors on the template. Previously, it was simply saying that it could not find the template which was sometimes wrong and not helpful for the user.
03walper r53788 10trunk/lib/smarty_tiki/function.trackerfields.php
[FIX] Added support for {f_fieldname} in tracker item templates. https://doc.tiki.org/Pretty+Tracker states that next to {f_id} also {f_fieldname} can be used in templates. There is also mentioned that templates have access to internal trackerfields like {$f_created} etc. This support is still missing.
03nkoth r53789 10trunk/ 10tiki-ajax_services.php 10lib/core/Services/Broker.php 10lib/servicelib.php * [ENH] Make it possible for Tiki Addons to come with custom ajax services Tiki|bot: New Forum Posts: Article Ratings are not showing up - https://suite.tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=54724
New Forum Posts: Display Twitter Feed v12.3 - https://suite.tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=54714
New Forum Posts: Displaying Group Permissions on Page - https://suite.tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=54708
New Forum Posts: CentOS 7 and 13.1 Perm errors - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=54727
New Forum Posts: Article Ratings are not showing up - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=54724
New Forum Posts: Display Twitter Feed v12.3 - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=54714 chibaguy: joined #tikiwiki Tiki|bot: New Forum Posts: theme: Green Valley - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=54728 Tiki-KGB: 03luciash r53790 10branches/12.x/lib/core/Services/ActivityStream/Controller.php
[bp/r51158][FIX] Parse as html otherwise html will be encoded - forgotten backport - fixes Activity Stream output broken in 12.x (http://dev.tiki.org/bug5547) wolfganga: joined #tikiwiki
Hello
Found a minor bug in one of the recent commits regarding the tracker searchfield. a.) Search field is cut inn size bc it has a static width. b.) when clicking search the search field jumps out of range.
Can anyone confirm? (on trunk) fabricius: joined #tikiwiki Tiki-KGB: 03chibaguy r53791 10branches/12.x/styles/greenvalley.css
[FIX] Bad text/background contrast in top row of trackerlist table. Reported in tiki.org forums. chibaguy: The "last login" time in the user information popup at tiki.org is the _time of the page load_ instead of the time the person logged in. Is this a known regression? wolfganga: Not known by me. chibaguy: It's ok in Tiki 12.
Seems to be ok in trunk, too.
Is it intentional that the permissions icon has a different color than the other icons (edit, watch, history, etc.)?
It's class is text-warning rather than link, so I guess the idea was to make it stand out, but I wonder if that's necessary.
See tiki-listpages.php in trunk for an example.
http://zukakakina.com/trunk/tiki-listpages.php
Oh that's not going to work, sorry. Only admin can see the icon. ;-) refizul: joined #tikiwiki olinuxx: joined #tikiwiki MagicFab_: joined #tikiwiki
joined #tikiwiki Jyhem: polom
chibaguy: I haven't looked but sometimes the permissions icon has a different color when permissions are actually set (not left to default)
I seem to remember it's the case for trackers, at least chibaguy: ah, that's right. I'll check about the instances I say.
I saw. Tiki|bot: New Forum Posts: Activity Stream - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=54735 Telesight: joined #tikiwiki Tiki-KGB: 03jonnybradley r53792 10trunk/ 10tiki-switch_perspective.php 10lib/perspective/binderlib.php 10templates/modules/mod-perspective.tpl 10lib/perspectivelib.php
[FIX] multidomain: Switching back to the default perspectives and domain wasn't working as the $_SESSION['current_perspective'] was getting set with value 0, so make all code that switches to default perspective unset the session var instead, enabling the domain switching code in get_current_perspective run for all cases.
03jonnybradley r53793 10branches/ 10(5 files in 5 dirs)
[bp/r53792][FIX] multidomain: Switching back to the default perspectives and domain wasn't working as the $_SESSION['current_perspective'] was getting set with value 0, so make all code that switches to default perspective unset the session var instead, enabling the domain switching code in get_current_perspective run for all cases.
03jonnybradley r53794 10branches/ 10(5 files in 5 dirs)
[bp/r53792][FIX] multidomain: Switching back to the default perspectives and domain wasn't working as the $_SESSION['current_perspective'] was getting set with value 0, so make all code that switches to default perspective unset the session var instead, enabling the domain switching code in get_current_perspective run for all cases. fabricius: joined #tikiwiki Tiki-KGB: 03jonnybradley r53795 10trunk/templates/tiki-show_page_raw.tpl
[FIX] slideshow: Fix $page reference in the PDF export URL (although it doesn't seem to fix it)
03nkoth r53796 10trunk/lib/ 10smarty_tiki/function.service_inline.php 10servicelib.php * [NEW] Allow {service_inline} to call services in Tiki Addons
03nkoth r53797 10trunk/lib/smarty_tiki/function.service_inline.php * [FIX] Wrong var used in prev commit Tiki|bot: New Forum Posts: upgrade from 6.1 to 13.1 fails - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=54743 Tiki-KGB: 03nkoth r53798 10trunk/lib/core/Services/MustRead/Controller.php * [MOD] Some changes in preparation for Must Read dashboard addon
03nkoth r53799 10trunk/lib/core/Services/MustRead/Controller.php
[FIX] Make more robust - even if single integer is provided as input, convert to array