Alex Schroeder
f192e5d348
*** empty log message ***
2008-02-29 09:33:42 +00:00
Weakish Jiang
c9bed22c5e
This module is copied from http://sheep.art.pl/Oddmuse_modules
2008-02-27 13:07:42 +00:00
Alex Schroeder
a0c7c0b885
(InitLinkPatterns): $FreeLinkPattern no longer allows
...
linking to the page named "0" (zero).
2008-02-25 00:07:44 +00:00
Alex Schroeder
c776a0eb9b
*** empty log message ***
2008-02-25 00:07:32 +00:00
Alex Schroeder
0879395fd3
Delete trailing whitespace.
2008-02-24 23:46:58 +00:00
Weakish Jiang
810bb5fd7e
* (Beautify) fix the problem of double-quote < and >, suggested by Ryan Liu * (BeautificationRule) change the wrapper element from pre to div, so the output looks better
2008-02-24 16:28:01 +00:00
Weakish Jiang
dd298969ae
tests for fieldlist.pl
2008-02-23 17:12:12 +00:00
Weakish Jiang
1e288a8473
syntax for field lists
2008-02-23 17:11:27 +00:00
Weakish Jiang
ab5f357909
* (CreoleAdditionRules) refine regexp * change sub name: from CreoleAdditionRule to CreoleAdditionRules.
2008-02-23 16:12:20 +00:00
Weakish Jiang
ffbd962c73
modify links
2008-02-23 15:51:27 +00:00
Weakish Jiang
36a9672672
rollback
2008-02-23 15:36:17 +00:00
Weakish Jiang
2643ac51f5
rollback to 1.6
2008-02-23 15:35:50 +00:00
Weakish Jiang
0c759cd3cf
* overwrite mistake commit
2008-02-23 15:19:03 +00:00
Weakish Jiang
bec6fd1c1b
* (CreoleAdditionRule) refine code
2008-02-23 15:17:44 +00:00
Weakish Jiang
ea72e20c8e
* (CreoleAdditionRule) refine code
2008-02-23 14:57:09 +00:00
Weakish Jiang
f3b5868ad8
* add test for simple blockquote syntax * change test for quote due to syntax change
2008-02-23 14:31:43 +00:00
Weakish Jiang
146210f00a
* (CreoleAdditionRule) add simple blockquote syntax * (CreoleAdditionRule) change quote syntax from "" to ''
2008-02-23 14:30:28 +00:00
Weakish Jiang
10d80d4cfc
* add new test for syntax quote
2008-02-23 13:17:59 +00:00
Weakish Jiang
b106213ac7
* (CreoleAdditionRule) add new syntax quote
2008-02-23 13:17:20 +00:00
Alex Schroeder
a551d88772
(VERSION_NO): Fix regular expression that determines
...
the version number to use.
2008-02-22 22:33:31 +00:00
Alex Schroeder
0a176db828
*** empty log message ***
2008-02-22 22:33:23 +00:00
Weakish Jiang
234f76af1b
Rename creoleaddtion.t to creoleaddition.t
2008-02-22 19:51:03 +00:00
Weakish Jiang
ebef70b6a9
Rename creoleadditon.t to creoleaddtion.t
2008-02-22 19:47:22 +00:00
Weakish Jiang
84ae6ba7a5
* (CreoleAdditionRule) one term can have move than one description now. \n * (CreoleAdditionRule) remove some useless code
2008-02-22 19:38:36 +00:00
Weakish Jiang
7c4426446e
add tests for definition lists
2008-02-22 18:30:23 +00:00
Weakish Jiang
1c26127829
* (CreoAdditionRule) add syntax for definition lists
2008-02-22 18:29:26 +00:00
Weakish Jiang
472ddbcd97
* Currently only one test for creoleaddition.pl.
2008-02-22 11:00:38 +00:00
Weakish Jiang
ced0f08cc9
* Add supscript and subscript syntax from Creole Addition.
2008-02-22 10:59:07 +00:00
Weakish Jiang
2b19fdf9a7
* Add some test for htmlcomment.pl.
2008-02-22 09:24:27 +00:00
Weakish Jiang
29f98f2f20
* First version. Add a markup so you can have comments in wiki source.
...
For more info: see http://www.oddmuse.org/cgi-bin/oddmuse/HtmlComment
2008-02-21 17:19:56 +00:00
Weakish Jiang
c8be823cad
* (SearchTagRule) Add missing quotes to div class name to produce
...
valid XHTML.
2008-02-21 16:49:49 +00:00
Weakish Jiang
e6051cee47
* Add Some tests for the preformatted block rules.
2008-02-21 15:08:55 +00:00
Weakish Jiang
6612a1d738
* (CreoleHeadingRule): Change the match pattern for preformatted block
...
in order to conform Creole 1.0's standard. The actual RegExp change is
provided from Alex Schröder.
2008-02-21 14:55:25 +00:00
Alex Schroeder
c1c283e0ce
(NewQuestionaskerDoPost,
...
QuestionAddTo): Editor password is good enough as suggested by
Weakish Jiang.
2008-02-19 09:07:26 +00:00
Alex Schroeder
b5d6d13398
*** empty log message ***
2008-02-19 09:07:17 +00:00
Alex Schroeder
5f6b32353f
table.user alignment.
2008-02-12 01:17:16 +00:00
grandfather
c8e9081c86
As a first step toward CPAN-compatibility,
...
o perldoc is added to wiki.pl
o To aid automatic tools including Makefile.PL
o $VERSION='...' is added
o quotes in regexs are escaped
Current installations should see no behavioral differences
from this checkin.
Those who wish can read the perldoc.
The documentation indicates the plans for CPAN/rpm distribution
o package oddmuse => package OddMuse::Wiki
o FHS-2.3 default pathnames
o /var/opt/oddmuse/...,
(/tmp is required to be safely removable)
o /etc/opt/oddmuse/...
o /opt/oddmuse/wiki/...,
At this time configuration by variables is not known to
be CPAN or rpm compatible.
Future conventional configuration by environment, and PATH,
will be added and may alter the default directories.
At this time the version must be set in two places
$VERSION='...' and q{$Id ...
In the future, the latter will be set automatically by Makefile.PL
from the former.
2008-02-10 20:16:17 +00:00
grandfather
e4506cc7a0
These rpms wrap the tarball snapshot.
...
Their commission verifies CVS capability.
As time permits, they will be replaced with
a CPAN-compatible Makefile.PL and automatically generated rpms.
2008-02-10 04:56:21 +00:00
grandfather
b12c29f47a
These rpms are simple wrappers around the tarball.
...
They verify cvs ability.
As soon as time permits, they will be replaced with
CPAN-compatible Makefile.PL and automatically generated rpms.
2008-02-10 04:44:48 +00:00
grandfather
c0eebbb595
These rpms are first drafts, that simply wrap a snapshot of the tarball.
...
Their commission verifies cvs capability.
As soon as time permits, the Makefile and these rpms will be replaced
with a conventional CPAN-compatible Makefile.PL and relocatable rpms.
2008-02-10 04:35:20 +00:00
Alex Schroeder
c0972d1b8b
(PrintHtmlDiff): Handle cache=0 as noted by Markus Lude.
2008-02-01 09:53:56 +00:00
Alex Schroeder
14d10c30f1
Added test to check cache=0
2008-02-01 09:53:12 +00:00
Alex Schroeder
f1f50f20e7
*** empty log message ***
2008-02-01 07:14:49 +00:00
Alex Schroeder
b96191ec9b
(PrintFooter): Print newline at the very end.
2008-02-01 07:14:21 +00:00
Alex Schroeder
a9df943bd2
*** empty log message ***
2008-02-01 07:11:14 +00:00
Alex Schroeder
64f0343054
(NewQuestionaskerGetEditForm): Moved
...
code to QuestionAddTo.
(QuestionAddTo): New.
(NewQuestionaskerGetCommentForm): Do the same thing for comments.
2008-01-28 16:01:24 +00:00
Alex Schroeder
4907e93504
*** empty log message ***
2008-01-28 16:01:16 +00:00
Alex Schroeder
4782bdc6f5
table.t, td.half, td.third
2008-01-23 10:26:39 +00:00
Alex Schroeder
19c0dca8fb
New
2008-01-21 14:55:23 +00:00
Alex Schroeder
c7db74f24d
Update copyright year
2008-01-12 22:56:44 +00:00