Ævar Arnfjörð Bjarmason
a26d5a49d7
* s~\t+$~~
2006-01-07 13:31:29 +00:00
Ævar Arnfjörð Bjarmason
7bbe971aec
* s~ +$~~
2006-01-07 13:09:30 +00:00
Brion Vibber
e19a4391b5
* (bug 2178) Use TMPDIR, TMP, or TEMP environment variable for temp dir
...
before trying /tmp; new wfTempDir() function to centralize this
* Fix parser test database usage; runs on a single connection again by not
creating new LoadBalancer instances all the time
2005-05-15 10:37:56 +00:00
Tim Starling
a8825b9e3e
* Deglobalised link placeholder handling by moving the relevant functionality from Linker::makeLinkObj() to Parser::makeLinkHolder()
...
* Did a similar trick for the handling of image options, in order to fix a bug reported by the parser unit test.
* Updated parser tests to match current output where appropriate.
2005-04-27 07:48:14 +00:00
Antoine Musso
80e473d754
use switch() instead of if else if else if else if else if else :o)
2005-01-28 00:44:17 +00:00
Antoine Musso
fec2f5b582
use switch() instead of if else if else if else if else if else :o)
2005-01-28 00:43:39 +00:00
Antoine Musso
75d61501c3
totally changed code representation.
2005-01-28 00:24:14 +00:00
Tom Gilder
558f185f40
Fix synatax errors: re-add removed quotes
2005-01-27 21:39:51 +00:00
Antoine Musso
ec1394a3d1
php doc comments / tabulations
2005-01-27 19:36:44 +00:00
Magnus Manske
8d0909f395
updated XML parser
2005-01-11 15:58:45 +00:00
Magnus Manske
adac415a60
*** empty log message ***
2004-12-29 10:56:01 +00:00
Magnus Manske
cad97e2b8a
trying to include link t(r)ails
2004-12-28 15:31:06 +00:00
Magnus Manske
fd296ad4c7
indent lists
2004-12-28 14:49:40 +00:00
Magnus Manske
0d88809103
HTML comments handler
2004-12-28 10:27:29 +00:00
Magnus Manske
9079e54474
can now handle templates (no recursive check, yet)
2004-12-21 13:51:15 +00:00
Magnus Manske
4aacdc1d06
Special:Export will now return *real* XML when using XML parser
2004-12-21 10:54:28 +00:00
Magnus Manske
46de71a516
working links, images, thumbnails
2004-12-20 15:38:28 +00:00
Magnus Manske
cd35d60e89
nowiki, documentation
2004-12-20 14:58:57 +00:00
Magnus Manske
f408bfbcdb
working attributes and common HTML
2004-12-20 14:18:38 +00:00
Magnus Manske
ab1d0f84c8
finally, a working version (needs flexbisonparse, cli mode)
2004-12-20 13:50:33 +00:00
Brion Vibber
208b1b202f
Although this file should not be included in the first place, we might as well put the proper PHP tags on so that it doesn't spew PHP source code all over the HTML output when short tags are off.
2004-11-15 05:46:39 +00:00
Magnus Manske
631361fabf
XHTML output (update)
2004-11-09 16:01:39 +00:00
Magnus Manske
05b2dabe40
XHTML output (link dummy)
2004-11-08 16:14:29 +00:00
Magnus Manske
a0d7248685
XML parser XHTML output
2004-11-03 14:00:08 +00:00
Brion Vibber
b603401c08
More doc comment fiddling
2004-10-28 06:05:22 +00:00
Arne Heizmann
bfd7fecc05
This didn't seem to work because of some sort of change to PHP's handling of
...
references to objects or something. I fixed it by adding elements to their parent
when they are closed, not when they are opened.
Also fixed indentation and stuff like that.
myPrint() now returns string instead of just printing everything.
2004-09-18 14:43:19 +00:00
Antoine Musso
ba2afcd9fa
Split files and classes in different packages for phpdocumentor. I probably changed some double quotes to single and used function foo () { shema
2004-09-03 23:00:01 +00:00
Antoine Musso
90155b8a97
Changing comments layout preparing for generated documentation with Phpdocumentor
2004-09-02 23:28:24 +00:00
Antoine Musso
3d60242fb5
massive double to single quotes conversion. I have not noticed any bug after a lot of testing
2004-08-22 17:24:50 +00:00
Magnus Manske
c362c56065
To-be XML parser
2004-08-18 08:21:35 +00:00