if you enable user-task module and you are on URL with some querty, like http://server/tiki-index.php?page=xxxxx and you try to add new user taks, you will get errror
because the string which is created as action for form submit is wring
cvs -z9 diff -wb — mod-user_tasks.php mod-user_tasks_public.php (in directory D:\web\root\tikiwiki\tikiwiki\modules)
Index: mod-user_tasks.php
=============
RCS file: /cvsroot/tikiwiki/tiki/modules/mod-user_tasks.php,v
retrieving revision 1.11
diff -w -b -r1.11 mod-user_tasks.php
41c41
< $smarty->assign('ownurl', $tikilib->httpPrefix().$_SERVER%22SCRIPT_NAME%22.urlencode($_SERVER%22QUERY_STRING%22));
> $smarty->assign('ownurl', $tikilib->httpPrefix().$_SERVER%22SCRIPT_NAME%22.'?'.urlencode($_SERVER%22QUERY_STRING%22));
Index: mod-user_tasks_public.php
=============
RCS file: /cvsroot/tikiwiki/tiki/modules/mod-user_tasks_public.php,v
retrieving revision 1.4
diff -w -b -r1.4 mod-user_tasks_public.php
15c15
< $smarty->assign('ownurl', $tikilib->httpPrefix().$_SERVER%22SCRIPT_NAME%22.urlencode($_SERVER%22QUERY_STRING%22));
> $smarty->assign('ownurl', $tikilib->httpPrefix().$_SERVER%22SCRIPT_NAME%22.'?'.urlencode($_SERVER%22QUERY_STRING%22));
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tiki.org instance. To start, simply select a version and click on "Create show2.tiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |