Commit Graph

856 Commits

Author SHA1 Message Date
Alex Schroeder
83cd83f95e (StrangeNewBannedContent): Quote HTML in regexp. 2006-08-15 09:26:11 +00:00
Alex Schroeder
7c5eeab893 (StrangeNewBannedContent): Protect $1. 2006-08-15 09:25:07 +00:00
Alex Schroeder
281aac5a05 (StrangeNewBannedContent): Quote HTML in regexp. 2006-08-15 09:23:16 +00:00
Alex Schroeder
06382299fe (StrangeNewBannedContent): Quote HTML in regexp. 2006-08-15 09:22:29 +00:00
Alex Schroeder
f421a14238 (StrangeBannedContentInit): Make it a
plain text page, too.
2006-08-15 09:17:09 +00:00
Alex Schroeder
c87e158a0d (SearchFreeTextCloud): Don't skip tags
containing numbers or a colon.
2006-08-14 11:17:19 +00:00
Alex Schroeder
aa0a0238cb (SearchFreeTextCloud): Fix start div. 2006-08-14 10:49:51 +00:00
Alex Schroeder
1e60ef78ec (StaticScriptLink): Remove unnecessary call to AllPagesList.
(StaticGetDownloadLink): Strip underlines from alt texts, return
URL only when requested (matches changes in wiki.pl's GetDownloadLink.
(GetDownloadLink): Ditto.
2006-08-13 23:10:49 +00:00
Alex Schroeder
b5f365eca9 *** empty log message *** 2006-08-13 00:41:46 +00:00
Alex Schroeder
9398199c4f (DoStatic, StaticFileName): Don't set
%StaticMimeTypes in DoStatic, as this has no effect here when
GetDownloadLink is called. StaticFileName is the right place.
2006-08-11 21:20:00 +00:00
Alex Schroeder
b0d07c49fa (DoConfig): Add URL, compare with original at
http://www.emacswiki.org/scripts/current to figure out the default
values.
(ConfigStr, ConfigListEqual, ConfigHashEqual): New.
2006-08-09 18:59:06 +00:00
Alex Schroeder
4a41ffeebf Fix typo in init code. 2006-08-09 18:21:23 +00:00
Alex Schroeder
1dbb8746dc *** empty log message *** 2006-08-09 16:19:10 +00:00
Alex Schroeder
c6363fb87a set $key.
(TocHeadings): Use $key.
2006-08-06 23:18:14 +00:00
Alex Schroeder
c5f82afdec ($SideBarOpenPageName): New.
(NewSideBarGetHeader): Set it.
2006-08-06 23:18:08 +00:00
Alex Schroeder
5b33772e92 (SearchFreeTextCloud): Catch when
every tag appears exactly once, ie. $min == $max == 1.
2006-08-06 12:49:35 +00:00
Alex Schroeder
b88aaab12c (BlogMenu): Add class to menu entry. 2006-08-06 11:56:40 +00:00
Alex Schroeder
de21e38957 (WantedAction): Add class to menu entry. 2006-08-06 11:50:02 +00:00
Alex Schroeder
e9410017cb (SearchFreeTextMenu): Add class to
menu entries.
2006-08-06 11:48:33 +00:00
Alex Schroeder
0ceda6bf31 (RefererMenu): Add class to menu
entry.
2006-08-06 11:48:07 +00:00
Alex Schroeder
2e9f2e3ac6 (PublishMenu): Add class to menu entry. 2006-08-06 11:47:40 +00:00
Alex Schroeder
94ef34c757 (LoginAdminRule): Add class to menu entries. 2006-08-06 11:47:14 +00:00
Alex Schroeder
4f086513cf (DespamMenu): Add class to menu entry. 2006-08-06 11:46:39 +00:00
Alex Schroeder
ed49a2a1b4 (ClusterMapAdminRule): Add class to menu
entries.
2006-08-06 11:46:12 +00:00
Alex Schroeder
adf679017f (BigBrotherVisitors): Add class to menu entry. 2006-08-06 11:45:42 +00:00
Alex Schroeder
52f971fcef (AdminPower): Add class to menu entries and add
label for input field.
2006-08-06 11:44:55 +00:00
Alex Schroeder
7d42118669 (IrcRule): Fix regular expression to stripe a space. 2006-07-31 20:24:59 +00:00
Alex Schroeder
74d6fab903 (IrcRule): Fix regular expression as suggested by
Jonah on the website.
2006-07-31 20:11:54 +00:00
Alex Schroeder
64d419b540 (StrangeBannedContentInit): Add to admin pages. 2006-07-15 23:19:11 +00:00
Alex Schroeder
709e1c5a76 (SidebarInit): Replaced @AdminPages with
%AdminPages.
2006-07-15 23:15:12 +00:00
Alex Schroeder
e5134bd6de ($StrangeBannedContent): New option.
(StrangeNewBannedContent): Read regular expressions from a page.
2006-07-15 23:14:43 +00:00
Alex Schroeder
159e581599 (RefererInit): Replaced @AdminPages
with %AdminPages.
2006-07-15 23:14:22 +00:00
Alex Schroeder
a2d78f2b2d (QuestionaskerInit): Replaced
@AdminPages with %AdminPages.
2006-07-15 23:14:02 +00:00
Alex Schroeder
6b423a5fa2 (PageTypeInit): Replaced @AdminPages with
%AdminPages.
2006-07-15 23:13:37 +00:00
Alex Schroeder
4362b614f8 (LocalNamesInit): Replaced @AdminPages
with %AdminPages.
2006-07-15 23:13:14 +00:00
Alex Schroeder
c06b7cb00a (GotobarInit): Replaced @AdminPages with
%AdminPages.
2006-07-15 23:12:35 +00:00
Alex Schroeder
1a9e678332 ($StrangeBannedContent): New option.
(StrangeNewBannedContent): Read regular expressions from a page.
2006-07-15 22:11:08 +00:00
Alex Schroeder
6ffe0ddab2 Set the rule order to 95. 2006-07-14 09:51:12 +00:00
Alex Schroeder
29d74cb970 (TocRule): Support headers markup headers if
headers.pl is loaded. Only support usemod markup headers if
usemod.pl is loaded.
(TocHeadings): Transform headers.pl headers into
usemod.pl headers so that the TOC can be generated correctly.
2006-07-14 07:16:59 +00:00
Alex Schroeder
8d77f1a959 (IrcRule): Add more variants. 2006-07-13 12:35:24 +00:00
Alex Schroeder
50e46ac29c (DoLocalNames): New. 2006-07-02 23:17:40 +00:00
Alex Schroeder
3d5d99b21a (LocalNamesInit): Fix regular expression. 2006-07-02 18:49:28 +00:00
Alex Schroeder
0436403b3f (LocalNamesInit): Dot is not in double quotes. 2006-07-02 12:32:19 +00:00
Alex Schroeder
c01823186a (LocalNamesInit): Be lax about whitespace 2006-07-02 12:26:54 +00:00
Alex Schroeder
5dc43b9033 (LocalNamesInit): Fix handling of "." 2006-07-02 12:23:32 +00:00
Alex Schroeder
244440b3ec (LocalNamesInit): Handle "." 2006-07-02 12:17:12 +00:00
Alex Schroeder
26d62aff50 (LocalNamesInit): Handle mixed DOS/Unix EOL. 2006-07-02 12:11:52 +00:00
Alex Schroeder
67b78a0f0d *** empty log message *** 2006-07-02 12:04:03 +00:00
Alex Schroeder
a3c23133d4 (LocalNamesInit): Non-greedy matching. 2006-07-02 11:28:13 +00:00
Alex Schroeder
a0f9ffa09a (LocalNamesInit): Accept [[ln:url]] without text. 2006-07-02 11:24:24 +00:00