fonfon
53adac652b
introduced signals for pre/post-module-loading
2014-09-12 22:26:35 +02:00
Sunil Mohan Adapa
770e4c00fd
Merge remote-tracking branch 'fonfon/dev'
2014-09-11 19:16:13 +05:30
fonfon
43a614fca5
plinth should be run via './bin/plinth' now
2014-09-11 12:23:52 +02:00
Sunil Mohan Adapa
42d05bfe1f
Use Django models to store variables
...
- Remove dependency on withsqlite and use Django models.
This avoids depending on a module that is not available in PyPi.
Withsqlite does not have Python3 support. It does not work when
we choose a different database backend. Atleast partly duplicates
what Django models are meant for.
- Check and update database schema on every run so that
newly added modules can add tables and old ones can update.
2014-09-10 12:35:35 +05:30
fonfon
f2d8267ef1
Merge remote-tracking branch 'upstream/master' into dev
2014-09-09 15:00:30 +02:00
James Valleroy
fd01cc84fe
Update module-manager to use enabled folder with regular files.
2014-09-07 16:06:19 +00:00
fonfon
e1440a5ee5
formatting strings: %s automatically applies the str() method
2014-09-03 04:56:31 +02:00
fonfon
d27c3f69d1
renamed get_group to get_or_create_group
2014-09-03 04:52:34 +02:00
fonfon
7bb9c84863
Fixed ImportError when running plinth as daemonized python package
2014-09-03 04:43:08 +02:00
Sunil Mohan Adapa
f4edfdedc6
Fix first boot middleware for new module structure
2014-08-31 13:17:37 +05:30
Sunil Mohan Adapa
b82fb629f0
Remove use of python_root in cfg and use relative path
2014-08-31 13:08:45 +05:30
Sunil Mohan Adapa
33f8015835
Make the help module read documentation directory from config
2014-08-31 13:07:00 +05:30
Sunil Mohan Adapa
06a50c6985
Use open().read() instead of slurp()
2014-08-30 22:17:07 +05:30
Sunil Mohan Adapa
7e3d8ce54b
Use os.mkdirs instead of custom method
2014-08-30 20:50:55 +05:30
Sunil Mohan Adapa
ff288cf2cf
Convert module/enabled files to regular files
2014-08-29 23:38:06 +05:30
Sunil Mohan Adapa
65fa648d9f
Reorganize python sources into 'plinth' package
2014-08-29 12:57:27 +05:30