File: TODO

package info (click to toggle)
zope-quotafolder 0.1.1%2B0-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 100 kB
  • ctags: 41
  • sloc: python: 359; makefile: 29
file content (23 lines) | stat: -rw-r--r-- 991 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
First release:

- check required attributes on objects (i.e. data on File/Image), report
  warning if missing
- Provide a conversion script (external method) to convert standard folders
  to QuotaFolders                                       DONE
- Prevent 0-changes from propagating
- properly determine size for TinyTablePlus objects
- better QuotaExceeded exception strings                DONE
- ignore superuser, etc.                                DONE
- add proper permissions                                DONE?
- Do not raise exceptions on negative changes           DONE
- LICENSE

Later release
- support TinyTablePlus
- soft/hard quota
- Limit/restrict installable meta types
- configurable size for objects without explicit size? (seems pointless)
- configure max object size per meta type (+ limit # of instances)
- optionally prevent quota updates from propagating beyond a folder (checkbox)
 -> this doesn't have to break nested quotafolders! (though it may give 
 problems)