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/static/css
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
..
download.css No more rounded corners on many UI elements, since the rounding was done by a 2007-10-31 07:46:02 +00:00
header.css This max-width was breaking the front page layout at lower resolutions. 2008-04-04 22:32:08 +00:00
ie6.css * In development mode, disable session filter for static files. This may 2008-05-13 04:02:31 +00:00
ie7.css Adding IE-specific CSS for clutter link so the link has some margins. 2008-04-19 00:04:45 +00:00
note.css Search result now return notes from multiple notebooks. 2008-05-19 15:16:25 -07:00
product.css Updated the pricing page with more info about each feature. 2008-05-14 22:51:37 +00:00
style.css Decreased some font sizes so more note links don't wrap as much. 2008-05-19 12:03:40 -07:00
upload.css Working "cancel" button during upload. 2008-02-01 22:44:01 +00:00