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

« back to all changes in this revision

Viewing changes to doc/notes/timeline.txt

  • Committer: David Coles
  • Date: 2010-08-30 03:26:13 UTC
  • Revision ID: coles.david@gmail.com-20100830032613-d14vng0jkelniu3l
python-console: Fix globals broken with new JSON library.

simplejson always returns unicode strings. cJSON would return ordinary strings 
if possible. cPickle.loads() only accepts strings. At present we use pickle 
version 0 so they should all works as ASCII strings. Higher versions of pickle 
are not plain ASCII and are likely to break this and so this should be fixed 
at some point.

Also replaced unconditional exception with one that catches Pickle errors. Not 
sure the best way to report failures of these functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Project Timeline
2
 
 
3
 
2007-11-26
4
 
 
5
 
* Dilshan starting work on Python content
6
 
 
7
 
2007-12-03
8
 
 
9
 
* Matt starting work on file browser and system architecture
10
 
* Hardware ordered
11
 
 
12
 
2007-12-10
13
 
 
14
 
* Database
15
 
 
16
 
2007-12-17
17
 
 
18
 
* File browser testing
19
 
* Hardware commissioned
20
 
 
21
 
2007-12-24 University Closed
22
 
 
23
 
2007-12-31
24
 
 
25
 
* back-end testing
26
 
 
27
 
2008-01-07
28
 
 
29
 
2008-01-14
30
 
 
31
 
2008-01-21
32
 
 
33
 
2008-01-28 1.0 alpha
34
 
 
35
 
* core clients: file browser, console, submit/publish, tutorial system
36
 
* stress testing
37
 
 
38
 
2008-02-04
39
 
 
40
 
2008-02-11 1.0 beta
41
 
 
42
 
* remaining clients: user/group management, peer review, discussion forums, logging
43
 
 
44
 
2008-02-18 Training Week
45
 
 
46
 
* adding chrome (autorefresh, web 2.0)
47
 
 
48
 
2008-02-25 Orientation Week
49
 
 
50
 
2008-03-03 Semester 1
51
 
 
52
 
 
53