##// END OF EJS Templates
ws cleanup, +changelog
marcink -
r2174:85a64b98 beta
parent child Browse files
Show More
@@ -4,8 +4,7 b''
4 Changelog
4 Changelog
5 =========
5 =========
6
6
7
7 1.3.5 (**2012-XX-XX**)
8 1.3.4 (**2012-XX-XX**)
9 ----------------------
8 ----------------------
10
9
11 :status: in-progress
10 :status: in-progress
@@ -14,6 +13,19 b' 1.3.4 (**2012-XX-XX**)'
14 news
13 news
15 ++++
14 ++++
16
15
16 - use ext_json for json module
17
18 fixes
19 +++++
20
21 - fixed dev-version marker for stable when served from source codes
22
23 1.3.4 (**2012-03-28**)
24 ----------------------
25
26 news
27 ++++
28
17 - Whoosh logging is now controlled by the .ini files logging setup
29 - Whoosh logging is now controlled by the .ini files logging setup
18 - added clone-url into edit form on /settings page
30 - added clone-url into edit form on /settings page
19 - added help text into repo add/edit forms
31 - added help text into repo add/edit forms
@@ -68,7 +68,7 b' try:'
68 except NotImplementedError:
68 except NotImplementedError:
69 pass
69 pass
70 raise TypeError("%r is not JSON serializable" % (obj,))
70 raise TypeError("%r is not JSON serializable" % (obj,))
71 # we handle decimals our own it makes unified behavior of json vs
71 # we handle decimals our own it makes unified behavior of json vs
72 # simplejson
72 # simplejson
73 _sj.dumps = functools.partial(_sj.dumps, default=extended_encode,
73 _sj.dumps = functools.partial(_sj.dumps, default=extended_encode,
74 use_decimal=False)
74 use_decimal=False)
@@ -133,13 +133,13 b''
133 ## IE hacks
133 ## IE hacks
134 <!--[if IE 7]>
134 <!--[if IE 7]>
135 <script>YUD.addClass(document.body,'ie7')</script>
135 <script>YUD.addClass(document.body,'ie7')</script>
136 <![endif]-->
136 <![endif]-->
137 <!--[if IE 8]>
137 <!--[if IE 8]>
138 <script>YUD.addClass(document.body,'ie8')</script>
138 <script>YUD.addClass(document.body,'ie8')</script>
139 <![endif]-->
139 <![endif]-->
140 <!--[if IE 9]>
140 <!--[if IE 9]>
141 <script>YUD.addClass(document.body,'ie9')</script>
141 <script>YUD.addClass(document.body,'ie9')</script>
142 <![endif]-->
142 <![endif]-->
143
143
144 ${next.body()}
144 ${next.body()}
145 </body>
145 </body>
General Comments 0
You need to be logged in to leave comments. Login now