Wikka Tracker
The following RSS feed displays the latest changes from the Wikka tracker.
- Recently changed pages from this server
- Recently commented pages from this server
WikkaWiki Tracker
- Ticket #62 (Table of Content (Toc)) updated
cc, description changedUpdated links in summary.
- Ticket #1101 (Upgrade minimum requirements for MySQL and PHP) updated
cc changed - Ticket #1101 (Upgrade minimum requirements for MySQL and PHP) updated
Patch with ticket #1049 will update installer to fix syntax problem no longer supported by MySQL 5.5. Installer seems to work with PHP 5.3 as well.
- Ticket #1030 (mbstring support required in PHP for 1.4) updated
cc changed - patch-1030.diff attached to Ticket #1030
Patch to installer to check for mbstring
- patch-mysql_version_check.diff attached to Ticket #1112
- Ticket #1112 (Add MySQL Check To Installer) created
I thought I saw this in a previous ticket but I can't seem to find it. The installer should check to make sure the MySQL version meets minimum requirements.
I've added a patch that updates setup/install.php and setup/inc/functions.inc.php that checks minimum version against the version reported by the DB server.
This is my first patch with any PHP usage, so any testing or style critiques are welcome. I tried to keep to your standards defined on the documentation wiki.
- Ticket #1049 (Installation fails for MySQL 5.5) updated
status, owner changedFYI, wikka.php:70 already wants a 4.1 minimum version, so updating the documentation shouldn't be a problem.
wikka.php:70
if (!defined('MINIMUM_MYSQL_VERSION')) define('MINIMUM_MYSQL_VERSION', '4.1'); - Ticket #1111 (Admin only installer) created
Suggestion made to harden the installation process to restrict access during installation and upgrades.
- Ticket #1067 (Line feed added before and after an inserted image) updated
status changedA line feed? As in a newline in the source? That's not going to change the rendered display at all. If you're talking about an html linebreak(<br />), that would only be if you had a newline in the wiki source. Could you provide the surrounding wiki markup and what you expect to happen?
- Ticket #1066 (Impossible to link an internal page with a relative URL) updated
Works for me(1.3.2-p7) as shown in the example.
- Ticket #1049 (Installation fails for MySQL 5.5) updated
status changedReplying to mikeshultz:
Forgot to add the source.
"The ENGINE and TYPE options specify the storage engine for the table. ENGINE was added in MySQL 4.0.18 (for 4.0) and 4.1.2 (for 4.1). It is the preferred option name as of those versions, and TYPE has become deprecated. TYPE is supported throughout the 4.x series, but likely will be removed in the future."
[ source]
- Ticket #1049 (Installation fails for MySQL 5.5) updated
status, milestone changedENGINE works for 4.0.18/4.1.2+. Minimum requirements would have to be raised from 3.23([ wiki]).
- patch-1049.diff attached to Ticket #1049
Patch updating install.php to use ENGINE instead of TYPE.
- Ticket #218 (Incorporate html handler to display raw html) closed
fixed:Confirmed fixed in trunk; will be released in 1.4.
- Ticket #1109 (Undefined variable notice in 1.3.2-p7) closed
fixed - Ticket #1109 (Undefined variable notice in 1.3.2-p7) updated
status, owner changed - Ticket #1109 (Undefined variable notice in 1.3.2-p7) updated
(In [1845]) Removed all lingering instances of specialCache. Refs #1109.
- Changeset [1845]: Removed all lingering instances of specialCache. Refs #1109.
- trunk/actions/usersettings/usersettings.php
- trunk/libs/Wakka.class.php
Removed all lingering instances of specialCache. Refs #1109.
- Ticket #1110 (MW-style footnotes) updated
description changed - Ticket #44 (Have an optional WYSIWYG editor) updated
milestone changedAnother suggestion: Use a WYSIWYM editor such as Sanskrit. Or modify Olivier's editor to display HTML and/or modified markup.
- Ticket #1110 (MW-style footnotes) created
(from eluria via #wikka)
Suggestion was made to include the ability to footnote in Wikka, with freedom to define template for footnote style (i.e., C1, C2, C3...then L1, L2, L3....).
This might be a start:
- Ticket #1109 (Undefined variable notice in 1.3.2-p7) created
(from fishy via e-mail)
After changing my passwords, I see this warning on the page:
Notice: Undefined variable: name in /path/to/actions/usersettings/usersettings.php on line 269
which is: unset($this->specialCacheuser?[strtolower($name)]); //invalidate cache if exists #368
With a quick look-around, I think maybe it should be $username? instead of $name ?
- Ticket #1105 (Comments broken in 1.3.2) closed
fixed - Ticket #1105 (Comments broken in 1.3.2) updated
status, owner, version, component changed - Ticket #1105 (Comments broken in 1.3.2) updated
- Changeset [1844]: Fixed notice re comment ACLs. Refs #1105.
- trunk/handlers/addcomment/addcomment.php
Fixed notice re comment ACLs. Refs #1105.
- Ticket #1108 (Comment threading broken) closed
fixed - Ticket #1108 (Comment threading broken) updated
- Changeset [1843]: Comment threading now works again. Refs #1108.
- trunk/handlers/addcomment/addcomment.php
- trunk/handlers/processcomment/processcomment.php
Comment threading now works again. Refs #1108.
CategoryDevelopment