<?xml version="1.0"?>
<statsTarget><link>http://cia.vc/stats/author/DotMG</link><counters><counter name="forever" lastEventTime="1279271543" firstEventTime="1174037893">134</counter></counters><metadata><item name="subtitle"><value type="text/plain">None</value></item><item name="description"><value type="text/plain">None</value></item><item name="links-filter"><value type="text/plain">None</value></item><item name="title"><value type="text/plain">DotMG</value></item><item name="url"><value type="text/plain">http://dotmg.net</value></item><item name="related-filter"><value type="text/plain">None</value></item></metadata><recentMessages><message><timestamp>1279271495</timestamp><generator><name>Built-in Subversion repository interface</name><version>1.0</version></generator><source><project>wikka</project></source><body><commit><revision>1712</revision><author>DotMG</author><log>refs #959 and [1679]: remove constants moved to wikka.php in [1679]</log><url>http://wush.net/trac/wikka/changeset/1712</url><files><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/lang/de/de.inc.php">branches/1.3/lang/de/de.inc.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/lang/nl/nl.inc.php">branches/1.3/lang/nl/nl.inc.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/lang/en/en.inc.php">branches/1.3/lang/en/en.inc.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/lang/pl/pl.inc.php">branches/1.3/lang/pl/pl.inc.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/lang/vn/vn.inc.php">branches/1.3/lang/vn/vn.inc.php</file></files></commit></body></message><message><timestamp>1279270722</timestamp><generator><name>Built-in Subversion repository interface</name><version>1.0</version></generator><source><project>wikka</project></source><body><commit><revision>1711</revision><author>DotMG</author><log>refs #989 : little enhancement for [1672]</log><url>http://wush.net/trac/wikka/changeset/1711</url><files><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/handlers/processcomment/processcomment.php">branches/1.3/handlers/processcomment/processcomment.php</file></files></commit></body></message><message><timestamp>1279268767</timestamp><generator><name>Built-in Subversion repository interface</name><version>1.0</version></generator><source><project>wikka</project></source><body><commit><revision>1710</revision><author>DotMG</author><log>refs #989 : little correction for [1672]</log><url>http://wush.net/trac/wikka/changeset/1710</url><files><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/actions/adminusers/adminusers.php">branches/1.3/actions/adminusers/adminusers.php</file></files></commit></body></message><message><timestamp>1278444081</timestamp><generator><name>Built-in Subversion repository interface</name><version>1.0</version></generator><source><project>wikka</project></source><body><commit><revision>1685</revision><author>DotMG</author><log>refs #519, #97 : language packs are dynamically checked upon install.
the installer will give the ability to choose one from the language packs present as default lang. </log><url>http://wush.net/trac/wikka/changeset/1685</url><files><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/setup/default.php">branches/1.3/setup/default.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/setup/install.php">branches/1.3/setup/install.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/setup/header.php">branches/1.3/setup/header.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/setup/inc/functions.inc.php">branches/1.3/setup/inc/functions.inc.php</file></files></commit></body></message><message><timestamp>1277895142</timestamp><generator><name>Built-in Subversion repository interface</name><version>1.0</version></generator><source><project>wikka</project></source><body><commit><revision>1679</revision><author>DotMG</author><log>refs #959, 3 constants are used before the lang file is loaded in case of critical problems. These constants should not be placed in lang file, but in top of wikka.php which uses them.</log><url>http://wush.net/trac/wikka/changeset/1679</url><files><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/wikka.php">branches/1.3/wikka.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/lang/en/en.inc.php">branches/1.3/lang/en/en.inc.php</file></files></commit></body></message><message><timestamp>1274108165</timestamp><generator><name>Built-in Subversion repository interface</name><version>1.0</version></generator><source><project>wikka</project></source><body><commit><revision>1665</revision><author>DotMG</author><log>Now that update_default_page() is available, we can safely replace long SQL insert in setup/install.php with a simple call to update_default_page().
I've added a parameter $note to setup/inc/functions.inc.php#update_default_page() to which we would pass &quot;Upgrading from 1.2 to 1.3&quot;
This commit also adds WikkaConfig page in case of an upgrade.
And some merging of ACLS setting was also performed to simplify the install process. </log><url>http://wush.net/trac/wikka/changeset/1665</url><files><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/setup/install.php">branches/1.3/setup/install.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/setup/inc/functions.inc.php">branches/1.3/setup/inc/functions.inc.php</file></files></commit></body></message><message><timestamp>1272445646</timestamp><generator><name>Built-in Subversion repository interface</name><version>1.0</version></generator><source><project>wikka</project></source><body><commit><revision>1643</revision><author>DotMG</author><log>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. </log><url>http://wush.net/trac/wikka/changeset/1643</url><files><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/handlers/comments.xml/comments.xml.php">branches/1.3/handlers/comments.xml/comments.xml.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/actions/category/category.php">branches/1.3/actions/category/category.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/actions/mychanges/mychanges.php">branches/1.3/actions/mychanges/mychanges.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/handlers/recentchanges.xml/recentchanges.xml.php">branches/1.3/handlers/recentchanges.xml/recentchanges.xml.php</file></files></commit></body></message><message><timestamp>1272372452</timestamp><generator><name>Built-in Subversion repository interface</name><version>1.0</version></generator><source><project>wikka</project></source><body><commit><revision>1642</revision><author>DotMG</author><log>refs #38. Suppressing Notices</log><url>http://wush.net/trac/wikka/changeset/1642</url><files><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/templates/kubrick/footer.php">branches/1.3/templates/kubrick/footer.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/handlers/files.xml/files.xml.php">branches/1.3/handlers/files.xml/files.xml.php</file></files></commit></body></message><message><timestamp>1272358035</timestamp><generator><name>Built-in Subversion repository interface</name><version>1.0</version></generator><source><project>wikka</project></source><body><commit><revision>1641</revision><author>DotMG</author><log>refs #830

