Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-25 | response | Joey Hess | |
2008-09-25 | attachment: Add admin() pagespec to test if the uploading user is a wiki admin. | Joey Hess | |
2008-09-25 | aggregate: Avoid uninitialized value warnings for pages with no recorded ctime. | Joey Hess | |
I saw this in the wild, apparently a page was not present on disk, but was in the aggregate db, and not marked as expired either. Not sure how that happened, but such pages should get marked as expired since they have an effectively zero ctime. | |||
2008-09-25 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-09-25 | recentchanges: Fix redirects to non-page files. | Joey Hess | |
2008-09-25 | * Response to response to response ;) | http://ptecza.myopenid.com/ | |
2008-09-24 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-09-24 | document silent=yes parameter. | Joey Hess | |
2008-09-24 | Response to response | http://www.cse.unsw.edu.au/~willu/ | |
2008-09-24 | add news item for ikiwiki 2.65 | Joey Hess | |
2008-09-24 | releasing version 2.65 | Joey Hess | |
2008-09-24 | * Response | http://ptecza.myopenid.com/ | |
2008-09-24 | Add alternate patch | http://www.cse.unsw.edu.au/~willu/ | |
2008-09-23 | Comments | http://www.cse.unsw.edu.au/~willu/ | |
2008-09-23 | Response | http://www.cse.unsw.edu.au/~willu/ | |
2008-09-23 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-09-23 | rename: Hide type field from rename form when renaming attachments. | Joey Hess | |
2008-09-23 | changelog | Joey Hess | |
2008-09-23 | multiple rename support is working | Joey Hess | |
most edge cases seem handled too | |||
2008-09-23 | * Ping | http://ptecza.myopenid.com/ | |
2008-09-23 | Merge branch 'master' into tova | Joey Hess | |
2008-09-23 | rename, remove: Don't rely on a form parameter to tell whether the page ↵ | Joey Hess | |
should be treated as an attachment. | |||
2008-09-23 | factor out fixlinks | Joey Hess | |
2008-09-23 | factor out do_rename | Joey Hess | |
2008-09-23 | add checkbox to rename subpages too | Joey Hess | |
2008-09-23 | responses | Joey Hess | |
2008-09-23 | layout | Joey Hess | |
2008-09-23 | Add keepextension parameter to htmlize hook. (Willu) | Joey Hess | |
2008-09-23 | Print a debug message if a page has multiple source files. | Joey Hess | |
2008-09-23 | allow setup file to enable verbose mode | Joey Hess | |
2008-09-23 | include perl error in warning about openid | Joey Hess | |
it may be some other module missing, this way you can tell by reading the log | |||
2008-09-23 | merged | Joey Hess | |
2008-09-23 | Fix typo in skeleton.pm.example: sessionncgi (with extra n) | Simon McVittie | |
(cherry picked from commit 72ffc85d6acb8b99839ac98a2c23dbef410b5666) | |||
2008-09-23 | * Response | http://ptecza.myopenid.com/ | |
2008-09-23 | bug report on funny characters in the name | chrysn | |
2008-09-22 | bug report with patch | http://smcv.pseudorandom.co.uk/ | |
2008-09-22 | (no commit message) | http://smcv.pseudorandom.co.uk/ | |
2008-09-22 | Reference patches to beautify redirection URLs | http://smcv.pseudorandom.co.uk/ | |
2008-09-22 | interesting, I could use this for photo galleries | http://smcv.pseudorandom.co.uk/ | |
2008-09-22 | added wishlist item with work-in-progress plugin | chrysn | |
2008-09-22 | (no commit message) | http://dmarti.myopenid.com/ | |
2008-09-22 | Adding two CSS / themes | Blanko | |
2008-09-21 | Reference and describe my implementation | http://smcv.pseudorandom.co.uk/ | |
2008-09-21 | remove: redirect via urlto(), avoiding mentions of index.html | Simon McVittie | |
2008-09-21 | recentchanges: construct redirections via urlto(), avoiding mentions of ↵ | Simon McVittie | |
index.html | |||
2008-09-21 | poll: Use urlto to produce redirection URLs, avoiding mentions of index.html | Simon McVittie | |
2008-09-21 | editpage: beautify redirection URLs, avoiding exposing the implementation ↵ | Simon McVittie | |
detail that index.html exists | |||
2008-09-21 | Add second, related, patch. | http://www.cse.unsw.edu.au/~willu/ | |
2008-09-21 | Update patch: Add /s to end of regexps to handle multi-line pagespecs. ↵ | http://www.cse.unsw.edu.au/~willu/ | |
Simplify match_link(). Simplify pagespec_match(). | |||
2008-09-21 | Add patch | http://www.cse.unsw.edu.au/~willu/ | |