Show More
@@ -1,178 +1,183 b'' | |||||
1 | .. _changelog: |
|
1 | .. _changelog: | |
2 |
|
2 | |||
3 | Changelog |
|
3 | Changelog | |
4 | ========= |
|
4 | ========= | |
5 |
|
5 | |||
6 | 1.2.0 (**2011-XX-XX**) |
|
6 | 1.2.0 (**2011-XX-XX**) | |
7 | ====================== |
|
7 | ====================== | |
8 |
|
8 | |||
9 | :status: in-progress |
|
9 | :status: in-progress | |
10 | :branch: beta |
|
10 | :branch: beta | |
11 |
|
11 | |||
12 | news |
|
12 | news | |
13 | ---- |
|
13 | ---- | |
14 |
|
14 | |||
15 | - implemented #89 Can setup google analytics code from settings menu |
|
15 | - implemented #89 Can setup google analytics code from settings menu | |
16 | - implemented #91 added nicer looking archive urls |
|
16 | - implemented #91 added nicer looking archive urls with more download options | |
|
17 | like tags, branches | |||
17 | - implemented #44 into file browsing, and added follow branch option |
|
18 | - implemented #44 into file browsing, and added follow branch option | |
|
19 | - implemented #102 allowing '.' in username | |||
|
20 | - implemented #84 downloads can be enabled/disabled for each repository | |||
18 | - anonymous repository can be cloned without having to pass default:default |
|
21 | - anonymous repository can be cloned without having to pass default:default | |
19 | into clone url |
|
22 | into clone url | |
20 | - fixed #90 whoosh indexer can index chooses repositories passed in command |
|
23 | - fixed #90 whoosh indexer can index chooses repositories passed in command | |
21 | line |
|
24 | line | |
22 | - added dynamic download links in summary. With quick branch/tag selection |
|
25 | - added dynamic download links in summary. With quick branch/tag selection | |
23 |
|
26 | |||
24 | fixes |
|
27 | fixes | |
25 | ----- |
|
28 | ----- | |
26 |
|
29 | |||
27 | - fixed file browser bug, when switching into given form revision the url was |
|
30 | - fixed file browser bug, when switching into given form revision the url was | |
28 | not changing |
|
31 | not changing | |
29 | - fixed propagation to error controller on simplehg and simplegit middlewares |
|
32 | - fixed propagation to error controller on simplehg and simplegit middlewares | |
30 | - fixed error when trying to make a download on empty repository |
|
33 | - fixed error when trying to make a download on empty repository | |
31 |
|
34 | - fixed ehlo command on mailserver. Was not working on some hosting setups | ||
|
35 | - fixed problem with '[' chars in commit messages in journal | |||
|
36 | - fixed #99 Unicode errors, on file node paths with non utf-8 characters | |||
32 |
|
37 | |||
33 | 1.1.2 (**2011-01-12**) |
|
38 | 1.1.2 (**2011-01-12**) | |
34 | ====================== |
|
39 | ====================== | |
35 |
|
40 | |||
36 | news |
|
41 | news | |
37 | ---- |
|
42 | ---- | |
38 |
|
43 | |||
39 |
|
44 | |||
40 | fixes |
|
45 | fixes | |
41 | ----- |
|
46 | ----- | |
42 |
|
47 | |||
43 | - fixes #98 protection against float division of percentage stats |
|
48 | - fixes #98 protection against float division of percentage stats | |
44 | - fixed graph bug |
|
49 | - fixed graph bug | |
45 | - forced webhelpers version since it was making troubles during installation |
|
50 | - forced webhelpers version since it was making troubles during installation | |
46 |
|
51 | |||
47 |
|
52 | |||
48 | 1.1.1 (**2011-01-06**) |
|
53 | 1.1.1 (**2011-01-06**) | |
49 | ====================== |
|
54 | ====================== | |
50 |
|
55 | |||
51 | news |
|
56 | news | |
52 | ---- |
|
57 | ---- | |
53 |
|
58 | |||
54 | - added force https option into ini files for easier https usage (no need to |
|
59 | - added force https option into ini files for easier https usage (no need to | |
55 | set server headers with this options) |
|
60 | set server headers with this options) | |
56 | - small css updates |
|
61 | - small css updates | |
57 |
|
62 | |||
58 | fixes |
|
63 | fixes | |
59 | ----- |
|
64 | ----- | |
60 |
|
65 | |||
61 | - fixed #96 redirect loop on files view on repositories without changesets |
|
66 | - fixed #96 redirect loop on files view on repositories without changesets | |
62 | - fixed #97 unicode string passed into server header in special cases (mod_wsgi) |
|
67 | - fixed #97 unicode string passed into server header in special cases (mod_wsgi) | |
63 | and server crashed with errors |
|
68 | and server crashed with errors | |
64 | - fixed large tooltips problems on main page |
|
69 | - fixed large tooltips problems on main page | |
65 | - fixed #92 whoosh indexer is more error proof |
|
70 | - fixed #92 whoosh indexer is more error proof | |
66 |
|
71 | |||
67 | 1.1.0 (**2010-12-18**) |
|
72 | 1.1.0 (**2010-12-18**) | |
68 | ====================== |
|
73 | ====================== | |
69 |
|
74 | |||
70 | news |
|
75 | news | |
71 | ---- |
|
76 | ---- | |
72 |
|
77 | |||
73 | - rewrite of internals for vcs >=0.1.10 |
|
78 | - rewrite of internals for vcs >=0.1.10 | |
74 | - uses mercurial 1.7 with dotencode disabled for maintaining compatibility |
|
79 | - uses mercurial 1.7 with dotencode disabled for maintaining compatibility | |
75 | with older clients |
|
80 | with older clients | |
76 | - anonymous access, authentication via ldap |
|
81 | - anonymous access, authentication via ldap | |
77 | - performance upgrade for cached repos list - each repository has it's own |
|
82 | - performance upgrade for cached repos list - each repository has it's own | |
78 | cache that's invalidated when needed. |
|
83 | cache that's invalidated when needed. | |
79 | - performance upgrades on repositories with large amount of commits (20K+) |
|
84 | - performance upgrades on repositories with large amount of commits (20K+) | |
80 | - main page quick filter for filtering repositories |
|
85 | - main page quick filter for filtering repositories | |
81 | - user dashboards with ability to follow chosen repositories actions |
|
86 | - user dashboards with ability to follow chosen repositories actions | |
82 | - sends email to admin on new user registration |
|
87 | - sends email to admin on new user registration | |
83 | - added cache/statistics reset options into repository settings |
|
88 | - added cache/statistics reset options into repository settings | |
84 | - more detailed action logger (based on hooks) with pushed changesets lists |
|
89 | - more detailed action logger (based on hooks) with pushed changesets lists | |
85 | and options to disable those hooks from admin panel |
|
90 | and options to disable those hooks from admin panel | |
86 | - introduced new enhanced changelog for merges that shows more accurate results |
|
91 | - introduced new enhanced changelog for merges that shows more accurate results | |
87 | - new improved and faster code stats (based on pygments lexers mapping tables, |
|
92 | - new improved and faster code stats (based on pygments lexers mapping tables, | |
88 | showing up to 10 trending sources for each repository. Additionally stats |
|
93 | showing up to 10 trending sources for each repository. Additionally stats | |
89 | can be disabled in repository settings. |
|
94 | can be disabled in repository settings. | |
90 | - gui optimizations, fixed application width to 1024px |
|
95 | - gui optimizations, fixed application width to 1024px | |
91 | - added cut off (for large files/changesets) limit into config files |
|
96 | - added cut off (for large files/changesets) limit into config files | |
92 | - whoosh, celeryd, upgrade moved to paster command |
|
97 | - whoosh, celeryd, upgrade moved to paster command | |
93 | - other than sqlite database backends can be used |
|
98 | - other than sqlite database backends can be used | |
94 |
|
99 | |||
95 | fixes |
|
100 | fixes | |
96 | ----- |
|
101 | ----- | |
97 |
|
102 | |||
98 | - fixes #61 forked repo was showing only after cache expired |
|
103 | - fixes #61 forked repo was showing only after cache expired | |
99 | - fixes #76 no confirmation on user deletes |
|
104 | - fixes #76 no confirmation on user deletes | |
100 | - fixes #66 Name field misspelled |
|
105 | - fixes #66 Name field misspelled | |
101 | - fixes #72 block user removal when he owns repositories |
|
106 | - fixes #72 block user removal when he owns repositories | |
102 | - fixes #69 added password confirmation fields |
|
107 | - fixes #69 added password confirmation fields | |
103 | - fixes #87 RhodeCode crashes occasionally on updating repository owner |
|
108 | - fixes #87 RhodeCode crashes occasionally on updating repository owner | |
104 | - fixes #82 broken annotations on files with more than 1 blank line at the end |
|
109 | - fixes #82 broken annotations on files with more than 1 blank line at the end | |
105 | - a lot of fixes and tweaks for file browser |
|
110 | - a lot of fixes and tweaks for file browser | |
106 | - fixed detached session issues |
|
111 | - fixed detached session issues | |
107 | - fixed when user had no repos he would see all repos listed in my account |
|
112 | - fixed when user had no repos he would see all repos listed in my account | |
108 | - fixed ui() instance bug when global hgrc settings was loaded for server |
|
113 | - fixed ui() instance bug when global hgrc settings was loaded for server | |
109 | instance and all hgrc options were merged with our db ui() object |
|
114 | instance and all hgrc options were merged with our db ui() object | |
110 | - numerous small bugfixes |
|
115 | - numerous small bugfixes | |
111 |
|
116 | |||
112 | (special thanks for TkSoh for detailed feedback) |
|
117 | (special thanks for TkSoh for detailed feedback) | |
113 |
|
118 | |||
114 |
|
119 | |||
115 | 1.0.2 (**2010-11-12**) |
|
120 | 1.0.2 (**2010-11-12**) | |
116 | ====================== |
|
121 | ====================== | |
117 |
|
122 | |||
118 | news |
|
123 | news | |
119 | ---- |
|
124 | ---- | |
120 |
|
125 | |||
121 | - tested under python2.7 |
|
126 | - tested under python2.7 | |
122 | - bumped sqlalchemy and celery versions |
|
127 | - bumped sqlalchemy and celery versions | |
123 |
|
128 | |||
124 | fixes |
|
129 | fixes | |
125 | ----- |
|
130 | ----- | |
126 |
|
131 | |||
127 | - fixed #59 missing graph.js |
|
132 | - fixed #59 missing graph.js | |
128 | - fixed repo_size crash when repository had broken symlinks |
|
133 | - fixed repo_size crash when repository had broken symlinks | |
129 | - fixed python2.5 crashes. |
|
134 | - fixed python2.5 crashes. | |
130 |
|
135 | |||
131 |
|
136 | |||
132 | 1.0.1 (**2010-11-10**) |
|
137 | 1.0.1 (**2010-11-10**) | |
133 | ====================== |
|
138 | ====================== | |
134 |
|
139 | |||
135 | news |
|
140 | news | |
136 | ---- |
|
141 | ---- | |
137 |
|
142 | |||
138 | - small css updated |
|
143 | - small css updated | |
139 |
|
144 | |||
140 | fixes |
|
145 | fixes | |
141 | ----- |
|
146 | ----- | |
142 |
|
147 | |||
143 | - fixed #53 python2.5 incompatible enumerate calls |
|
148 | - fixed #53 python2.5 incompatible enumerate calls | |
144 | - fixed #52 disable mercurial extension for web |
|
149 | - fixed #52 disable mercurial extension for web | |
145 | - fixed #51 deleting repositories don't delete it's dependent objects |
|
150 | - fixed #51 deleting repositories don't delete it's dependent objects | |
146 |
|
151 | |||
147 |
|
152 | |||
148 | 1.0.0 (**2010-11-02**) |
|
153 | 1.0.0 (**2010-11-02**) | |
149 | ====================== |
|
154 | ====================== | |
150 |
|
155 | |||
151 | - security bugfix simplehg wasn't checking for permissions on commands |
|
156 | - security bugfix simplehg wasn't checking for permissions on commands | |
152 | other than pull or push. |
|
157 | other than pull or push. | |
153 | - fixed doubled messages after push or pull in admin journal |
|
158 | - fixed doubled messages after push or pull in admin journal | |
154 | - templating and css corrections, fixed repo switcher on chrome, updated titles |
|
159 | - templating and css corrections, fixed repo switcher on chrome, updated titles | |
155 | - admin menu accessible from options menu on repository view |
|
160 | - admin menu accessible from options menu on repository view | |
156 | - permissions cached queries |
|
161 | - permissions cached queries | |
157 |
|
162 | |||
158 | 1.0.0rc4 (**2010-10-12**) |
|
163 | 1.0.0rc4 (**2010-10-12**) | |
159 | ========================== |
|
164 | ========================== | |
160 |
|
165 | |||
161 | - fixed python2.5 missing simplejson imports (thanks to Jens Bäckman) |
|
166 | - fixed python2.5 missing simplejson imports (thanks to Jens Bäckman) | |
162 | - removed cache_manager settings from sqlalchemy meta |
|
167 | - removed cache_manager settings from sqlalchemy meta | |
163 | - added sqlalchemy cache settings to ini files |
|
168 | - added sqlalchemy cache settings to ini files | |
164 | - validated password length and added second try of failure on paster setup-app |
|
169 | - validated password length and added second try of failure on paster setup-app | |
165 | - fixed setup database destroy prompt even when there was no db |
|
170 | - fixed setup database destroy prompt even when there was no db | |
166 |
|
171 | |||
167 |
|
172 | |||
168 | 1.0.0rc3 (**2010-10-11**) |
|
173 | 1.0.0rc3 (**2010-10-11**) | |
169 | ========================= |
|
174 | ========================= | |
170 |
|
175 | |||
171 | - fixed i18n during installation. |
|
176 | - fixed i18n during installation. | |
172 |
|
177 | |||
173 | 1.0.0rc2 (**2010-10-11**) |
|
178 | 1.0.0rc2 (**2010-10-11**) | |
174 | ========================= |
|
179 | ========================= | |
175 |
|
180 | |||
176 | - Disabled dirsize in file browser, it's causing nasty bug when dir renames |
|
181 | - Disabled dirsize in file browser, it's causing nasty bug when dir renames | |
177 | occure. After vcs is fixed it'll be put back again. |
|
182 | occure. After vcs is fixed it'll be put back again. | |
178 | - templating/css rewrites, optimized css. No newline at end of file |
|
183 | - templating/css rewrites, optimized css. |
General Comments 0
You need to be logged in to leave comments.
Login now