summaryrefslogtreecommitdiff
path: root/ikiwiki
AgeCommit message (Collapse)Author
2006-03-19don't lock before setupjoey
2006-03-19mispastejoey
2006-03-19link to helponformatting from the edit pagejoey
2006-03-19conflict detection, merging, etc should be done now, I thinkjoey
2006-03-19second try at merging and conflicts supportjoey
2006-03-19stupid mistakesjoey
2006-03-19first cut at svn merge and conflictjoey
2006-03-18oops, add unlock _before_ svn commitjoey
2006-03-17fixjoey
2006-03-17unlock wiki during svn commit to prevent deadlock with post-commit hookjoey
2006-03-16fix update of links to removed pagesjoey
2006-03-16need to use CGI in rcs_recentchanges to get escapeHTMLjoey
2006-03-16ok, so we don't want to re-load page content into the form on preview..joey
2006-03-16dd page previewjoey
2006-03-16optimise svn log a bitjoey
2006-03-16lock wiki and refuse to traverse symlinksjoey
2006-03-15escape html from commit logsjoey
2006-03-15config files now based on perl modulesjoey
add MakeMaker foo for module
2006-03-15sometims I hate perljoey
This fixes the bug that made it not update pages linking to a new page
2006-03-14add a special case for discussion pages when determining the links from ajoey
page, since all pages implicitly link to their disussion page
2006-03-14fix two bugs in page location in new page creationjoey
2006-03-14fix Discussion links to not take the BestLink. joey
As a bonus we now have meta Disussion/Discussion pages available, etc. Oh well.. :-)
2006-03-14remove quotes, actualy messed up ikiwiki $(wrapper --params) --foojoey
2006-03-14load/save index when rendering a page in cgi mode for svn-less wikisjoey
2006-03-14Some fixes to the parent links, I think the link to the index will be rightjoey
in all cases now.
2006-03-14ugly fix for parentlink back to top of wikijoey
2006-03-13improved setup file morejoey
2006-03-13add rebuild after calling setup, better format for setup filesjoey
2006-03-13avoid linkifying escaped wikilinksjoey
2006-03-13add --setup, --wrappermodejoey
allow filename param to --wrapper
2006-03-13speed up cgisjoey
2006-03-13hide markdown goo away, it also speeds up the cgis a bitjoey
2006-03-13reorganized codejoey
2006-03-13- add --excludejoey
- move all the config vars into %config
2006-03-13improve quoting of --paramsjoey
2006-03-13support --nocgi, --norebuild, and --nowrapperjoey
2006-03-13- Add Discussion links to the button bar, these will automatically createjoey
/Discussion subpages. - Fix linking to DNE pages in some edge cases. - Fix --rebuild (oops) - Fix propigation of "from" field trru the login process when creating a new page.a - Ideas for change notification.
2006-03-12hmm..joey
2006-03-12add cencel link to edit pagejoey
2006-03-12linify user in recenthangesjoey
2006-03-12don't allow saving empty pagejoey
2006-03-12oojoey
2006-03-12foojoey
2006-03-12templatize commit types, so it could use icons, or whateverjoey
2006-03-12foojoey
2006-03-12foojoey
2006-03-12web commit normalisationjoey
2006-03-12- finish user registration and password request emailjoey
- make sure a user is in the userdb before assuming they're logged on based on session info (allows deleting uerdb item and invalidating all sessions)
2006-03-12force session flush with safe umaskjoey
2006-03-12security improvements, switched to single session db filejoey