summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-02-08Use plural "wikis" for consistencyJosh Triplett
2008-02-08replyJoey Hess
2008-02-08Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess
2008-02-08web commit by lnusselJoey Hess
2008-02-07* Don't die if running with --getctime and rcs_getctime throws an error.Joey Hess
There are several cases (recentchanges files, aggregated files) where some source files are not in revision control.
2008-02-07web commit by http://marcell.mars.myopenid.com/Joey Hess
2008-02-07web commit by gregJoey Hess
2008-02-07web commit by gregJoey Hess
2008-02-07web commit by http://edward.myopenid.com/: add ↵Joey Hess
[[todo/shortcut_with_different_link_text]] to watchlist
2008-02-06Update status of prefix-directives branch.Josh Triplett
2008-02-05web commit by tschwinge: Typo and some more.Joey Hess
2008-02-05typosJoey Hess
2008-02-05Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess
2008-02-05add a page describing ikiwiki's git repo, including branchesJoey Hess
2008-02-05web commit by http://edward.myopenid.com/: fix pagespec linkJoey Hess
2008-02-05web commit by http://edward.myopenid.com/: add linksJoey Hess
2008-02-05web commit by http://edward.myopenid.com/: fix linkJoey Hess
2008-02-04web commit by http://edward.myopenid.com/: It would be nice if blog post ↵Joey Hess
pages could include the ctime.
2008-02-04web commit by http://joey.kitenet.net/: commit after preview, one last testJoey Hess
2008-02-04proper fix for the preview/will_render issueJoey Hess
2008-02-04Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess
2008-02-04preview shouldn't show the feed buttons or post formJoey Hess
2008-02-04web commit by http://edward.myopenid.com/: had a 'atom' parameter twiceJoey Hess
2008-02-04* inline: Add new `allowrss` and `allowatom` config options. These can beJoey Hess
used if you want a wiki that doesn't default to generating rss or atom feeds, but that does allow them to be turned on for specific blogs.
2008-02-04Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess
2008-02-04web commit by http://joey.kitenet.net/: turning on non-default atom feed ↵Joey Hess
should work now
2008-02-04note about will_render and previewJoey Hess
2008-02-04rm old pageJoey Hess
2008-02-04the old code worked, suprisingly, but I prefer this formJoey Hess
2008-02-04further commentsJoey Hess
2008-02-04Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess
2008-02-04* inline: When previewing, still call will_render on rss/atom files,Joey Hess
just avoid actually writing the files. This is necessary because ikiwiki saves state after a preview (in case it actually *did* write files), and if will_render isn't called its security checks will get upset when the page is saved. Thanks to Edward Betts for his help tracking this tricky bug down.
2008-02-04web commit by http://joey.kitenet.net/: and again..Joey Hess
2008-02-04web commit by http://joey.kitenet.net/: another test commitJoey Hess
2008-02-04web commit by http://edward.myopenid.com/: do i get an error?Joey Hess
2008-02-04web commit by http://joey.kitenet.net/: test commit, only whitespace changesJoey Hess
2008-02-04web commit by http://edward.myopenid.com/: feeds="yes"Joey Hess
2008-02-04web commit by http://edward.myopenid.com/: sort="mtime"Joey Hess
2008-02-04web commit by http://edward.myopenid.com/: turn on atomJoey Hess
2008-02-04web commit by http://edward.myopenid.com/: use space instead of underscoreJoey Hess
2008-02-04web commit by http://edward.myopenid.com/: create a watchlistJoey Hess
2008-02-04web commit by http://edward.myopenid.com/: prefix diff with a tab on each ↵Joey Hess
line so markdown treats it as code
2008-02-03move saveindex call into preview blockJoey Hess
This call is only present to handle the case where previewing a page actually causes files to be rendered.
2008-02-03remove another commit mail mentionJoey Hess
2008-02-03add monotone to listJoey Hess
2008-02-03remove spurious EOFJoey Hess
2008-02-03* monotone changes by Brian May:Joey Hess
- On commits, replace "mtn sync" bidirectional with "mtn push" single direction. No need to pull changes when doing a commit. mtn sync is still called in rcs_update. - Support for viewing differences via patches using viewmtn.
2008-02-03removing old patch that was also sent by mailJoey Hess
2008-02-03implement aggregate_locking designJoey Hess
Now aggregation will not lock the wiki. Any changes made during aggregaton are merged in with the changed state accumulated while aggregating. A separate lock file prevents multiple concurrent aggregators. Garbage collection of orphaned guids is much improved. loadstate() is only called once per process, so tricky support for reloading wiki state is not needed. (Tested fairly thuroughly.)
2008-02-03add aggregate locking functionsJoey Hess