Commit Graph

922 Commits

Author SHA1 Message Date
Alex Schroeder
46ecdfc13a (LoadLanguage): Consider en the default language (no translation
file and no extra config file to be loaded), use lang paramater if
available (already stored in the cookie).
2006-10-09 12:49:44 +00:00
Alex Schroeder
1fc7223a80 *** empty log message *** 2006-10-09 10:34:34 +00:00
Alex Schroeder
53533666f7 (LoadLanguage): Load language-specific
config file if it exists.
2006-10-09 10:18:57 +00:00
Alex Schroeder
ff83ca8535 New. 2006-10-08 15:59:54 +00:00
Alex Schroeder
102cb6f50c Revert to revision 1.7. 2006-10-06 14:53:54 +00:00
Alex Schroeder
88cb86eb03 no longer needed 2006-10-06 14:52:31 +00:00
Alex Schroeder
61341ece8b (DoJournalRss): Fix parameter handling. 2006-10-06 09:57:29 +00:00
Alex Schroeder
7632cb1562 (DoJournalRss): Handle past and future
keywords.
2006-10-06 09:54:39 +00:00
Alex Schroeder
d9f0ea4c34 (Cal): Allow the $id substring anywhere in
the pagename, not just right after the date. This also handles
hours and minutes between the date and $id.
2006-10-04 15:12:10 +00:00
Alex Schroeder
91d80fb14f Added #SUBTITLE support to smarttitles, made backlinks generation a little
more script and human friendly.
2006-10-01 04:26:11 +00:00
Alex Schroeder
17c7d8d804 (DraftCleanup): Use mtime instead of ctime when deleting files. 2006-09-28 07:09:47 +00:00
Alex Schroeder
dfebe839cd (DoDraft): Added status code to error.
(DraftNewGetEditForm): New.
2006-09-28 00:44:53 +00:00
Alex Schroeder
cde992e13b Removed garbage characters. 2006-09-27 20:44:14 +00:00
Alex Schroeder
84ace65a41 New 2006-09-27 20:43:48 +00:00
Alex Schroeder
e8e9df12db fixed bug in smarttitles where freelinks were not being detected correctly
due to an incorrect use of the $name and $id variables.
2006-09-22 04:36:00 +00:00
Alex Schroeder
9ef39f1b50 *** empty log message *** 2006-09-19 23:49:22 +00:00
Alex Schroeder
ab34b928ab (GetRcAtom): Add link element. 2006-09-19 21:05:43 +00:00
Alex Schroeder
007e6e04b8 permissions definition incorrect, defaults are fine anyway. 2006-09-18 17:52:59 +00:00
Alex Schroeder
1307a5b5ee more regexp tweaks (sigh) 2006-09-18 17:31:36 +00:00
Alex Schroeder
7611cdf621 minor fix for search regexp, added return $header unless $id; before OpenPage($id); 2006-09-18 16:07:39 +00:00
Alex Schroeder
98fa49c12f initial smarttitles.pl submission. It may need a little more work, but it
seems to work fine.
2006-09-18 15:54:13 +00:00
Alex Schroeder
4bea885102 added several translation. 2006-09-18 11:13:24 +00:00
Alex Schroeder
ecc9a0e96b (DoAtom): Use /atom/info for the info document.
Both /atom and /atom/feed should return the feed. /atom/full
should return the feed including page content.
2006-09-18 09:04:19 +00:00
Alex Schroeder
5f2cf179b7 Complete rewrite to support both publishing and syndication. Default
calling convention has changed. The URL that used to return the feed
will now return the capabilities...
2006-09-18 00:07:47 +00:00
Alex Schroeder
af2c13edb3 fix regexp 2006-09-14 17:47:03 +00:00
Alex Schroeder
1570c8647c *** empty log message *** 2006-09-14 00:05:21 +00:00
Alex Schroeder
862e2f120a *** empty log message *** 2006-09-14 00:04:33 +00:00
Alex Schroeder
7b6b4145fa *** empty log message *** 2006-09-13 23:48:46 +00:00
Alex Schroeder
9f892b3c28 added backlinks module 2006-09-12 17:25:30 +00:00
Alex Schroeder
9f8d3b6d0c (body): Comment warning. 2006-09-12 16:39:58 +00:00
Alex Schroeder
97b2ee5eb5 (UsemodRule): Changed an if into an elsif. 2006-09-12 16:39:35 +00:00
Alex Schroeder
7ebb7e6a9d (CreoleRule): Fix hr rule. 2006-09-12 13:31:21 +00:00
Alex Schroeder
36b09a27de New by translation file by Joonhwan Lee 2006-09-11 07:35:32 +00:00
Alex Schroeder
70db6e147c (CreoleRule): No markup within headings. No
space required after list item character.
2006-09-08 20:35:32 +00:00
Alex Schroeder
fa23c7f3fc ($DeleteAge): New option. 2006-09-07 20:37:29 +00:00
Alex Schroeder
a841c435c5 Added comment 2006-09-07 20:08:59 +00:00
Alex Schroeder
bcb548cf64 New 2006-09-07 20:07:23 +00:00
Alex Schroeder
3ee40df68b (DoInstanceThrottle): Longer message do go
along with the "Too many instances" error.
2006-09-07 17:44:02 +00:00
Alex Schroeder
b2d75f5e88 (CreoleRule): Use code for inline unprocessed. 2006-09-07 01:37:31 +00:00
Alex Schroeder
83e0292714 (CreoleRule): Eat more list characters. 2006-09-07 01:35:11 +00:00
Alex Schroeder
824dfe17f0 (CreoleRule): Support H2-H6. 2006-09-05 20:33:29 +00:00
Alex Schroeder
8bfca70020 (CreoleRule): Allow trailing whitespace for
lists.
2006-09-05 20:00:51 +00:00
Alex Schroeder
f67965a35b (CreoleRule): Support [[link|{{url}}]]. 2006-09-05 14:48:21 +00:00
Alex Schroeder
d339f3a45c No longer use Image: prefix for {{image link}}. 2006-09-05 14:34:06 +00:00
Alex Schroeder
1d37dbe1fb (WysiwygScript): Add a little default CSS that will hide preview
buttons.
2006-09-05 14:12:22 +00:00
Alex Schroeder
49ee94f8f9 (NewFckImproveDiff): Magic hacking of diff output. 2006-09-05 13:53:50 +00:00
Alex Schroeder
5bc64a45f7 ($FCKdiff, NewFckGetDiff): Deleted again.
(NewFckImproveDiff): New.
2006-09-05 13:21:03 +00:00
Alex Schroeder
0d06de66b4 ($FCKdiff): New option.
(NewFckGetDiff): New.
2006-09-05 11:54:46 +00:00
Alex Schroeder
a3c5f07f41 (CreoleRule): Support [[url]] pattern, add /o. 2006-09-05 10:05:19 +00:00
Alex Schroeder
008ed542ef (CreoleRule): Remove alternative hr markup. 2006-09-04 12:20:32 +00:00