| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-17 | Update schema of the database | Guillaume Horel | |
| since sqlite3 doesn't have support for alter besides renaming a table we use some sed fu to fix the dump | |||
| 2012-11-09 | Stop insanity with timestamps | Guillaume Horel | |
| still need to check the function which imports the old database | |||
| 2012-11-09 | Import old database. | Thibaut Horel | |
| The database is in the file new.db. dump,sql contains a sqlite3 compliant dump. To regenerate the database from the dump: $ sqlite3 old.db < dump.sql $ python createdb.py -s schema.sql -d new.db $ python import.py old.db new.db | |||
| 2012-11-08 | add the kadoscope | Guillaume Horel | |
| 2012-11-08 | User feature (view and edit profile) | Thibaut Horel | |
| 2012-11-08 | Cosmetic changes | Thibaut Horel | |
| 2012-11-07 | reworked the templates | Guillaume Horel | |
| 2012-11-08 | Keep both rst and html rendered content in the database. News edit feature | Thibaut Horel | |
| 2012-11-07 | Add comments feature: show list, add | Thibaut Horel | |
| 2012-11-07 | Add basic news feature: list, show, add | Thibaut Horel | |
| 2012-11-07 | Code cleanup. Login is now functional. | Thibaut Horel | |
| There is a script createdb.py to create the db from the schema.sql file | |||
| 2012-11-05 | starting to hook things up | Guillaume Horel | |
