]> sipb.mit.edu Git - ikiwiki.git/history - IkiWiki/Plugin/attachment.pm
Merge commit 'smcv/aggregateinternal' into aggregateinternal
[ikiwiki.git] / IkiWiki / Plugin / attachment.pm
2008-07-09  Joey Hessimprove error message if virus checker fails w/o output
2008-07-08  Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-07-08  Joey Hessattachment: Support perl 5.8's buggy version of CGI.pm.
2008-07-08  Joey Hessexplicitly set form type to multipart
2008-07-08  Joey Hesscheck for tempfile being empty
2008-07-08  Joey Hessundef $fh before opening
2008-07-08  Joey Hessanother try at dealing with CGI.pm problem
2008-07-08  Joey Hessattachment: Support old versions of CGI.pm that lack...
2008-07-08  Joey Hessattachment: Fix an uninitialised value warning when...
2008-07-06  Joey Hessadd virus checking to attachments plugin
2008-07-06  Joey Hessavoid uninitialised value warnings
2008-07-02  Joey Hesslink to pagespec/attachment
2008-07-02  Joey Hessfactor out glob2re
2008-07-02  Joey Hessadd mimetype checking
2008-07-02  Joey HessMerge branch 'master' into tova
2008-07-02  Joey Hesslink to pagespec/attachment
2008-07-02  Joey Hessfactor out glob2re
2008-07-02  Joey Hessadd mimetype checking
2008-07-02  Joey HessMerge branch 'tova'
2008-07-02  Joey Hessadd user and ip support to attachment pagespecs
2008-07-02  Joey Hessxhtml fixes
2008-07-02  Joey Hessattachments interface visibility toggling
2008-07-02  Joey Hessfixes
2008-07-01  Joey Hesssome fit and finish fixes
2008-07-01  Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-07-01  Joey Hessonly show one sig fig
2008-07-01  Joey Hessdisplay human sizes
2008-07-01  Joey Hessadd both kinds of links
2008-07-01  Joey Hessbasic attachment list
2008-07-01  Joey Hesssave attachments when page is saved too
2008-07-01  Joey Hesscheck attachments in and refresh
2008-07-01  Joey Hessadd allowed attachments field to admin prefs
2008-07-01  Joey Hessfix expensive move code path
2008-07-01  Joey Hessbetter approach for cgi upload disabling
2008-07-01  Joey Hessbugfixes
2008-07-01  Joey Hessattachment location
2008-07-01  Joey Hessreorder
2008-07-01  Joey Hesscall check_canedit
2008-07-01  Joey Hessbugfix; support pagetype of "0"
2008-07-01  Joey Hesscopy the attachment into srcdir
2008-07-01  Joey Hessfix some messages
2008-07-01  Joey Hessadd an ispage limit
2008-07-01  Joey Hessminor improvements
2008-07-01  Joey Hessbasic attachment plugin, unfinished