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/view
Dan Helfman 613ee8a217 Completely revamped the way the main page and the notes on it are loaded by
the client. Previously, the main page would load as mostly blank, then the
client would immediately issue two async json calls to load the user and
notebook data, including startup notes. Now, the main page loads with the note
data actually as part of the page. If JavaScript is off, then you see all the
notes displayed, including startup notes and any designated note. If
JavaScript is on, then those "static" notes are instantly hidden and their
contents are loaded into iframes for editing/display.

The real upshot is that Luminotes in read-only mode is now more useful when
JavaScript is off, and actually displays notes and their contents. This is
very useful for search engine indexing.

Updated all Python unit tests. Still have to get to JavaScript unit tests,
what few their are.
2007-10-16 21:37:12 +00:00
..
Error_page.py Completely revamped the way the main page and the notes on it are loaded by 2007-10-16 21:37:12 +00:00
Html_file.py Fixed bug where CSS text centering in downloaded wiki HTML caused Thunderbird 2007-08-24 21:21:02 +00:00
Json.py Completely revamped the way the main page and the notes on it are loaded by 2007-10-16 21:37:12 +00:00
Link_area.py Completely revamped the way the main page and the notes on it are loaded by 2007-10-16 21:37:12 +00:00
Main_page.py Completely revamped the way the main page and the notes on it are loaded by 2007-10-16 21:37:12 +00:00
Node.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00
Not_found_page.py Self-service password reset functionality, plus full unit tests. 2007-09-26 23:49:27 +00:00
Page.py Splitting off IE 6 and 7 CSS into separate, conditionally included files. 2007-09-27 06:16:53 +00:00
Redeem_reset_note.py Changed the layout of the password reset redeem form from a table to a more tradtional form layout. 2007-09-27 04:10:57 +00:00
Search_form.py Removed search options button because: 2007-09-28 20:31:20 +00:00
Tags.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00
Toolbar.py Completely revamped the way the main page and the notes on it are loaded by 2007-10-16 21:37:12 +00:00
User_area.py Completely revamped the way the main page and the notes on it are loaded by 2007-10-16 21:37:12 +00:00
__init__.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00