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
Dan Helfman 97c373561d * Added replace_contents() to model.Note to set the contents without updating the revision or anything else.
* Added new optional previous_revision params to default(), contents() and load_note() in controller.Notebooks.
   These use Html_differ() to generate and return diffs.
 * Updated Wiki.js:
   * provide previous_revision when a revision is opened in a new window/tab
   * call load_note() when two revisions when a revision is clicked in Changes_pulldown
   * update compare_versions() to display a diff instead of opening the two revisions separately
   * update load_editor():
     * update all invocations of load_editor(), including in Editor.js, to accept a new previous_revision argument
     * modify load_editor() to use the previous_revision argument (when supplied) to load a diff
2008-05-03 04:29:23 +00:00
..
test * Added replace_contents() to model.Note to set the contents without updating the revision or anything else. 2008-05-03 04:29:23 +00:00
Database.py Converted dump_emails.sh to dump_emails.py so that it can run on a separate server from the database. 2008-04-07 04:47:07 +00:00
Expire.py Made some changes intended to speed up page loading slightly. 2007-09-01 23:46:15 +00:00
Expose.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
Files.py Fixing comment. 2008-04-25 19:46:42 +00:00
Forums.py Adding unfinished Forums controller and associated tests. 2008-04-25 20:34:01 +00:00
Html_cleaner.py Fixed bug in Html_cleaner which produced broken tags like "<br/>" instead of "<br />" 2008-05-02 18:56:03 +00:00
Html_differ.py Completed Html_differ unit tests. 2008-05-02 23:59:03 +00:00
Html_nuker.py Fix so None doesn't ever get added to result list, which screws up the parser. 2007-07-19 19:06:22 +00:00
Notebooks.py * Added replace_contents() to model.Note to set the contents without updating the revision or anything else. 2008-05-03 04:29:23 +00:00
Root.py * Renamed existing controller.Notebooks.load_recent_notes method to just recent_notes(). 2008-04-29 00:54:08 +00:00
Users.py * Increasing after_login max string size from 100 to 1000 to accomodate larger URLs. 2008-04-22 23:24:30 +00:00
Validate.py Finished remake of signup page. You can now click "signup" for non-free accounts even if you're not logged in. 2008-03-24 22:33:00 +00:00
__init__.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00