Age | Commit message (Collapse) | Author |
|
it, this will allow for adding a unit test suite.
|
|
|
|
different location) already exists.
|
|
- avoid sending commit mails to the user who made the commit
|
|
avoids XSS attacks and is generally a good limitation
|
|
|
|
|
|
|
|
|
|
prefs form. Use $config{cgiurl}.
|
|
unnecessary and doesn't work with old CGI.pm's (it's an undocumented
variable)
|
|
wikilinks since the urls should work now in more situations
- drop --limit from svn log run, since a) it needs a fairly new svn and
b) in some cases, it would limit it to too few entries to display the
requested number of changes
- Use driver:DB_File and not driver:db_file for better compatability with
old versions of CGI::Session.
- Note that HTML::Template 3.02.02 is needed.
|
|
|
|
(ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..)
|
|
before writing
|
|
|
|
so I don't need to maintain two copies anymore.
You might also want to remove the files provided in the basewiki underlay
from your wiki, if you have not created custom local versions of them, so
that these pages will be automatically updated in future ikiwiki upgrades.
|
|
|
|
- escape & in urls (also clean up cgi url generation)
- since markdown wraps inlined pages in <p></p>, close and re-open
the paragraph tags when generating the embedded html
- added XHTML 1.0 doctypes to templates
- fixed <hr /> and <br /> in templates
- add an alt attribute to inline images, based on the WikiLink to the
image. Allows things like [[my_image|img.png]] to customise alt text.
|
|
in filenames. Now converts to valid filenames automatically.
Note, need to --refresh your wiki after updating to this version, if you
use any pages with __nn__ in their names.
|
|
multiple wikis on the same host.
|
|
that caused the page location to be changed to a subdir. This is not a very
good fix.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
kept in mind during this are a) to reduce load time for common cases like
cgi and post-commit and b) make the code easier to navigate.
This also modularises RCS support to the extent that it should be possible
to drop in a module for some RCS other than svn, add a switch for it, and
it pretty much just work.
High chance I missed an edge case that breaks something, this is only
barely tested at this point.
|