Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-30 | bump py api url | Bernhard Posselt | |
2014-05-01 | more verbose error messages | Bernhard Posselt | |
2014-05-01 | use requests module, fix updater | Bernhard Posselt | |
2014-04-19 | update headers to be compatible with phpdoc, slim down license text to make ↵ | Bernhard Posselt | |
code more visible | |||
2014-02-11 | also expect http exceptions | Bernhard Posselt | |
2013-09-13 | use before and after update hooks to delete items only after new ones have ↵ | Bernhard Posselt | |
been fetched | |||
2013-08-26 | change email adress in copyright headers | Bernhard Posselt | |
2013-08-19 | also catch url errors | Bernhard Posselt | |
2013-08-13 | version bump1.204 | Bernhard Posselt | |
2013-08-13 | fix maximum recursion problem that would kill updater | Bernhard Posselt | |
2013-08-13 | rename runonce to testrun to prevent confusion | Bernhard Posselt | |
2013-08-13 | respect 80 line limit | Bernhard Posselt | |
2013-08-13 | Update updater.py | Bernhard Posselt | |
2013-08-12 | Update updater.py | Bernhard Posselt | |
2013-08-12 | Update updater.py | Bernhard Posselt | |
2013-08-12 | Update updater.py | Bernhard Posselt | |
2013-08-12 | Update updater.py | Bernhard Posselt | |
dont exit when main thread fails but retry after 30 seconds | |||
2013-08-10 | Updater: "Runonce" functionality was missing an argument | benediktb | |
Updater will now get called correctly with the new runonce argument. I forgot to include the line in my previous commit. | |||
2013-08-08 | Added "runonce" option to updater | benediktb | |
When called with "--runonce", the updater now quits after one round of updates instead of running continuously. Can be used for calling the updater as a cronjob. This was easier to accomplish than writing a startup script or anything similar ... | |||
2013-08-06 | tell user in help to use admin user | Bernhard Posselt | |
2013-08-06 | add a way to specify the max timeout for each feed | Bernhard Posselt | |
2013-08-05 | dont use global state with url basic auth | Bernhard Posselt | |
2013-08-05 | dont set global auth handler | Bernhard Posselt | |
2013-08-05 | fix authentication problems for updating feeds | Bernhard Posselt | |
2013-08-05 | better exception handling | Bernhard Posselt | |
2013-08-05 | ignore update errors when using the update script | Bernhard Posselt | |
2013-08-05 | remove verbose debug | Bernhard Posselt | |
2013-08-05 | fix another error, better debugging | Bernhard Posselt | |
2013-08-05 | also run under python 3.0 | Bernhard Posselt | |
2013-08-05 | fix 404 on updating feeds | Bernhard Posselt | |
2013-08-05 | script should now work | Bernhard Posselt | |
2013-08-05 | still problems | Bernhard Posselt | |
2013-08-05 | implemented threading, not tested yet | Bernhard Posselt | |
2013-08-04 | dont install phantomjs from npm | Bernhard Posselt | |
2013-08-04 | parse json | Bernhard Posselt | |
2013-08-04 | remove fixed todos | Bernhard Posselt | |
2013-08-04 | implement first update request | Bernhard Posselt | |
2013-08-02 | add basic python updater script | Bernhard Posselt | |