Commit Graph

725 Commits

Author SHA1 Message Date
Alex Schroeder
64384b91db (UpdateReferers): Extract charset from the content-type. 2006-04-02 19:29:10 +00:00
Alex Schroeder
f212c9ca2c (GetReferers): Extract valid URL using $FullUrlPattern just to be
safe.
2006-04-02 18:08:42 +00:00
Alex Schroeder
c882b4c941 (GetReferers): Only decode the
title if the referrer charset is the same as the local charset.
(UpdateReferers): Store charset.
2006-04-02 17:24:29 +00:00
Alex Schroeder
b8de36c049 * modules/translations/german-utf8.pl: Fixed some messages 2006-04-01 22:13:30 +00:00
Alex Schroeder
13ba56dce9 Fix bug with '<' around reference-style links 2006-04-01 00:52:15 +00:00
Alex Schroeder
62b3ed47d5 (NamespacesInitVariables): Check namespace
parameter for validity and complain if it is not valid. We can't
do that with path_info, but this is good enough, because it allows
us to verify namespaces typed into forms (eg. from
Oddwiki:Startup).
2006-03-30 22:38:30 +00:00
Alex Schroeder
fe5dcb8a43 ($CalStartMonday): new option, if set to 1 week starts with Mo instead of Su 2006-03-27 04:56:11 +00:00
Alex Schroeder
4f55693040 ($CalStartMonday): new option, if set to 1 week starts with Mo instead of Su 2006-03-27 04:54:18 +00:00
Alex Schroeder
5a93329236 *** empty log message *** 2006-03-26 15:31:04 +00:00
Alex Schroeder
243d8a3545 (Cal): Replace \w+ by \S+ because Oddmuse
cannot rely on locale information being correct.
2006-03-25 23:07:04 +00:00
Alex Schroeder
e48874109d *** empty log message *** 2006-03-24 15:20:01 +00:00
Alex Schroeder
48a6d6ebee *** empty log message *** 2006-03-24 15:12:11 +00:00
Alex Schroeder
5bddf2d610 (Cal): No double translation.
(month_name): Translate here instead of in Cal, because this
allows us to extract the English month names and put them into the
translation files.
2006-03-24 15:11:42 +00:00
Alex Schroeder
b0390b2264 output of draw_month is slimmer 2006-03-24 06:44:45 +00:00
Alex Schroeder
99b3f36f53 (Cal): Use default year if no month is
given.
(month_name): Don't translate month names here, they are
translated in Cal.
2006-03-22 22:36:13 +00:00
Alex Schroeder
f13a8c3084 ($CalendarUseCal): Removed.
($CalAsTable): New option.
(Cal, CalendarRule, PrintYearCalendar, draw_month): Rearrange the
printing of divs, use $CalAsTable.
(draw_month): All months have the same number of lines inside
their pre tag.
2006-03-22 08:28:28 +00:00
Alex Schroeder
20c4f58349 (GotobarInit): Set $HomePage to the first
link and $RCName to the second link. Call FreeToNormal for all
pages.
2006-03-21 00:37:46 +00:00
Alex Schroeder
5c4ab5cbc7 (GotobarInit): Set $HomePage, too. 2006-03-21 00:26:49 +00:00
Alex Schroeder
09dec05122 new 2006-03-21 00:18:43 +00:00
Alex Schroeder
24a6040baf (LocalNamesNewSave): Sort list of defined
names to facilitate testing.
2006-03-18 19:52:53 +00:00
Alex Schroeder
3078b5385a (PortraitSupportRule): Allow
indentation of [new] tags.
2006-03-18 19:51:58 +00:00
Alex Schroeder
1d34ea5224 Commend explaining a further dependency on portrait support. 2006-03-18 19:51:09 +00:00
Alex Schroeder
3ba8da4213 (LocalNamesNewSave): Bugfix. 2006-03-16 23:36:43 +00:00
Alex Schroeder
b15c0eac5f (TocRule): Skip the a element inside headings. 2006-03-16 19:22:53 +00:00
Alex Schroeder
1acd2616e6 (DoAggregate): Add frontpage title to
channel title. Add page id to links.
2006-03-14 21:53:51 +00:00
Alex Schroeder
4a8388ac2e doesn't work correctly, yet. 2006-03-13 01:38:34 +00:00
Alex Schroeder
1ee9fa881d Big updated for national days in German. 2006-03-11 20:05:48 +00:00
Alex Schroeder
2c2606c927 (MarkupRule): Test for space before the quote
before checking for punctuation after the quote.
2006-03-11 18:10:43 +00:00
Alex Schroeder
fc4471f79b (ImageSupportRule): Handle spaces in external
names.
(ImageSupportRule): Don't generate an alt text if none was
specified, since the rule forces you to pick an alt text if you're
going to provide a target.
2006-03-06 15:36:53 +00:00
Alex Schroeder
2d49af40c0 (ImageSupportRule): Handle spaces in external
names.
2006-03-06 14:19:56 +00:00
Alex Schroeder
4236ff2370 (MarkupRule): Handle quotes.
($MarkupQuotes): New.
($MarkupQuoteTable): New.
(MarkupRule): Use them.
2006-03-06 01:53:29 +00:00
Alex Schroeder
145cbb14b4 Update copyright year. 2006-03-06 00:27:08 +00:00
Alex Schroeder
8060790d9e (MarkupRule): Use numbered entities instead of utf-8 encoded characters.
($MarkupQuotes): delete again.
2006-03-06 00:26:50 +00:00
Alex Schroeder
30c55c0e53 (MarkupRule): Handle quotes.
($MarkupQuotes): New.
2006-03-06 00:14:22 +00:00
Alex Schroeder
b66fef35d1 (ImageSupportRule): Simplified use of "external". 2006-03-05 16:47:44 +00:00
Alex Schroeder
c8e545d738 (ImageGetExternalUrl): New.
(ImageSupportRule): Use it. Handle caption and reference.
2006-03-05 16:19:29 +00:00
Alex Schroeder
aec9bb841f (process): Use limited set of bytes
to recognize words.
2006-03-04 23:04:12 +00:00
Alex Schroeder
2f27bbe957 (SearchFreeTextNop): Override
SearchResultCount.
(SearchFreeTextDB): Don't make the special tokenizer optional. By
default Oddmuse will not do stemming, stop lists, etc.
2006-03-04 22:49:28 +00:00
Alex Schroeder
f7afce36c8 (OddMuse::Tokenize): New class for
tokenization of tags.
(SearchFreeTextDB): New.
(SearchFreeTextIndex, SearchFreeTextCloud)
(SearchFreeTextTitleAndBody): Use it.
(SearchFreeTextGet): Receive database as a parameter instead of a
file.
2006-03-04 22:30:42 +00:00
Alex Schroeder
fd87bb5e51 More bugfixing for the html unquoting of urls. 2006-03-03 23:04:47 +00:00
Alex Schroeder
13095fe801 (ImageSupportRule): Unquote HTML for external links. 2006-03-03 22:42:17 +00:00
Alex Schroeder
8a40a3aac0 (ImageSupportRule): Unquote HTML for external links. 2006-03-03 22:41:25 +00:00
Alex Schroeder
ff0dfeb04b (ImageSupportRule): Unquote HTML for external
links.
2006-03-03 22:27:07 +00:00
Alex Schroeder
55bed6324c Update ModulesDescription. 2006-03-03 16:15:30 +00:00
Alex Schroeder
e15d7d9dc1 *** empty log message *** 2006-03-03 16:14:20 +00:00
Alex Schroeder
9ee38ccb77 Update copyright year. 2006-03-03 15:52:54 +00:00
Alex Schroeder
db1557d0cc (CreatePidFile): Print all parameters except
for the pwd parameter into the pidfile.
2006-03-03 15:51:48 +00:00
Alex Schroeder
4c3142f112 (CreatePidFile): Put action and id into the
pid file.
2006-03-02 20:55:37 +00:00
Alex Schroeder
3064b499e4 (SearchFreeTextIndex): No longer lock the wiki while indexing.
Indexing takes way too long!
2006-03-02 20:26:26 +00:00
Alex Schroeder
434b53a665 (SearchFreeTextCloud): Sort keys,
separate by ellipsis.
2006-03-02 00:58:28 +00:00