annotate docs/changelog.rst @ 2165:dc2584ba5fbc

merged beta into default branch
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 28 Mar 2012 19:54:16 +0200
parents 934906f028b5 04d3fae0e4c0
children a437a986d399
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
585
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1 .. _changelog:
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2
2095
Marcin Kuzminski <marcin@python-works.com>
parents: 2093
diff changeset
3 =========
585
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
4 Changelog
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
5 =========
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
6
1524
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
7
2165
dc2584ba5fbc merged beta into default branch
Marcin Kuzminski <marcin@python-works.com>
parents: 2096 2162
diff changeset
8 1.3.4 (**2012-03-28**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
9 ----------------------
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
10
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
11 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
12 ++++
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
13
2104
f21f66abb4f7 fixed #390 cache invalidation problems on repos inside group
Marcin Kuzminski <marcin@python-works.com>
parents: 2095
diff changeset
14 - Whoosh logging is now controlled by the .ini files logging setup
f21f66abb4f7 fixed #390 cache invalidation problems on repos inside group
Marcin Kuzminski <marcin@python-works.com>
parents: 2095
diff changeset
15 - added clone-url into edit form on /settings page
f21f66abb4f7 fixed #390 cache invalidation problems on repos inside group
Marcin Kuzminski <marcin@python-works.com>
parents: 2095
diff changeset
16 - added help text into repo add/edit forms
2105
926f55b038bc added initial rc-extension module
Marcin Kuzminski <marcin@python-works.com>
parents: 2104
diff changeset
17 - created rcextensions module with additional mappings (ref #322) and
926f55b038bc added initial rc-extension module
Marcin Kuzminski <marcin@python-works.com>
parents: 2104
diff changeset
18 post push/pull/create repo hooks callbacks
2127
b745d5d2563c implemented #377 Users view own permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2126
diff changeset
19 - implemented #377 Users view for his own permissions on account page
2129
43481c3d70ca #399 added inheritance of permissions for users group on repos groups
Marcin Kuzminski <marcin@python-works.com>
parents: 2127
diff changeset
20 - #399 added inheritance of permissions for users group on repos groups
2130
5242b1619603 #401 repository group is automatically pre-selected when adding repos inside a repository group
Marcin Kuzminski <marcin@python-works.com>
parents: 2129
diff changeset
21 - #401 repository group is automatically pre-selected when adding repos
5242b1619603 #401 repository group is automatically pre-selected when adding repos inside a repository group
Marcin Kuzminski <marcin@python-works.com>
parents: 2129
diff changeset
22 inside a repository group
2132
9f5582151d53 Alternative HTTP response codes when client failed to Authenticate correctly
Marcin Kuzminski <marcin@python-works.com>
parents: 2130
diff changeset
23 - added alternative HTTP 403 response when client failed to authenticate. Helps
9f5582151d53 Alternative HTTP response codes when client failed to Authenticate correctly
Marcin Kuzminski <marcin@python-works.com>
parents: 2130
diff changeset
24 solving issues with Mercurial and LDAP
2133
e1a54d600c89 #402 removed group prefix from repository name when listing repositories inside a group
Marcin Kuzminski <marcin@python-works.com>
parents: 2132
diff changeset
25 - #402 removed group prefix from repository name when listing repositories
e1a54d600c89 #402 removed group prefix from repository name when listing repositories inside a group
Marcin Kuzminski <marcin@python-works.com>
parents: 2132
diff changeset
26 inside a group
2142
a21eab6ff42f Added gravatars into permissions view and permissions autocomplete
Marcin Kuzminski <marcin@python-works.com>
parents: 2133
diff changeset
27 - added gravatars into permission view and permissions autocomplete
2147
d25bd432bc3e - #347 when running multiple RhodeCode instances, properly invalidates cache
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
28 - #347 when running multiple RhodeCode instances, properly invalidates cache
d25bd432bc3e - #347 when running multiple RhodeCode instances, properly invalidates cache
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
29 for all registered servers
2041
d533249e7d55 docs updates for release
Marcin Kuzminski <marcin@python-works.com>
parents: 2020
diff changeset
30
d533249e7d55 docs updates for release
Marcin Kuzminski <marcin@python-works.com>
parents: 2020
diff changeset
31 fixes
d533249e7d55 docs updates for release
Marcin Kuzminski <marcin@python-works.com>
parents: 2020
diff changeset
32 +++++
d533249e7d55 docs updates for release
Marcin Kuzminski <marcin@python-works.com>
parents: 2020
diff changeset
33
2104
f21f66abb4f7 fixed #390 cache invalidation problems on repos inside group
Marcin Kuzminski <marcin@python-works.com>
parents: 2095
diff changeset
34 - fixed #390 cache invalidation problems on repos inside group
f21f66abb4f7 fixed #390 cache invalidation problems on repos inside group
Marcin Kuzminski <marcin@python-works.com>
parents: 2095
diff changeset
35 - fixed #385 clone by ID url was loosing proxy prefix in URL
f21f66abb4f7 fixed #390 cache invalidation problems on repos inside group
Marcin Kuzminski <marcin@python-works.com>
parents: 2095
diff changeset
36 - fixed some unicode problems with waitress
2111
122f15a8f6ec fixed issue with escaping < and > in changeset commits
Marcin Kuzminski <marcin@python-works.com>
parents: 2105
diff changeset
37 - fixed issue with escaping < and > in changeset commits
2120
d5527cebf76a Resolve error occurring during recursive group creation in API create-repo function
Marcin Kuzminski <marcin@python-works.com>
parents: 2111
diff changeset
38 - fixed error occurring during recursive group creation in API
d5527cebf76a Resolve error occurring during recursive group creation in API create-repo function
Marcin Kuzminski <marcin@python-works.com>
parents: 2111
diff changeset
39 create_repo function
2123
f47f27a6b54e fixes for #393 py2.5 compatability for url generators
Marcin Kuzminski <marcin@python-works.com>
parents: 2120
diff changeset
40 - fixed #393 py2.5 fixes for routes url generator
2124
273ce1a99c3f fixed #397 Private repository groups shows up before login
Marcin Kuzminski <marcin@python-works.com>
parents: 2123
diff changeset
41 - fixed #397 Private repository groups shows up before login
2126
de72388c713d fixed #396 fixed problems with revoking users in nested groups
Marcin Kuzminski <marcin@python-works.com>
parents: 2124
diff changeset
42 - fixed #396 fixed problems with revoking users in nested groups
2151
12ceeda33339 #404 API extensions for showing permission for users
Marcin Kuzminski <marcin@python-works.com>
parents: 2147
diff changeset
43 - fixed mysql unicode issues + specified InnoDB as default engine with
12ceeda33339 #404 API extensions for showing permission for users
Marcin Kuzminski <marcin@python-works.com>
parents: 2147
diff changeset
44 utf8 charset
2162
04d3fae0e4c0 imported patch 2260
Marcin Kuzminski <marcin@python-works.com>
parents: 2151
diff changeset
45 - #406 trim long branch/tag names in changelog to not break UI
2126
de72388c713d fixed #396 fixed problems with revoking users in nested groups
Marcin Kuzminski <marcin@python-works.com>
parents: 2124
diff changeset
46
2093
7172d88f3cee version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2091
diff changeset
47 1.3.3 (**2012-03-02**)
7172d88f3cee version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2091
diff changeset
48 ----------------------
7172d88f3cee version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2091
diff changeset
49
7172d88f3cee version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2091
diff changeset
50 news
7172d88f3cee version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2091
diff changeset
51 ++++
7172d88f3cee version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2091
diff changeset
52
7172d88f3cee version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2091
diff changeset
53
7172d88f3cee version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2091
diff changeset
54 fixes
7172d88f3cee version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2091
diff changeset
55 +++++
7172d88f3cee version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2091
diff changeset
56
2068
f664d3b57fa4 p2.5 fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2067
diff changeset
57 - fixed some python2.5 compatibility issues
2069
003c504da933 fixed issues with removed repos was accidentally added as groups, after
Marcin Kuzminski <marcin@python-works.com>
parents: 2068
diff changeset
58 - fixed issues with removed repos was accidentally added as groups, after
003c504da933 fixed issues with removed repos was accidentally added as groups, after
Marcin Kuzminski <marcin@python-works.com>
parents: 2068
diff changeset
59 full rescan of paths
2072
98f912832811 fixes #376 Cannot edit user (using container auth)
Marcin Kuzminski <marcin@python-works.com>
parents: 2069
diff changeset
60 - fixes #376 Cannot edit user (using container auth)
2075
59da242fe19f changelog+CONTRIBUTORS
Marcin Kuzminski <marcin@python-works.com>
parents: 2072
diff changeset
61 - fixes #378 Invalid image urls on changeset screen with proxy-prefix
59da242fe19f changelog+CONTRIBUTORS
Marcin Kuzminski <marcin@python-works.com>
parents: 2072
diff changeset
62 configuration
2080
1d5c52d473b9 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2075
diff changeset
63 - fixed initial sorting of repos inside repo group
1d5c52d473b9 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2075
diff changeset
64 - fixes issue when user tried to resubmit same permission into user/user_groups
2086
eefb197bdd95 fixed missing commit after hook delete
Marcin Kuzminski <marcin@python-works.com>
parents: 2080
diff changeset
65 - bumped beaker version that fixes #375 leap error bug
eefb197bdd95 fixed missing commit after hook delete
Marcin Kuzminski <marcin@python-works.com>
parents: 2080
diff changeset
66 - fixed raw_changeset for git. It was generated with hg patch headers
eefb197bdd95 fixed missing commit after hook delete
Marcin Kuzminski <marcin@python-works.com>
parents: 2080
diff changeset
67 - fixed vcs issue with last_changeset for filenodes
eefb197bdd95 fixed missing commit after hook delete
Marcin Kuzminski <marcin@python-works.com>
parents: 2080
diff changeset
68 - fixed missing commit after hook delete
2091
6a97bbdded09 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2086
diff changeset
69 - fixed #372 issues with git operation detection that caused a security issue
6a97bbdded09 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2086
diff changeset
70 for git repos
2093
7172d88f3cee version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2091
diff changeset
71
2067
de372c3a329e version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2063
diff changeset
72 1.3.2 (**2012-02-28**)
de372c3a329e version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2063
diff changeset
73 ----------------------
de372c3a329e version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2063
diff changeset
74
de372c3a329e version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2063
diff changeset
75 news
de372c3a329e version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2063
diff changeset
76 ++++
de372c3a329e version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2063
diff changeset
77
de372c3a329e version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2063
diff changeset
78
de372c3a329e version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2063
diff changeset
79 fixes
de372c3a329e version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2063
diff changeset
80 +++++
de372c3a329e version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2063
diff changeset
81
2052
320806ff6be2 fixes git-protocol with
Marcin Kuzminski <marcin@python-works.com>
parents: 2047
diff changeset
82 - fixed git protocol issues with repos-groups
2053
e121e10d4142 fixed issue with remote repos on git
Marcin Kuzminski <marcin@python-works.com>
parents: 2052
diff changeset
83 - fixed git remote repos validator that prevented from cloning remote git repos
2055
c8a8684efc74 fixed issue #370
Marcin Kuzminski <marcin@python-works.com>
parents: 2053
diff changeset
84 - fixes #370 ending slashes fixes for repo and groups
2061
9f0fe6777833 merge pull request #32 from codingtony
Marcin Kuzminski <marcin@python-works.com>
parents: 2060
diff changeset
85 - fixes #368 improved git-protocol detection to handle other clients
2059
d7f1fe9cb146 fixes issue #366 setting null on parent_group didn't propagate to actually db field.
Marcin Kuzminski <marcin@python-works.com>
parents: 2058
diff changeset
86 - fixes #366 When Setting Repository Group To Blank Repo Group Wont Be
d7f1fe9cb146 fixes issue #366 setting null on parent_group didn't propagate to actually db field.
Marcin Kuzminski <marcin@python-works.com>
parents: 2058
diff changeset
87 Moved To Root
2062
bf8ed0adbc66 fixes #371 fixed issues with beaker/sqlalchemy and non-ascii cache keys
Marcin Kuzminski <marcin@python-works.com>
parents: 2061
diff changeset
88 - fixes #371 fixed issues with beaker/sqlalchemy and non-ascii cache keys
2063
d9ba58526712 fixed #373 missing cascade drop on user_group_to_perm table
Marcin Kuzminski <marcin@python-works.com>
parents: 2062
diff changeset
89 - fixed #373 missing cascade drop on user_group_to_perm table
2041
d533249e7d55 docs updates for release
Marcin Kuzminski <marcin@python-works.com>
parents: 2020
diff changeset
90
2047
092080cd96ba Git fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2041
diff changeset
91 1.3.1 (**2012-02-27**)
092080cd96ba Git fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2041
diff changeset
92 ----------------------
092080cd96ba Git fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2041
diff changeset
93
092080cd96ba Git fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2041
diff changeset
94 news
092080cd96ba Git fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2041
diff changeset
95 ++++
092080cd96ba Git fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2041
diff changeset
96
092080cd96ba Git fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2041
diff changeset
97
092080cd96ba Git fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2041
diff changeset
98 fixes
092080cd96ba Git fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2041
diff changeset
99 +++++
092080cd96ba Git fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2041
diff changeset
100
092080cd96ba Git fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2041
diff changeset
101 - redirection loop occurs when remember-me wasn't checked during login
092080cd96ba Git fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2041
diff changeset
102 - fixes issues with git blob history generation
092080cd96ba Git fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2041
diff changeset
103 - don't fetch branch for git in file history dropdown. Causes unneeded slowness
092080cd96ba Git fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2041
diff changeset
104
2041
d533249e7d55 docs updates for release
Marcin Kuzminski <marcin@python-works.com>
parents: 2020
diff changeset
105 1.3.0 (**2012-02-26**)
d533249e7d55 docs updates for release
Marcin Kuzminski <marcin@python-works.com>
parents: 2020
diff changeset
106 ----------------------
d533249e7d55 docs updates for release
Marcin Kuzminski <marcin@python-works.com>
parents: 2020
diff changeset
107
d533249e7d55 docs updates for release
Marcin Kuzminski <marcin@python-works.com>
parents: 2020
diff changeset
108 news
d533249e7d55 docs updates for release
Marcin Kuzminski <marcin@python-works.com>
parents: 2020
diff changeset
109 ++++
d533249e7d55 docs updates for release
Marcin Kuzminski <marcin@python-works.com>
parents: 2020
diff changeset
110
1695
42da53d431d7 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1663
diff changeset
111 - code review, inspired by github code-comments
1645
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
112 - #215 rst and markdown README files support
1658
3387b53044bf small changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1657
diff changeset
113 - #252 Container-based and proxy pass-through authentication support
3387b53044bf small changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1657
diff changeset
114 - #44 branch browser. Filtering of changelog by branches
1785
a0f15f35782d removed duplicate arrow image
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
115 - mercurial bookmarks support
1939
65aab4c1401a docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1923
diff changeset
116 - new hover top menu, optimized to add maximum size for important views
1785
a0f15f35782d removed duplicate arrow image
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
117 - configurable clone url template with possibility to specify protocol like
a0f15f35782d removed duplicate arrow image
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
118 ssh:// or http:// and also manually alter other parts of clone_url.
1695
42da53d431d7 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1663
diff changeset
119 - enabled largefiles extension by default
1750
cbcae0c83eb0 updated docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1695
diff changeset
120 - optimized summary file pages and saved a lot of unused space in them
1756
Marcin Kuzminski <marcin@python-works.com>
parents: 1750
diff changeset
121 - #239 option to manually mark repository as fork
1785
a0f15f35782d removed duplicate arrow image
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
122 - #320 mapping of commit authors to RhodeCode users
a0f15f35782d removed duplicate arrow image
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
123 - #304 hashes are displayed using monospace font
a0f15f35782d removed duplicate arrow image
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
124 - diff configuration, toggle white lines and context lines
a0f15f35782d removed duplicate arrow image
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
125 - #307 configurable diffs, whitespace toggle, increasing context lines
a0f15f35782d removed duplicate arrow image
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
126 - sorting on branches, tags and bookmarks using YUI datatable
1810
203af05539e0 implements #330 api method for listing nodes at particular revision
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
127 - improved file filter on files page
203af05539e0 implements #330 api method for listing nodes at particular revision
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
128 - implements #330 api method for listing nodes ar particular revision
1870
941dee113136 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1841
diff changeset
129 - #73 added linking issues in commit messages to chosen issue tracker url
1841
2289791d8784 docs fix
Marcin Kuzminski <marcin@python-works.com>
parents: 1830
diff changeset
130 based on user defined regular expression
1914
6a9c38d39f2d docs fix
Marcin Kuzminski <marcin@python-works.com>
parents: 1901
diff changeset
131 - added linking of changesets in commit messages
1870
941dee113136 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1841
diff changeset
132 - new compact changelog with expandable commit messages
1950
4ae17f819ee8 #344 optional firstname lastname on user creation
Marcin Kuzminski <marcin@python-works.com>
parents: 1946
diff changeset
133 - firstname and lastname are optional in user creation
1972
27abf546aa8a #348 added post-create repository hook
Marcin Kuzminski <marcin@python-works.com>
parents: 1970
diff changeset
134 - #348 added post-create repository hook
2018
6c156a42f78a changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1972
diff changeset
135 - #212 global encoding settings is now configurable from .ini files
6c156a42f78a changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1972
diff changeset
136 - #227 added repository groups permissions
6c156a42f78a changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1972
diff changeset
137 - markdown gets codehilite extensions
6c156a42f78a changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1972
diff changeset
138 - new API methods, delete_repositories, grante/revoke permissions for groups
6c156a42f78a changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1972
diff changeset
139 and repos
6c156a42f78a changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1972
diff changeset
140
1841
2289791d8784 docs fix
Marcin Kuzminski <marcin@python-works.com>
parents: 1830
diff changeset
141
1524
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
142 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
143 +++++
1524
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
144
1750
cbcae0c83eb0 updated docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1695
diff changeset
145 - rewrote dbsession management for atomic operations, and better error handling
1785
a0f15f35782d removed duplicate arrow image
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
146 - fixed sorting of repo tables
a0f15f35782d removed duplicate arrow image
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
147 - #326 escape of special html entities in diffs
1810
203af05539e0 implements #330 api method for listing nodes at particular revision
Marcin Kuzminski <marcin@python-works.com>
parents: 1785
diff changeset
148 - normalized user_name => username in api attributes
1826
d7e92eaa3a61 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1823
diff changeset
149 - fixes #298 ldap created users with mixed case emails created conflicts
d7e92eaa3a61 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1823
diff changeset
150 on saving a form
1830
2514651c186a changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1826
diff changeset
151 - fixes issue when owner of a repo couldn't revoke permissions for users
2514651c186a changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1826
diff changeset
152 and groups
1892
40b0d4851880 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1870
diff changeset
153 - fixes #271 rare JSON serialization problem with statistics
1901
50546fdf75c2 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1892
diff changeset
154 - fixes #337 missing validation check for conflicting names of a group with a
50546fdf75c2 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1892
diff changeset
155 repositories group
1939
65aab4c1401a docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1923
diff changeset
156 - #340 fixed session problem for mysql and celery tasks
1946
72e160dff58e changelog fix
Marcin Kuzminski <marcin@python-works.com>
parents: 1939
diff changeset
157 - fixed #331 RhodeCode mangles repository names if the a repository group
72e160dff58e changelog fix
Marcin Kuzminski <marcin@python-works.com>
parents: 1939
diff changeset
158 contains the "full path" to the repositories
2018
6c156a42f78a changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1972
diff changeset
159 - #355 RhodeCode doesn't store encrypted LDAP passwords
1939
65aab4c1401a docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1923
diff changeset
160
1970
edb87f232b78 syncec changelog from stable branch
Marcin Kuzminski <marcin@python-works.com>
parents: 1950
diff changeset
161 1.2.5 (**2012-01-28**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
162 ----------------------
1970
edb87f232b78 syncec changelog from stable branch
Marcin Kuzminski <marcin@python-works.com>
parents: 1950
diff changeset
163
edb87f232b78 syncec changelog from stable branch
Marcin Kuzminski <marcin@python-works.com>
parents: 1950
diff changeset
164 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
165 ++++
1970
edb87f232b78 syncec changelog from stable branch
Marcin Kuzminski <marcin@python-works.com>
parents: 1950
diff changeset
166
edb87f232b78 syncec changelog from stable branch
Marcin Kuzminski <marcin@python-works.com>
parents: 1950
diff changeset
167 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
168 +++++
1970
edb87f232b78 syncec changelog from stable branch
Marcin Kuzminski <marcin@python-works.com>
parents: 1950
diff changeset
169
edb87f232b78 syncec changelog from stable branch
Marcin Kuzminski <marcin@python-works.com>
parents: 1950
diff changeset
170 - #340 Celery complains about MySQL server gone away, added session cleanup
edb87f232b78 syncec changelog from stable branch
Marcin Kuzminski <marcin@python-works.com>
parents: 1950
diff changeset
171 for celery tasks
edb87f232b78 syncec changelog from stable branch
Marcin Kuzminski <marcin@python-works.com>
parents: 1950
diff changeset
172 - #341 "scanning for repositories in None" log message during Rescan was missing
edb87f232b78 syncec changelog from stable branch
Marcin Kuzminski <marcin@python-works.com>
parents: 1950
diff changeset
173 a parameter
edb87f232b78 syncec changelog from stable branch
Marcin Kuzminski <marcin@python-works.com>
parents: 1950
diff changeset
174 - fixed creating archives with subrepos. Some hooks were triggered during that
edb87f232b78 syncec changelog from stable branch
Marcin Kuzminski <marcin@python-works.com>
parents: 1950
diff changeset
175 operation leading to crash.
edb87f232b78 syncec changelog from stable branch
Marcin Kuzminski <marcin@python-works.com>
parents: 1950
diff changeset
176 - fixed missing email in account page.
edb87f232b78 syncec changelog from stable branch
Marcin Kuzminski <marcin@python-works.com>
parents: 1950
diff changeset
177 - Reverted Mercurial to 2.0.1 for windows due to bug in Mercurial that makes
edb87f232b78 syncec changelog from stable branch
Marcin Kuzminski <marcin@python-works.com>
parents: 1950
diff changeset
178 forking on windows impossible
edb87f232b78 syncec changelog from stable branch
Marcin Kuzminski <marcin@python-works.com>
parents: 1950
diff changeset
179
1923
Marcin Kuzminski <marcin@python-works.com>
parents: 1919
diff changeset
180 1.2.4 (**2012-01-19**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
181 ----------------------
1919
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
182
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
183 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
184 ++++
1919
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
185
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
186 - RhodeCode is bundled with mercurial series 2.0.X by default, with
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
187 full support to largefiles extension. Enabled by default in new installations
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
188 - #329 Ability to Add/Remove Groups to/from a Repository via AP
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
189 - added requires.txt file with requirements
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
190
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
191 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
192 +++++
1919
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
193
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
194 - fixes db session issues with celery when emailing admins
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
195 - #331 RhodeCode mangles repository names if the a repository group
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
196 contains the "full path" to the repositories
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
197 - #298 Conflicting e-mail addresses for LDAP and RhodeCode users
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
198 - DB session cleanup after hg protocol operations, fixes issues with
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
199 `mysql has gone away` errors
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
200 - #333 doc fixes for get_repo api function
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
201 - #271 rare JSON serialization problem with statistics enabled
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
202 - #337 Fixes issues with validation of repository name conflicting with
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
203 a group name. A proper message is now displayed.
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
204 - #292 made ldap_dn in user edit readonly, to get rid of confusion that field
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
205 doesn't work
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
206 - #316 fixes issues with web description in hgrc files
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
207
1645
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
208 1.2.3 (**2011-11-02**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
209 ----------------------
1645
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
210
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
211 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
212 ++++
1645
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
213
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
214 - added option to manage repos group for non admin users
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
215 - added following API methods for get_users, create_user, get_users_groups,
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
216 get_users_group, create_users_group, add_user_to_users_groups, get_repos,
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
217 get_repo, create_repo, add_user_to_repo
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
218 - implements #237 added password confirmation for my account
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
219 and admin edit user.
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
220 - implements #291 email notification for global events are now sent to all
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
221 administrator users, and global config email.
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
222
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
223 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
224 +++++
1645
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
225
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
226 - added option for passing auth method for smtp mailer
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
227 - #276 issue with adding a single user with id>10 to usergroups
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
228 - #277 fixes windows LDAP settings in which missing values breaks the ldap auth
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
229 - #288 fixes managing of repos in a group for non admin user
1562
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
230
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
231 1.2.2 (**2011-10-17**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
232 ----------------------
1562
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
233
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
234 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
235 ++++
1562
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
236
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
237 - #226 repo groups are available by path instead of numerical id
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
238
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
239 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
240 +++++
1562
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
241
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
242 - #259 Groups with the same name but with different parent group
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
243 - #260 Put repo in group, then move group to another group -> repo becomes unavailable
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
244 - #258 RhodeCode 1.2 assumes egg folder is writable (lockfiles problems)
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
245 - #265 ldap save fails sometimes on converting attributes to booleans,
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
246 added getter and setter into model that will prevent from this on db model level
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
247 - fixed problems with timestamps issues #251 and #213
1645
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
248 - fixes #266 RhodeCode allows to create repo with the same name and in
1562
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
249 the same parent as group
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
250 - fixes #245 Rescan of the repositories on Windows
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
251 - fixes #248 cannot edit repos inside a group on windows
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
252 - fixes #219 forking problems on windows
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
253
1537
c307c920f94c updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1524
diff changeset
254 1.2.1 (**2011-10-08**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
255 ----------------------
1537
c307c920f94c updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1524
diff changeset
256
c307c920f94c updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1524
diff changeset
257 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
258 ++++
1524
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
259
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
260
1537
c307c920f94c updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1524
diff changeset
261 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
262 +++++
1537
c307c920f94c updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1524
diff changeset
263
c307c920f94c updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1524
diff changeset
264 - fixed problems with basic auth and push problems
c307c920f94c updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1524
diff changeset
265 - gui fixes
c307c920f94c updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1524
diff changeset
266 - fixed logger
1524
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
267
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
268 1.2.0 (**2011-10-07**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
269 ----------------------
1524
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
270
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
271 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
272 ++++
1524
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
273
1454
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
274 - implemented #47 repository groups
912
8378122aa408 docs: changelog + setup update
Marcin Kuzminski <marcin@python-works.com>
parents: 885
diff changeset
275 - implemented #89 Can setup google analytics code from settings menu
963
1707aae3f985 fixed changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 945
diff changeset
276 - implemented #91 added nicer looking archive urls with more download options
1707aae3f985 fixed changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 945
diff changeset
277 like tags, branches
885
94f7585af8a1 fixes to #92, updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 872
diff changeset
278 - implemented #44 into file browsing, and added follow branch option
1213
68e34f5cf122 #150 fixes for errors on repositories mapped in db but corrupted in filesystem
Marcin Kuzminski <marcin@python-works.com>
parents: 1200
diff changeset
279 - implemented #84 downloads can be enabled/disabled for each repository
912
8378122aa408 docs: changelog + setup update
Marcin Kuzminski <marcin@python-works.com>
parents: 885
diff changeset
280 - anonymous repository can be cloned without having to pass default:default
8378122aa408 docs: changelog + setup update
Marcin Kuzminski <marcin@python-works.com>
parents: 885
diff changeset
281 into clone url
8378122aa408 docs: changelog + setup update
Marcin Kuzminski <marcin@python-works.com>
parents: 885
diff changeset
282 - fixed #90 whoosh indexer can index chooses repositories passed in command
8378122aa408 docs: changelog + setup update
Marcin Kuzminski <marcin@python-works.com>
parents: 885
diff changeset
283 line
995
d14723711d17 fixes for journal, added paging now it's possible to view whole journal
Marcin Kuzminski <marcin@python-works.com>
parents: 975
diff changeset
284 - extended journal with day aggregates and paging
1200
3ecaa17d9dea added os.sep for files controller
Marcin Kuzminski <marcin@python-works.com>
parents: 1174
diff changeset
285 - implemented #107 source code lines highlight ranges
1011
9c3e12bde123 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 995
diff changeset
286 - implemented #93 customizable changelog on combined revision ranges -
9c3e12bde123 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 995
diff changeset
287 equivalent of githubs compare view
1123
9472a0150bf0 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1103
diff changeset
288 - implemented #108 extended and more powerful LDAP configuration
1055
903aadbf9047 updated changelog, small fix for journal
Marcin Kuzminski <marcin@python-works.com>
parents: 1011
diff changeset
289 - implemented #56 users groups
903aadbf9047 updated changelog, small fix for journal
Marcin Kuzminski <marcin@python-works.com>
parents: 1011
diff changeset
290 - major code rewrites optimized codes for speed and memory usage
903aadbf9047 updated changelog, small fix for journal
Marcin Kuzminski <marcin@python-works.com>
parents: 1011
diff changeset
291 - raw and diff downloads are now in git format
1096
e6d6bd810e22 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1068
diff changeset
292 - setup command checks for write access to given path
1103
918c0b600a06 changelog update, bumped mako version in setup
Marcin Kuzminski <marcin@python-works.com>
parents: 1097
diff changeset
293 - fixed many issues with international characters and unicode. It uses utf8
918c0b600a06 changelog update, bumped mako version in setup
Marcin Kuzminski <marcin@python-works.com>
parents: 1097
diff changeset
294 decode with replace to provide less errors even with non utf8 encoded strings
1123
9472a0150bf0 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1103
diff changeset
295 - #125 added API KEY access to feeds
1200
3ecaa17d9dea added os.sep for files controller
Marcin Kuzminski <marcin@python-works.com>
parents: 1174
diff changeset
296 - #109 Repository can be created from external Mercurial link (aka. remote
3ecaa17d9dea added os.sep for files controller
Marcin Kuzminski <marcin@python-works.com>
parents: 1174
diff changeset
297 repository, and manually updated (via pull) from admin panel
1285
9e21e0c428bb changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1254
diff changeset
298 - beta git support - push/pull server + basic view for git repos
1302
f0e904651f21 moved LANGUAGE_EXTENSION_MAP to lib, and made whoosh indexer use the same map
Marcin Kuzminski <marcin@python-works.com>
parents: 1293
diff changeset
299 - added followers page and forks page
1488
dc16211e7292 Updated docs and contributors
Marcin Kuzminski <marcin@python-works.com>
parents: 1467
diff changeset
300 - server side file creation (with binary file upload interface)
dc16211e7292 Updated docs and contributors
Marcin Kuzminski <marcin@python-works.com>
parents: 1467
diff changeset
301 and edition with commits powered by codemirror
1454
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
302 - #111 file browser file finder, quick lookup files on whole file tree
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
303 - added quick login sliding menu into main page
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
304 - changelog uses lazy loading of affected files details, in some scenarios
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
305 this can improve speed of changelog page dramatically especially for
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
306 larger repositories.
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
307 - implements #214 added support for downloading subrepos in download menu.
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
308 - Added basic API for direct operations on rhodecode via JSON
1467
da60cdb41969 doc update - hooks
Marcin Kuzminski <marcin@python-works.com>
parents: 1454
diff changeset
309 - Implemented advanced hook management
1011
9c3e12bde123 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 995
diff changeset
310
872
b956e6f415a2 implemented #91,
Marcin Kuzminski <marcin@python-works.com>
parents: 845
diff changeset
311 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
312 +++++
872
b956e6f415a2 implemented #91,
Marcin Kuzminski <marcin@python-works.com>
parents: 845
diff changeset
313
885
94f7585af8a1 fixes to #92, updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 872
diff changeset
314 - fixed file browser bug, when switching into given form revision the url was
94f7585af8a1 fixes to #92, updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 872
diff changeset
315 not changing
912
8378122aa408 docs: changelog + setup update
Marcin Kuzminski <marcin@python-works.com>
parents: 885
diff changeset
316 - fixed propagation to error controller on simplehg and simplegit middlewares
945
05b59c48556f fixed error when trying to make download on empty repository
Marcin Kuzminski <marcin@python-works.com>
parents: 943
diff changeset
317 - fixed error when trying to make a download on empty repository
963
1707aae3f985 fixed changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 945
diff changeset
318 - fixed problem with '[' chars in commit messages in journal
1707aae3f985 fixed changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 945
diff changeset
319 - fixed #99 Unicode errors, on file node paths with non utf-8 characters
1068
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
320 - journal fork fixes
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
321 - removed issue with space inside renamed repository after deletion
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
322 - fixed strange issue on formencode imports
1123
9472a0150bf0 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1103
diff changeset
323 - fixed #126 Deleting repository on Windows, rename used incompatible chars.
1285
9e21e0c428bb changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1254
diff changeset
324 - #150 fixes for errors on repositories mapped in db but corrupted in
9e21e0c428bb changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1254
diff changeset
325 filesystem
1293
ae5b07e75ffd fixed issue #181, and small fix in gitmiddleware
Marcin Kuzminski <marcin@python-works.com>
parents: 1285
diff changeset
326 - fixed problem with ascendant characters in realm #181
1302
f0e904651f21 moved LANGUAGE_EXTENSION_MAP to lib, and made whoosh indexer use the same map
Marcin Kuzminski <marcin@python-works.com>
parents: 1293
diff changeset
327 - fixed problem with sqlite file based database connection pool
f0e904651f21 moved LANGUAGE_EXTENSION_MAP to lib, and made whoosh indexer use the same map
Marcin Kuzminski <marcin@python-works.com>
parents: 1293
diff changeset
328 - whoosh indexer and code stats share the same dynamic extensions map
1454
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
329 - fixes #188 - relationship delete of repo_to_perm entry on user removal
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
330 - fixes issue #189 Trending source files shows "show more" when no more exist
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
331 - fixes issue #197 Relative paths for pidlocks
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
332 - fixes issue #198 password will require only 3 chars now for login form
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
333 - fixes issue #199 wrong redirection for non admin users after creating a repository
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
334 - fixes issues #202, bad db constraint made impossible to attach same group
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
335 more than one time. Affects only mysql/postgres
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
336 - fixes #218 os.kill patch for windows was missing sig param
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
337 - improved rendering of dag (they are not trimmed anymore when number of
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
338 heads exceeds 5)
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
339
1254
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
340 1.1.8 (**2011-04-12**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
341 ----------------------
1254
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
342
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
343 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
344 ++++
1254
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
345
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
346 - improved windows support
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
347
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
348 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
349 +++++
1254
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
350
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
351 - fixed #140 freeze of python dateutil library, since new version is python2.x
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
352 incompatible
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
353 - setup-app will check for write permission in given path
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
354 - cleaned up license info issue #149
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
355 - fixes for issues #137,#116 and problems with unicode and accented characters.
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
356 - fixes crashes on gravatar, when passed in email as unicode
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
357 - fixed tooltip flickering problems
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
358 - fixed came_from redirection on windows
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
359 - fixed logging modules, and sql formatters
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
360 - windows fixes for os.kill issue #133
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
361 - fixes path splitting for windows issues #148
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
362 - fixed issue #143 wrong import on migration to 1.1.X
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
363 - fixed problems with displaying binary files, thanks to Thomas Waldmann
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
364 - removed name from archive files since it's breaking ui for long repo names
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
365 - fixed issue with archive headers sent to browser, thanks to Thomas Waldmann
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
366 - fixed compatibility for 1024px displays, and larger dpi settings, thanks to
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
367 Thomas Waldmann
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
368 - fixed issue #166 summary pager was skipping 10 revisions on second page
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
369
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
370
1174
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
371 1.1.7 (**2011-03-23**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
372 ----------------------
1174
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
373
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
374 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
375 ++++
1174
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
376
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
377 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
378 +++++
1174
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
379
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
380 - fixed (again) #136 installation support for FreeBSD
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
381
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
382
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
383 1.1.6 (**2011-03-21**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
384 ----------------------
1174
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
385
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
386 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
387 ++++
1174
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
388
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
389 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
390 +++++
1174
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
391
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
392 - fixed #136 installation support for FreeBSD
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
393 - RhodeCode will check for python version during installation
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
394
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
395 1.1.5 (**2011-03-17**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
396 ----------------------
1174
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
397
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
398 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
399 ++++
1174
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
400
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
401 - basic windows support, by exchanging pybcrypt into sha256 for windows only
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
402 highly inspired by idea of mantis406
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
403
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
404 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
405 +++++
1174
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
406
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
407 - fixed sorting by author in main page
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
408 - fixed crashes with diffs on binary files
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
409 - fixed #131 problem with boolean values for LDAP
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
410 - fixed #122 mysql problems thanks to striker69
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
411 - fixed problem with errors on calling raw/raw_files/annotate functions
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
412 with unknown revisions
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
413 - fixed returned rawfiles attachment names with international character
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
414 - cleaned out docs, big thanks to Jason Harris
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
415
1097
ecf255351311 merge changelog with default (added 1.1.4 version)
Marcin Kuzminski <marcin@python-works.com>
parents: 1096
diff changeset
416 1.1.4 (**2011-02-19**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
417 ----------------------
1097
ecf255351311 merge changelog with default (added 1.1.4 version)
Marcin Kuzminski <marcin@python-works.com>
parents: 1096
diff changeset
418
ecf255351311 merge changelog with default (added 1.1.4 version)
Marcin Kuzminski <marcin@python-works.com>
parents: 1096
diff changeset
419 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
420 ++++
1097
ecf255351311 merge changelog with default (added 1.1.4 version)
Marcin Kuzminski <marcin@python-works.com>
parents: 1096
diff changeset
421
ecf255351311 merge changelog with default (added 1.1.4 version)
Marcin Kuzminski <marcin@python-works.com>
parents: 1096
diff changeset
422 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
423 +++++
1097
ecf255351311 merge changelog with default (added 1.1.4 version)
Marcin Kuzminski <marcin@python-works.com>
parents: 1096
diff changeset
424
ecf255351311 merge changelog with default (added 1.1.4 version)
Marcin Kuzminski <marcin@python-works.com>
parents: 1096
diff changeset
425 - fixed formencode import problem on settings page, that caused server crash
ecf255351311 merge changelog with default (added 1.1.4 version)
Marcin Kuzminski <marcin@python-works.com>
parents: 1096
diff changeset
426 when that page was accessed as first after server start
ecf255351311 merge changelog with default (added 1.1.4 version)
Marcin Kuzminski <marcin@python-works.com>
parents: 1096
diff changeset
427 - journal fixes
ecf255351311 merge changelog with default (added 1.1.4 version)
Marcin Kuzminski <marcin@python-works.com>
parents: 1096
diff changeset
428 - fixed option to access repository just by entering http://server/<repo_name>
1068
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
429
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
430 1.1.3 (**2011-02-16**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
431 ----------------------
1068
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
432
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
433 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
434 ++++
1068
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
435
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
436 - implemented #102 allowing the '.' character in username
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
437 - added option to access repository just by entering http://server/<repo_name>
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
438 - celery task ignores result for better performance
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
439
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
440 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
441 +++++
1068
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
442
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
443 - fixed ehlo command and non auth mail servers on smtp_lib. Thanks to
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
444 apollo13 and Johan Walles
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
445 - small fixes in journal
1011
9c3e12bde123 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 995
diff changeset
446 - fixed problems with getting setting for celery from .ini files
1068
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
447 - registration, password reset and login boxes share the same title as main
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
448 application now
1055
903aadbf9047 updated changelog, small fix for journal
Marcin Kuzminski <marcin@python-works.com>
parents: 1011
diff changeset
449 - fixed #113: to high permissions to fork repository
1068
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
450 - fixed problem with '[' chars in commit messages in journal
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
451 - removed issue with space inside renamed repository after deletion
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
452 - db transaction fixes when filesystem repository creation failed
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
453 - fixed #106 relation issues on databases different than sqlite
1055
903aadbf9047 updated changelog, small fix for journal
Marcin Kuzminski <marcin@python-works.com>
parents: 1011
diff changeset
454 - fixed static files paths links to use of url() method
1068
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
455
938
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
456 1.1.2 (**2011-01-12**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
457 ----------------------
938
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
458
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
459 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
460 ++++
938
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
461
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
462
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
463 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
464 +++++
938
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
465
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
466 - fixes #98 protection against float division of percentage stats
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
467 - fixed graph bug
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
468 - forced webhelpers version since it was making troubles during installation
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
469
928
218128a7d45c merged small changes from default branch
Marcin Kuzminski <marcin@python-works.com>
parents: 920
diff changeset
470 1.1.1 (**2011-01-06**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
471 ----------------------
912
8378122aa408 docs: changelog + setup update
Marcin Kuzminski <marcin@python-works.com>
parents: 885
diff changeset
472
919
6c3d81f9529c Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 912
diff changeset
473 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
474 ++++
919
6c3d81f9529c Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 912
diff changeset
475
6c3d81f9529c Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 912
diff changeset
476 - added force https option into ini files for easier https usage (no need to
6c3d81f9529c Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 912
diff changeset
477 set server headers with this options)
928
218128a7d45c merged small changes from default branch
Marcin Kuzminski <marcin@python-works.com>
parents: 920
diff changeset
478 - small css updates
919
6c3d81f9529c Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 912
diff changeset
479
6c3d81f9529c Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 912
diff changeset
480 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
481 +++++
919
6c3d81f9529c Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 912
diff changeset
482
6c3d81f9529c Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 912
diff changeset
483 - fixed #96 redirect loop on files view on repositories without changesets
6c3d81f9529c Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 912
diff changeset
484 - fixed #97 unicode string passed into server header in special cases (mod_wsgi)
6c3d81f9529c Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 912
diff changeset
485 and server crashed with errors
928
218128a7d45c merged small changes from default branch
Marcin Kuzminski <marcin@python-works.com>
parents: 920
diff changeset
486 - fixed large tooltips problems on main page
920
2aab909a0eaf changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 919
diff changeset
487 - fixed #92 whoosh indexer is more error proof
2aab909a0eaf changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 919
diff changeset
488
872
b956e6f415a2 implemented #91,
Marcin Kuzminski <marcin@python-works.com>
parents: 845
diff changeset
489 1.1.0 (**2010-12-18**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
490 ----------------------
872
b956e6f415a2 implemented #91,
Marcin Kuzminski <marcin@python-works.com>
parents: 845
diff changeset
491
b956e6f415a2 implemented #91,
Marcin Kuzminski <marcin@python-works.com>
parents: 845
diff changeset
492 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
493 ++++
872
b956e6f415a2 implemented #91,
Marcin Kuzminski <marcin@python-works.com>
parents: 845
diff changeset
494
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
495 - rewrite of internals for vcs >=0.1.10
790
0142dac6f3c7 fixed journal helper, little test update,
Marcin Kuzminski <marcin@python-works.com>
parents: 777
diff changeset
496 - uses mercurial 1.7 with dotencode disabled for maintaining compatibility
0142dac6f3c7 fixed journal helper, little test update,
Marcin Kuzminski <marcin@python-works.com>
parents: 777
diff changeset
497 with older clients
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
498 - anonymous access, authentication via ldap
1663
3bd7d89d918a fixes #299
Marcin Kuzminski <marcin@python-works.com>
parents: 1658
diff changeset
499 - performance upgrade for cached repos list - each repository has its own
669
9bacc4194efa docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 661
diff changeset
500 cache that's invalidated when needed.
811
bb35ad076e2f docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 790
diff changeset
501 - performance upgrades on repositories with large amount of commits (20K+)
642
674ecf21de85 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 631
diff changeset
502 - main page quick filter for filtering repositories
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
503 - user dashboards with ability to follow chosen repositories actions
707
1105531ae572 docs update, added ldap section, added troubleshooting section
Marcin Kuzminski <marcin@python-works.com>
parents: 683
diff changeset
504 - sends email to admin on new user registration
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
505 - added cache/statistics reset options into repository settings
661
673de12e6bf6 added option to enable/disable of logger hooks from admin panel.
Marcin Kuzminski <marcin@python-works.com>
parents: 642
diff changeset
506 - more detailed action logger (based on hooks) with pushed changesets lists
669
9bacc4194efa docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 661
diff changeset
507 and options to disable those hooks from admin panel
9bacc4194efa docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 661
diff changeset
508 - introduced new enhanced changelog for merges that shows more accurate results
790
0142dac6f3c7 fixed journal helper, little test update,
Marcin Kuzminski <marcin@python-works.com>
parents: 777
diff changeset
509 - new improved and faster code stats (based on pygments lexers mapping tables,
845
a040597b070b docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 811
diff changeset
510 showing up to 10 trending sources for each repository. Additionally stats
a040597b070b docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 811
diff changeset
511 can be disabled in repository settings.
669
9bacc4194efa docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 661
diff changeset
512 - gui optimizations, fixed application width to 1024px
845
a040597b070b docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 811
diff changeset
513 - added cut off (for large files/changesets) limit into config files
777
aac24db58ce8 fixed cache problem,
Marcin Kuzminski <marcin@python-works.com>
parents: 762
diff changeset
514 - whoosh, celeryd, upgrade moved to paster command
790
0142dac6f3c7 fixed journal helper, little test update,
Marcin Kuzminski <marcin@python-works.com>
parents: 777
diff changeset
515 - other than sqlite database backends can be used
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
516
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
517 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
518 +++++
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
519
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
520 - fixes #61 forked repo was showing only after cache expired
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
521 - fixes #76 no confirmation on user deletes
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
522 - fixes #66 Name field misspelled
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
523 - fixes #72 block user removal when he owns repositories
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
524 - fixes #69 added password confirmation fields
845
a040597b070b docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 811
diff changeset
525 - fixes #87 RhodeCode crashes occasionally on updating repository owner
a040597b070b docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 811
diff changeset
526 - fixes #82 broken annotations on files with more than 1 blank line at the end
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
527 - a lot of fixes and tweaks for file browser
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
528 - fixed detached session issues
790
0142dac6f3c7 fixed journal helper, little test update,
Marcin Kuzminski <marcin@python-works.com>
parents: 777
diff changeset
529 - fixed when user had no repos he would see all repos listed in my account
0142dac6f3c7 fixed journal helper, little test update,
Marcin Kuzminski <marcin@python-works.com>
parents: 777
diff changeset
530 - fixed ui() instance bug when global hgrc settings was loaded for server
0142dac6f3c7 fixed journal helper, little test update,
Marcin Kuzminski <marcin@python-works.com>
parents: 777
diff changeset
531 instance and all hgrc options were merged with our db ui() object
0142dac6f3c7 fixed journal helper, little test update,
Marcin Kuzminski <marcin@python-works.com>
parents: 777
diff changeset
532 - numerous small bugfixes
0142dac6f3c7 fixed journal helper, little test update,
Marcin Kuzminski <marcin@python-works.com>
parents: 777
diff changeset
533
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
534 (special thanks for TkSoh for detailed feedback)
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
535
631
05528ad948c4 Hacking for git support,and new faster repo scan
Marcin Kuzminski <marcin@python-works.com>
parents: 623
diff changeset
536
682
23c2a0e6df0b changed official rhodecode favicon, from hg to some more generic
Marcin Kuzminski <marcin@python-works.com>
parents: 681
diff changeset
537 1.0.2 (**2010-11-12**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
538 ----------------------
681
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
539
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
540 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
541 ++++
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
542
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
543 - tested under python2.7
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
544 - bumped sqlalchemy and celery versions
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
545
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
546 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
547 +++++
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
548
681
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
549 - fixed #59 missing graph.js
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
550 - fixed repo_size crash when repository had broken symlinks
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
551 - fixed python2.5 crashes.
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
552
681
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
553
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
554 1.0.1 (**2010-11-10**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
555 ----------------------
681
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
556
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
557 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
558 ++++
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
559
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
560 - small css updated
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
561
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
562 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
563 +++++
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
564
681
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
565 - fixed #53 python2.5 incompatible enumerate calls
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
566 - fixed #52 disable mercurial extension for web
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
567 - fixed #51 deleting repositories don't delete it's dependent objects
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
568
681
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
569
642
674ecf21de85 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 631
diff changeset
570 1.0.0 (**2010-11-02**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
571 ----------------------
623
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
572
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
573 - security bugfix simplehg wasn't checking for permissions on commands
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
574 other than pull or push.
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
575 - fixed doubled messages after push or pull in admin journal
642
674ecf21de85 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 631
diff changeset
576 - templating and css corrections, fixed repo switcher on chrome, updated titles
623
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
577 - admin menu accessible from options menu on repository view
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
578 - permissions cached queries
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
579
592
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
580 1.0.0rc4 (**2010-10-12**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
581 --------------------------
585
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
582
592
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
583 - fixed python2.5 missing simplejson imports (thanks to Jens Bäckman)
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
584 - removed cache_manager settings from sqlalchemy meta
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
585 - added sqlalchemy cache settings to ini files
597
53128b6b9a4d added password validation, second try on paster setup-app,
Marcin Kuzminski <marcin@python-works.com>
parents: 592
diff changeset
586 - validated password length and added second try of failure on paster setup-app
53128b6b9a4d added password validation, second try on paster setup-app,
Marcin Kuzminski <marcin@python-works.com>
parents: 592
diff changeset
587 - fixed setup database destroy prompt even when there was no db
53128b6b9a4d added password validation, second try on paster setup-app,
Marcin Kuzminski <marcin@python-works.com>
parents: 592
diff changeset
588
592
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
589
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
590 1.0.0rc3 (**2010-10-11**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
591 -------------------------
591
1e2adb37cab6 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 585
diff changeset
592
1e2adb37cab6 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 585
diff changeset
593 - fixed i18n during installation.
1e2adb37cab6 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 585
diff changeset
594
592
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
595 1.0.0rc2 (**2010-10-11**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
596 -------------------------
585
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
597
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
598 - Disabled dirsize in file browser, it's causing nasty bug when dir renames
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
599 occure. After vcs is fixed it'll be put back again.
872
b956e6f415a2 implemented #91,
Marcin Kuzminski <marcin@python-works.com>
parents: 845
diff changeset
600 - templating/css rewrites, optimized css.