CIA.vc
Archived Message
for DotMG
Stats » Authors » DotMG » Archived Message
envelope
Received 09:07 on Apr 28, 2010
Generated by Built-in Subversion repository interface version 1.0
linksUTC clock
19:10 on Feb 12, 2012

Commit Message

Author:DotMG
Project:wikka
Revision:1643
URL:http://wush.net/trac/wikka/changeset/1643
refs #38

I made a script to detect all possible constant used in the Wikka but not defined anywhere. It showed that the following constants aren't defined :

 * RFC_MAX_EMAIL_LINE_LENGTH (libs/Compatibilily.lib.php)
 * NO_PAGES_FOUND_MESSAGE (actions/category/category.php)
 * STATUS_NO_PAGES_EDITED (actions/mychanges/mychanges.php)

For RFC_MAX_EMAIL_LINE_LENGTH, I don't know if it should be defined by PHP, a Web search returned no result explaining the use of this constant. For the other 2, I could make the fix.

In comments.xml and recentchanges.xml handlers, just modified VALID_FORMATS in comments to reflect FEED_VALID_FORMATS.

Modified Files