summaryrefslogtreecommitdiffstats
path: root/pyload/config/Parser.py
Commit message (Collapse)AuthorAgeFilesLines
* General fixup (1)Gravatar Walter Purcaro 2015-05-121-2/+6
|
* 'from time' -> 'import time' and so on...Gravatar Walter Purcaro 2015-05-121-3/+2
|
* 'from os' -> 'import os' and so on...Gravatar Walter Purcaro 2015-05-121-7/+7
|
* Use 'import' instead 'from' (2)Gravatar Walter Purcaro 2015-05-011-7/+8
|
* Merge pull request #9 from ardi69/0.4.10Gravatar Walter Purcaro 2015-04-191-4/+7
|\ | | | | sorted config in webui ("Activated" always on top)
| * sorted config in webui ("Activated" is always the top option)Gravatar Armin 2015-04-191-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 statementGravatar Walter Purcaro 2015-04-191-16/+11
|/
* Spare code cosmetics (5)Gravatar Walter Purcaro 2015-04-181-1/+2
|
* Spare code cosmetics (3)Gravatar Walter Purcaro 2015-04-171-11/+11
|
* Spare code cosmetics (1)Gravatar Walter Purcaro 2015-04-171-20/+18
|
* fix: config castGravatar Armin 2015-04-161-0/+1
|
* Merge branch 'pr/n3_ardi69' into 0.4.10Gravatar Walter Purcaro 2015-04-121-1/+0
|\ | | | | | | | | | | Conflicts: pyload/plugin/Plugin.py pyload/webui/app/pyloadweb.py
| * moved the config-nicer from config-parser to webui-appGravatar Armin 2015-04-101-7/+1
| | | | | | recreateing of plugin.conf no more needed
| * showing plugins nicer in settings -> "xxx (Addon)" instead "xxx_addon"Gravatar Armin 2015-04-101-1/+7
| | | | | | | | Note: required re-create of plugin.conf (by simple deleting of plugin.conf)
| * remove testing stuffGravatar Armin 2015-04-101-1/+0
| |
* | CleanupGravatar Walter Purcaro 2015-04-101-2/+2
|/
* added: configdata of deleted or outdated plugins are deletedfrom configGravatar Armin 2015-04-101-0/+7
| | | file
* Fix plugins to work on 0.4.10Gravatar Walter Purcaro 2015-02-161-0/+353
|
* module tempGravatar Walter Purcaro 2015-02-161-353/+0
|
* Spare code fixesGravatar Walter Purcaro 2014-12-111-7/+27
|
* Clean up some import headerGravatar Walter Purcaro 2014-12-111-1/+1
|
* Fix with_statementGravatar Walter Purcaro 2014-12-071-0/+1
|
* PEP-8, Python Zen, refactor and reduce code (thx FedeG)Gravatar Walter Purcaro 2014-12-011-28/+18
|
* Use utils encode/decodeGravatar Walter Purcaro 2014-11-201-14/+5
|
* [ConfigParser] getPlugin return strGravatar Walter Purcaro 2014-11-161-16/+10
|
* [ConfigParser] Remove IGNORE featureGravatar Walter Purcaro 2014-10-031-18/+2
|
* Restructure pyload file tree (1)Gravatar Walter Purcaro 2014-09-141-0/+373