Commit Graph

714 Commits

Author SHA1 Message Date
Alex Schroeder
e2c30e2eaf *** empty log message *** 2004-01-27 00:55:26 +00:00
Alex Schroeder
c0b04b9c33 *** empty log message *** 2004-01-27 00:46:24 +00:00
Alex Schroeder
4cecb8f965 *** empty log message *** 2004-01-27 00:32:46 +00:00
Alex Schroeder
6b1b554309 use vars qw(...);
$ModulesDescription
2004-01-27 00:30:54 +00:00
Alex Schroeder
f096732b5e use vars qw($PageTrailLength);
$ModulesDescription
2004-01-27 00:27:05 +00:00
Alex Schroeder
abe8d0fcf9 ($ModulesDescription): New variable.
(InitVariables): Use it.
2004-01-27 00:25:35 +00:00
Alex Schroeder
fd05779f3d *** empty log message *** 2004-01-27 00:23:44 +00:00
Alex Schroeder
21690dc3f2 (%InvisibleCookieParameters): New option.
(Cookie): Use it.
2004-01-25 21:25:52 +00:00
Alex Schroeder
662216f1ba *** empty log message *** 2004-01-25 21:04:44 +00:00
Alex Schroeder
3ae1c86c91 *** empty log message *** 2004-01-25 21:02:41 +00:00
Alex Schroeder
f130f480bf *** empty log message *** 2004-01-25 21:02:12 +00:00
Alex Schroeder
5ddb7dd3bb *** empty log message *** 2004-01-25 20:27:58 +00:00
Alex Schroeder
6f2706e237 *** empty log message *** 2004-01-25 19:54:26 +00:00
Alex Schroeder
315e6102bb first working version 2004-01-25 19:53:09 +00:00
Alex Schroeder
9ba0b2ac86 (DoUnlock, PrintSearchResultEntry): Use extra
parenthesis around the qw() for Perl 5.005.
2004-01-24 01:00:16 +00:00
Alex Schroeder
2cf74a8be7 *** empty log message *** 2004-01-24 00:59:20 +00:00
Alex Schroeder
70ffd1e846 *** empty log message *** 2004-01-23 11:23:48 +00:00
Alex Schroeder
99b717b2a1 (PingTracker): Added forking on each request. 2004-01-23 11:23:17 +00:00
Alex Schroeder
11ccdccd03 ($NotifyTracker, %NotifyJournalPage): Removed.
(DoBrowseRequest): Removed ping action.
(DoPost): Don't call PingTracker anymore.
(PingTracker): Moved.
(DoPingTracker): Moved.
2004-01-23 01:52:22 +00:00
Alex Schroeder
a23b4e50eb *** empty log message *** 2004-01-23 01:36:29 +00:00
Alex Schroeder
d80a1df87c (NewSave): Call OldSave instead of Save. 2004-01-23 01:33:42 +00:00
Alex Schroeder
a5c52386ea *** empty log message *** 2004-01-23 01:33:22 +00:00
Alex Schroeder
3218dccfd8 new, moved from the main script 2004-01-23 01:04:31 +00:00
Alex Schroeder
4742fa4d31 ($DataDir): Allow setting it via the environment
variable "WikiDataDir" (for mod_perl).
($ModuleDir): New variable.
(Init): Load modules in $ModuleDir.
2004-01-23 00:39:39 +00:00
Alex Schroeder
d57fd37c16 *** empty log message *** 2004-01-23 00:38:00 +00:00
Alex Schroeder
088f9e78c8 more encoding crud 2004-01-20 23:25:41 +00:00
Alex Schroeder
5d397e6ec6 updated texts without any translations 2004-01-20 19:50:25 +00:00
Alex Schroeder
4605375b0b (BrowsePage): Implement comment preview.
(PrintFooter): Implement comment preview.
(DoPost): Put comment munging into new sub AddComment, and call
either BrowsePage or Do Edit when previewing depending on whether
we are previewing a comment or an edit.
(AddComment): New.
2004-01-19 01:23:19 +00:00
Alex Schroeder
b744c07406 *** empty log message *** 2004-01-19 01:22:06 +00:00
Alex Schroeder
67b23f4c27 (PrintFooter): Comments are no longer minor edits. 2004-01-19 00:46:11 +00:00
Alex Schroeder
d33d48833e *** empty log message *** 2004-01-19 00:45:47 +00:00
Alex Schroeder
12c4522708 *** empty log message *** 2004-01-19 00:05:15 +00:00
Alex Schroeder
f7c8ee3634 (RSS): Print error message when parsing fails. 2004-01-19 00:03:47 +00:00
Alex Schroeder
c53670d9a9 *** empty log message *** 2004-01-18 02:33:21 +00:00
Alex Schroeder
43f16e62c0 update for 1.301 2004-01-17 16:39:53 +00:00
Alex Schroeder
0a121dbc66 text change 2004-01-17 10:26:47 +00:00
Alex Schroeder
22a562297a * wiki.pl: No longer use bytes pragma, because after printing RSS
feeds Perl will be messed up and some texts such as Links and text
in the footer containing Umlauts will print as bytes instead of
UTF-8 strings.  They are double-encoded.
(RSS): Use utf::downgrade to downgrade the data received from the
network.  This is sad, since printing Latin-1 encoded RSS feeds in
a UTF-8 wiki no longer works, but protecting the rest of the page
from corruption when an UTF-8 feed is printed in a UTF-8 wiki is
more important.
2004-01-11 16:56:41 +00:00
Alex Schroeder
b9c4c76f36 (DiffMarkWords): Use WriteStringToFile.
(ApplyRules): Remove no longer used variable.
(InitRequest): Don't call binmode on STDOUT.

At the top: use bytes pragma added to disable all unicode features.
A byte is a byte and not potentially part of a multi-byte character.
2004-01-08 19:42:17 +00:00
Alex Schroeder
08ec8584a6 *** empty log message *** 2004-01-08 19:41:37 +00:00
Alex Schroeder
7b9b8a79b3 (InitRequest): Use binmode :utf8 for the entire session. 2004-01-06 03:35:46 +00:00
Alex Schroeder
06ae6ebf39 *** empty log message *** 2004-01-06 03:30:28 +00:00
Alex Schroeder
2a0139c5b6 (ApplyRules): Removed binmode call, since that led to weird errors
in perl 5.8.0 and 5.8.2 when printing large amounts of data (seen
when using action=all).
2004-01-06 02:56:11 +00:00
Alex Schroeder
6b65545109 *** empty log message *** 2004-01-06 02:54:41 +00:00
Alex Schroeder
da4fa1bb07 (GetPageOrEditLink): Add class to edit links. 2004-01-06 00:57:34 +00:00
Alex Schroeder
150f35c1cd *** empty log message *** 2004-01-06 00:54:00 +00:00
Alex Schroeder
b7838309ed updated tests 2004-01-06 00:52:53 +00:00
Alex Schroeder
ab345f6cdc Copyright (c) 2004 Christophe Ducamp 2004-01-06 00:29:26 +00:00
Alex Schroeder
3973054b4f Checked for Oddmuse version 1.296. 2004-01-06 00:27:02 +00:00
Alex Schroeder
3af29d1d30 Update by Christophe Ducamp from Crao Wiki. 2004-01-06 00:24:58 +00:00
Alex Schroeder
c052e77038 (PrintFooter): Text change.
(PrintAllPages): Refresh languages, too, when cache=0 is used.
(DoMaintain): No longer handle cache parameter.
2004-01-03 19:07:49 +00:00