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