summaryrefslogtreecommitdiff
path: root/client/modules
Commit message (Collapse)AuthorAgeFilesLines
* Remove Shebangs from modules not meant to be executed directlyschneefux2014-09-1011-11/+0
| | | | See https://github.com/jasperproject/jasper-client/pull/154#issuecomment-54882839 for more info.
* Add shebang and PEP 0263 source encoding to every moduleschneefux2014-09-0611-0/+22
| | | | Source encoding should be specified and a shebang helps to execute a module directly (either to start jasper or just for testing purposes).
* Fixed News Modules - Sending news by emailschneefux2014-08-313-3/+3
|
* moved static assets to separate folderschneefux2014-05-271-1/+1
|
* removed explicit names from initschneefux2014-05-241-1/+0
|
* dynamic module loading with prioritiesschneefux2014-05-243-0/+7
|
* Populate now adds keys (with empty values) for empty input (easier to handle ↵schneefux2014-05-101-1/+1
| | | | in modules)
* Semantic version update + reflect change in Weather module, better output ↵schneefux2014-05-101-1/+1
| | | | formatting in populate
* changed parseDate to extractDatesschneefux2014-05-101-1/+1
|
* Weather module parses global forecasts correctlyschneefux2014-04-091-2/+8
| | | | | The weather module now checks to see if it is a global forecast, as the parsing needs to be slightly different if so
* Initial commitschneefux2014-03-3012-0/+885