03lindonb r53450 10trunk/ 10templates/tiki-view_forum.tpl 10lib/jquery_tiki/tiki-ajax_services.js 10lib/core/Services/Forum/Controller.php
[ENH] ajax services for forum: set actions to refresh page unless no modules, etc. could be affected (thanks LPH!); eliminate success feedback (too chatty) but keep oops feedback modal if no items selected.
03lindonb r53452 10trunk/ 10templates/tiki-view_forum.tpl 10themes/base_files/less/tiki-miscellaneous_global.less 10themes/base_files/css/tiki_base.css
[FIX] css: Mimic formatting for a element with span.btn-link. Helpful for onclick links which should act like buttons but look like links (without the button width). Helpful for action icons with tight space.
03lindonb r53453 10trunk/lib/smarty_tiki/block.self_link.php
[ENH] icons: Allow for use of icon name in the smarty function self_link so that iconsets can be used
joined #tikiwiki
I have some trouble with trackers in the current head. Problem is that a user that is not admin, cannot see comments or attachamnts although he has the right to do. I get the following in the debug console. PHP (5.5.9-1ubuntu4.5) NOTICE (E_NOTICE): File: templates_c/de_classic^cdb483e887897d568bfa74289ded4ec3563e8a64.file.tiki-view_tracker_item.tpl.php Line: 175 Type: Undefined index: cant
PHP (5.5.9-1ubuntu4.5) NOTICE (E_NOTICE): File: templates_c/de_classic^cdb483e887897d568bfa74289ded4ec3563e8a64.file.tiki-view_tracker_item.tpl.php Line: 175 Type: Trying to get property of non-object
PHP (5.5.9-1ubuntu4.5) NOTICE (E_NOTICE): File: templates_c/de_classic^cdb483e887897d568bfa74289ded4ec3563e8a64.file.tiki-view_tracker_item.tpl.php Line: 175 Type: Undefined index: reloff
Clearing teh cache wont help.
i looked into /templates/tiki-view_tracker_item.tpl (bc i thinks thats his wheer the cache is created from) but i do not see anything that helps me to fix it.
03lindonb r53454 10trunk/ 10tiki-browse_categories.php 10templates/tiki-browse_categories.tpl
[FIX] browse categories: Watch icons not working since r53130; plus syntax fix in tpl
I debugged the relevant part of the trackercode to figure out why comments are not viewable by users althought they have the proper rights: This code could never have worked. I am surprised that this is possible while being in version 14.
I am not really sure howto properly fix this and making sure to not break anything else. The trackerpart is not documented at all and quite complex. Can anyone help me / guide me a bit or answer some questions?
03lindonb r53455 10trunk/ 10(5 files in 2 dirs) * [FIX] icons in forums: further implement iconsets; tidy up links versus buttons
03lindonb r53456 10trunk/templates/tiki-view_forum_thread.tpl * [FIX] forum: Use standard remarksbox alert for reported posts
03lindonb r53458 10trunk/ 10(5 files in 4 dirs)
[ENH] forum: Convert merge action to ajax services for tiki-view_forum_thread.php; Other formatting changes to differentiate moderator action panel
03lindonb r53459 10trunk/templates/tiki-view_forum.tpl * [FIX] forum: differentiate moderator action panel by making it primary
03lindonb r53460 10trunk/tiki-view_forum_thread.php * [FIX] forum: remove merge action converted to ajax services in r53458
03lindonb r53461 10trunk/lib/core/Services/Forum/Controller.php
[ENH] forum: return error message if all topics are chosen, leaving none to merge with.