Commit Graph

1773 Commits

Author SHA1 Message Date
Alex Schroeder
45646b5457 (NewNamespaceDoRc): Expanded a lot, now
parsing all the log files recursively instead of doing the RSS
thing.
(NamespaceBrowseRc, NamespaceInternalRc): Deleted.
(NamespaceRcLines): New.  Splices namespace into the rc lines.
(NewNamespaceScriptLink): New.  Splices namespace out of the link
into the script name.
2005-04-25 21:14:52 +00:00
Brock Wilcox
98e13d3096 fixed regex 2005-04-24 02:58:18 +00:00
Alex Schroeder
bced5b6876 (MoinRule): Added alternative whiespace
handling, numbered lists, and indented text.
2005-04-23 22:14:56 +00:00
Alex Schroeder
cec9140b30 added more moin tests 2005-04-23 21:40:37 +00:00
Alex Schroeder
a1995ad00e (PageDeletable): Delete empty pages, too.
(ApplyRules): Changed the way $bol is computed to a substring
comparison instead of a regular expression match.
2005-04-23 19:44:51 +00:00
Alex Schroeder
ddf18da99f *** empty log message *** 2005-04-23 15:55:17 +00:00
Alex Schroeder
f8383c4f76 (PageDeletable): Delete empty pages, too. 2005-04-23 15:33:58 +00:00
Alex Schroeder
d677e6425f (MoinRule): Added moin numbered list rule. 2005-04-23 13:31:28 +00:00
Alex Schroeder
8534d5f879 more moin tests 2005-04-23 13:21:03 +00:00
Alex Schroeder
c892271a75 *** empty log message *** 2005-04-23 12:56:12 +00:00
Alex Schroeder
29188e6ab2 (MoinRule): Fix moin list rule. 2005-04-23 12:54:45 +00:00
Alex Schroeder
335acea492 added moin tests 2005-04-23 12:53:34 +00:00
Fletcher T. Penney
be5bcb6f8f AdminPages are now not classified as unclustered
DeletedPages are now not classified as unclustered
Clean up code a bit
2005-04-21 16:17:18 +00:00
Alex Schroeder
bb8577519d starting on some compatibility code 2005-04-21 01:28:23 +00:00
Alex Schroeder
4db362c36a *** empty log message *** 2005-04-16 09:02:09 +00:00
Alex Schroeder
b0e9c24bcc new 2005-04-16 09:01:23 +00:00
Alex Schroeder
cf5a75b6c1 added tags test 2005-04-16 09:00:19 +00:00
Alex Schroeder
128d68c82c copyright year 2005-04-16 08:36:49 +00:00
Alex Schroeder
f6a1f961c1 *** empty log message *** 2005-04-16 01:41:13 +00:00
Alex Schroeder
d69870e9e6 (TablesLongRule): Fix bug that prevented
second table from not showing up if its labels were different.
Also fix bug with empty p element.  Also fix bug with unnecessary
colspan="2" in the last column.
2005-04-16 01:37:25 +00:00
Alex Schroeder
1db26cb844 Fixed second long table test. 2005-04-16 01:35:32 +00:00
Alex Schroeder
2b0e651179 Added long table tests. 2005-04-15 00:57:55 +00:00
Alex Schroeder
139dca292f (TablesLongRule): Handle newlines
correctly: avoid duplicating them.
(TablesLongRow): Get the label-count right, avoid colspan=2 for
the last column.
2005-04-15 00:57:02 +00:00
frodo72
74e836bf82 Added entry for TextIsFile stuff. 2005-04-13 16:40:24 +00:00
Alex Schroeder
ddbe50d4c2 *** empty log message *** 2005-04-12 22:40:49 +00:00
Alex Schroeder
9ef48958c4 (fix): New convenience target. 2005-04-12 22:40:16 +00:00
Alex Schroeder
e0d6032355 (LinkRules): Make sure named entities such as < > and &
are handled correctly at the end of an URL.
(TimeToW3): New.
(GetRcText): Use TimeToW3 instead of CalcDay.
(GetRcRss): Use TimeToW3 instead of doing it manually.
(ExpireKeepFiles): Handle lastmajor like oldmajor.
(DoShowVersion): Report mod_perl.
2005-04-12 22:27:42 +00:00
Fletcher T. Penney
a9294d1f00 Fixed default security settings 2005-04-12 22:22:07 +00:00
Fletcher T. Penney
eb9168a9cd Preliminary Version 2005-04-12 21:53:52 +00:00
Alex Schroeder
a5fade6263 all tests should be working again 2005-04-12 21:14:07 +00:00
Alex Schroeder
c06913313f Current status: 612 passed, 7 failed. 2005-04-12 00:29:35 +00:00
frodo72
8f6e958615 Isolated test for uploaded file in FileIsText sub.
FileIsText can be used in list context to get the mime type!
2005-04-11 17:38:18 +00:00
Alex Schroeder
47b0cf720b new 2005-04-10 21:28:49 +00:00
Fletcher T. Penney
ce5f169849 Fixed leading 0 in date field 2005-04-10 16:57:22 +00:00
Alex Schroeder
55afd19ed5 Started rewrite of ordinary tests to XPATH tests.
A bit more than 400 tests already work, the rest are /skipped/!
2005-04-09 01:35:59 +00:00
Fletcher T. Penney
146ddfbf23 Update Copyright Dates 2005-04-08 21:23:43 +00:00
Fletcher T. Penney
7afa12308b Add ability to filter out certain pages 2005-04-08 21:01:42 +00:00
frodo72
597889a92f Hopefully definitively fixed bug for previous version diffing.
Note that oldmajor could be still wrong in page database...
2005-04-07 16:16:18 +00:00
Alex Schroeder
5fc6b2341c new 2005-04-05 23:45:59 +00:00
Alex Schroeder
26dcbe18bf (GetKeptDiff): Use GetTextRevision instead of
duplicating code.
(Save): Fix handling of oldmajor by introducing a new key,
lastmajor.
(UpdateDiffs): Changed argument list, changed to also handle new
oldmajor.
2005-04-05 23:01:11 +00:00
Alex Schroeder
87d5463827 *** empty log message *** 2005-04-05 23:00:45 +00:00
Fletcher T. Penney
d3c4002a51 WrapperDiv Module added. 2005-04-05 21:24:39 +00:00
Fletcher T. Penney
4c8fcea049 Added my modules to source - FletcherPenney 2005-04-05 21:18:57 +00:00
Alex Schroeder
01aaab6c73 *** empty log message *** 2005-04-05 21:10:28 +00:00
Alex Schroeder
c7e9946015 (Save): Fix handling of $oldmajor. 2005-04-05 21:10:02 +00:00
Alex Schroeder
3297231bb6 new 2005-04-03 18:01:29 +00:00
Alex Schroeder
59391176f3 new 2005-04-03 17:55:11 +00:00
Alex Schroeder
8d307d9047 *** empty log message *** 2005-04-03 02:29:01 +00:00
Alex Schroeder
14ca0f16c6 (GetCurrentRequest): Deleted.
(GetCurrentPageName): Deleted.
(GetId): New, returns the id as set in the request, like
GetCurrentRequest used to do, but don't return a "dirty_id" and
"error".  Split info_path and set all parameters with these names
to 1.  This is more generic than specialcasing "raw".
(DoBrowseRequest): Call GetId.
2005-04-03 02:27:37 +00:00
Alex Schroeder
3287626d46 Added entries for Flavio's changes. 2005-03-31 22:58:34 +00:00