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/controller/test
Dan Helfman 02a3544590 Search result now return notes from multiple notebooks.
- change model.Notebook.sql_search_notes() to be a static method
   - take a first_notebook_id argument and a user_id argument
   - join user_notebook on notebook_id and matches on user_notebook.user_id instead of notebook_id
   - order by notebook_id = first_notebook desc, rank instead of just rank
   - include search result for notebooks readable by anonymous user, but only if such a notebook is given as first_notebook_id
 - update code that calls model.Notebook.sql_search_notes()
 - update model.Note.to_dict() to include notebook_id
 - modify Wiki.display_search_results()
   - separate search results for the current notebook and results for all other notebooks
   - indicate which notebook each result is from
   - if there are results in other notebooks but no results in the current notebook, indicate that clearly
   - when you click on a result note link in the current notebook, it should simply open a new note
   - when you click on a result note link in another notebook, it should open in a new window
 - test in IE
 - update unit tests for:
   - controller.Notebooks.search()
   - model.Notebook.sql_search_notes()
   - model.Note.to_dict()
2008-05-19 15:16:25 -07:00
..
Stub_cache.py Now using memcached in various places to improve performance. If the Python 2008-03-05 00:34:58 +00:00
Stub_database.py Fixed database transaction leak by wrapping every exposed database-using 2008-03-17 21:17:00 +00:00
Stub_object.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
Stub_smtp.py * Implemented controller.Users.send_invites(). 2007-12-06 01:32:20 +00:00
Stub_urllib2.py Wrote unit tests for controller.Users.paypal_notify() and thanks() methods. 2008-01-15 00:36:19 +00:00
Stub_view.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00
Test_controller.py Search result now return notes from multiple notebooks. 2008-05-19 15:16:25 -07:00
Test_database.py Client code now only calls save_note() on the server when necessary, and 2008-03-07 23:14:39 +00:00
Test_files.py * Now if you try to load a page where access is required, and you're not 2008-04-18 19:54:50 +00:00
Test_forums.py * Renamed existing controller.Notebooks.load_recent_notes method to just recent_notes(). 2008-04-29 00:54:08 +00:00
Test_html_differ.py Fixed yet another diff-breaking edge case. This one had to do with 2008-05-03 07:40:46 +00:00
Test_notebooks.py Fixed a bug where attempting to load a notebook preview without access 2008-05-05 23:10:26 +00:00
Test_root.py Made signup support yearly subscriptions. 2008-05-08 19:14:39 +00:00
Test_users.py Made signup support yearly subscriptions. 2008-05-08 19:14:39 +00:00
__init__.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00