fabricius: just saw your message
hehe solved yourself ... yesterday
Tiki|bot: joined #tikiwiki
refizul: fabricius: new problem
as described on Tiki users mailinglist
something is very wrong with categories and permissions
fabricius: any idea about categories?
Tiki|bot: joined #tikiwiki
brolin_empey_: joined #tikiwiki
amette_: joined #tikiwiki
fabricius1: joined #tikiwiki
Gwayne: joined #tikiwiki
lindonb: joined #tikiwiki
chibaguy: joined #tikiwiki
lindon: joined #tikiwiki
Tiki-KGB: 03lindonb r50581 10branches/12.x/lib/core/Table/Plugin.php
[FIX] tablesorter: Handle paginate parameter input properly, also in case not input perfectly by user
03lindonb r50582 10(11 files in 7 dirs) * [MRG] Automatic merge, branches/12.x 50557 to 50581
lindonb: left #tikiwiki
Tiki|bot: joined #tikiwiki
Telesight: joined #tikiwiki
Tiki-KGB: 03luciash r50583 10branches/12.x/ 10tiki-index_raw.php 10tiki-index_p.php * [SEC] enhance permission check (thanks Marc)
03luciash r50584 10trunk/tiki-index_p.php 10trunk/tiki-index_raw.php 10trunk * [MRG] Automatic merge, branches/12.x 50581 to 50583
robin_select: joined #tikiwiki
Hey guys
may someone of you have a little time for me?
English or German would be nice :)
Jyhem: joined #tikiwiki
redflo: joined #tikiwiki
Jenser: joined #tikiwiki
left #tikiwiki
jonnyb: joined #tikiwiki
xavi1: joined #tikiwiki
Tiki-KGB: 03jonnybradley r50585 10branches/12.x/ 10templates/modules/mod-since_last_visit_new.tpl 10styles/layout/design.css 10modules/mod-func-since_last_visit_new.php
[FIX] SYLV module: Try and get the jquery-ui tabs mode to cope better with several tabs (not perfect but optimised for 4, 5 or 6 tabs which is often the case)
chibaguy: joined #tikiwiki
Tiki|bot: joined #tikiwiki
fabricius: joined #tikiwiki
lphuberdeau: joined #tikiwiki
chibaguy: joined #tikiwiki
jonnyb: joined #tikiwiki
marclaporte: joined #tikiwiki
rodrigoprimo: joined #tikiwiki
chibaguy: joined #tikiwiki
Tiki-KGB: 03jonnybradley r50586 10branches/12.x/lib/parser/parserlib.php
[FIX] parser: When resetting the parser option, (if they have been set before) then preserve some settings such as absolute_links so that nested plugins (in newsletters for instance) keep their links absolute (thanks Xavi, addresses wish5162)
Tiki|bot: Recent Bug: - Newsletters using a previous edition sent has not the expected behaviour - http://dev.tiki.org/item5179
New Forum Posts: Parser options handling change - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51624
Tiki-KGB: 03jonnybradley r50587 10branches/12.x/lib/userprefs/userprefslib.php
[FIX] avatars: Observe absolute_links in the parser so avatars work in newsletters
03jonnybradley r50588 10branches/12.x/templates/sent_newsletters.tpl
[FIX] newsletters: Same fix as r48415 but for the subject link as well this time, so you do actually send the revised edition as expected, not the saved one from last time (logic very hard to follow in the code, but thanks Bernard, addresses wish5179 hopefully)
Tiki|bot: joined #tikiwiki
marclaporte: joined #tikiwiki
Tiki-KGB: 03jonnybradley r50589 10(7 files in 7 dirs) * [MRG] Automatic merge, branches/12.x 50583 to 50588
marclaporte: joined #tikiwiki
Tiki|bot: joined #tikiwiki
marclaporte: joined #tikiwiki
Tiki-KGB: 03jonnybradley r50590 10branches/12.x/lib/parser/parserlib.php
[FIX] parser: Revert r50586 (preserve some settings such as absolute_links...) as it stops pretty trackers working, sorry Xavi
03jonnybradley r50591 10branches/12.x/lib/smarty_tiki/block.wikiplugin.php * [FIX] wikiplugin: is_html option should be true or false (or possibly 1 or 0)
marclaporte1: joined #tikiwiki
fabricius: refizul ... still open the question, or solved?
refizul: fabricius: still open, but I've got a workaround with global perms
Tiki-KGB: 03jonnybradley r50592 10branches/12.x/lib/wiki-plugins/wikiplugin_tracker.php
[FIX] tracker plugin: Don't set a default value for all "DropDown" type fields with a repeated (default) option, not just plain 'd' ones (thanks Xavi, does this fix wish5121?)
03jonnybradley r50593 10branches/12.x/lib/wiki-plugins/wikiplugin_countdown.php * [FIX] countdown: Catch badly formed end dates
refizul: fabricius: something similar was detected and fixed by luciash in 50583
maybe I can understand the details of this problem by code review
Tiki-KGB: 03luciash r50594 10trunk/doc/devtools/satis.json
[FIX] new repo location for jQuery.S5 - no idea if I did it right, please enlighten me if I did it wrong (https://dev.tiki.org/Composer is unclear to me)
MichaelC3: joined #tikiwiki
Tiki|bot: joined #tikiwiki
New Forum Posts: 10.5->11.1 Login page blank - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=51627
refizul: fabricius: ich habe etwas
sorry
fabricius: I've got something
in lib/tikiaccesslib.php there is a difference between two functions check_permission and check_permission_either
the variable $$permission in check_permission_either is PHP global
and Perms::get is not invoked
tiki-export_tracker.php uses check_permission and this works fine
tiki-view_tracker.php uses check_permission_either and this does not work as expected
arildb: joined #tikiwiki
How can I translate strings in a custom modue (defined in the module panel)? I tried {tr} tags, but that didn't work
fabricius: hi arild, could you specifiy?
arildb: In tiki-admin_modules.php I defined a custome module. It contains the line <a href="./" title="Home"><img src="custom/icons/logo.png" style="width:48px;height:48px" >. How can I translate "Home" in the title
fabricius: arildb: afaik it should work, if you use the tags ... content {tr}word{/tr} and then translate in the database custom translation if activated
ahh
<a href="./" title="{tr}Home{/tr}"> does not work?
arildb: It complained about a syntax error. btw. using Tiki 12
No, it didn't like tr tags
should they work there? If not which other mechanism is available, if any?
fabricius: maybe you have to use some {literal}<a href="./" title="{tr}Home{/tr}"><img src="custom/icons/logo.png" style="width:48px;height:48px" ></a>{/literal} tag around for that the system recognises the smarty variables
arildb: let me try
strange result
from {literal}<a href="./" title="{tr}Home{/tr}"><img src="custom/icons/logo.png" style="width:48px;height:48px" ></a>{/literal}
Home{/tr}
is displayed as the title. ...nothing is translated
This works... <a href="./" title="{literal}{tr}Home{/tr}{/literal}"><img src="custom/icons/logo.png" style="width:48px;height:48px" ></a>
thanks for the tip fabricius
fabricius: np, thanks for instant feedback, I have been on the way to check myself ;-)
arildb_: joined #tikiwiki
Tiki|bot: joined #tikiwiki
arildb: How do I limit the number of languages listed in the "Switch Language" module?
fabricius: in admin.php i18n
arildb: right. thanks again fabricius
fabricius: there is a tick box to limit languages and a scroll down dialogue, where you can click the desired languages whilst holding the control key
arildb: nice!
Tiki-KGB: 03luciash r50595 10trunk/doc/devtools/satis.json
[FIX] new package location for jQuery.S5 (thanks jonny - hopefully this one will work)
03lphuberdeau r50596 10trunk/ 10(16 files in 10 dirs) * [MOD] Refactoring the mail-in code
03lphuberdeau r50597 10trunk/ 10templates/tiki-admin_mailin.tpl 10lib/core/Tiki/MailIn/Action/WikiPut.php * [FIX] Namespace would be skipped, categorize failure
03luciash r50598 10trunk/doc/devtools/satis.json
[NEW] added dompdf - used by S5 slideshow export to PDF (can be useful for others)
03lphuberdeau r50599 10trunk/ 10(7 files in 6 dirs) * [MOD] Adding command line utility for mail-in, fixing notices
leagris: joined #tikiwiki