For code blocks (%% ... %%) containing backticks comments (`` ... ``), the whole content of the code block is discarded. Added ^ and $ anchors to the preg patter for backticks. </log><url>http://wush.net/trac/wikka/changeset/1641</url><files><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/formatters/wakka.php">branches/1.3/formatters/wakka.php</file></files></commit></body></message><message><timestamp>1272356142</timestamp><generator><name>Built-in Subversion repository interface</name><version>1.0</version></generator><source><project>wikka</project></source><body><commit><revision>1640</revision><author>DotMG</author><log>refs #826

Added substr() to limit length of editnote </log><url>http://wush.net/trac/wikka/changeset/1640</url><files><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/handlers/edit/edit.php">branches/1.3/handlers/edit/edit.php</file></files></commit></body></message><message><timestamp>1272302622</timestamp><generator><name>Built-in Subversion repository interface</name><version>1.0</version></generator><source><project>wikka</project></source><body><commit><revision>1639</revision><author>DotMG</author><log>acls: phpDoc + suppression Notice
backlinks: replace tag with page_tag (result of LoadPagesLinkingTo)
claim: phpDoc
Wakka.class.php: uninitialized variable $username in method SavePage
comments.xml: Avoid double escaping of ampersands

refs #452 </log><url>http://wush.net/trac/wikka/changeset/1639</url><files><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/handlers/acls/acls.php">branches/1.3/handlers/acls/acls.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/handlers/comments.xml/comments.xml.php">branches/1.3/handlers/comments.xml/comments.xml.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/handlers/claim/claim.php">branches/1.3/handlers/claim/claim.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/libs/Wakka.class.php">branches/1.3/libs/Wakka.class.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/handlers/backlinks/backlinks.php">branches/1.3/handlers/backlinks/backlinks.php</file></files></commit></body></message><message><timestamp>1272296422</timestamp><generator><name>Built-in Subversion repository interface</name><version>1.0</version></generator><source><project>wikka</project></source><body><commit><revision>1638</revision><author>DotMG</author><log>backlinks: $this-&gt;getPageTag() returns page_tag as key in the array and not tag.
calendar: parameters month and year on the action not properly processed
colour: include_once should be just include, otherwise, {{colour}} after a first use of {{color}} or {{colour}} would fail.
contact: phpDoc changes
feedback: fatal error (syntax error)
files: replace $this-&gt;method with $this-&gt;handler
highscores.php: removed notice
lastedit.php: removed notices
lastusers.php: removed notices
ownedpages.php: Use of Wakka:$reg_username which is not initialized to the user currently registered. Reverting to use of method GetUserName()
rss.php: config('onyx_rss') not defined
wantedpages: replace tag with page_tag as a result of LoadPagesLinkingTo()


