Commit Graph

540 Commits

Author SHA1 Message Date
Alex Schroeder
62cfafc67f (UsemodRule): Revers order of match and
InElement check as suggested by Markus Lude.  Without this patch,
single equal signs are eaten when $UseModMarkupInTitles is true.
2005-09-04 02:18:14 +00:00
Alex Schroeder
9db7d37100 (%MarkupForcedPairs): Changed definition for
triple braces.
(@markup_forced_pairs_re): Replaces $markup_forced_pairs_re as
internal variable.
(MarkupForcedPairs): New.
(MarkupInit): Use it to set @markup_forced_pairs_re.
2005-09-02 21:58:21 +00:00
Alex Schroeder
237c275b3c (StaticFileName): Use UrlDecode.
(StaticUrlDecode): Removed.
2005-09-02 12:05:48 +00:00
Alex Schroeder
e01718b190 anonymous contribution by 213-205-69-211.net.novis.pt 2005-09-01 06:34:56 +00:00
Fletcher T. Penney
2fd75ffa2e Try not to update linked pages if not necessary 2005-08-30 23:49:05 +00:00
Fletcher T. Penney
1a3b474e2d Don't add linked files if edit comment page, only the page you are commenting on 2005-08-30 23:28:48 +00:00
Alex Schroeder
7c85dfabaa (propfind): Handle UTF-8 correctly because the displayname is not
URL encoded.
2005-08-30 20:23:34 +00:00
Alex Schroeder
de4cc0d15a (propfind): Removed warning. 2005-08-30 13:38:18 +00:00
Alex Schroeder
21119eb7e2 ($WebDavCache): New option.
(propfind_data): Use cached data if appropriate.
(propfind): Add support for displayname and getetag properties.
Use propfind_data() to cache data.  Add etag to the response even
though the RFC says PROPFIND should not be cached.  No longer use
libraries for decoding and escaping.
(DavNewOpenPage): Add 'created' property to all pages.
2005-08-30 12:58:41 +00:00
Alex Schroeder
d3f0585312 (put): Add support for image/png. 2005-08-29 20:58:17 +00:00
Alex Schroeder
90a5926315 (put): Bugfix 2005-08-29 20:47:28 +00:00
Alex Schroeder
cfb47333e2 (options): Don't send DAV header, since we're
not even a class 1 server.
(put): Handle image/jpeg files using magic bytes.
(no_content): New.
2005-08-29 18:03:05 +00:00
Alex Schroeder
2df9079524 Removed warnings. 2005-08-28 21:04:55 +00:00
Alex Schroeder
4b3b16951e Added $ModulesDescription 2005-08-28 20:19:57 +00:00
Alex Schroeder
de4cfd0ca5 (get): Removed cookie code. 2005-08-28 19:48:56 +00:00
Alex Schroeder
65822f571d Removed some dependencies 2005-08-28 19:21:27 +00:00
Alex Schroeder
d2928e8fb4 Works with cadaver! 2005-08-28 19:09:09 +00:00
Alex Schroeder
973f9d61cc ($TocAutomatic): New option to control whether the table of
contents is inserted automatically.
2005-08-28 17:38:22 +00:00
Alex Schroeder
458567ff46 (TocRule): Added <toc> rule. Fixed some markup
bugs (such that the toc div will now come after the closing of the
portrait div instead of nested within.
(TocHeadings): Protected pos in order to make this sub usable in
TocRule without the pos remembering workaround.
2005-08-28 17:31:01 +00:00
Alex Schroeder
dbe9878e9c work in progress 2005-08-26 23:52:20 +00:00
Alex Schroeder
a239f2782c (TocRule): Move TOC to just before the first
header.
(NewTocGetHeader): Deleted.
(TocHeadings): No longer take an argument.
2005-08-25 16:27:59 +00:00
Alex Schroeder
5ba85ab2ef new 2005-08-25 06:18:14 +00:00
Alex Schroeder
cf3baa4335 (MarkupForcedPairs): New.
(MarkupRule, MarkupInit): Handle new option.
(MarkupRule): Fix %MarkupLines handling.
2005-08-23 02:48:13 +00:00
Alex Schroeder
4f010bc287 (ISBN): Small fix declaring $len. 2005-08-22 19:36:54 +00:00
Fletcher T. Penney
72bc885635 Last version didn't work, this seems to fix it 2005-08-22 14:52:07 +00:00
Fletcher T. Penney
3f996db480 Fix bug where the queue might add files without normalizing the id 2005-08-22 14:44:44 +00:00
Fletcher T. Penney
f4d9e10c12 Make CamelCase usernames optional, via $RequireCamelUserName 2005-08-22 00:11:43 +00:00
Fletcher T. Penney
e9dd65683e Fixed problem with hard breaks 2005-08-21 17:32:32 +00:00
Fletcher T. Penney
c8669eeb2e Fix bug with newly created pages (I think) 2005-08-21 00:02:04 +00:00
Fletcher T. Penney
74b3cae68a Prevent infinite loops of update pages
Update parent cluster when updating a page
Update ClusterMapPage if clustermap module running
2005-08-20 16:16:11 +00:00
Fletcher T. Penney
2f50cfa7a1 And one more '_' issue 2005-08-19 23:46:32 +00:00
Fletcher T. Penney
4ab33ac6f6 Fix bug with '_' in cluster names 2005-08-19 23:11:44 +00:00
Fletcher T. Penney
0245ec4eb8 Fix EditNearLinks, rather than disable it 2005-08-18 22:58:43 +00:00
Fletcher T. Penney
dcf20d2eff Initialize static-hybrid 2005-08-18 22:48:26 +00:00
Fletcher T. Penney
e9c125bb7c Clean up clustermap cruft
Fix bad bug with NewDoAnchors
2005-08-17 23:34:25 +00:00
Fletcher T. Penney
beee4cfd28 Get rid of "Wiki Base Url" nonsense 2005-08-17 23:08:56 +00:00
Fletcher T. Penney
a59d5bf3d0 Make the $ClusterMapPage variable useful 2005-08-17 13:42:02 +00:00
Fletcher T. Penney
02728498e4 Don't treat [WikiWord](url) as a WikiWord
Reformat Username and URL for Markdown when submitting a comment
2005-08-17 13:06:07 +00:00
Fletcher T. Penney
344b796116 Fixed bug where all links would begin with "0" if $CommentsPrefix was undefined 2005-08-15 14:54:00 +00:00
Fletcher T. Penney
711e99790e *** empty log message *** 2005-08-15 03:07:17 +00:00
Alex Schroeder
1781de1489 merged with open-proxy.pl 2005-08-08 13:10:54 +00:00
Alex Schroeder
75e69076e6 Added self-banning code, rewrote open proxy checking loop. 2005-08-08 13:05:50 +00:00
Alex Schroeder
84ac41ba22 new, from meatball 2005-08-08 12:45:52 +00:00
Alex Schroeder
f4aeef2664 (GetRc): Exclude clustered changes if no parameter is given.
(EditClusterNewRcHeader): Bugfix.
2005-08-07 12:58:58 +00:00
Fletcher T. Penney
4f72c4729a Put John Gruber's Copyright information in as well! 2005-08-06 16:08:42 +00:00
Fletcher T. Penney
566e10a393 Respect setting of $WikiLinks and $FreeLinks 2005-08-06 15:50:12 +00:00
Fletcher T. Penney
9925e0211e Fix XHTML validity problem (pages started with <p>) 2005-08-06 15:41:36 +00:00
Alex Schroeder
d8c453e21a new 2005-08-06 10:14:12 +00:00
Fletcher T. Penney
5b171968ab Don't put files in unclustered, and exclude RssExclude 2005-08-04 18:41:26 +00:00
Fletcher T. Penney
4943770a6f Fixed it so that you are not required to modify the original Markdown file 2005-08-03 23:50:22 +00:00