Alex Schroeder
62bdf679ad
Update translation
2011-02-05 12:39:51 +00:00
Alex Schroeder
b602482306
Search::FreeText should not be translated. Thanks, pgas, for spotting it!
2011-02-05 12:29:07 +00:00
Alex Schroeder
f0e8f67f4b
Best effort translation for campaignwiki.org
2011-02-05 12:00:55 +00:00
Alex Schroeder
e13ae26f29
Tiny update
2011-02-01 00:18:00 +00:00
Alex Schroeder
614bcadc84
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
ef5f7f9fa7
(ListNearPages): Skip pages that exist
...
locally for the index action.
2011-01-29 14:33:15 +00:00
Alex Schroeder
b95e9ff9cf
(UsemodRule): Fix bug by adding zero-width look-behind.
2011-01-19 17:39:43 +00:00
Alex Schroeder
5dd3a253e9
Copyright years
2011-01-19 16:52:18 +00:00
Alex Schroeder
af4b51ebf7
($UseModExtraSpaceRequired): New option.
...
(UsemodRule): Use it for definition lists.
2011-01-19 16:39:38 +00:00
Alex Schroeder
13dd19703e
(CreoleRule): Resolved a lot more quoting
...
issues using the ampersand.t tests.
2011-01-17 02:31:57 +00:00
Alex Schroeder
3095d86e76
(DraftCleanup): Delete it again. Brainfart.
2011-01-16 03:39:50 +00:00
Alex Schroeder
6caa5cae5a
(DraftCleanup): New subroutine. Add it to
...
@MyMaintenance.
2011-01-16 03:37:52 +00:00
Alex Schroeder
d142651249
(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
f9c19c6382
(JournalRssGetRcLines): Make sure minor
...
changes and empty pages don't show up.
2010-12-04 15:13:53 +00:00
Alex Schroeder
8367bdfdf4
(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
dc5e6638a9
*** empty log message ***
2010-10-24 12:16:10 +00:00
Alex Schroeder
8f61c14677
(UrlToTitle): Strip http:// prefix and .html suffix.
...
(PageContentToTitle): Fix regular expressions.
2010-10-24 12:15:53 +00:00
Alex Schroeder
bb0f1e9e67
(GetReferers): Fix split.
2010-10-24 12:09:17 +00:00
Alex Schroeder
58122af58b
(UrlToTitle, PageContentToTitle): Shorten title if necessary.
...
($RefererTitleLimit): New.
2010-10-23 13:31:07 +00:00
Alex Schroeder
c4c79ab585
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
4b4f7fbb98
(AddGravatar): New; strip gravatar link from
...
comment summary.
2010-10-09 23:27:09 +00:00
Alex Schroeder
4e00053b6a
New
2010-10-09 22:48:42 +00:00
Alex Schroeder
7e81a59cfd
Added tentacle
2010-10-01 17:33:27 +00:00
Alex Schroeder
df3d80dcd3
Fix [/code] handling.
2010-09-21 11:04:59 +00:00
Alex Schroeder
c5c892e0d7
Prepend instead of append to
...
MyInitVariables to get rid of a conflict with gotobar.pl.
2010-05-17 17:21:06 +00:00
Alex Schroeder
e7aee0753d
Fix typo.
2010-05-15 20:56:03 +00:00
Alex Schroeder
3d2640b7a7
(DoSvg, NewSvgGetEditForm): Allow editing older revisions.
2010-05-14 19:18:25 +00:00
Alex Schroeder
fd28c003d4
Typo
2010-05-14 18:33:13 +00:00
Alex Schroeder
bc532c5217
(NewSvgGetEditForm): Allow editing older revisions.
2010-05-14 18:32:21 +00:00
Alex Schroeder
f31aa496fe
(DoSvg): Bypass Questionasker by default.
2010-05-14 18:28:45 +00:00
Alex Schroeder
bbf6f1ada5
(DoSvg): Enable translation of the prompt.
2010-05-14 13:40:51 +00:00
Alex Schroeder
48f6664ed3
(NewSvgGetDownloadLink): Work when included in [[image:foo]] links.
2010-05-14 10:01:30 +00:00
Alex Schroeder
916effda72
(NewSvgGetDownloadLink): Show older
...
revisions, too.
2010-05-14 09:51:24 +00:00
Alex Schroeder
ead44fc193
show_save_warning = false
2010-05-14 08:32:30 +00:00
Alex Schroeder
1980bbac2b
Added summary.
2010-05-14 08:24:24 +00:00
Alex Schroeder
8a94257209
*** empty log message ***
2010-05-13 22:56:12 +00:00
Alex Schroeder
18d5241c7c
(DoSvg): Make the sidebar invisible, if
...
necessary.
2010-05-13 22:49:02 +00:00
Alex Schroeder
6b452edfd5
(DoSvg): Add Javascript to override the save
...
functionality. It includes an encode64 function, a new save
handler, and some init code, and initialize the image.
2010-05-13 21:58:14 +00:00
Alex Schroeder
a4781f6701
(DoSvg): Add URL of the SVG so that you can
...
edit images if the image URL (on the wiki) is reachable by the
editor (defaulting to Google).
2010-05-10 22:16:57 +00:00
Alex Schroeder
e362f7bb67
Will not edit and save SVG files, but everything else works.
2010-05-10 17:31:41 +00:00
Alex Schroeder
6ca68914af
(DoNamespacesList): Fix the links to
...
namespaces.
2010-05-07 15:18:57 +00:00
Alex Schroeder
a30bd7d6a8
(TagsRule): Add alt attribute.
2010-03-31 16:35:29 +00:00
Bertrand Habib
d1f0217513
Extension rewrite
2010-03-12 18:36:02 +00:00
Alex Schroeder
ecfce2dd60
(bbCodeRule): Fix closing of s and strike
...
blocks.
2010-03-08 22:52:59 +00:00
Alex Schroeder
1d69b8aeed
(CreoleHeadingRule): Close HTML environment
...
before opening a header; this prevents headers insides p elements.
2010-02-20 21:00:57 +00:00
Alex Schroeder
9beb2bc0cc
Added menu
2010-02-04 16:45:34 +00:00
Alex Schroeder
e334b9f353
New
2010-02-04 16:44:08 +00:00
Alex Schroeder
0eee6c3e8f
(bbCodeRule): s and strike.
2010-01-28 10:51:37 +00:00
Alex Schroeder
484720f593
(bbCodeRule): Support bullet lists, but no
...
nesting of block level elements.
2010-01-21 18:00:48 +00:00
Alex Schroeder
989c7acea3
(DoTranslationLink): Provide an
...
error message if source and target page are the same.
2010-01-08 10:09:29 +00:00