summaryrefslogtreecommitdiff
path: root/tools/mmd
Commit message (Collapse)AuthorAgeFilesLines
...
* - included link to ARISSAT-1Jogi Hofmüller2011-08-091-1/+1
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@109 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - made fonts smallerJogi Hofmüller2011-08-091-7/+7
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@108 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - changed from 24 to 3 hour previewJogi Hofmüller2011-08-091-2/+4
| | | | | | | - changed line width to 1 git-svn-id: https://svn.spreadspace.org/mur.sat@107 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - we are tracking ARISSAT-1 now ;)Jogi Hofmüller2011-08-092-24/+114
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@106 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - added file testmap.htmlJogi Hofmüller2011-08-093-9/+83
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@105 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - began writing a Satellite componentJogi Hofmüller2011-08-081-0/+50
| | | | | | | | - using http://rhodesmill.org/pyephem/index.html - testing positioning of satellite on map using ARISSAT-1 data git-svn-id: https://svn.spreadspace.org/mur.sat@104 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - testing svn commitJogi Hofmüller2011-08-051-1/+1
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@103 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - fixed typo in createJogi Hofmüller2011-08-041-1/+1
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@100 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - dummy messageJogi Hofmüller2011-08-041-1/+3
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@99 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - added database schemaJogi Hofmüller2011-08-041-0/+51
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@98 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - fixed usage of user.create () in testsJogi Hofmüller2011-08-041-1/+1
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@97 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - added functionality for locationJogi Hofmüller2011-08-037-30/+156
| | | | | | | | - user's default location is save - map centers on user's location iff available git-svn-id: https://svn.spreadspace.org/mur.sat@96 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - fixed bug that showed wrong Email after successfull registrationJogi Hofmüller2011-08-021-9/+6
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@94 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - added renewal for session id (every ten minutes)Jogi Hofmüller2011-08-024-15/+47
| | | | | | | - changed session timeout from ten minutes to two days git-svn-id: https://svn.spreadspace.org/mur.sat@93 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - started working on user locationsJogi Hofmüller2011-08-023-6/+93
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@92 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - logout works nowJogi Hofmüller2011-08-025-34/+70
| | | | | | | | - added debug info at the bottom of the page - have nices status line now git-svn-id: https://svn.spreadspace.org/mur.sat@91 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - login works nowJogi Hofmüller2011-08-025-10/+27
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@90 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - modified/improved session handlingJogi Hofmüller2011-08-025-21/+18
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@89 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - finished registration procedureJogi Hofmüller2011-08-017-32/+178
| | | | | | | | | - user can sign up now - registration needs confirmation (email sent) - registration can also be canceled git-svn-id: https://svn.spreadspace.org/mur.sat@88 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - found a way to handle encodingJogi Hofmüller2011-08-014-19/+38
| | | | | | | - switched back to / as script handler git-svn-id: https://svn.spreadspace.org/mur.sat@87 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - have a confirmation request sent by email for registration nowJogi Hofmüller2011-07-314-9/+49
| | | | | | | * still trouble with unicode/utf-8 characters entered in form ... git-svn-id: https://svn.spreadspace.org/mur.sat@86 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - new module MmdUser.pyJogi Hofmüller2011-07-317-55/+201
| | | | | | | - registration works basically git-svn-id: https://svn.spreadspace.org/mur.sat@85 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - added modules for sqlite3 connection and session handlingJogi Hofmüller2011-07-295-26/+113
| | | | | | | - added cookie support git-svn-id: https://svn.spreadspace.org/mur.sat@74 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - added stylesheet locally and adapted MmdWidgets.pyJogi Hofmüller2011-07-292-5/+94
| | | | | | | - added Link to self in status logo git-svn-id: https://svn.spreadspace.org/mur.sat@72 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* initial revisionJogi Hofmüller2011-07-293-0/+287
git-svn-id: https://svn.spreadspace.org/mur.sat@71 7de4ea59-55d0-425e-a1af-a3118ea81d4c