##// END OF EJS Templates
updated changelog
marcink -
r1537:c307c920 beta
parent child Browse files
Show More
@@ -1,354 +1,365 b''
1 1 .. _changelog:
2 2
3 3 Changelog
4 4 =========
5 5
6 6
7 7 1.3.0 (**XXXX-XX-XX**)
8 8 ======================
9 9
10 10 :status: in-progress
11 11 :branch: beta
12 12
13 13 news
14 14 ----
15 15
16 16 fixes
17 17 -----
18 18
19 1.2.1 (**2011-10-08**)
20 ======================
21
22 news
23 ----
19 24
20 25
26 fixes
27 -----
28
29 - fixed problems with basic auth and push problems
30 - gui fixes
31 - fixed logger
21 32
22 33 1.2.0 (**2011-10-07**)
23 34 ======================
24 35
25 36 news
26 37 ----
27 38
28 39 - implemented #47 repository groups
29 40 - implemented #89 Can setup google analytics code from settings menu
30 41 - implemented #91 added nicer looking archive urls with more download options
31 42 like tags, branches
32 43 - implemented #44 into file browsing, and added follow branch option
33 44 - implemented #84 downloads can be enabled/disabled for each repository
34 45 - anonymous repository can be cloned without having to pass default:default
35 46 into clone url
36 47 - fixed #90 whoosh indexer can index chooses repositories passed in command
37 48 line
38 49 - extended journal with day aggregates and paging
39 50 - implemented #107 source code lines highlight ranges
40 51 - implemented #93 customizable changelog on combined revision ranges -
41 52 equivalent of githubs compare view
42 53 - implemented #108 extended and more powerful LDAP configuration
43 54 - implemented #56 users groups
44 55 - major code rewrites optimized codes for speed and memory usage
45 56 - raw and diff downloads are now in git format
46 57 - setup command checks for write access to given path
47 58 - fixed many issues with international characters and unicode. It uses utf8
48 59 decode with replace to provide less errors even with non utf8 encoded strings
49 60 - #125 added API KEY access to feeds
50 61 - #109 Repository can be created from external Mercurial link (aka. remote
51 62 repository, and manually updated (via pull) from admin panel
52 63 - beta git support - push/pull server + basic view for git repos
53 64 - added followers page and forks page
54 65 - server side file creation (with binary file upload interface)
55 66 and edition with commits powered by codemirror
56 67 - #111 file browser file finder, quick lookup files on whole file tree
57 68 - added quick login sliding menu into main page
58 69 - changelog uses lazy loading of affected files details, in some scenarios
59 70 this can improve speed of changelog page dramatically especially for
60 71 larger repositories.
61 72 - implements #214 added support for downloading subrepos in download menu.
62 73 - Added basic API for direct operations on rhodecode via JSON
63 74 - Implemented advanced hook management
64 75
65 76 fixes
66 77 -----
67 78
68 79 - fixed file browser bug, when switching into given form revision the url was
69 80 not changing
70 81 - fixed propagation to error controller on simplehg and simplegit middlewares
71 82 - fixed error when trying to make a download on empty repository
72 83 - fixed problem with '[' chars in commit messages in journal
73 84 - fixed #99 Unicode errors, on file node paths with non utf-8 characters
74 85 - journal fork fixes
75 86 - removed issue with space inside renamed repository after deletion
76 87 - fixed strange issue on formencode imports
77 88 - fixed #126 Deleting repository on Windows, rename used incompatible chars.
78 89 - #150 fixes for errors on repositories mapped in db but corrupted in
79 90 filesystem
80 91 - fixed problem with ascendant characters in realm #181
81 92 - fixed problem with sqlite file based database connection pool
82 93 - whoosh indexer and code stats share the same dynamic extensions map
83 94 - fixes #188 - relationship delete of repo_to_perm entry on user removal
84 95 - fixes issue #189 Trending source files shows "show more" when no more exist
85 96 - fixes issue #197 Relative paths for pidlocks
86 97 - fixes issue #198 password will require only 3 chars now for login form
87 98 - fixes issue #199 wrong redirection for non admin users after creating a repository
88 99 - fixes issues #202, bad db constraint made impossible to attach same group
89 100 more than one time. Affects only mysql/postgres
90 101 - fixes #218 os.kill patch for windows was missing sig param
91 102 - improved rendering of dag (they are not trimmed anymore when number of
92 103 heads exceeds 5)
93 104
94 105 1.1.8 (**2011-04-12**)
95 106 ======================
96 107
97 108 news
98 109 ----
99 110
100 111 - improved windows support
101 112
102 113 fixes
103 114 -----
104 115
105 116 - fixed #140 freeze of python dateutil library, since new version is python2.x
106 117 incompatible
107 118 - setup-app will check for write permission in given path
108 119 - cleaned up license info issue #149
109 120 - fixes for issues #137,#116 and problems with unicode and accented characters.
110 121 - fixes crashes on gravatar, when passed in email as unicode
111 122 - fixed tooltip flickering problems
112 123 - fixed came_from redirection on windows
113 124 - fixed logging modules, and sql formatters
114 125 - windows fixes for os.kill issue #133
115 126 - fixes path splitting for windows issues #148
116 127 - fixed issue #143 wrong import on migration to 1.1.X
117 128 - fixed problems with displaying binary files, thanks to Thomas Waldmann
118 129 - removed name from archive files since it's breaking ui for long repo names
119 130 - fixed issue with archive headers sent to browser, thanks to Thomas Waldmann
120 131 - fixed compatibility for 1024px displays, and larger dpi settings, thanks to
121 132 Thomas Waldmann
122 133 - fixed issue #166 summary pager was skipping 10 revisions on second page
123 134
124 135
125 136 1.1.7 (**2011-03-23**)
126 137 ======================
127 138
128 139 news
129 140 ----
130 141
131 142 fixes
132 143 -----
133 144
134 145 - fixed (again) #136 installation support for FreeBSD
135 146
136 147
137 148 1.1.6 (**2011-03-21**)
138 149 ======================
139 150
140 151 news
141 152 ----
142 153
143 154 fixes
144 155 -----
145 156
146 157 - fixed #136 installation support for FreeBSD
147 158 - RhodeCode will check for python version during installation
148 159
149 160 1.1.5 (**2011-03-17**)
150 161 ======================
151 162
152 163 news
153 164 ----
154 165
155 166 - basic windows support, by exchanging pybcrypt into sha256 for windows only
156 167 highly inspired by idea of mantis406
157 168
158 169 fixes
159 170 -----
160 171
161 172 - fixed sorting by author in main page
162 173 - fixed crashes with diffs on binary files
163 174 - fixed #131 problem with boolean values for LDAP
164 175 - fixed #122 mysql problems thanks to striker69
165 176 - fixed problem with errors on calling raw/raw_files/annotate functions
166 177 with unknown revisions
167 178 - fixed returned rawfiles attachment names with international character
168 179 - cleaned out docs, big thanks to Jason Harris
169 180
170 181 1.1.4 (**2011-02-19**)
171 182 ======================
172 183
173 184 news
174 185 ----
175 186
176 187 fixes
177 188 -----
178 189
179 190 - fixed formencode import problem on settings page, that caused server crash
180 191 when that page was accessed as first after server start
181 192 - journal fixes
182 193 - fixed option to access repository just by entering http://server/<repo_name>
183 194
184 195 1.1.3 (**2011-02-16**)
185 196 ======================
186 197
187 198 news
188 199 ----
189 200
190 201 - implemented #102 allowing the '.' character in username
191 202 - added option to access repository just by entering http://server/<repo_name>
192 203 - celery task ignores result for better performance
193 204
194 205 fixes
195 206 -----
196 207
197 208 - fixed ehlo command and non auth mail servers on smtp_lib. Thanks to
198 209 apollo13 and Johan Walles
199 210 - small fixes in journal
200 211 - fixed problems with getting setting for celery from .ini files
201 212 - registration, password reset and login boxes share the same title as main
202 213 application now
203 214 - fixed #113: to high permissions to fork repository
204 215 - fixed problem with '[' chars in commit messages in journal
205 216 - removed issue with space inside renamed repository after deletion
206 217 - db transaction fixes when filesystem repository creation failed
207 218 - fixed #106 relation issues on databases different than sqlite
208 219 - fixed static files paths links to use of url() method
209 220
210 221 1.1.2 (**2011-01-12**)
211 222 ======================
212 223
213 224 news
214 225 ----
215 226
216 227
217 228 fixes
218 229 -----
219 230
220 231 - fixes #98 protection against float division of percentage stats
221 232 - fixed graph bug
222 233 - forced webhelpers version since it was making troubles during installation
223 234
224 235 1.1.1 (**2011-01-06**)
225 236 ======================
226 237
227 238 news
228 239 ----
229 240
230 241 - added force https option into ini files for easier https usage (no need to
231 242 set server headers with this options)
232 243 - small css updates
233 244
234 245 fixes
235 246 -----
236 247
237 248 - fixed #96 redirect loop on files view on repositories without changesets
238 249 - fixed #97 unicode string passed into server header in special cases (mod_wsgi)
239 250 and server crashed with errors
240 251 - fixed large tooltips problems on main page
241 252 - fixed #92 whoosh indexer is more error proof
242 253
243 254 1.1.0 (**2010-12-18**)
244 255 ======================
245 256
246 257 news
247 258 ----
248 259
249 260 - rewrite of internals for vcs >=0.1.10
250 261 - uses mercurial 1.7 with dotencode disabled for maintaining compatibility
251 262 with older clients
252 263 - anonymous access, authentication via ldap
253 264 - performance upgrade for cached repos list - each repository has it's own
254 265 cache that's invalidated when needed.
255 266 - performance upgrades on repositories with large amount of commits (20K+)
256 267 - main page quick filter for filtering repositories
257 268 - user dashboards with ability to follow chosen repositories actions
258 269 - sends email to admin on new user registration
259 270 - added cache/statistics reset options into repository settings
260 271 - more detailed action logger (based on hooks) with pushed changesets lists
261 272 and options to disable those hooks from admin panel
262 273 - introduced new enhanced changelog for merges that shows more accurate results
263 274 - new improved and faster code stats (based on pygments lexers mapping tables,
264 275 showing up to 10 trending sources for each repository. Additionally stats
265 276 can be disabled in repository settings.
266 277 - gui optimizations, fixed application width to 1024px
267 278 - added cut off (for large files/changesets) limit into config files
268 279 - whoosh, celeryd, upgrade moved to paster command
269 280 - other than sqlite database backends can be used
270 281
271 282 fixes
272 283 -----
273 284
274 285 - fixes #61 forked repo was showing only after cache expired
275 286 - fixes #76 no confirmation on user deletes
276 287 - fixes #66 Name field misspelled
277 288 - fixes #72 block user removal when he owns repositories
278 289 - fixes #69 added password confirmation fields
279 290 - fixes #87 RhodeCode crashes occasionally on updating repository owner
280 291 - fixes #82 broken annotations on files with more than 1 blank line at the end
281 292 - a lot of fixes and tweaks for file browser
282 293 - fixed detached session issues
283 294 - fixed when user had no repos he would see all repos listed in my account
284 295 - fixed ui() instance bug when global hgrc settings was loaded for server
285 296 instance and all hgrc options were merged with our db ui() object
286 297 - numerous small bugfixes
287 298
288 299 (special thanks for TkSoh for detailed feedback)
289 300
290 301
291 302 1.0.2 (**2010-11-12**)
292 303 ======================
293 304
294 305 news
295 306 ----
296 307
297 308 - tested under python2.7
298 309 - bumped sqlalchemy and celery versions
299 310
300 311 fixes
301 312 -----
302 313
303 314 - fixed #59 missing graph.js
304 315 - fixed repo_size crash when repository had broken symlinks
305 316 - fixed python2.5 crashes.
306 317
307 318
308 319 1.0.1 (**2010-11-10**)
309 320 ======================
310 321
311 322 news
312 323 ----
313 324
314 325 - small css updated
315 326
316 327 fixes
317 328 -----
318 329
319 330 - fixed #53 python2.5 incompatible enumerate calls
320 331 - fixed #52 disable mercurial extension for web
321 332 - fixed #51 deleting repositories don't delete it's dependent objects
322 333
323 334
324 335 1.0.0 (**2010-11-02**)
325 336 ======================
326 337
327 338 - security bugfix simplehg wasn't checking for permissions on commands
328 339 other than pull or push.
329 340 - fixed doubled messages after push or pull in admin journal
330 341 - templating and css corrections, fixed repo switcher on chrome, updated titles
331 342 - admin menu accessible from options menu on repository view
332 343 - permissions cached queries
333 344
334 345 1.0.0rc4 (**2010-10-12**)
335 346 ==========================
336 347
337 348 - fixed python2.5 missing simplejson imports (thanks to Jens Bäckman)
338 349 - removed cache_manager settings from sqlalchemy meta
339 350 - added sqlalchemy cache settings to ini files
340 351 - validated password length and added second try of failure on paster setup-app
341 352 - fixed setup database destroy prompt even when there was no db
342 353
343 354
344 355 1.0.0rc3 (**2010-10-11**)
345 356 =========================
346 357
347 358 - fixed i18n during installation.
348 359
349 360 1.0.0rc2 (**2010-10-11**)
350 361 =========================
351 362
352 363 - Disabled dirsize in file browser, it's causing nasty bug when dir renames
353 364 occure. After vcs is fixed it'll be put back again.
354 365 - templating/css rewrites, optimized css. No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now