Alex Schroeder
995d7239af
(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
Ingo Belka
f4dadfc2ef
($CalStartMonday): new option, if set to 1 week starts with Mo instead of Su
2006-03-27 04:56:11 +00:00
Ingo Belka
0eefc2b547
($CalStartMonday): new option, if set to 1 week starts with Mo instead of Su
2006-03-27 04:54:18 +00:00
Alex Schroeder
2e2a661673
*** empty log message ***
2006-03-26 15:31:04 +00:00
Alex Schroeder
22d216c52e
(Cal): Replace \w+ by \S+ because Oddmuse
...
cannot rely on locale information being correct.
2006-03-25 23:07:04 +00:00
Alex Schroeder
7bd47e7d00
*** empty log message ***
2006-03-24 15:20:01 +00:00
Alex Schroeder
0fb39dfb57
*** empty log message ***
2006-03-24 15:12:11 +00:00
Alex Schroeder
18c92063d9
(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
Ingo Belka
3316d4650b
output of draw_month is slimmer
2006-03-24 06:44:45 +00:00
Alex Schroeder
fe92ff615d
(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
81d995bf0e
($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
73d89753aa
(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
d0f1beeadc
(GotobarInit): Set $HomePage, too.
2006-03-21 00:26:49 +00:00
Alex Schroeder
1affbf45a4
new
2006-03-21 00:18:43 +00:00
Alex Schroeder
8f83f5cc61
(LocalNamesNewSave): Sort list of defined
...
names to facilitate testing.
2006-03-18 19:52:53 +00:00
Alex Schroeder
5cc93d018b
(PortraitSupportRule): Allow
...
indentation of [new] tags.
2006-03-18 19:51:58 +00:00
Alex Schroeder
0714a908de
Commend explaining a further dependency on portrait support.
2006-03-18 19:51:09 +00:00
Alex Schroeder
7683e238d0
(LocalNamesNewSave): Bugfix.
2006-03-16 23:36:43 +00:00
Alex Schroeder
4416e85ce9
(TocRule): Skip the a element inside headings.
2006-03-16 19:22:53 +00:00
Alex Schroeder
57b7429798
(DoAggregate): Add frontpage title to
...
channel title. Add page id to links.
2006-03-14 21:53:51 +00:00
Alex Schroeder
5b06c1c319
doesn't work correctly, yet.
2006-03-13 01:38:34 +00:00
Alex Schroeder
66d300aff0
Big updated for national days in German.
2006-03-11 20:05:48 +00:00
Alex Schroeder
8c273627af
(MarkupRule): Test for space before the quote
...
before checking for punctuation after the quote.
2006-03-11 18:10:43 +00:00
Alex Schroeder
95ca4c3cdf
(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
3779f1965e
(ImageSupportRule): Handle spaces in external
...
names.
2006-03-06 14:19:56 +00:00
Alex Schroeder
971dc6bb08
(MarkupRule): Handle quotes.
...
($MarkupQuotes): New.
($MarkupQuoteTable): New.
(MarkupRule): Use them.
2006-03-06 01:53:29 +00:00
Alex Schroeder
0f10fb11df
Update copyright year.
2006-03-06 00:27:08 +00:00
Alex Schroeder
83f97b0627
(MarkupRule): Use numbered entities instead of utf-8 encoded characters.
...
($MarkupQuotes): delete again.
2006-03-06 00:26:50 +00:00
Alex Schroeder
cce28f01d8
(MarkupRule): Handle quotes.
...
($MarkupQuotes): New.
2006-03-06 00:14:22 +00:00
Alex Schroeder
c0a98c29f3
(ImageSupportRule): Simplified use of "external".
2006-03-05 16:47:44 +00:00
Alex Schroeder
a915f0fee0
(ImageGetExternalUrl): New.
...
(ImageSupportRule): Use it. Handle caption and reference.
2006-03-05 16:19:29 +00:00
Alex Schroeder
b70fb0d579
(process): Use limited set of bytes
...
to recognize words.
2006-03-04 23:04:12 +00:00
Alex Schroeder
f7dd877548
(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
69eb088d06
(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
0ed3856523
More bugfixing for the html unquoting of urls.
2006-03-03 23:04:47 +00:00
Alex Schroeder
434621d0b5
(ImageSupportRule): Unquote HTML for external links.
2006-03-03 22:42:17 +00:00
Alex Schroeder
5f0d05f0dd
(ImageSupportRule): Unquote HTML for external links.
2006-03-03 22:41:25 +00:00
Alex Schroeder
fcf4fb381b
(ImageSupportRule): Unquote HTML for external
...
links.
2006-03-03 22:27:07 +00:00
Alex Schroeder
6939fbc3c0
Update ModulesDescription.
2006-03-03 16:15:30 +00:00
Alex Schroeder
416000579e
*** empty log message ***
2006-03-03 16:14:20 +00:00
Alex Schroeder
3ac8f80abe
Update copyright year.
2006-03-03 15:52:54 +00:00
Alex Schroeder
45076eb0c0
(CreatePidFile): Print all parameters except
...
for the pwd parameter into the pidfile.
2006-03-03 15:51:48 +00:00
Alex Schroeder
6effc8daaf
(CreatePidFile): Put action and id into the
...
pid file.
2006-03-02 20:55:37 +00:00
Alex Schroeder
60d2c430ad
(SearchFreeTextIndex): No longer lock the wiki while indexing.
...
Indexing takes way too long!
2006-03-02 20:26:26 +00:00
Alex Schroeder
d614c950a9
(SearchFreeTextCloud): Sort keys,
...
separate by ellipsis.
2006-03-02 00:58:28 +00:00
Alex Schroeder
f5f819eef4
(SearchFreeTextCloud): Size varies between 80% and 200%.
2006-03-01 23:29:53 +00:00
Alex Schroeder
404c22789b
(SearchFreeTextCloud): Size varies between 100% and 200% only.
2006-03-01 23:28:32 +00:00
Alex Schroeder
012e4fae41
(SearchFreeTextCloud): Don't sort.
2006-03-01 23:27:26 +00:00
Alex Schroeder
fd09eb30f2
(SearchFreeTextMenu): Add tag cloud
...
menu item.
(SearchFreeTextIndex): New.
2006-03-01 23:20:17 +00:00
Alex Schroeder
5a80d9682c
(ImageSupportRule): Allow multiple CSS classes.
2006-02-26 21:06:33 +00:00