witten
/
luminotes
Archived
1
0
Fork 0
This repository has been archived on 2023-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
luminotes/model
Dan Helfman df3d170362 View groups that you're a member of, with an indicatation if you're an admin of that group.
- modify controller.Users.current() to return the user's groups
    - update test_current() unit tests to expect empty groups list in results
  - modify Main_page, Notebook_rss, Front_page, Tour_page, and Upgrade_page to accept a new groups parameter
    - Main_page should add it as a hidden HTML variable
  - update Wiki.js to read the hidden groups variable and display the groups in account settings
2008-05-28 16:05:38 -07:00
..
delta Added database schema changes to support user group-related tables, views, and indices. 2008-05-27 15:22:18 -07:00
test New model.Group class to wrap group-related tables. 2008-05-28 13:32:38 -07:00
File.py When saving a note, auto-delete any files that used to be linked from it but no longer are. Still need unit tests. 2008-02-22 19:47:28 +00:00
Group.py New model.Group class to wrap group-related tables. 2008-05-28 13:32:38 -07:00
Invite.py More work on file uploading. Unit tests need to be fixed. 2008-02-18 20:08:07 +00:00
Note.py Search result now return notes from multiple notebooks. 2008-05-19 15:16:25 -07:00
Notebook.py New multiple-notebook search query was way too slow. Now fixed. 2008-05-19 22:36:21 -07:00
Password_reset.py New model.Invite object for the invite table. 2007-12-03 23:34:35 +00:00
Persistent.py Now using memcached in various places to improve performance. If the Python 2008-03-05 00:34:58 +00:00
User.py View groups that you're a member of, with an indicatation if you're an admin of that group. 2008-05-28 16:05:38 -07:00
User_revision.py * make a User_revision object containing a revision timestamp, user_id, username 2008-01-04 04:45:43 +00:00
__init__.py Renaming new_model to model, now that the old bsddb model is out of the way. 2007-10-11 19:49:00 +00:00
drop.sql Fixed minor bug in initdb that caused initial anonymous user creation with 2008-04-04 07:54:17 +00:00
reap.sql * Wrote a database reaper script to delete unused notes, notebooks, etc. 2008-03-04 20:01:59 +00:00
schema.sql Added database schema changes to support user group-related tables, views, and indices. 2008-05-27 15:22:18 -07:00