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/js
Dan Helfman e4c6fa052a * bug: occasionally, undeleted notes don't leave the trash (but change to having non-trash buttons when undeleted).
repro:
    1. delete a note
    2. go to the trash
    3. click undelete, and then *very quickly*, click the name of the notebook
    4. when the notebook loads, it won't have the undeleted note
    5. go back to the trash. the deleted note will be there, with non-trash note buttons
  this seems to be a race between undelete_editor_via_trash() and save_editor(), which is invoked upon page close. solution: don't
  allow save_editor() to call save_note() if editor.closed is set
2008-01-18 21:29:11 +00:00
..
test * model.Invite now has a to_dict() method, like other model classes do. 2007-12-12 00:52:34 +00:00
Editor.js Fixed bug where revoke buttons would be created with the same invite_id due to 2008-01-06 06:01:30 +00:00
Invoker.js "Please check your inbox" message is now an orange message box instead of a red error box. 2007-09-27 22:40:18 +00:00
MochiKit.js Hack to MochiKit's Visual.ScrollTo() to make it work in IE. 2007-10-31 22:48:15 +00:00
MochiKit_LICENSE Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00
Wiki.js * bug: occasionally, undeleted notes don't leave the trash (but change to having non-trash buttons when undeleted). 2008-01-18 21:29:11 +00:00