Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/model.py
Commit message (Collapse)AuthorAgeFilesLines
* First round of pylint fixes.Simon Schampijer2008-05-211-3/+3
|
* Backward compatibility of journal entries to trial-2Simon Schampijer2007-09-201-1/+5
|
* redesign when members leave and rejoinSimon Schampijer2007-09-031-11/+23
| | | | | added timestamp to be able to bring the links in the right order, you can not add alink twice unless you deleted it already, links are added to the tray on the right side
* Fix for gray page when resuming from journalSimon Schampijer2007-09-031-1/+0
| | | | part of the fix for #3032, and cleaned a print
* Finalized the work to move to jsonSimon Schampijer2007-09-011-16/+14
| | | | | We now use json for storing the history and the shared link information to the journal.
* more refactoring for using json onlySimon Schampijer2007-09-011-4/+8
|
* Merge branch 'master' into jsonSimon Schampijer2007-09-011-5/+15
|\ | | | | | | | | | | | | Conflicts: model.py webactivity.py
| * Fixed the fixed size issue of the link toolbarSimon Schampijer2007-08-311-2/+16
| | | | | | | | Use the sugar tray now
* | first work on using json for the hole modelSimon Schampijer2007-08-311-140/+14
|/
*