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 9e0177f90c - bug: if you save a note that fails to be saved, e.g. due to being longer than 25k characters in size, then the note still shows up in
recent updates. fixed by making it so that when an error is received by invoker, the error message is displayed but the callback is
  not invoked
- bug: if you get an error when saving a note, the note should not disappear. it should still be present so you can try to save it again    - make invoker not call a callback if there's an error
  - in Wiki.hide_editor(), only close an editor after save_editor() has invoked a provided callback function
  - make sure this doesn't break the note conflict notification error (saved editor should still shutdown)
  - test this in IE
2008-05-06 05:47:31 +00:00
..
css * Fixed a bug that prevented diffs from working for notes with links. 2008-05-03 05:36:28 +00:00
html Fixed a database indexing bug that prevented notes with really long (~2700+ 2008-05-05 22:56:20 +00:00
images Adding unfinished Forums controller and associated tests. 2008-04-25 20:34:01 +00:00
js - bug: if you save a note that fails to be saved, e.g. due to being longer than 25k characters in size, then the note still shows up in 2008-05-06 05:47:31 +00:00
jsunit Beginning stubs for client-side javascript "unit" tests. (Probably more like 2007-09-06 10:25:06 +00:00