aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/attachment.mdwn
Commit message (Collapse)AuthorAge
* despamSimon McVittie2015-01-10
|
* (no commit message)https://www.google.com/accounts/o8/id?id=AItOawlowX5C5dCp9CmqRAUSMhjaRcDEqZrLZ5M2015-01-10
|
* (no commit message)https://www.google.com/accounts/o8/id?id=AItOawlowX5C5dCp9CmqRAUSMhjaRcDEqZrLZ5M2015-01-10
|
* tag updatesJoey Hess2008-10-09
|
* filecheck: New plugin factoring out the PageSpec additions that were ↵Joey Hess2008-08-25
| | | | originally part of the attachment plugin.
* admin prefs move to setup file, stage 1Joey Hess2008-08-01
| | | | | | | The locked pages configuration is moving to a locked_pages option in the setup file, and the allowed attachments configuration to allowed_attachments. The admin prefs page can still be used for these, but that's depreacted and will only be shown if there's currently a value.
* Migrate doc/plugins via prefix_directivesSimon McVittie2008-07-21
| | | | | | This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
* typo the secondJoey Hess2008-07-07
|
* typoJoey Hess2008-07-07
|
* add virus checking to attachments pluginJoey Hess2008-07-06
|
* link to pagespec/attachmentJoey Hess2008-07-02
|
* move attachment pagespec extensions docs to its own pageJoey Hess2008-07-02
| | | | in the basewiki, so I can link to it there
* add mimetype checkingJoey Hess2008-07-02
|
* add user and ip support to attachment pagespecsJoey Hess2008-07-02
|
* add an ispage limitJoey Hess2008-06-30
|
* basic attachment plugin, unfinishedJoey Hess2008-06-30
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.