I put it on Prio 2 (how important is spelling???)
In tiki-setup.php and other files
the word thresold is used to refer to threshold
this is obviously a spelling error and happens also in the same file for comments_thresh?old
apart from those two thresold only appears in some comments, all of which can be changed without affecting functions.
(egrep -rn thresold /tikiDirectory/)
just change the files (by hand or via a script)
find ./ \( -name \*.tpl -o -name \*.php -o -name \*.js \) -type f \
-exec sh -c "sed -r 's/thresold/threshold/g' {} > {}.new; exec mv {}.new {}" \;
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 |