Merge branch 'tova' into autoconfig
[ikiwiki.git] / IkiWiki / Plugin / attachment.pm
2008-07-29 Joey HessMerge branch 'tova' into autoconfig
2008-07-27 Joey HessMerge branch 'master' into autoconfig
2008-07-27 Joey HessMerge branch 'master' into autoconfig
2008-07-27 Joey HessMerge branch 'master' into autoconfig
2008-07-27 Joey Hessremove default values in getsetup
2008-07-26 Joey Hessadd missing setup options, tweak others' display
2008-07-26 Joey HessMerge branch 'master' into autoconfig
2008-07-25 Joey HessMerge branch 'master' into autoconfig
2008-07-25 Joey HessMerge branch 'master' into autoconfig
2008-07-25 Joey Hessattachment: Use relative paths when inserting links.
2008-07-25 Joey Hessadded getsetup hooks for all plugins up to recentchanges
2008-07-23 Joey Hessfoldage
2008-07-23 Joey HessMerge branch 'master' into tova
2008-07-23 Joey HessMerge branch 'master' into tova
2008-07-23 Joey Hessattachment: Do not escape _ when determining attachment...
2008-07-22 Joey HessDon't allow uploading an attachment with the same name...
2008-07-22 Joey Hessmake message a bit more generic
2008-07-22 Joey Hessavoid uninitialised value
2008-07-22 Joey HessMerge commit 'origin/master' into tova
2008-07-22 Joey Hessfactor out check_canattach
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