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