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 8fb1d9a80e Temporary hack so that cache sets are performed whenever save() is called,
regardless of commit flag. Without this, the file upload progress bar breaks
because it gets a stale File object out of the cache.

Eventually, it would be better if cache sets were only done condittionally
based on commit flag, and also whenever Database.commit() is called.
2008-03-06 23:21:15 +00:00
..
test Now using memcached in various places to improve performance. If the Python 2008-03-05 00:34:58 +00:00
Database.py Temporary hack so that cache sets are performed whenever save() is called, 2008-03-06 23:21:15 +00:00
Expire.py Made some changes intended to speed up page loading slightly. 2007-09-01 23:46:15 +00:00
Expose.py Rewrote controller.Files.upload_file() not to use a CherryPy-2.1-style file upload filter. 2008-02-04 20:06:02 +00:00
Files.py Tweaked controller.Files.download() to better handle filenames with weird characters. 2008-02-24 01:01:50 +00:00
Html_cleaner.py Learned to spell JavaScript. 2007-09-10 19:43:51 +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 Now using memcached in various places to improve performance. If the Python 2008-03-05 00:34:58 +00:00
Root.py Beginning revamp of tour page and screenshots. 2008-03-06 07:21:35 +00:00
Users.py Now using memcached in various places to improve performance. If the Python 2008-03-05 00:34:58 +00:00
Validate.py More work on file uploading. Unit tests need to be fixed. 2008-02-18 20:08:07 +00:00
__init__.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00