textsearch: SEARCH_TIPS messed up </log><url>http://wush.net/trac/wikka/changeset/1638</url><files><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/actions/textsearch/textsearch.php">branches/1.3/actions/textsearch/textsearch.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/actions/contact/contact.php">branches/1.3/actions/contact/contact.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/actions/ownedpages/ownedpages.php">branches/1.3/actions/ownedpages/ownedpages.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/libs/Wakka.class.php">branches/1.3/libs/Wakka.class.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/actions/highscores/highscores.php">branches/1.3/actions/highscores/highscores.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/lang/en/en.inc.php">branches/1.3/lang/en/en.inc.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/3rdparty/plugins/onyx-rss/onyx-rss.php">branches/1.3/3rdparty/plugins/onyx-rss/onyx-rss.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/actions/backlinks/backlinks.php">branches/1.3/actions/backlinks/backlinks.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/3rdparty/core/safehtml/classes/safehtml.php">branches/1.3/3rdparty/core/safehtml/classes/safehtml.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/actions/wantedpages/wantedpages.php">branches/1.3/actions/wantedpages/wantedpages.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/actions/files/files.php">branches/1.3/actions/files/files.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/actions/colour/colour.php">branches/1.3/actions/colour/colour.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/actions/feedback/feedback.php">branches/1.3/actions/feedback/feedback.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/actions/lastusers/lastusers.php">branches/1.3/actions/lastusers/lastusers.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/actions/rss/rss.php">branches/1.3/actions/rss/rss.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/actions/calendar/calendar.php">branches/1.3/actions/calendar/calendar.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/actions/lastedit/lastedit.php">branches/1.3/actions/lastedit/lastedit.php</file></files></commit></body></message><message><timestamp>1272284462</timestamp><generator><name>Built-in Subversion repository interface</name><version>1.0</version></generator><source><project>wikka</project></source><body><commit><revision>1637</revision><author>DotMG</author><log>refs #398

