aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* typoJoey Hess2012-10-14
|
* Merge branch 'master' of ssh://git.ikiwiki.infoJoey Hess2012-10-11
|\
| * forum question »creating CGI script and HTTPS«PaulePanter2012-10-11
| |
* | add cgi_overload_messageJoey Hess2012-10-11
|/
* Merge branch 'master' of ssh://git.ikiwiki.infoJoey Hess2012-10-10
|\
| * Added a commenthttp://smcv.pseudorandom.co.uk/2012-10-10
| |
* | Merge branch 'master' of git://github.com/wking/ikiwikiJoey Hess2012-10-10
|\ \ | |/ |/|
| * proxy: add indexes to format stringsW. Trevor King2012-10-10
| |
| * rst: add indexes to format stringsW. Trevor King2012-10-10
| | | | | | | | | | For Python 2.6 compatibility. You're only allowed to omit the positional argument specifiers in Python 2.7 and later.
* | add cgi_overload_delay tunableJoey Hess2012-10-09
| | | | | | | | | | | | | | | | | | | | | | Try to avoid a situation in which so many ikiwiki cgi wrapper programs are running, all waiting on some long-running thing like a site rebuild, that it prevents the web server from doing anything else. The current approach only avoids this problem for GET requests; if multiple cgi's run GETs on a site at the same time, one will display a "please wait" page for a configurable number of seconds, which then redirects to retry. To enable this protection, set cgi_overload_delay to the number of seconds to wait. This is not enabled by default.
* | Merge branch 'master' of ssh://git.ikiwiki.infoJoey Hess2012-10-09
|\ \
| * | Added a comment: A Few Ways To Do Thishttp://kerravonsen.dreamwidth.org/2012-10-08
| | |
| * | (no commit message)jp2012-10-08
| | |
| * | add patch taghttp://luca.pca.it/2012-10-07
| | |
| * | thxhttp://openid.ppke.hu/cstamas2012-10-07
| | |
| * | add Git patchhttp://luca.pca.it/2012-10-06
| | |
| * | add question about the lack of the language attributehttp://luca.pca.it/2012-10-06
| | |
| * | [Personal] add myselfhttp://luca.pca.it/2012-10-06
| | |
| * | initial versionhttp://luca.pca.it/2012-10-06
| | |
* | | thanks Luca CapelloJoey Hess2012-10-06
|/ /
* | Description of the problem.https://www.google.com/accounts/o8/id?id=AItOawmZriTGyRP3RH7wUzOT0Q2VLiqiY5UarKU2012-10-04
| |
* | (no commit message)https://www.google.com/accounts/o8/id?id=AItOawk4daAfIEJbqRDQ8kjmDjIIIDlfyeM8ZFo2012-10-04
| |
* | Add Paris Observatory Information System websitehttps://www.google.com/accounts/o8/id?id=AItOawkXyVcd-H-qQEXQk_6V2yb_3bl2y4mbync2012-10-02
| |
* | Add a fast ugly patch for people in hurryhttp://beaufils.myopenid.com/2012-10-01
| |
* | (no commit message)http://openid.ppke.hu/cstamas2012-09-29
|/
* changelogJoey Hess2012-09-29
|
* proxy: convert iteritems() and and itervalues() to items() and values()W. Trevor King2012-09-29
| | | | The former no longer exist in Python 3.
* proxy: don't pass arguments to format_exc() in IkiWikiProcedureProxy.run()W. Trevor King2012-09-29
| | | | | | | | | | | | | | | | | | | | | | | This avoids: Traceback (most recent call last): File "./plugins/rst", line 86, in <module> proxy.run() File "/home/wking/src/ikiwiki/plugins/proxy.py", line 316, in run e, traceback.format_exc(sys.exc_info()[2]))) File "/usr/lib/python3.2/traceback.py", line 269, in format_exc ... TypeError: unorderable types: int() < traceback() The syntax for format_exc in Python 2.x is: traceback.format_exc([limit]) In Python 3.x, it is: traceback.format_exc(limit=None, chain=True) Neither of these need any information from sys.exc_info() passed in.
* proxy: SimpleXMLRPCServer renamed to xmlrpc.server in Python 3W. Trevor King2012-09-29
|
* proxy: xmlrpclib renamed to xmlrpc.client in Python 3W. Trevor King2012-09-29
|
* proxy: update string formatting and error catching syntaxW. Trevor King2012-09-29
|
* proxy: bump to version 0.2W. Trevor King2012-09-28
|
* proxy: update copyright owners (based on the Git history)W. Trevor King2012-09-28
|
* rst: update string formatting and error catching syntaxW. Trevor King2012-09-28
|
* rst: bump to version 0.4W. Trevor King2012-09-28
|
* rst: strip trailing whitespaceW. Trevor King2012-09-28
|
* rst: update copyright owners (based on the Git history)W. Trevor King2012-09-28
|
* update an urlJoey Hess2012-09-27
|
* remove obsolte cia shortcutsJoey Hess2012-09-27
|
* remove obsolete new item about dead serviceJoey Hess2012-09-27
|
* remove cia mentionJoey Hess2012-09-27
|
* kill dead cia linkJoey Hess2012-09-27
|
* Merge branch 'master' of ssh://git.ikiwiki.infoJoey Hess2012-09-27
|\
| * Resigning from task.intrigeri2012-09-26
| |
* | clarify markdown does work in cellsJoey Hess2012-09-27
|/
* allow everyone to write to the cgi socket so that nginx workshttps://id.koumbit.net/anarcat2012-09-20
|
* thanks for response; follow-up; I've got something working…Jon Dowland2012-09-20
|
* (no commit message)undx2012-09-16
|
* (no commit message)https://id.koumbit.net/anarcat2012-09-14
|
* Added a comment: try --verbosehttps://id.koumbit.net/anarcat2012-09-14
|