Commit graph

429 commits

Author SHA1 Message Date
Schrolli91 d1042e6fd7 Merge pull request #62 from kevinkleist/develop
new Webinterface from @kevinkleist
2015-07-14 07:15:23 +02:00
Schrolli a3667f5a4c Revert "move the old webend data in separate folder"
This reverts commit c93d50c616.
2015-07-14 07:14:38 +02:00
Schrolli c93d50c616 move the old webend data in separate folder 2015-07-14 07:13:41 +02:00
kevinkleist 2e05b29efe new Webinterface 2015-07-13 23:33:36 +02:00
kevinkleist 1232d497ff Merge pull request #1 from Schrolli91/develop
Develop
2015-07-13 23:23:52 +02:00
JHCD e829778db2 add convert csv-field "description" to utf-8
to make sure, that only utf-8 chars are in process
2015-07-13 19:43:47 +02:00
JHCD 1c78f9ad78 add missing primary key to bos_pocsag 2015-07-13 15:03:31 +02:00
JHCD ffb1495a3b changes in database
- rename "funktion" to "function"
- change structure/type of some fields (performance)
2015-07-13 14:15:33 +02:00
Schrolli d8981ba114 insert header and encoding in __init__.py (Issue #60) 2015-07-13 10:23:09 +02:00
Schrolli c19a89859b change encoding
- change code encoding from cp1252 to UTF-8 (Issue #60)
2015-07-13 10:19:45 +02:00
Schrolli 1ea5cce24e edit build date 2015-07-13 09:42:54 +02:00
Schrolli 0eebab4564 remove trailing whitespaces in testdata.txt 2015-07-09 08:29:01 +02:00
Schrolli bd6432b1e5 Fix error in pluginLoader.py
see Issue #52
2015-07-09 08:04:55 +02:00
Schrolli 76686e016c insert configHandler.checkConfig() helper in all plugins so save always same code 2015-07-09 07:52:21 +02:00
Schrolli cbb9481c5c edit plugin readme Issue #40 2015-07-09 07:09:32 +02:00
Schrolli 49b93daa95 use configHandler.checkConfig() helper in template plugin for demonstration 2015-07-08 09:45:36 +02:00
Schrolli 07872ac817 edit plugin readme Issue #40
remove interface.txt - all infos now in the plugins/readme.md
2015-07-08 09:44:13 +02:00
Schrolli 1ab3b61ef4 insert helper configHandler.py
little edit in wildcardHandler.py error message
2015-07-08 09:42:52 +02:00
Schrolli 88bdaa2c29 edit plugin readme Issue #40 2015-07-08 07:30:09 +02:00
Schrolli 3880227fc2 edit plugin readme Issue #40 2015-07-07 14:24:41 +02:00
Schrolli 1d65f9fb97 edit plugin readme Issue #40 2015-07-07 14:08:46 +02:00
Schrolli 4ad5766f98 insert wildcardHandler.replaceWildcards() in httpReq Plugin 2015-07-07 13:17:18 +02:00
Schrolli 444b6a7ba6 edit build date 2015-07-06 10:36:35 +02:00
Bastian Schroll 79b71b99e8 insert little docu into firEmergency Plugin
Pull Request #47
2015-07-05 09:02:21 +02:00
Schrolli91 6589c9613b Merge pull request #47 from kevinkleist/patch-1
Update firEmergency.py
2015-07-05 00:08:03 +02:00
kevinkleist 1945acb7d4 Update firEmergency.py
Add Subric in Numeric (POCSAG)
Add Description in ZVEI + POCSAG

!!! Subric is Subric+"XX" because of an Issuse in firEmergency
2015-07-04 22:22:29 +02:00
Bastian Schroll 649b00bf8a insert a try:exception: for the three decode() methods
Issue #44
2015-07-04 14:37:35 +02:00
Bastian Schroll e8e1b5940c added .rstrip(' \t\n\r') to len(testdata) check
now no clear lines are interpretet
2015-07-04 08:46:05 +02:00
Bastian Schroll 9f99d0e705 edit pluginLoader debug msg 2015-07-04 08:34:50 +02:00
Bastian Schroll 7c06a78a2f Merge branch 'develop' of https://github.com/Schrolli91/BOSWatch into develop 2015-07-04 08:16:13 +02:00
Bastian Schroll c4c5b79626 Issue #44 2015-07-04 08:14:33 +02:00
JHCD 3150aed206 add testdata for german special signs (issue #43 and #38) 2015-07-04 01:33:47 +02:00
JHCD 4a5798b127 undo commit 02b5393 (see issue #43) 2015-07-04 01:25:21 +02:00
JHCD dc3cf610c1 change testdata to utf8 (issue #43) 2015-07-04 01:23:34 +02:00
Bastian Schroll 624addad43 Issue #44 2015-07-04 00:53:29 +02:00
Bastian Schroll e31ab65911 Issue #44 2015-07-04 00:39:34 +02:00
JHCD 02b53930cf resolve issue #43 2015-07-04 00:18:24 +02:00
JHCD 8713291df7 Merge branch 'develop' of https://github.com/Schrolli91/BOSWatch into develop
Conflicts:
	testdata/testdata.txt
2015-07-04 00:09:06 +02:00
JHCD 89796881a1 extend testdata (issue #38) 2015-07-04 00:07:06 +02:00
JHCD b494c8281b extend testdata (issue #38) 2015-07-04 00:03:02 +02:00
JHCD 32a5e0a20a Merge branch 'develop' of https://github.com/Schrolli91/BOSWatch into develop 2015-07-03 23:59:17 +02:00
JHCD 474679f78a new testdata #38 2015-07-03 23:58:41 +02:00
Bastian Schroll 80f955beca solve error by helper import in http plugin 2015-07-03 23:52:31 +02:00
JHCD 6a1c77b916 solve issue #41: support more than one recipient 2015-07-03 23:43:22 +02:00
JHCD 9a867fa91e Merge branch 'develop' of https://github.com/Schrolli91/BOSWatch into develop 2015-07-03 23:38:05 +02:00
JHCD dfc982a7e4 solve bug in exception-handling
we don't want to break down BOSWatch, if an plugin doesn't work
2015-07-03 23:36:50 +02:00
Bastian Schroll 18acae9e36 Merge branch 'develop' of https://github.com/Schrolli91/BOSWatch into develop 2015-07-03 23:28:47 +02:00
Bastian Schroll 664cceff18 error in timeHandler 2015-07-03 23:25:54 +02:00
JHCD aaa6a96a47 add testdata driver for testing all the different stuff
see issue #38
add much more testdate
2015-07-03 23:16:11 +02:00
Bastian Schroll ac8a02e3ca insert helper function timeHandler.getTimestamp() 2015-07-02 21:39:43 +02:00