Commit Graph

1372 Commits

Author SHA1 Message Date
Alex Schroeder
cd0e20cee0 Updated missing translations 2009-05-09 12:00:44 +00:00
Alex Schroeder
aca7e831a9 Fix typo. 2009-04-09 17:02:17 +00:00
Alex Schroeder
4337a39d93 ($CurrentLanguage): New variable.
(LoadLanguage): Set it.
2009-04-09 16:57:34 +00:00
Alex Schroeder
359b7754ce (@NamespaceParameters): New.
(NamespacesInitVariables): Use new option.
(NamespacesInitVariables): Use new function.
2009-04-06 00:26:46 +00:00
Alex Schroeder
76ee1b683d (NamespacesInitVariables): Match the code
changes in GetId.
2009-04-05 23:36:20 +00:00
Alex Schroeder
79dfbc5799 (TagCloud): New action, based on the search-freetext.pl
implementation.
(TagsMenu): Add tag cloud to the menu.
2009-04-05 22:19:03 +00:00
Alex Schroeder
a1073a6344 (TagsMenu): Add menu. 2009-04-05 21:32:16 +00:00
Alex Schroeder
c0d51f7fa1 (NewTagGrepFiltered, NewTagSearchString):
Support searching for tags containing a space (being replaced by
an underscore).
2009-04-04 01:26:53 +00:00
Alex Schroeder
bcae16f05a (DoTagsReindex): Request lock and release when updating the index. 2009-03-21 23:31:58 +00:00
Alex Schroeder
61b394ee1c (LocalNamesNewSave): Localize
$OpenPageName and %Page so that it doesn't confuse other
extensions hooking into Save.
2009-03-21 23:22:39 +00:00
Alex Schroeder
0545f41cb6 Typo in doc. 2009-03-21 08:59:33 +00:00
Alex Schroeder
ca958961a4 (NewTagSave, TagFind, DoTagsReindex): Case insensitive. 2009-03-21 08:47:58 +00:00
Alex Schroeder
87a4ebc3ad (DoTagsReindex): Prevent extra $FS.
(TagList): New action to debug the data.
(NewTagSearchString): Only strip -tag:foo terms.
(TagsInit): Don't mess with parameters when using Near Links; this
doesn't scale.
2009-03-21 08:35:41 +00:00
Alex Schroeder
b418a42b49 (TagsInit): Make sure that tag searches get along with near searches. 2009-03-21 02:23:29 +00:00
Alex Schroeder
3fd36f0d8e (DoTagsReindex): New action to get started. 2009-03-21 02:02:12 +00:00
Alex Schroeder
a226c64b0e (NewTagSave, NewTagDeletePage): Eliminate and
merge with NewTagSave and NewTagDeletePage respectively.
(TagFind, NewTagGrepFiltered, NewTagSearchString): New functions
to use the tag file while searching.
2009-03-21 01:36:26 +00:00
Alex Schroeder
5bdc263380 ($TagFeed, $TagFeedIcon): New options.
(TagsInit, TagsGetLink): New
(TagsRule): Will now print RSS icon and link to a feed as well, if
an icon URL has been provided.
(NewTagSave, TagIndex): Hook into Save() and index the pages.
(NewTagDeletePage, TagDeletePage): Hook into DeletePage() and
remove tags and infos when pages are deleted.
2009-03-20 13:59:32 +00:00
Alex Schroeder
603905d3ba Rename $TagRssIcon to $TagFeedIcon.
(NewTagSave, TagIndex): Hook into Save() and index the pages.
2009-03-20 11:20:57 +00:00
Alex Schroeder
50822a0e71 ($TagFeed, $TagRssIcon): New options.
(TagsInit, TagsGetLink): New
(TagsRule): Will now print RSS icon and link to a feed as well, if
an icon URL has been provided.
2009-03-20 10:06:28 +00:00
Alex Schroeder
11e09fe6b3 (MarkupRule): Fixed markup rules to get the
[[foo]]'s apostrophe correct.
2009-03-13 22:28:29 +00:00
Alex Schroeder
cf9e29a11f (CookieUsernameDelete): Changes to %NewCookie
are no longer needed.
2009-03-13 22:27:41 +00:00
Alex Schroeder
720095c6aa (DoFind): Switch from HighlightRegex to
SearchRegexp.
2009-03-13 15:40:16 +00:00
Alex Schroeder
22587be986 (DoFind): Switch from HighlightRegex to
SearchRegexp.
2009-03-13 15:26:42 +00:00
Alex Schroeder
10fd0a7aac (NewSearchFreeTextNewSearchRegexp):
Switch from HighlightRegex to SearchRegexp.
2009-03-13 15:21:18 +00:00
Alex Schroeder
4770e561d7 (SearchNearPages): Switch from
HighlightRegex to SearchRegexp.
2009-03-13 15:18:46 +00:00
Alex Schroeder
9bdae89099 (NewNamespaceGetRcLines): Strip rollbacks
for every namespace separately.
2009-03-08 23:44:54 +00:00
Alex Schroeder
c28f10ff70 (JournalRssGetRcLines): Don't just skip
minor edits. Read the last major edit instead, if your can.
2009-03-07 16:05:34 +00:00
Alex Schroeder
a90de0f8c9 (CreoleRule): Fix bugs introduced by the last fix. 2009-03-02 18:09:48 +00:00
Alex Schroeder
c592f6fb6a ($CreoleAdditionIndentedParagraphs):
New option.
(CreoleAdditionRule): Implement indented paragraphs rule.
2009-03-02 17:54:20 +00:00
Alex Schroeder
3d5865363c (CreoleRule): Use an elsif instead of an if
within the rules.
2009-03-02 17:53:43 +00:00
Alex Schroeder
90059eee1a (JournalRssGetRcLines): Skip minor edits
instead of messing with them.
2009-02-23 09:57:40 +00:00
Alex Schroeder
9fcaa5d96c New 2009-02-22 19:40:14 +00:00
Alex Schroeder
08d04cc650 (PrintAllReferers): Use GetPageLink
instead of using ScriptLink directly in order to fix the output
for pages containing a space.
2009-02-18 23:13:35 +00:00
Alex Schroeder
4a9e2545f8 Changed one of the [new:...] macro
to match $FreeLinkPattern instead of [^]:]+ as it interfered with
code examples containing regular expressions. As this is a macro,
it will remain tricky, unfortunately.
2009-02-13 10:29:21 +00:00
Alex Schroeder
da6e61c5eb (%MarkupForcedPairs): Added that to options. 2009-02-13 10:26:51 +00:00
Weakish Jiang
c2680f103e Use simple pattern match of dl. Actually a rollback to the dl pattern match in r1.14. Fixed the bug reported by bib. 2009-02-11 18:14:17 +00:00
Weakish Jiang
fd0ff5a59e Now multi urls within dt also work.
I'm wondering the usage of [^:] in the pattern matching.  Unlike mediawiki,
we don't allow dt and dd in the same line, thus maybe [^:] is not necessary.
2009-02-11 17:48:51 +00:00
Weakish Jiang
c6ab3e8317 t/creoleaddition.t: test for http://xxx in dt in definition list 2009-02-11 17:25:35 +00:00
Alex Schroeder
ce051c288e (FaqRule): Applied fix suggested by user bib on
the website.
2009-01-28 11:33:57 +00:00
Alex Schroeder
072222b033 (NewPageTrailBrowsePage): Handle more
parameters.
(UpdatePageTrail): Just use whitespace to separate the page names.
2009-01-22 00:33:40 +00:00
Alex Schroeder
9265d5e429 (NewGoogleCustomGetSearchLink):
Undo the use of ScriptLink.
2009-01-14 22:40:08 +00:00
Alex Schroeder
24af35679a (WriteRecentVisitors): Make the code
easier to read and eliminate a bug that caused the list of times
to grow indefinitely.
2009-01-06 22:23:36 +00:00
Alex Schroeder
43eec7c9da (AddRecentVisitor): Make sure we count
all the hits in the same second.
2009-01-05 00:26:43 +00:00
Brian Curry
4ba8b90614 * modules/poetry.pl (PoetryRule): Corrected handling of mid-line
whitespace. Prior to this, this module correctly handled pre-line
whitespace (i.e., indentation) and post-line whitespace (i.e., line
breaks), but not excess whitespace within an actual line.
2008-12-23 04:42:52 +00:00
Alex Schroeder
f1d03dee1c (FaqRule): Found some old modifications I made a
long time ago. Q: and A: must be at the beginning of the line.
2008-12-18 09:52:55 +00:00
Alex Schroeder
88000471e0 (DownloadSupportRule): Rewrite to fix a bug
introduced by the change to $FreeLinkPattern 2008-08-05.
2008-12-17 13:30:28 +00:00
Alex Schroeder
2df32424c3 (CreoleInit): Don't change $FreeLinkPattern as
that intereferes with bbcode.pl.
2008-12-16 01:17:43 +00:00
Alex Schroeder
70cb5732c3 Whitespace 2008-12-16 01:16:59 +00:00
Alex Schroeder
970c7f9cfd (ImageGetInternalUrl): Call FreeToNormal
on the argument.
2008-12-14 23:59:12 +00:00
Alex Schroeder
4e353458cd (NewCrossbarApplyRules): Do not apply the rule if we're currently
rendering the sidebar.
2008-12-12 22:44:39 +00:00