Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-23 | add support for generating per-page rss feeds | joey | |
2006-03-23 | support arbitrary characters in page titles, via some ugly use of unicode | joey | |
character numbers | |||
2006-03-23 | oops | joey | |
2006-03-23 | foo | joey | |
2006-03-23 | move config setting into getopts | joey | |
2006-03-23 | prototyping improvements | joey | |
2006-03-23 | another sub, wow | joey | |
2006-03-23 | slightly better latout | joey | |
2006-03-23 | proper main sub and loadindex optimisation for cgis | joey | |
2006-03-23 | benchmarking suggests that meoization doesn't help even when doing a | joey | |
--rebuild, so remove it | |||
2006-03-23 | Getopt::Long is a huge, heavy perl module. So why use it? | joey | |
This {gross,amazing} hack makes all wrapped uses of ikiwiki forgo any option parsing at all. Options come in preparses via an env var from the wrapper. As a bonus, Wrapper.pm no longer needs to be updated when command line options are added to the program. Load time is sped up by around 10%. ikiwikiwrap --params is no longer supported by this change. You will need to rebuild your wrappers to take advantage of it. | |||
2006-03-23 | Major code reoganisation, splitting up the single big file. The two goals | joey | |
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. | |||
2006-03-23 | remove accidental makemaker cruft | joey | |
2006-03-23 | found & fixed another symlink attack | joey | |
2006-03-23 | -s == --setup | joey | |
2006-03-23 | At Branden's request, clean up the hardcoded ".ikiwiki" everywhere, and add | joey | |
checkoptions() that can be used to set defaults for this and other options based on existing options. Also involved some cleanups to how gen_wrapper is used. | |||
2006-03-23 | *warning* any wrappers built with a previous version of ikiwiki need to be | joey | |
rebuilt This changes ikiwiki's syntax to require only 2 parameters (source and dest) and not three. The templatedir parameter is now an optional --templatedir. | |||
2006-03-23 | Fix a bad use of implicit return for admin-less wikis. I got lucky.. | joey | |
2006-03-23 | added adminuser settings, globlist support, and used this to implement page | joey | |
locking | |||
2006-03-21 | prefs page implemented | joey | |
2006-03-21 | add --diffurl, if set RecentChanges has links to svn diffs | joey | |
2006-03-20 | added last changed timestamp for pages | joey | |
2006-03-20 | fix subpage creation | joey | |
2006-03-20 | fix setup file error | joey | |
improve svn log regexp to deal with file copies/moves | |||
2006-03-19 | ugh, use subpages for discussion as a special case | joey | |
2006-03-19 | switch default new page location to not be a subpage | joey | |
2006-03-19 | don't lock before setup | joey | |
2006-03-19 | mispaste | joey | |
2006-03-19 | link to helponformatting from the edit page | joey | |
2006-03-19 | conflict detection, merging, etc should be done now, I think | joey | |
2006-03-19 | second try at merging and conflicts support | joey | |
2006-03-19 | stupid mistakes | joey | |
2006-03-19 | first cut at svn merge and conflict | joey | |
2006-03-18 | oops, add unlock _before_ svn commit | joey | |
2006-03-17 | fix | joey | |
2006-03-17 | unlock wiki during svn commit to prevent deadlock with post-commit hook | joey | |
2006-03-16 | fix update of links to removed pages | joey | |
2006-03-16 | need to use CGI in rcs_recentchanges to get escapeHTML | joey | |
2006-03-16 | ok, so we don't want to re-load page content into the form on preview.. | joey | |
2006-03-16 | dd page preview | joey | |
2006-03-16 | optimise svn log a bit | joey | |
2006-03-16 | lock wiki and refuse to traverse symlinks | joey | |
2006-03-15 | escape html from commit logs | joey | |
2006-03-15 | config files now based on perl modules | joey | |
add MakeMaker foo for module | |||
2006-03-15 | sometims I hate perl | joey | |
This fixes the bug that made it not update pages linking to a new page | |||
2006-03-14 | add a special case for discussion pages when determining the links from a | joey | |
page, since all pages implicitly link to their disussion page | |||
2006-03-14 | fix two bugs in page location in new page creation | joey | |
2006-03-14 | fix Discussion links to not take the BestLink. | joey | |
As a bonus we now have meta Disussion/Discussion pages available, etc. Oh well.. :-) | |||
2006-03-14 | remove quotes, actualy messed up ikiwiki $(wrapper --params) --foo | joey | |
2006-03-14 | load/save index when rendering a page in cgi mode for svn-less wikis | joey | |