Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-05 | typos | Joey Hess | |
2008-02-05 | Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info | Joey Hess | |
2008-02-05 | add a page describing ikiwiki's git repo, including branches | Joey Hess | |
2008-02-05 | web commit by http://edward.myopenid.com/: fix pagespec link | Joey Hess | |
2008-02-05 | web commit by http://edward.myopenid.com/: add links | Joey Hess | |
2008-02-05 | web commit by http://edward.myopenid.com/: fix link | Joey Hess | |
2008-02-04 | web commit by http://edward.myopenid.com/: It would be nice if blog post ↵ | Joey Hess | |
pages could include the ctime. | |||
2008-02-04 | web commit by http://joey.kitenet.net/: commit after preview, one last test | Joey Hess | |
2008-02-04 | proper fix for the preview/will_render issue | Joey Hess | |
2008-02-04 | Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info | Joey Hess | |
2008-02-04 | preview shouldn't show the feed buttons or post form | Joey Hess | |
2008-02-04 | web commit by http://edward.myopenid.com/: had a 'atom' parameter twice | Joey Hess | |
2008-02-04 | * inline: Add new `allowrss` and `allowatom` config options. These can be | Joey 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-04 | Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info | Joey Hess | |
2008-02-04 | web commit by http://joey.kitenet.net/: turning on non-default atom feed ↵ | Joey Hess | |
should work now | |||
2008-02-04 | note about will_render and preview | Joey Hess | |
2008-02-04 | rm old page | Joey Hess | |
2008-02-04 | the old code worked, suprisingly, but I prefer this form | Joey Hess | |
2008-02-04 | further comments | Joey Hess | |
2008-02-04 | Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info | Joey 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-04 | web commit by http://joey.kitenet.net/: and again.. | Joey Hess | |
2008-02-04 | web commit by http://joey.kitenet.net/: another test commit | Joey Hess | |
2008-02-04 | web commit by http://edward.myopenid.com/: do i get an error? | Joey Hess | |
2008-02-04 | web commit by http://joey.kitenet.net/: test commit, only whitespace changes | Joey Hess | |
2008-02-04 | web commit by http://edward.myopenid.com/: feeds="yes" | Joey Hess | |
2008-02-04 | web commit by http://edward.myopenid.com/: sort="mtime" | Joey Hess | |
2008-02-04 | web commit by http://edward.myopenid.com/: turn on atom | Joey Hess | |
2008-02-04 | web commit by http://edward.myopenid.com/: use space instead of underscore | Joey Hess | |
2008-02-04 | web commit by http://edward.myopenid.com/: create a watchlist | Joey Hess | |
2008-02-04 | web commit by http://edward.myopenid.com/: prefix diff with a tab on each ↵ | Joey Hess | |
line so markdown treats it as code | |||
2008-02-03 | move saveindex call into preview block | Joey Hess | |
This call is only present to handle the case where previewing a page actually causes files to be rendered. | |||
2008-02-03 | remove another commit mail mention | Joey Hess | |
2008-02-03 | add monotone to list | Joey Hess | |
2008-02-03 | remove spurious EOF | Joey 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-03 | removing old patch that was also sent by mail | Joey Hess | |
2008-02-03 | implement aggregate_locking design | Joey 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-03 | add aggregate locking functions | Joey Hess | |
2008-02-03 | fix broken link | Joey Hess | |
2008-02-03 | update po files | Joey Hess | |
2008-02-03 | * recentchanges: Exipre all *._change pages, even if the directory | Joey Hess | |
they're in has changed. | |||
2008-02-03 | * recentchanges: Improve handling of links on the very static changes pages | Joey Hess | |
by thunking to the CGI, which can redirect to the page, or allow it to be created if it doesn't exist. | |||
2008-02-03 | prototype fix | Joey Hess | |
2008-02-03 | Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info | Joey Hess | |
2008-02-03 | late night thoughts on fixing aggregation locking | Joey Hess | |
(still seem to make sense this morning) | |||
2008-02-03 | web commit by tschwinge: Another minor bug. | Joey Hess | |
2008-02-03 | web commit by tschwinge: Thanks!, and a bug report. | Joey Hess | |
2008-02-03 | web commit by http://edward.myopenid.com/: fix broken link to ↵ | Joey Hess | |
http://git.or.cz/gitwiki/GitFaq | |||
2008-02-03 | clear %pagestate in loadindex | Joey Hess | |
This is to handle the case where loadindex is called multiple times in one run, as when aggregating. |