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