Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-01 | fix expensive move code path | Joey Hess | |
2008-07-01 | better approach for cgi upload disabling | Joey Hess | |
Make it a config setting, this way subtle load order issues don't come into play. (As much?) | |||
2008-07-01 | bugfixes | Joey Hess | |
2008-07-01 | attachment location | Joey Hess | |
Put the attachment in a subdir of the page it's attached to, unless that page is an "index" page. | |||
2008-07-01 | reorder | Joey Hess | |
canedit should fail first as it's a less expensive and harder to pass test | |||
2008-07-01 | call check_canedit | Joey Hess | |
Needed to prevent uploads of locked pages as attachments. | |||
2008-07-01 | bugfix; support pagetype of "0" | Joey Hess | |
2008-07-01 | copy the attachment into srcdir | Joey Hess | |
2008-06-30 | fix some messages | Joey Hess | |
2008-06-30 | add an ispage limit | Joey Hess | |
2008-06-30 | minor improvements | Joey Hess | |
2008-06-30 | basic attachment plugin, unfinished | Joey Hess | |
Currently includes UI, and a few tests of the attachment, as well as the framework to extend pagespecs to test attachments. Does not actually save the file yet. |