-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
120 lines (80 loc) · 3.5 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
0.8 (2010-11-28)
================
* added thirdparty/xinha97-pre directory, imported from http://svn.xinha.org/trunk
at r1296. opencore itself will register the resource directory, and
will provide its own xinha configuration file.
0.7 (2009-11-05)
================
* added jquery 1.3.2 so we can maybe start transitioning to it, or at
least make one-off pages that use it. For now, it's recommended to
only use it on pages that need it to reduce overhead. (pw)
* no longer register oc-js resource directory; these javascripts have
recently moved back into opencore where their versions can be more
easily kept in sync with opencore. they will be removed from this
package soon. (egj)
0.6.4 (2009-05-07)
==================
* suppress alert confirmations when pressing the clear word button (rmarianski)
0.6.3 (2009-05-06)
==================
* add word clean button to toolbar (rmarianski)
* call clear fonts when cleaning word as well (rmarianski)
=========================
*** Needs filling out ***
=========================
0.6.0 (2008-07-22)
==================
* add js to inline the add wiki page form when clicking on the link
(rmarianski)
* Added oc-js-static-map class to mark a map as non-draggable.
(egj)
* Use 'geolocation' form field instead of 'position-text'.
'location' will just be used for human-readable description. (egj, pw)
* Fixed http://trac.openplans.org/livablestreets/ticket/169
Copy tabIndex property so that IE users will properly tab through (douglas)
* Fixed http://trac.openplans.org/livablestreets/ticket/282 autosave
cookie clearing bug. Merged changes from streetsblog r17727
(douglas)
* Added oc-js-compactPassword behavior for password fields to receive a
'password' hint (douglas)
* Use zoom of 15 everywhere in maps code (pw)
* For maps UI, unhide existing dom elements instead of inserting new ones (pw)
* Add initial marker hint balloon to google maps UI (pw)
0.5.0 (2008-05-27)
==================
(deployed to openplans.org on 5/15/08, with bogus version
oc_js-0.3.1dev_r16915-py2.4.egg)
Partial changelog reconstructed from svn commits:
* New UnsavedChanges xinha plugin (douglas)
* Import disable functionality from streetsblog (douglas)
* Vacuum: autosave the comment field (ticket #2476) (douglas)
0.4.1 (2008-01-10)
==================
Partial changelog reconstructed from svn commits:
* Remove firebug (egj, rob)
* Cleanup & documentation (novalis)
* new oc-js-unhide behavior, for unhiding js ui on page load; use
this alongside a noscript tag for degradation. Doug has doubts
whether this plays nicely with clients that lack both JS and CSS
support since they'd see both elements. (pw)
* Fix a bug in breathelife preventing multiple behaviors on a single
element (douglas)
* Add new MemberList behavior for dynamically building a list of
members and validating that they exist (douglas)
* In-progress work on google maps stuff (not used in any opencore
release yet) (pw, douglas)
0.4.0 (2007-12-13)
==================
Partial changelog reconstructed from svn commits:
* Get IE to cooperate in fullscreen mode (#1937) (cabraham)
* Remove Project Delete function so we can use generic confirmation
code (douglas)
* Fix pullquote application for ie (#1915) (cabraham)
* Fix scrollbar visibility for firefox on a mac (#1877) (cabraham)
0.3.1 (2007-12-03)
==================
No changelog was kept before this.
Apparently releases 0.2-0.3.0 did not exist?
0.1 (????-??-??)
================
Initial release.