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 2c20d60f9e * Rewrote all wiki note links to be of the form: /notebooks/notebookid?note_id=noteid
* Refactored some of validator decorator to use clearer variable names internally.
 * Validator decorator now supports treating arguments with default values as optional.
 * controller.Notebooks.default() takes an optional note_id argument.
 * controller.Notebooks.contents() takes an optional note_id argument.
 * Wiki.js now makes use of these new controller APIs.
 * Editor.js now takes a notebook_id argument to its constructor so it can properly make links.
2007-07-28 04:22:44 +00:00
..
test * Rewrote all wiki note links to be of the form: /notebooks/notebookid?note_id=noteid 2007-07-28 04:22:44 +00:00
Async.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00
Database.py For none_okay validator flag, allow empty strings as well. 2007-07-28 04:11:14 +00:00
Expire.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00
Expose.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00
Html_cleaner.py Html_cleaner no longer converts ":" to ":". 2007-07-19 19:23:59 +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 a "changes" tab with a list of revision timestamps for each note. Note yet clickable. 2007-07-26 01:18:41 +00:00
Root.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00
Scheduler.py Replaced Scheduler's internal use of threading.Event with threading.Semaphore 2007-07-19 22:18:07 +00:00
Updater.py Now, if an exception is raised within a function decorated with 2007-07-19 23:13:19 +00:00
Users.py Schema change to secondary ids are stored with their class, not just their bare id. 2007-07-20 20:05:02 +00:00
Validate.py * Rewrote all wiki note links to be of the form: /notebooks/notebookid?note_id=noteid 2007-07-28 04:22:44 +00:00
__init__.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00