Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tag updates | Joey Hess | 2008-10-09 |
| | |||
* | filecheck: New plugin factoring out the PageSpec additions that were ↵ | Joey Hess | 2008-08-25 |
| | | | | originally part of the attachment plugin. | ||
* | admin prefs move to setup file, stage 1 | Joey Hess | 2008-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_directives | Simon McVittie | 2008-07-21 |
| | | | | | | This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives | ||
* | typo the second | Joey Hess | 2008-07-07 |
| | |||
* | typo | Joey Hess | 2008-07-07 |
| | |||
* | add virus checking to attachments plugin | Joey Hess | 2008-07-06 |
| | |||
* | link to pagespec/attachment | Joey Hess | 2008-07-02 |
| | |||
* | move attachment pagespec extensions docs to its own page | Joey Hess | 2008-07-02 |
| | | | | in the basewiki, so I can link to it there | ||
* | add mimetype checking | Joey Hess | 2008-07-02 |
| | |||
* | add user and ip support to attachment pagespecs | Joey Hess | 2008-07-02 |
| | |||
* | add an ispage limit | Joey Hess | 2008-06-30 |
| | |||
* | basic attachment plugin, unfinished | Joey Hess | 2008-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. |