Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | General fixup (1) | Walter Purcaro | 2015-05-12 | 1 | -2/+6 |
| | |||||
* | 'from time' -> 'import time' and so on... | Walter Purcaro | 2015-05-12 | 1 | -3/+2 |
| | |||||
* | 'from os' -> 'import os' and so on... | Walter Purcaro | 2015-05-12 | 1 | -7/+7 |
| | |||||
* | Use 'import' instead 'from' (2) | Walter Purcaro | 2015-05-01 | 1 | -7/+8 |
| | |||||
* | Merge pull request #9 from ardi69/0.4.10 | Walter Purcaro | 2015-04-19 | 1 | -4/+7 |
|\ | | | | | sorted config in webui ("Activated" always on top) | ||||
| * | sorted config in webui ("Activated" is always the top option) | Armin | 2015-04-19 | 1 | -4/+7 |
| | | | | | | | | | | | | NOTE: The options are sorted like in pyload.conf & plugin.conf For sorting like plugins "__config" - array plugin.conf must be recreated by simply delete the file | ||||
* | | Use with statement | Walter Purcaro | 2015-04-19 | 1 | -16/+11 |
|/ | |||||
* | Spare code cosmetics (5) | Walter Purcaro | 2015-04-18 | 1 | -1/+2 |
| | |||||
* | Spare code cosmetics (3) | Walter Purcaro | 2015-04-17 | 1 | -11/+11 |
| | |||||
* | Spare code cosmetics (1) | Walter Purcaro | 2015-04-17 | 1 | -20/+18 |
| | |||||
* | fix: config cast | Armin | 2015-04-16 | 1 | -0/+1 |
| | |||||
* | Merge branch 'pr/n3_ardi69' into 0.4.10 | Walter Purcaro | 2015-04-12 | 1 | -1/+0 |
|\ | | | | | | | | | | | Conflicts: pyload/plugin/Plugin.py pyload/webui/app/pyloadweb.py | ||||
| * | moved the config-nicer from config-parser to webui-app | Armin | 2015-04-10 | 1 | -7/+1 |
| | | | | | | recreateing of plugin.conf no more needed | ||||
| * | showing plugins nicer in settings -> "xxx (Addon)" instead "xxx_addon" | Armin | 2015-04-10 | 1 | -1/+7 |
| | | | | | | | | Note: required re-create of plugin.conf (by simple deleting of plugin.conf) | ||||
| * | remove testing stuff | Armin | 2015-04-10 | 1 | -1/+0 |
| | | |||||
* | | Cleanup | Walter Purcaro | 2015-04-10 | 1 | -2/+2 |
|/ | |||||
* | added: configdata of deleted or outdated plugins are deletedfrom config | Armin | 2015-04-10 | 1 | -0/+7 |
| | | | file | ||||
* | Fix plugins to work on 0.4.10 | Walter Purcaro | 2015-02-16 | 1 | -0/+353 |
| | |||||
* | module temp | Walter Purcaro | 2015-02-16 | 1 | -353/+0 |
| | |||||
* | Spare code fixes | Walter Purcaro | 2014-12-11 | 1 | -7/+27 |
| | |||||
* | Clean up some import header | Walter Purcaro | 2014-12-11 | 1 | -1/+1 |
| | |||||
* | Fix with_statement | Walter Purcaro | 2014-12-07 | 1 | -0/+1 |
| | |||||
* | PEP-8, Python Zen, refactor and reduce code (thx FedeG) | Walter Purcaro | 2014-12-01 | 1 | -28/+18 |
| | |||||
* | Use utils encode/decode | Walter Purcaro | 2014-11-20 | 1 | -14/+5 |
| | |||||
* | [ConfigParser] getPlugin return str | Walter Purcaro | 2014-11-16 | 1 | -16/+10 |
| | |||||
* | [ConfigParser] Remove IGNORE feature | Walter Purcaro | 2014-10-03 | 1 | -18/+2 |
| | |||||
* | Restructure pyload file tree (1) | Walter Purcaro | 2014-09-14 | 1 | -0/+373 |