[928] not correctly ported into 1.3 : added creation of index idx_owner on column `owner' of table _pages </log><url>http://wush.net/trac/wikka/changeset/1637</url><files><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/setup/install.php">branches/1.3/setup/install.php</file></files></commit></body></message><message><timestamp>1272278219</timestamp><generator><name>Built-in Subversion repository interface</name><version>1.0</version></generator><source><project>wikka</project></source><body><commit><revision>1636</revision><author>DotMG</author><log>Refs #398

 - In libs/Wakka.class.php, a proper initialization of $this-&gt;registered was needed. 
 - In actions/mypages/mypages.php : Removed test with $page[owner] , because actually, all items returned by LoadPagesByOwner are pages owned by the user.
 - In lang/en/en.inc.php : Changed &quot;You&quot; to &quot;%s&quot;, because MyPages now can list pages owned by a given user (for admin). This change shoud be propagated to other lang. </log><url>http://wush.net/trac/wikka/changeset/1636</url><files><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/actions/mypages/mypages.php">branches/1.3/actions/mypages/mypages.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/libs/Wakka.class.php">branches/1.3/libs/Wakka.class.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/lang/en/en.inc.php">branches/1.3/lang/en/en.inc.php</file></files></commit></body></message><message><timestamp>1272273918</timestamp><generator><name>Built-in Subversion repository interface</name><version>1.0</version></generator><source><project>wikka</project></source><body><commit><revision>1635</revision><author>DotMG</author><log>Refs #250

 - Removes Notices and error messages to avoid that the resulting XML feed is invalid, done in double step 
 (Fixed FEED_IMAGE_URL not defined, replaced $this-&gt;method with $this-&gt;handler)
 (Added ob_start() and ob_end_clean() to catch all other possible error messages
 - Fixed double escaping of ampersands in URL    </log><url>http://wush.net/trac/wikka/changeset/1635</url><files><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/handlers/recentchanges.xml/recentchanges.xml.php">branches/1.3/handlers/recentchanges.xml/recentchanges.xml.php</file></files></commit></body></message><message><timestamp>1272268296</timestamp><generator><name>Built-in Subversion repository interface</name><version>1.0</version></generator><source><project>wikka</project></source><body><commit><revision>1634</revision><author>DotMG</author><log>### STOP REFERRER SPAM
SetEnvIfNoCase Referer &quot;.*(adultsite|picturesplace|learnthebiz|pi-o|erotica|ghettoinc|port5|bulk-email|camgirls|paris-hilton|modelos|kredit|handyflirt24|versicherung|wwww|erotower|krank|x-1000|flirtnet|blowjob|agedwife|in-the-vip|boysfirsttime|milf|captain-stabbin|tranny|Kontakt|erotik|fetish|frauen|hardcore|fick|krankenversicherung|jinnan-cross|8thstreet|xxx|XXX|ficken|fuck).*&quot; BadReferrer

order deny,allow
deny from env=BadReferrer

&lt;IfModule mod_rewrite.c&gt;
	# turn on rewrite engine
	RewriteEngine on

	# if request is a directory, make sure it ends with a slash
	RewriteCond %{REQUEST_FILENAME} -d
	RewriteRule ^(.*/[^/]+)$ $1/

	# if not rewritten before, AND requested file is wikka.php
	# turn request into a query for a default (unspecified) page
	RewriteCond %{QUERY_STRING} !wakka=
	RewriteCond %{REQUEST_FILENAME} wikka.php
	RewriteRule ^(.*)$ wikka.php?wakka= [QSA,L]

	# if not rewritten before, AND requested file is a page name
	# turn request into a query for that page name for wikka.php
	RewriteCond %{QUERY_STRING} !wakka=
	RewriteRule ^(.*)$ wikka.php?wakka=$1 [QSA,L]
&lt;/IfModule&gt; </log><url>http://wush.net/trac/wikka/changeset/1634</url><files><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/setup/default.php">branches/1.3/setup/default.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/.htaccess">branches/1.3/.htaccess</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/libs/Wakka.class.php">branches/1.3/libs/Wakka.class.php</file><file action="modify" uri="https://wush.net/svn/wikka/branches/1.3/3rdparty/core/safehtml/classes/safehtml.php">branches/1.3/3rdparty/core/safehtml/classes/safehtml.php</file></files></commit></body></message><message><timestamp>1221737925</timestamp><generator><name>Built-in Subversion repository interface</name><version>1.0</version></generator><source><project>wikka</project></source><body><commit><revision>1238</revision><author>DotMG</author><log>refs #816, #575

porting [1237] to trunk: applying htmlspecialchars_ent to GetConfigValue(meta_keywords) and GetConfigValue(meta_description). </log><url>http://wush.net/trac/wikka/changeset/1238</url><files><file action="modify" uri="https://wush.net/svn/wikka/trunk/templates/header.php">trunk/templates/header.php</file></files></commit></body></message><message><timestamp>1221737508</timestamp><generator><name>Built-in Subversion repository interface</name><version>1.0</version></generator><source><project>wikka</project></source><body><commit><revision>1237</revision><author>DotMG</author><log>refs #816

applying htmlspecialchars_ent to GetConfigValue(meta_keywords) and GetConfigValue(meta_description). To be ported in trunk.</log><url>http://wush.net/trac/wikka/changeset/1237</url><files><file action="modify" uri="https://wush.net/svn/wikka/branches/1.1.6.6/templates/header.php">branches/1.1.6.6/templates/header.php</file></files></commit></body></message><message><timestamp>1221717682</timestamp><generator><name>Built-in Subversion repository interface</name><version>1.0</version></generator><source><project>wikka</project></source><body><commit><revision>1236</revision><author>DotMG</author><log>refs #811

Applied code in [http://wush.net/trac/wikka/ticket/811#comment:6 #811#comment:6]</log><url>http://wush.net/trac/wikka/changeset/1236</url><files><file action="modify" uri="https://wush.net/svn/wikka/branches/1.1.6.6/libs/Wakka.class.php">branches/1.1.6.6/libs/Wakka.class.php</file></files></commit></body></message><message><timestamp>1221215792</timestamp><generator><name>Built-in Subversion repository interface</name><version>1.0</version></generator><source><project>wikka</project></source><body><commit><revision>1230</revision><author>DotMG</author><log>refs #793

credits Kyanh [http://kyanh.net]</log><url>http://wush.net/trac/wikka/changeset/1230</url><files><file action="modify" uri="https://wush.net/svn/wikka/trunk/lang/vn/vn.inc.php">trunk/lang/vn/vn.inc.php</file></files></commit></body></message></recentMessages></statsTarget>
