←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
Tiki-KGB03walper r53783 10trunk/templates/modules/mod-login_box.tpl * [FIX] Login module would not contain closing <ul> if not enabling Register-Now. [00:56]
...... (idle for 28mn)
03nkoth r53784 10trunk/ 03templates/wiki-plugins/wikiplugin_alert.tpl 03lib/wiki-plugins/wikiplugin_alert.php * [NEW] Wiki plugin to insert a dismissable Bootstrap alert [01:24]
03walper r53785 10trunk/templates/bootstrap_menu.tpl
[FIX] Fixed smarty notices for undefined vars in bootstrap templates/bootstrap_menu.tpl.
[01:34]
03walper r53786 10trunk/templates/tiki-view_tracker.tpl * [FIX] Fixed smarty notices in tracker view. [01:40]
.... (idle for 16mn)
Gwaynejoined #tikiwiki [01:56]
.... (idle for 16mn)
Caarriejoined #tikiwiki [02:12]
Tiki-KGB03walper 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.
[02:26]
................ (idle for 1h16mn)
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.
[03:42]
............................... (idle for 2h34mn)
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 [06:16]
.... (idle for 18mn)
Tiki|botNew 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
[06:34]
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
[06:44]
......................... (idle for 2h1mn)
chibaguyjoined #tikiwiki [08:45]
............. (idle for 1h0mn)
Tiki|botNew Forum Posts: theme: Green Valley - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=54728 [09:45]
........ (idle for 39mn)
Tiki-KGB03luciash 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)
[10:24]
wolfgangajoined #tikiwiki
Hello
[10:36]
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)
[10:44]
..... (idle for 20mn)
fabriciusjoined #tikiwiki [11:04]
..... (idle for 20mn)
Tiki-KGB03chibaguy r53791 10branches/12.x/styles/greenvalley.css
[FIX] Bad text/background contrast in top row of trackerlist table. Reported in tiki.org forums.
[11:24]
chibaguyThe "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? [11:31]
wolfgangaNot known by me. [11:31]
........ (idle for 35mn)
chibaguyIt's ok in Tiki 12. [12:06]
Seems to be ok in trunk, too. [12:17]
........ (idle for 38mn)
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. ;-)
[12:55]
........................... (idle for 2h12mn)
refizuljoined #tikiwiki [15:11]
........ (idle for 37mn)
olinuxxjoined #tikiwiki [15:48]
...... (idle for 25mn)
MagicFab_joined #tikiwiki
joined #tikiwiki
[16:13]
Jyhempolom
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
[16:17]
chibaguyah, that's right. I'll check about the instances I say.
I saw.
[16:18]
..... (idle for 20mn)
Tiki|botNew Forum Posts: Activity Stream - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=54735 [16:39]
............. (idle for 1h0mn)
Telesightjoined #tikiwiki [17:39]
Tiki-KGB03jonnybradley 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.
[17:50]
....... (idle for 34mn)
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.
[18:24]
...................... (idle for 1h49mn)
fabriciusjoined #tikiwiki [20:13]
Tiki-KGB03jonnybradley 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)
[20:20]
........ (idle for 38mn)
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
[20:58]
Tiki|botNew Forum Posts: upgrade from 6.1 to 13.1 fails - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=54743 [21:09]
............... (idle for 1h11mn)
Tiki-KGB03nkoth r53798 10trunk/lib/core/Services/MustRead/Controller.php * [MOD] Some changes in preparation for Must Read dashboard addon [22:20]
...... (idle for 28mn)
03nkoth r53799 10trunk/lib/core/Services/MustRead/Controller.php
[FIX] Make more robust - even if single integer is provided as input, convert to array
[22:48]

←Prev date Next date→ Show only urls(Click on time to select a line by its url)