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