Revision history for noncamelcasehack


Revision [21243]

Last edited on 2010-07-16 09:21:27 by DarTar [CC requirements to be waived in 1.3]
Additions:
@@''**Note:** CamelCase will be made optional in the forthcoming 1.3 release. See Ticket:191 for further information''@@


Revision [21242]

Edited on 2010-07-16 07:58:06 by IsaacLW [updated line # for version 1.2]
Additions:
Change the line (around 1215):
Deletions:
Change the line (around 768):


Revision [18970]

Edited on 2008-01-28 00:13:29 by TormodHaugen [Modified links pointing to docs server]

No Differences

Revision [15512]

Edited on 2006-10-18 11:09:21 by TormodHaugen [minus one comma]
Additions:
function IsWikiName($text) { return preg_match("/^[a-z][a-z0-9]*$/i", $text); }
Deletions:
function IsWikiName($text) { return preg_match("/^[a-z][a-z,0-9]*$/i", $text); }


Revision [15507]

Edited on 2006-10-17 16:39:26 by TormodHaugen [minus one comma]
Additions:
----
CategoryUserContributions


Revision [15506]

Edited on 2006-10-17 16:37:59 by TormodHaugen [added link to wikka in a vacuum]
Additions:
>>
== See Also ==
~- WikiInAVacuum - for how to hide your wiki engine.
>>


Revision [15505]

Edited on 2006-10-17 16:13:38 by TormodHaugen [fix on the You are... link.]
Additions:
The "You are WikiName" thingey up above the content (or elsewhere, depending on styling and/or mods) isn't a link...
To make the "You are..." link a link, find in ''./actions/header.php'' (relative to your wikka directory) near line 52:
echo "You are ".$this->Format($this->GetUserName());
and change it to:
echo "You are ".$this->Link($this->GetUserName());
This was something that bothered me in the first place, it might or might not be fixed in the next release (1.1.7).


Revision [15503]

The oldest known version of this page was created on 2006-10-17 16:03:09 by TormodHaugen [fix on the You are... link.]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki