]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/history - plugins/proxy.py
Add ikistrap plugin for ikistrap theme.
[git.ikiwiki.info.git] / plugins / proxy.py
2018-02-28 Simon McVittierst: Use Python 3 instead of Python 2
2014-11-26 Simon McVittieMerge remote-tracking branch 'spalax/calendar-autocreate'
2014-09-15 Simon McVittieMerge branch 'ready/templatebody'
2014-09-15 Simon McVittieMerge branch 'ready/autoindex-more-often'
2014-09-15 Simon McVittieMerge branch 'ready/document-success-reason'
2014-09-15 Simon McVittieMerge branch 'ready/more-magic'
2014-09-15 Simon McVittieMerge remote-tracking branch 'jcflack/early-env'
2014-09-12 Simon McVittieMerge branch 'ready/imgforpdf-and-more'
2014-09-12 Simon McVittieMerge branch 'ready/chrysn/linkmapenhancement'
2014-09-12 Simon McVittieMerge branch 'ready/edittemplate2'
2014-09-12 Simon McVittieMerge branch 'ready/postform-no'
2014-09-12 Simon McVittieMerge branch 'ready/perf'
2014-09-12 Simon McVittieMerge branch 'ready/more-proxy-utf8-fail'
2014-09-12 Simon McVittieRecord ikiwiki (3.20140916) in archive suite sid
2014-09-12 Simon McVittieikiwiki (3.20140916) unstable; urgency=low
2014-09-04 Simon McVittieplugins/proxy.py: be compatible with Python 3
2014-03-12 chrysnpartially revert 154c4ea9e
2014-02-25 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info
2014-02-25 Joey HessMerge remote-tracking branch 'anarcat/dev/proxy-utf8...
2014-02-04 Antoine Beaupréproperly encode and decode from/to utf8 when sending...
2013-07-17 Amitai SchlairMerge branch 'master' into fancypodcast
2013-07-11 Joey Hessikiwiki (3.20130711) unstable; urgency=low
2013-07-10 Joey HessFix python proxy to not crash when fed unicode data...
2013-06-23 Joey HessMerge branch 'restrict-comment-formats' of git://rtime...
2013-01-25 Amitai SchlairMerge branch 'master' into cvs
2012-11-29 Amitai SchlairMerge branch 'master' into cvs
2012-10-10 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info
2012-10-10 Joey HessMerge branch 'master' of git://github.com/wking/ikiwiki
2012-10-10 W. Trevor Kingproxy: add indexes to format strings
2012-09-29 W. Trevor Kingproxy: convert iteritems() and and itervalues() to...
2012-09-29 W. Trevor Kingproxy: don't pass arguments to format_exc() in IkiWikiP...
2012-09-29 W. Trevor Kingproxy: SimpleXMLRPCServer renamed to xmlrpc.server...
2012-09-29 W. Trevor Kingproxy: xmlrpclib renamed to xmlrpc.client in Python 3
2012-09-29 W. Trevor Kingproxy: update string formatting and error catching...
2012-09-28 W. Trevor Kingproxy: bump to version 0.2
2012-09-28 W. Trevor Kingproxy: update copyright owners (based on the Git history)
2011-06-03 Joey HessMerge remote-tracking branch 'intrigeri/po'
2011-05-19 Joey HessChanged license of madduck's python plugins from GPL...
2008-03-21 martin f. krafftHandle going down with an exception
2008-03-21 martin f. krafftput XMLStreamParser in public namespace
2008-03-21 martin f. krafftAllow individual hook registration to override ID
2008-03-21 martin f. krafftRefactor remote procedure calls in the proxy
2008-03-21 martin f. krafftMake proxy object available to hook functions
2008-03-21 martin f. krafftadd last parameter to plugin registration
2008-03-21 martin f. krafftAllow external plugins to return no value
2008-03-17 martin f. krafftforce data written to stdout to be a string
2008-03-17 martin f. krafftPrint traceback for unhandled exceptions
2008-03-15 Joey Hessrename register_hook to just hook, for consistency...
2008-03-15 Joey Hessdoes not need to be executable
2008-03-15 martin f. krafftimprove debug output
2008-03-15 martin f. krafftfix meta data
2008-03-15 martin f. krafftProvide XML-RPC proxy abstraction for Python plugins