~azzar1/unity/add-show-desktop-key

  • Committer: dcoles
  • Date: 2008-08-06 04:52:58 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:984
Groups: Added userservice/create_project call. You can now create a project in 
the database if you have CAP_MANAGEPROJECTS.
Also tried to standardise dates. ISO 8601 seems to be the best option (short of  
using the unix time which is pretty unreadable).
The 'deadline' parameter expects a ISO 8601 like string (at the moment 
something in the same form as what json.js does when called to parse a Date 
instance ie.  `(new Date()).toJSON()`). Really we should be far more flexible 
than that, but Python surprsingly doesn't have a good way to deal with ISO 
dates. We might have to write our own parser - see common.util.parse_iso8601() 
for an absolute minimal implementation.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 409 17 years ago mattgiuca Moved www/conf and www/common to a new directory l Empty Diff Download File
caps.py 981 16 years ago dcoles Groups: Added in support for creating groups in th 5.3 KB Diff Download File
cgirequest.py 851 16 years ago wagrant Give CGIRequest an exception handler which turns a 11.9 KB Diff Download File
chat.py 977 16 years ago dcoles Console: Work on making console more responsive to 4.1 KB Diff Download File
date.py 892 16 years ago wagrant fileservice_lib: Give date pretty-printing functio 2.4 KB Diff Download File
db.py 983 16 years ago wagrant subjects, tutorial: Factor out subject enrolment s 41.4 KB Diff Download File
forumutil.py 975 16 years ago dcoles Cookies: We now invalidate (expire and blank) all 1.4 KB Diff Download File
interpret.py 978 16 years ago dcoles Interpret: Documentation fix. We have enabled cook 16.3 KB Diff Download File
makeuser.py 937 16 years ago wagrant common.makeuser: Generalise make_svn_repo() to tak 14 KB Diff Download File
studpath.py 724 16 years ago dcoles public mode: Backend changes to enable public mode 6 KB Diff Download File
svn.py 889 16 years ago wagrant common.svn: Add a method to check if a path has th 2.3 KB Diff Download File
user.py 669 16 years ago mattgiuca Timestamps are now stored within the program as Py 4.2 KB Diff Download File
util.py 984 16 years ago dcoles Groups: Added userservice/create_project call. You 7.3 KB Diff Download File
zip.py 763 16 years ago mattgiuca Zip file uploading now works. (Patch submitted by 4.3 KB Diff Download File