Ævar Arnfjörð Bjarmason
837fb7cd49
* Wrote error messages for the internal errors
...
* Hook into Parser::clearState() and clear my state when it does
2005-12-23 06:06:57 +00:00
Ævar Arnfjörð Bjarmason
26e14facce
* Corrected documentation error
2005-12-23 05:28:39 +00:00
Ævar Arnfjörð Bjarmason
b02933ace8
* Wrap error messages in <strong class="error"></strong> (just like <math>)
...
* Error message "expecting a key that matched /^[^0-9]+$/" => "expecting a non-integer key"
2005-12-23 05:06:17 +00:00
Ævar Arnfjörð Bjarmason
4c4e35e881
* $wf => $wg
...
* give <ref> and <references> a css class, reference and references, respectively
* Code cleanup
* Lots of documentation, every function fully documented + code comments
* Split link() into linkRef() and linkReferences()
* Split key() into refKey() and referencesKey()
2005-12-23 02:34:39 +00:00
Ævar Arnfjörð Bjarmason
ecb285c761
* Use my own $wgParser, $wgOut's had problems with inclusions from templates (they don't work properly though due to parsing order)
...
* " $and " => $and, avoids space buildup
* Workaround Tidy output with some regular expressions
2005-12-23 00:43:23 +00:00
Ævar Arnfjörð Bjarmason
b714bf0996
* Extension that adds <ref> and <references/> tags
2005-12-21 01:08:25 +00:00