Archived
1
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
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
..
css CSS for <ins> and <del> tags, used for diffs. 2008-05-02 18:59:26 +00:00
html Fixing broken URL. 2008-05-01 17:57:05 +00:00
images Adding unfinished Forums controller and associated tests. 2008-04-25 20:34:01 +00:00
js * 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
jsunit Beginning stubs for client-side javascript "unit" tests. (Probably more like 2007-09-06 10:25:06 +00:00