Commit Graph

615 Commits

Author SHA1 Message Date
Alex Schroeder
8f03410e5d Initial public release 2005-11-11 02:15:32 +00:00
Alex Schroeder
676b8e431e (NewNamespaceScriptLink): Do not mangle
actions matching $FullUrlPattern, as that breaks localnames.pl.
Since $action is already URL-encoded, however, we do the same test
as in ScriptLink: $UrlProtocols followed by the URL-encoded colon:
%3a.
2005-11-07 00:46:15 +00:00
Alex Schroeder
f65ad9e5d9 (UsemodRule): Allow attributes in HTML tags as
proposed by Peter Gervai.
2005-11-06 23:51:33 +00:00
Alex Schroeder
f6bf8a2b55 Add "Download this page as PDF" link to footer 2005-11-06 18:54:15 +00:00
Alex Schroeder
8b825dab1c Further abstract the processing to separate it from the module 2005-11-06 16:35:15 +00:00
Alex Schroeder
569519f0c0 Add version string 2005-11-06 15:46:00 +00:00
Alex Schroeder
b570ac1a9e Initialize module 2005-11-06 15:44:40 +00:00
Alex Schroeder
39fae76754 Initial version 2005-11-06 03:34:41 +00:00
Alex Schroeder
646b89ea53 *** empty log message *** 2005-11-03 00:21:47 +00:00
Alex Schroeder
dba477c709 disable use of metadata 2005-10-28 21:33:35 +00:00
Alex Schroeder
b3793bc862 Removed debugging code. 2005-10-28 15:20:55 +00:00
Alex Schroeder
65b4f8ea65 update copyright year 2005-10-28 15:20:18 +00:00
Alex Schroeder
409a9c8018 (NewNamespaceScriptLink): Do not mangle
actions matching $FullUrlPattern, as that breaks localnames.pl.
2005-10-28 14:46:30 +00:00
Alex Schroeder
e7e6a47139 (NewLocalNamesReInit): New. 2005-10-28 08:07:39 +00:00
Alex Schroeder
9a642496cf Call NamespacesInitVariables as early as possible. 2005-10-28 08:06:11 +00:00
Alex Schroeder
cc0fb405cd (NamespacesInitVariables): Rewrite after
the changes to the main script regarding initialization.  Always
force a reinit (in a mod_perl context we cannot reuse the info).
2005-10-27 21:58:49 +00:00
Alex Schroeder
022ac13141 New module initialization 2005-10-24 18:58:42 +00:00
Alex Schroeder
dd1ff8029a (LocalNamesInit, LocalNamesNewNearInit):
Merged LocalNamesNewNearInit with LocalNamesInit.
2005-10-21 22:54:33 +00:00
Alex Schroeder
49b7647e70 removed unnecessary full stop at the end of a german translation 2005-10-15 22:34:52 +00:00
Alex Schroeder
8b56897bb7 Update translation. 2005-10-15 12:56:00 +00:00
Alex Schroeder
12053833fa (MarkupRule): Prevent forced markup from
spanning empty lines when start and end tag are the same.  This is
specially tricky when // is used on a file path, for example.
2005-10-14 21:12:55 +00:00
Alex Schroeder
3a03b93853 Add TOC option back to non-action version of clustermap 2005-10-13 14:09:40 +00:00
Alex Schroeder
0a93e51376 Add TOC option back to non-action version of clustermap 2005-10-13 14:01:22 +00:00
Alex Schroeder
a2a8340d72 Fix bug in translated strings that start with spaces 2005-10-12 14:34:42 +00:00
Alex Schroeder
ac0fa9b33b - revert to original QuoteHtml behavior, after patching bug in Oddmuse's
QuoteHtml routine
- Require a WikiWord to be preceded by whitespace to prevent over-eager matching
2005-10-11 18:44:42 +00:00
Alex Schroeder
441ae0aca7 Rescued some old texts that got lost because of whitespace and HTML changes. 2005-10-10 19:21:25 +00:00
Alex Schroeder
80cd1510ac Update with pt_PT by Guida Querido and Paulo Querido. 2005-10-10 18:59:54 +00:00
Alex Schroeder
2f851b55b0 Former portuguese-utf8.pl 2005-10-10 18:58:42 +00:00
Alex Schroeder
e8e9050697 updates 2005-10-09 12:48:35 +00:00
Alex Schroeder
ec1aec2ce9 New file by Victor Osadci 2005-10-09 12:39:41 +00:00
Alex Schroeder
f56f4c41d1 Removed $DefaultStyleSheet. 2005-10-09 11:57:52 +00:00
Alex Schroeder
35aff2c55e (MarkupRule): Make sure empty elements are not created, eg ____
stays ____ and does not turn into an empty (and thus invisible)
element.
2005-10-09 11:35:50 +00:00
Alex Schroeder
81292c2758 (MarkupRule): Fix regexp for forced pairs,
because it used to crash if no matching end was found for
thousands of characters.
2005-10-09 11:26:46 +00:00
Alex Schroeder
e003b55960 Removed $DefaultStyleSheet. 2005-10-09 00:55:43 +00:00
Alex Schroeder
9e994c629e (LineBreakRule): Fixed the same typo we
had in the main script many ages ago with a s* instead of \s*.
2005-10-09 00:25:01 +00:00
Alex Schroeder
0503dd4f70 Get rid of $DefaultStyleSheet. 2005-10-07 23:23:30 +00:00
Alex Schroeder
9e40d0b636 (DoBigBrother): Make sure only unique
targets are listed.
2005-10-07 13:09:29 +00:00
Alex Schroeder
bf05ce0795 Fix bug when using WikiLinks with underlines(spaces) 2005-10-05 18:16:40 +00:00
Alex Schroeder
116dc3bd90 Fix last second typo in last version 2005-10-03 06:22:16 +00:00
Alex Schroeder
43bd6a9b7d Remove the timeout fix
Add fix for old versions of LWP
2005-10-03 06:20:18 +00:00
Alex Schroeder
973d285c76 Fix bug with calling _UnescapeSpecialChars 2005-10-02 00:02:57 +00:00
Alex Schroeder
32338ad1de (DoCategories): Go to the edit page when
submitting the form.
2005-10-01 22:54:09 +00:00
Alex Schroeder
0d25423f28 Fix problem with linebreaks 2005-09-29 12:10:09 +00:00
Alex Schroeder
d7da573b3a Added detection for MultiMarkdown to allow footnotes 2005-09-28 22:22:44 +00:00
Alex Schroeder
c0939b7dd2 Fix non-markdown FlickrPhoto rule (I think) 2005-09-28 14:16:00 +00:00
Alex Schroeder
ab81bd1734 (MarkupRule): Fix multiline problem. 2005-09-25 11:14:58 +00:00
Alex Schroeder
d3567c1967 (SearchFreeTextTitleAndBody): Added
result list at the bottom of the search.  Added p.top and p.bottom
to the result pages p.
2005-09-24 10:13:01 +00:00
Alex Schroeder
6d84ba21f2 Fix pasting bug. 2005-09-24 08:17:05 +00:00
Alex Schroeder
abc90c142b (DespamMenu): Added entry to the
administration page.
2005-09-24 08:15:42 +00:00
Alex Schroeder
8d4dfa522a Add support for individual photos
Add timeout to improve reliability
2005-09-21 20:48:01 +00:00