| 7 | | * Script to show and delete stale jobs from the queue. |
|---|
| | 7 | * Support for user interface translations (via gettext). |
|---|
| | 8 | * German translation for user interface. |
|---|
| | 9 | * Two server handler methods |
|---|
| | 10 | - Standalone (default for factory interface) |
|---|
| | 11 | - Embedded in Foobase CMS (default for customer interface) |
|---|
| | 12 | * Input sanity checks for factory interface. |
|---|
| | 13 | - No empty fields. |
|---|
| | 14 | - Authentication with username / password. |
|---|
| | 15 | * New database table for factories. |
|---|
| | 16 | - Keep track of when a factory has last polled. |
|---|
| | 17 | * New scripts in tools/ folder. |
|---|
| | 18 | - Script to show and delete stale jobs from the queue. |
|---|
| | 19 | - Script to add a new user from the command line. |
|---|
| | 20 | |
|---|
| | 21 | Code cleanup: |
|---|
| | 22 | * Folder structure cleanup. |
|---|
| | 23 | * Shotserver now in /usr/local/lib/python2.3/site-packages/shotserver02/. |
|---|
| | 24 | - The same for LiteWeb. |
|---|