Commit Graph

261 Commits

Author SHA1 Message Date
Alex Schroeder
430687c4b7 ($UseModMarkupInTitles): New option.
(UsemodRule): Use it.
2004-10-16 23:51:41 +00:00
Alex Schroeder
801424796b (HeadersRule): Add code for horizontal rules. 2004-10-16 16:18:30 +00:00
Alex Schroeder
f252f5f61b new 2004-10-16 00:51:20 +00:00
Alex Schroeder
c3e9f7b558 ($UseModSpaceRequired, UsemodRule): Added a
copy of the unnumbered list rule and a new option.  If this option
is set to 0, the space after *, #, :, and ; is also no longer
required.
2004-10-15 22:52:02 +00:00
Alex Schroeder
22db38ae23 (DownloadSupportRule): Allow alternate
title.
2004-10-15 14:09:32 +00:00
Alex Schroeder
ee8e3dda0d (TablesRule): Fix search'n'replace bug. 2004-10-13 20:11:46 +00:00
Alex Schroeder
3e62e87af2 *** empty log message *** 2004-10-13 20:03:04 +00:00
Alex Schroeder
5a830e1539 Add DefaultCSS for tables. 2004-10-13 19:52:08 +00:00
Alex Schroeder
da93f49418 (StaticScriptLink): Don't link to non-existing pages.
(StaticHtml): Handle comment pages.
2004-10-13 19:01:35 +00:00
Alex Schroeder
861090d049 (StaticFileName): Add <br/>.
(StaticHtml): Add h1 title, limited goto-bar, and footer.
2004-10-13 18:30:42 +00:00
Alex Schroeder
7baf8ab23c (HeadlinesRule): Clean close HTML
environments.
2004-10-12 22:26:40 +00:00
Alex Schroeder
061fd5b39b $DefaultStyleSheet improvements. 2004-10-12 22:14:51 +00:00
Alex Schroeder
0df3bc9f31 (NewCalendarGetHeader): Skip monthly
calendar on the yearly calendar and on edit pages.
2004-10-12 22:09:12 +00:00
Alex Schroeder
8effecf51a $DefaultStyleSheet improvements. 2004-10-12 22:03:36 +00:00
Alex Schroeder
8fe0a9be1d $DefaultStyleSheet improvements. 2004-10-12 21:55:21 +00:00
Alex Schroeder
c013be2436 (NewCalendarGetHeader): Show calendar only
for browse action.
2004-10-12 21:28:11 +00:00
Alex Schroeder
107c09994a $DefaultStyleSheet change to hide calendar
@media print.
2004-10-12 21:08:25 +00:00
Alex Schroeder
054c84bcdb $DefaultStyleSheet change to hide calendar
@media print.
2004-10-12 20:35:05 +00:00
Alex Schroeder
d318e558dc $DefaultStyleSheet change to hide sidebar
@media print.
2004-10-12 20:34:09 +00:00
Alex Schroeder
67843b5f6a Set $DefaultStyleSheet. 2004-10-11 23:24:29 +00:00
Alex Schroeder
3b71e77f45 * modules/journal-rss.pl (DoJournalRss): Handle rsslimit=all and
default showedit=1.
2004-10-10 20:21:24 +00:00
Alex Schroeder
983686f8ec Resolve conflict with
portrait-support.pl
2004-10-10 17:46:55 +00:00
Alex Schroeder
c9ef9f56fa Fix rule. 2004-10-10 17:41:29 +00:00
Alex Schroeder
c8eccca5ba Improve $DefaultStyleSheet. 2004-10-10 17:26:28 +00:00
Alex Schroeder
9c45cee38a Improve $DefaultStyleSheet. 2004-10-10 17:13:02 +00:00
Alex Schroeder
3dfbc09900 Added lots more to the $DefaultStyleSheet. 2004-10-10 17:06:34 +00:00
Alex Schroeder
7b673e1d1b (PortraitSupportRule): All rules work only at the beginning of a
line ($bol).
2004-10-10 17:03:09 +00:00
Alex Schroeder
27f73ee187 Set $DefaultStyleSheet. 2004-10-10 16:57:48 +00:00
Alex Schroeder
ec87d41a80 blurb 2004-10-10 16:43:46 +00:00
Alex Schroeder
3b4a76dde8 * modules/journal-rss.pl (DoJournalRss): Use rsslimit instead of
num and match instead of regexp, and reverse=1 instead of
type=reverse.
2004-10-10 15:39:16 +00:00
Alex Schroeder
5915e34bc3 (GetRcAtom): Use $CollectingJournal to
avoid infinite loops when including the full RSS.
2004-10-10 15:14:44 +00:00
Alex Schroeder
a6cccb821e (DoJournalRss): Cosmetic. 2004-10-10 15:06:39 +00:00
Alex Schroeder
a6b42a0431 (DoJournalRss): Use $CollectingJournal to
avoid infinite loops when including the full RSS.
2004-10-10 14:37:24 +00:00
Alex Schroeder
40f16f71e3 new 2004-10-10 14:32:41 +00:00
Alex Schroeder
e9aefaa5c9 (StaticFileName): Don't die on unreadable
files.
(StaticFile): Use binmode.
(StaticHtml): Take $LogoUrl and $SidabarName into account.
2004-10-08 20:53:27 +00:00
Alex Schroeder
dc66eadbdc (FormsRule): Close HTML environments before
starting the form.
2004-10-08 20:07:39 +00:00
Todd Neal
0a6b895bdb Added GPL Header 2004-10-07 21:33:44 +00:00
Todd Neal
0846d4ebc5 Initial commit, needs some cleaning up adding header and such
* Seperates words at case change "camelCase" => "camel"  "Case"
* Seperates words at "_"  my_Page => "my" "Page"
* Stems each subword
2004-10-07 21:06:09 +00:00
Alex Schroeder
4c44a2ea6a (StaticFileName): Fix encoding issue. When called from
StaticScriptLink, the $id is already UrlEncoded, so we have to
decode it again to get the filename.
(StaticUrlDecode): New.
2004-10-07 01:05:45 +00:00
Alex Schroeder
434f152809 Rewrite to correctly extract and link
uploaded files.
2004-10-07 00:22:38 +00:00
Todd Neal
24622eb432 * Equation labeling with \[(mylabel) some equation \] and then local reference
with EQ(mylabel)

