##// END OF EJS Templates
ws cleanup, +changelog
marcink -
r2174:85a64b98 beta
parent child Browse files
Show More
@@ -4,8 +4,7 b''
4 4 Changelog
5 5 =========
6 6
7
8 1.3.4 (**2012-XX-XX**)
7 1.3.5 (**2012-XX-XX**)
9 8 ----------------------
10 9
11 10 :status: in-progress
@@ -14,6 +13,19 b' 1.3.4 (**2012-XX-XX**)'
14 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 29 - Whoosh logging is now controlled by the .ini files logging setup
18 30 - added clone-url into edit form on /settings page
19 31 - added help text into repo add/edit forms
@@ -68,7 +68,7 b' try:'
68 68 except NotImplementedError:
69 69 pass
70 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 72 # simplejson
73 73 _sj.dumps = functools.partial(_sj.dumps, default=extended_encode,
74 74 use_decimal=False)
@@ -133,13 +133,13 b''
133 133 ## IE hacks
134 134 <!--[if IE 7]>
135 135 <script>YUD.addClass(document.body,'ie7')</script>
136 <![endif]-->
136 <![endif]-->
137 137 <!--[if IE 8]>
138 138 <script>YUD.addClass(document.body,'ie8')</script>
139 139 <![endif]-->
140 140 <!--[if IE 9]>
141 141 <script>YUD.addClass(document.body,'ie9')</script>
142 <![endif]-->
142 <![endif]-->
143 143
144 144 ${next.body()}
145 145 </body>
General Comments 0
You need to be logged in to leave comments. Login now