| Commit message (Expand) | Author | Age |
... | |
* | - add <base> to cgi output, this is especially useful for output containing••• 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.
| joey | 2006-04-02 |
* | improved logic | joey | 2006-03-30 |
* | added --hyperestraier switch, which turns on search support•••(ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..)
| joey | 2006-03-29 |
* | improve fix for symlink attacks to check subdirectories for symlinks too•••before writing
| joey | 2006-03-29 |
* | fix for replacing from underlay | joey | 2006-03-29 |
* | Implemented --underlaydir, and moved files provided by underlay out of doc•••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.
| joey | 2006-03-29 |
* | css support | joey | 2006-03-29 |
* | html validation fixes:••• - 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.
| joey | 2006-03-29 |
* | Improved handling of wikilinks containing characters that are not allowed•••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.
| joey | 2006-03-29 |
* | Change the name of the session cookie. This will avoid problems with•••multiple wikis on the same host.
| joey | 2006-03-29 |
* | Put in a quick fix for a bug involving page preview while creating a page•••that caused the page location to be changed to a subdir. This is not a very
good fix.
| joey | 2006-03-28 |
* | add --refresh and make it with with --setup | joey | 2006-03-26 |
* | don't keep the wiki locked while rendering recentchanges | joey | 2006-03-26 |
* | don't escape "/" in title when making a blog entry, allow creating a subdir | joey | 2006-03-26 |
* | finish up the blog form | joey | 2006-03-24 |
* | add blog post template | joey | 2006-03-24 |
* | load index for all cgi scripts, fixes links on RecentChanges | joey | 2006-03-23 |
* | proper main sub and loadindex optimisation for cgis | joey | 2006-03-23 |
* | Major code reoganisation, splitting up the single big file. The two goals•••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.
| joey | 2006-03-23 |