Commit Graph

1026 Commits

Author SHA1 Message Date
Alex Schroeder
539eefa621 (NewNamespaceScriptLink): Make the rule
that hacks the namespace prefix more generic, and adapt it to
NewNamespaceUrlEncode which already removes %2f from the URL.
2007-05-30 08:05:09 +00:00
Alex Schroeder
ace18088e0 Updates by Marcin Borkowski 2007-04-27 21:48:40 +00:00
Alex Schroeder
8524ac3145 (CreoleRule): Require space after dash and
don't allow nesting of dashes used for bullet lists.
2007-04-22 07:52:02 +00:00
Alexander Uvizhev
e5997f0d33 Partially rewritten code. Now it seems to work properly :) 2007-04-18 11:29:21 +00:00
Alex Schroeder
078df4c05e (CreoleRule): Fix bug with double dirty
blocks.
2007-04-13 23:27:16 +00:00
Alexander Uvizhev
953d4ecfe5 Updated with some correction 2007-04-10 10:30:34 +00:00
Alex Schroeder
7ad9afc13f (CreoleRule): Support hyphen for bullet list
items.
2007-04-05 07:30:13 +00:00
Alex Schroeder
be70194980 (CreoleRule): Make image within links regexp non-greedy. 2007-04-04 11:05:02 +00:00
Alex Schroeder
dfcd72a6ac (CreoleRule): New Table code. 2007-04-04 10:59:25 +00:00
Alexander Uvizhev
0fb1dd4d70 *** empty log message *** 2007-04-04 07:39:19 +00:00
Alexander Uvizhev
451084b675 Initial revision 2007-04-04 07:07:28 +00:00
Alex Schroeder
1b81e013bb (CreoleRule): Remove leading space if used to "quote" closing
preformatting sequence.
2007-04-03 21:39:40 +00:00
Alex Schroeder
f9775aea5b (CreoleRule): Implement Creole 0.5 table
headers.
2007-04-03 21:30:13 +00:00
Alex Schroeder
71dbfcf4b7 ($NamespaceSlashing): New variable.
(NewNamespaceDoRc): Set it.
(NewNamespaceUrlEncode): Wrapper around UrlEncode() that uses it.
2007-04-02 17:05:39 +00:00
Fletcher T. Penney
f7b886e293 Replace more missing code... Seriously, what happened?!?!? :) 2007-04-02 16:10:19 +00:00
Fletcher T. Penney
9d2477aab7 Add back SmartyPants support - it also got removed.
What is going on?
2007-04-02 15:23:38 +00:00
Fletcher T. Penney
799298b4ef This should work again. 2007-04-02 15:02:09 +00:00
Fletcher T. Penney
a8ae395b55 Add back the MyMarkdownRules feature.
Also, not sure what happened to version 1.35-1.37.  Oh well
2007-04-02 15:00:56 +00:00
Fletcher T. Penney
b45c145729 Fix bug where a cluster could get stripped from the body twice 2007-04-02 14:45:00 +00:00
Alex Schroeder
c31c1d3fba (LiveTemplateRule): Save $_, use
Clean(). This should fix the clean + dirty block mess.
2007-03-24 22:37:15 +00:00
Fletcher T. Penney
d16fa6c888 (DoClusterMap, ClusterMapBrowseResolvedPage) Fix handling of cluster pages with spaces in name 2007-03-11 04:17:05 +00:00
Fletcher T. Penney
38f8ea0cc4 Fix bug where parsing metadata would screw up links in first line 2007-03-10 22:20:47 +00:00
Alex Schroeder
5dec13b951 (DoSisterPages): Url encode the page id. 2007-02-22 11:02:13 +00:00
Alex Schroeder
2336393842 First draft of http://usemod.com/cgi-bin/mb.pl?SisterSitesImplementationGuide 2007-02-22 10:57:50 +00:00
Alex Schroeder
8bff7cd253 (DoJournalRss): Protect call to
GetKeptRevision using eval for cases where the old revision is no
longer available.
2007-02-20 14:08:21 +00:00
Alex Schroeder
678cb5b81d Use value for submit button. 2007-02-20 00:29:37 +00:00
Alex Schroeder
843ca82866 *** empty log message *** 2007-02-20 00:26:59 +00:00
Alex Schroeder
6c48fb7c19 (DoCategories): Use tabindex=1 for the title
field, tabindex=2 for the tags field, and tabindex=3 for the
submit button.
2007-02-20 00:22:51 +00:00
Alex Schroeder
1a5c73b3d6 (DoCategories): Use tabindex=1 for the title
field.
2007-02-20 00:14:30 +00:00
Fletcher T. Penney
8a4340c6cc Remove static file when despamming 2007-02-16 01:25:33 +00:00
Alex Schroeder
a48736e868 (TocRule, TocHeadings): Accept classes for <toc>
tag.
2007-02-15 21:58:02 +00:00
Fletcher T. Penney
000af5a91e Make it better compatible with rollbacks 2007-02-15 14:30:49 +00:00
Alex Schroeder
9aafdf82c0 (DoPrintableIndex): Added a content div around
it all.
2007-02-14 09:25:18 +00:00
Alex Schroeder
0b53928d48 (CreoleHeadingRule): Support = for h1. 2007-02-13 11:52:23 +00:00
Alex Schroeder
61c8405379 (CreoleRule): Support \\. 2007-02-13 11:51:01 +00:00
Alex Schroeder
783e0247a9 (CreoleRule, $CreoleLineBreaks): New. 2007-02-13 11:49:58 +00:00
Fletcher T. Penney
a3c5207d8f Ensure that "content" div is included in all forms 2007-02-13 00:35:07 +00:00
Fletcher T. Penney
23a940e6d3 Update AdminPages handling for version 1.684 and beyond 2007-02-13 00:22:47 +00:00
Alex Schroeder
c580e506ea (PrintableIndexPages): Simplify, get rid of
extra initialization, sort.
2007-02-12 21:17:32 +00:00
Alex Schroeder
1399dd7532 (TocInit): New.
(TocRule, TocHeadings): Simplify the code so that id attributes
are only generated for the "main" page (the one returned by
GetId).
2007-02-09 21:52:45 +00:00
Alex Schroeder
8333658eb3 (NewSideBarGetHeader): Get rid of
$SideBarOpenPageName.
2007-02-09 21:51:09 +00:00
Ingo Belka
c1e303e34c inserted translation More... -> Weiterblättern... 2007-02-09 10:15:45 +00:00
Alex Schroeder
ef40dd4e4d (ImageSupportRule): Add a
CloseHtmlEnvironments() call if the image has a caption.
2007-02-09 00:37:29 +00:00
Alex Schroeder
dc4b0b64d0 By Rob Neild 2007-02-06 01:12:59 +00:00
Hélio Nunes
62c99b7156 revision -> s/revisão/versão/
current -> s/corrente/atual/
2007-02-05 13:54:38 +00:00
Hélio Nunes
cb99925b08 Added messages from small.pl and strange-spam.pl 2007-02-05 13:19:44 +00:00
Alex Schroeder
61eb7aaa33 (bbCodeRule): Support for h1-h6. 2007-01-31 23:49:38 +00:00
Alex Schroeder
8e265e4a24 New file. 2007-01-31 12:00:23 +00:00
Alex Schroeder
1542543d79 (bbCodeRule): Added smiley fallback. 2007-01-31 08:35:27 +00:00
Alex Schroeder
232452615f (bbCodeRule): Added smiley fallback. 2007-01-31 08:31:34 +00:00