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