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