Commit Graph

1480 Commits

Author SHA1 Message Date
Alex Schroeder
aba381d9d3 (DoManifest): Add missing pages from the goto
bar.
2011-06-23 00:35:56 +00:00
Alex Schroeder
37210f49d2 (NamespacesInitVariables): URL encode the
current namespace for $ScriptName, $FullUrl and $StaticUrl.
2011-06-23 00:31:59 +00:00
Alex Schroeder
a3a1d21f09 New 2011-06-23 00:20:00 +00:00
Alex Schroeder
c2fba8435b New missing entries. 2011-05-17 13:24:13 +00:00
Alex Schroeder
30030d2148 (GetWantedPages): Try a different fix. 2011-05-11 13:48:08 +00:00
Alex Schroeder
c3c5072f75 (NewLocalNamesResolveId): Fix it again. 2011-05-11 13:22:37 +00:00
Alex Schroeder
4ff0d8f3a9 (NewLocalNamesResolveId): Fix it again. 2011-05-11 13:19:47 +00:00
Alex Schroeder
742f8271aa (NewLocalNamesResolveId): Fix it again. 2011-05-11 13:17:20 +00:00
Alex Schroeder
0546155d2c (NewLocalNamesResolveId): Fix it again. 2011-05-11 13:11:15 +00:00
Alex Schroeder
d4d013e8a0 (NewLocalNamesResolveId): Don't duplicate near links. 2011-05-11 13:10:16 +00:00
Alex Schroeder
97a712b940 (DoDefine): New. Added to @MyAdminCode and
%Action.
(%WantedPages): New.
(LocalNamesInit): Initialize it.
(NewLocalNamesResolveId): Set it.
(GetWantedPages): New. Added to @MyFooters. Uses %WantedPages to
print definition links, which are handled by DoDefine.
2011-05-11 12:52:54 +00:00
Alex Schroeder
a75883f91f (DoDefine): New. Added to @MyAdminCode and
%Action.
2011-05-11 12:10:11 +00:00
Alex Schroeder
90b9db0ac3 Revert 2011-03-22 23:59:47 +00:00
Alex Schroeder
ee683495a6 * creole.pl (CreoleRule): Remove emphasis rules (** and //)
(CreoleEmphasisRule): Moved to a different subroutine with a
different rule order.
(CreoleInit): Add CreoleEmphasisRule.
(CreoleRuleRecursive): Call it.
2011-03-22 23:42:18 +00:00
Alex Schroeder
775af7cd4d (bbCodeRule): Add class for the div generated by [center], [left] and
[right].
2011-03-15 11:01:07 +00:00
Alex Schroeder
7288cbf187 support left and right 2011-03-15 01:06:43 +00:00
Alex Schroeder
1815a9268a Implement hightlight tag. 2011-03-06 21:08:23 +00:00
Alex Schroeder
9f0ee98543 (AddGravatar): Ignore case. 2011-03-03 12:55:24 +00:00
Alex Schroeder
a66f5b4a6a (AddGravatar): Prefix "http://" to homepage
if user did not provide it.
2011-03-01 16:48:41 +00:00
Alex Schroeder
5ed892c98a (ExpireReferers, UrlToTitle)
(GetReferers, PageContentToTitle, UpdateReferers): Get rid of
charset handling.
2011-02-24 22:47:11 +00:00
Alex Schroeder
868bf3cbde No extra paragraph. 2011-02-12 22:09:55 +00:00
Alex Schroeder
bb69e45582 Separate the homepage URL from the name by a space. 2011-02-12 22:03:20 +00:00
Alex Schroeder
97ec0e5cb2 Fix gravatar regexp in order to not munch John Williams' name. 2011-02-12 22:00:16 +00:00
Alex Schroeder
3b75c79600 (GravatarRule): Accept URL in addition to
the name.
(AddGravatar): Add homepage if available.
(GravatarNewGetSummary): Use the regular expression variable.
2011-02-12 21:44:57 +00:00
Alex Schroeder
75783b6ca0 *** empty log message *** 2011-02-05 12:40:38 +00:00
Alex Schroeder
de203ad224 Update translation 2011-02-05 12:39:51 +00:00
Alex Schroeder
426c8bb782 Search::FreeText should not be translated. Thanks, pgas, for spotting it! 2011-02-05 12:29:07 +00:00
Alex Schroeder
5e74bb81c3 Best effort translation for campaignwiki.org 2011-02-05 12:00:55 +00:00
Alex Schroeder
0bd334a1b2 Tiny update 2011-02-01 00:18:00 +00:00
Alex Schroeder
bf17f23644 Only remove duplicate entries when we are in fact listing ordinary
pages as well as near pages.
2011-01-29 14:38:45 +00:00
Alex Schroeder
836e3b90fa (ListNearPages): Skip pages that exist
locally for the index action.
2011-01-29 14:33:15 +00:00
Alex Schroeder
52e50d8518 (UsemodRule): Fix bug by adding zero-width look-behind. 2011-01-19 17:39:43 +00:00
Alex Schroeder
21b3f77081 Copyright years 2011-01-19 16:52:18 +00:00
Alex Schroeder
c94bbb5c92 ($UseModExtraSpaceRequired): New option.
(UsemodRule): Use it for definition lists.
2011-01-19 16:39:38 +00:00
Alex Schroeder
eeb81f69fb (CreoleRule): Resolved a lot more quoting
issues using the ampersand.t tests.
2011-01-17 02:31:57 +00:00
Alex Schroeder
1034864867 (DraftCleanup): Delete it again. Brainfart. 2011-01-16 03:39:50 +00:00
Alex Schroeder
46b2eb1a26 (DraftCleanup): New subroutine. Add it to
@MyMaintenance.
2011-01-16 03:37:52 +00:00
Alex Schroeder
010fc4a209 (CreoleRule): Use FreeToNormal on the first
parameter to GetDownloadLink several times. When using
GetPageOrEditLink, make sure that we don't call NormalToFree on
the last parameter.
2011-01-16 03:36:15 +00:00
Alex Schroeder
0ea317bb84 (JournalRssGetRcLines): Make sure minor
changes and empty pages don't show up.
2010-12-04 15:13:53 +00:00
Alex Schroeder
5a812f0344 (UrlToTitle): Add charset arg.
(GetReferers): Pass charset to UrlToTitle.
(PageContentToTitle): Add charset arg and encode title
appropriately if not UTF-8.
(UpdateReferers): Pass charset to PageContentToTitle.
2010-10-27 18:17:16 +00:00
Alex Schroeder
c78636e0a0 *** empty log message *** 2010-10-24 12:16:10 +00:00
Alex Schroeder
fc74ca2981 (UrlToTitle): Strip http:// prefix and .html suffix.
(PageContentToTitle): Fix regular expressions.
2010-10-24 12:15:53 +00:00
Alex Schroeder
49181b221c (GetReferers): Fix split. 2010-10-24 12:09:17 +00:00
Alex Schroeder
de434d188f (UrlToTitle, PageContentToTitle): Shorten title if necessary.
($RefererTitleLimit): New.
2010-10-23 13:31:07 +00:00
Alex Schroeder
bd590c7a43 Updated license to GPL 3.
(ExpireReferers): Moved code to generate missing title to a new sub.
(UrlToTitle): New.
(UpdateReferers): Call sub to generate title from page content.
(PageContentToTitle): New.
2010-10-23 13:08:08 +00:00
Alex Schroeder
8050ce28f0 (AddGravatar): New; strip gravatar link from
comment summary.
2010-10-09 23:27:09 +00:00
Alex Schroeder
afbd140dbb New 2010-10-09 22:48:42 +00:00
Alex Schroeder
ac84dcca57 Added tentacle 2010-10-01 17:33:27 +00:00
Alex Schroeder
0355f4b712 Fix [/code] handling. 2010-09-21 11:04:59 +00:00
Alex Schroeder
dba5ec75ab Prepend instead of append to
MyInitVariables to get rid of a conflict with gotobar.pl.
2010-05-17 17:21:06 +00:00