Commit Graph

391 Commits

Author SHA1 Message Date
Alex Schroeder
a4983c0873 Corrected spaces and punctuation at end of lines. 2005-01-27 21:01:54 +00:00
Alex Schroeder
f934be06eb Corrected typo. 'lock %s' translated to 'lås %2'. 2005-01-26 19:57:27 +00:00
Alex Schroeder
4fbd811f77 (LiveTemplateRule): Quote HTML before
passing it to ApplyRules.
2005-01-25 08:19:44 +00:00
Alex Schroeder
805b1bf87e (AdminPowerRename): Add more tests because
ReportError will remove locks before exiting, unlink index file at
the beginning.
2005-01-24 17:00:58 +00:00
Alex Schroeder
8c3767c942 Updated to version I am using, also pasted on to wiki.
Works with wiki.pl 1.526.
2005-01-22 22:10:27 +00:00
Alex Schroeder
86174c97f9 (SearchFreeTextTitleAndBody): Handle
double-quoted phrases.
(SearchFreeTextNewHighlightRegex): Strip double-quotes from terms
before highlighting.
2005-01-20 20:55:39 +00:00
Alex Schroeder
123d3a197d moved from top directory 2005-01-09 01:42:05 +00:00
Alex Schroeder
108118052a (LocalNamesInit): Test @AdminPages before
pushing something onto the list because of mod_perl.
2005-01-07 01:18:02 +00:00
Alex Schroeder
33c0b43aad (RefererNewPrintFooter): Removed $RefererTracking. 2005-01-07 00:54:29 +00:00
Alex Schroeder
0299c08ae3 Moved from wiki.pl. 2005-01-07 00:50:34 +00:00
Alex Schroeder
a30b21f8cc (PageTypeInit): Test @AdminPages before
pushing something onto the list because of mod_perl.
2005-01-06 23:58:18 +00:00
Alex Schroeder
67e293b121 (LocalNamesInit): Test @AdminPages before
pushing something onto the list because of mod_perl.
2005-01-06 23:57:32 +00:00
Alex Schroeder
b15874cb2b Use @AdminPages. 2005-01-06 16:34:44 +00:00
Alex Schroeder
6f14cbd32d Improve $DefaultStyleSheet. 2005-01-06 12:05:15 +00:00
Alex Schroeder
36f48087b4 (CalendarRule): Return new open p tag instead of using Clean. 2005-01-06 12:01:41 +00:00
Alex Schroeder
d0ae8120fe Improve $DefaultStyleSheet. 2005-01-06 11:56:00 +00:00
Alex Schroeder
3c968bd27e Updated copyright years. 2005-01-06 11:35:04 +00:00
Alex Schroeder
c6da6f1daa (CalendarRule): Use Clean instead of print
for the p element that opens after the dirty blocks.
2005-01-06 11:23:44 +00:00
Alex Schroeder
f409f6e742 (AdminPowerDelete): Fix log message, unlink
$IndexFile.
(AdminPowerRename): Call FreeToNormal on both parameters, don't
test the new filename using ValidIdOrDie.
(NewAdminPowerGetAdminBar): Deleted.
(AdminPower): New, using @MyAdminCode.
2005-01-05 01:14:36 +00:00
Alex Schroeder
02bc7722c6 (LocalNamesInit): Add $SidebarName to
@AdminPages.
2005-01-04 10:15:02 +00:00
Alex Schroeder
92da846483 *** empty log message *** 2005-01-04 09:57:56 +00:00
Alex Schroeder
ccad921ac4 Use @MyInitVariables. 2005-01-04 09:52:44 +00:00
Alex Schroeder
8f0f74972c Use @MyInitVariables. 2005-01-04 09:40:01 +00:00
Alex Schroeder
34c7a98afa Use @MyInitVariables. 2005-01-04 09:14:02 +00:00
Alex Schroeder
3ed4f24c85 Use @MyInitVariables. 2005-01-04 09:08:32 +00:00
Alex Schroeder
588069ffd9 Add $SidebarName to @AdminPages. 2005-01-04 09:04:05 +00:00
Alex Schroeder
50791bb9ea (TablesLongRule): Save on space in the output. :) 2005-01-02 01:54:31 +00:00
Alex Schroeder
a23dcc765e (TablesLongRule): Allow multiple CSS
directives.
2005-01-02 01:48:40 +00:00
Alex Schroeder
b39ccfb121 (TablesLongRow): Close environments at the end of a cell. 2005-01-01 13:55:22 +00:00
Alex Schroeder
1303399ada (TablesLongRow): Close th elements. 2005-01-01 13:52:51 +00:00
Alex Schroeder
ed4bfdef07 more css tweaks 2005-01-01 13:51:22 +00:00
Alex Schroeder
12c74a7484 typo 2005-01-01 13:48:21 +00:00
Alex Schroeder
c1cb9f0ca0 ($DefaultStyleSheet): Added some simple text-align, font-weight,
and mark stuff.
2005-01-01 13:47:07 +00:00
Alex Schroeder
e7b6a4c371 (TablesLongRule, TablesLongRow): Added
CSS and table headers.
2005-01-01 13:40:31 +00:00
Alex Schroeder
b062e3c814 new 2004-12-31 18:19:43 +00:00
Alex Schroeder
77d678c560 (StaticWriteFile): Don't write empty html files. 2004-12-29 00:52:27 +00:00
Alex Schroeder
898e88c837 (StaticWriteFile): Add support for html=0
parameter.
2004-12-29 00:41:21 +00:00
Alex Schroeder
2c5ca3462f (SearchFreeTextIndex): Take HTML tags
out of the text.
2004-12-27 01:58:42 +00:00
Alex Schroeder
a775a7a03b (MarkupRule): More checks to prevent bugs when
one of the hashes is empty.
2004-12-26 01:44:41 +00:00
Alex Schroeder
6c58afba34 (GetDownloadLink): Use StaticFileName. 2004-12-26 01:39:00 +00:00
Alex Schroeder
869534add0 (StaticDeleteFile): New.
(GetStaticDownloadLink): New, override the one from wiki.pl.
2004-12-26 01:08:21 +00:00
Alex Schroeder
d624e9837c *** empty log message *** 2004-12-26 00:38:36 +00:00
Alex Schroeder
add28c4f73 (StaticFileName, StaticWriteFile): Regexp fix.
(StaticFilesNewDoPost, StaticNewDeletePage, StaticDeleteFile): New.
2004-12-26 00:29:27 +00:00
Alex Schroeder
31a958f853 remove php comment 2004-12-25 21:54:15 +00:00
Alex Schroeder
eb5a3d4943 bugfix. 2004-12-25 21:52:38 +00:00
Alex Schroeder
edae669e99 new 2004-12-25 21:41:56 +00:00
Alex Schroeder
ddbf30923c (SearchFreeTextNewDoSearch): Added
$SearchFreeTextNewForm back.
2004-12-25 20:42:35 +00:00
Alex Schroeder
bce0d8102d *** empty log message *** 2004-12-25 17:00:26 +00:00
Alex Schroeder
742962815d (SearchFreeTextNewDoSearch): Replacement uses the old search, too. 2004-12-25 16:59:58 +00:00
Alex Schroeder
b9b6146b26 (SearchFreeTextIndex): Bugfix.
(SearchFreeTextNewDoSearch): Call old DoSearch, but maybe locally
bind SearchTitleAndBody and HighlightRegex.
(SearchFreeTextTitleAndBody): SearchTitleAndBody replacement.
(SearchFreeTextNewHighlightRegex): HighlightRegex replacement.
2004-12-25 16:49:25 +00:00