aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/attachment.pm
Commit message (Expand)AuthorAge
* add section informationJoey Hess2010-02-12
* attachment: Fix reversion in attachment sorting by age.Joey Hess2009-12-14
* attachment: Fix several utf-8 problems.Joey Hess2009-12-14
* remove deprecated admin prefsJoey Hess2008-12-24
* finalise version 3.00 of the plugin apiJoey Hess2008-12-23
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
* fix relativedate timezone inclusionJoey Hess2008-10-19
* Add an underlay for javascript, and add ikiwiki.js containing some utility code.Joey Hess2008-10-17
* lockedit: Support specifying which users (and IP addresses) a page is locked ...Joey Hess2008-10-08
* attachment: Support adding attachments to pages even as they are being created.Joey Hess2008-10-02
* Export pagetitle, titlepage, linkpage.Joey Hess2008-09-27
* pagetype is exportedJoey Hess2008-09-27
* attachment: Add admin() pagespec to test if the uploading user is a wiki admin.Joey Hess2008-09-25
* humansize moved to filecheckJoey Hess2008-08-27
* filecheck: New plugin factoring out the PageSpec additions that were original...Joey Hess2008-08-25
* default to looking at page source file if no file is specifiedJoey Hess2008-08-12
* fix inverted testJoey Hess2008-08-06
* add plugin safe/rebuild info (part 3 of 3)Joey Hess2008-08-03
* add plugin safe/rebuild info (part 1 of 2)Joey Hess2008-08-03
* remove description_html, add linkJoey Hess2008-08-03
* websetup form display doneJoey Hess2008-08-02
* hide deprecated values if empty after saveJoey Hess2008-08-01
* admin prefs move to setup file, stage 1Joey Hess2008-08-01
* remove default values in getsetupJoey Hess2008-07-26
* add missing setup options, tweak others' displayJoey Hess2008-07-26
* Merge branch 'master' into autoconfigJoey Hess2008-07-25
|\
| * attachment: Use relative paths when inserting links.Joey Hess2008-07-25
* | added getsetup hooks for all plugins up to recentchangesJoey Hess2008-07-25
|/
* foldageJoey Hess2008-07-23
* Merge branch 'master' into tovaJoey Hess2008-07-23
|\
| * attachment: Do not escape _ when determining attachment filenames.Joey Hess2008-07-23
* | Don't allow uploading an attachment with the same name as an existing page, t...Joey Hess2008-07-22
* | make message a bit more genericJoey Hess2008-07-22
* | avoid uninitialised valueJoey Hess2008-07-22
* | factor out check_canattachJoey Hess2008-07-21
|/
* improve error message if virus checker fails w/o outputJoey Hess2008-07-09
* attachment: Support perl 5.8's buggy version of CGI.pm.Joey Hess2008-07-08
* explicitly set form type to multipartJoey Hess2008-07-08
* check for tempfile being emptyJoey Hess2008-07-08
* undef $fh before openingJoey Hess2008-07-08
* another try at dealing with CGI.pm problemJoey Hess2008-07-08
* attachment: Support old versions of CGI.pm that lack an upload method.Joey Hess2008-07-08
* attachment: Fix an uninitialised value warning when editing a page that curre...Joey Hess2008-07-08
* add virus checking to attachments pluginJoey Hess2008-07-06
* avoid uninitialised value warningsJoey Hess2008-07-06
* link to pagespec/attachmentJoey Hess2008-07-02
* factor out glob2reJoey Hess2008-07-02
* add mimetype checkingJoey Hess2008-07-02
* add user and ip support to attachment pagespecsJoey Hess2008-07-02
* xhtml fixesJoey Hess2008-07-02