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 fd0e91ea39 Implemented quota enforcement when uploading a file. This occurs in two places:
1. In progress(), around the time when the file starts uploading. This causes
an upload that's too large to bail before the whole file uploads, but the
quota calculation is only an estimate and relies on the client actually
calling progress().

2. In upload(), when the file finishes uploading. This quota calculation is
exact, but only happens after the entire upload completes.
2008-02-20 20:21:54 +00:00
..
test More work on file uploading. Unit tests need to be fixed. 2008-02-18 20:08:07 +00:00
Async.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00
Database.py Oops.. Debugging print was left in. 2007-10-11 11:18:51 +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 Implemented quota enforcement when uploading a file. This occurs in two places: 2008-02-20 20:21:54 +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 Factored out file upload methods from Notebooks to new Files controller. 2008-02-01 19:17:10 +00:00
Root.py Wrote initial unit tests for new Files controller. A few more still needed. 2008-02-06 01:34:12 +00:00
Users.py Implemented quota enforcement when uploading a file. This occurs in two places: 2008-02-20 20:21:54 +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