* Equation counter and css to format it's display
2004-10-04 21:27:14 +00:00
Alex Schroeder
13c1bb4ef4 Renamed UsemodTableAttributes to TableAttributes 2004-10-04 21:13:18 +00:00
Alex Schroeder
1850a07ab1 new 2004-10-04 21:10:56 +00:00
Alex Schroeder
3e27ad5448 *** empty log message *** 2004-10-04 21:00:42 +00:00
Alex Schroeder
3fbe24f0db (UpdatePageTrail): Eliminate duplicates. 2004-10-04 20:41:01 +00:00
Todd Neal
9f11b5fbdb Added option to allow ImageMagick convert instead of dvipng .
Should work on most servers now with no configuration changes
2004-10-04 15:25:12 +00:00
Todd Neal
081aa602fe Added $allowPlainLaTeX option to allow $[ and ]$ to delimit plain LaTeX commands.
Disabled by default because of possible security risk
2004-10-04 04:15:18 +00:00
Todd Neal
edb251afe4 Added $useMD5 option to allow user to use MD5 hashes instead, it automatically falls back to urlencode if $useMD5 is set but the Digest::MD5 module is not available 2004-10-04 03:58:22 +00:00
Todd Neal
33c891e2a8 Specify path to dvipng, prevents a possible security hole and allows for better error checking 2004-10-04 02:58:29 +00:00
Todd Neal
32a147b649 Fixed comments about dvipng and modified HTML output to validate correctly. 2004-10-03 19:56:01 +00:00