annotate docs/changelog.rst @ 4094:8f66758252f8

updated changelog
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 18 Jul 2013 12:31:21 +0200
parents 1f71ef689d2a
children fc64cd9bb856
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
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
7
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
8 1.7.2 (**2013-07-XX**)
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
9 ----------------------
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
10
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
11 news
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
12 ++++
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
13
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
14 - Added handling of copied files in diffs
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
15 - Implemented issue #387 side-by-side diffs view
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
16 - Added option to specify other than official bugtracker url to post issues
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
17 with RhodeCode.
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
18 - Markdown renderer now uses github flavored syntax with a better newline handling
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
19 - Added User pre-create, create and delete hooks for rcextensions.
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
20 - Branch selectors: show closed branches too for Mercurial
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
21 - Updated codemirror to latest version and added syntax coloring dropdown for
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
22 various languages CodeMirror supports
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
23 - Added --no-public-access / --public-access flags into setup-rhodecode
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
24 command to enable setup without public access
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
25 - Various small updates to pull requests
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
26 - Bumped Mercurial version to latest
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
27 - Diffs view doesn't show content of delete files anymore.
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
28
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
29 fixes
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
30 +++++
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
31
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
32 - Added missing __get_cs_or_redirect method for file history.
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
33 Fixes issue with displaying a history of file that is not present at tip.
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
34 - Pull request: urlify description and fix javascript injection
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
35 - Fixed some missing IP extraction for action logger
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
36 - Fixed bug with log_delete hook didn't properly store
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
37 user who triggered delete action
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
38 - Fixed show as raw link for private gists
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
39 - Fixes issue #860. IMC web commits poisoned caches when they failed with commit.
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
40 - Fixes issue #856 file upload >1000 bytes on windows throws exception.
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
41
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
42
3994
1f71ef689d2a updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
43 1.7.1 (**2013-06-13**)
1f71ef689d2a updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
44 ----------------------
1f71ef689d2a updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
45
1f71ef689d2a updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
46 news
1f71ef689d2a updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
47 ++++
1f71ef689d2a updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
48
1f71ef689d2a updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
49 - Apply to children flag on repository group also adds users to private
1f71ef689d2a updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
50 repositories, this is now consistent with user groups. Private repos default
1f71ef689d2a updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
51 permissions are not affected by apply to children flag.
1f71ef689d2a updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
52 - Removed unionrepo code as it's part of Mercurial 2.6
1f71ef689d2a updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
53 - RhodeCode accepts now read only paths for serving repositories.
1f71ef689d2a updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
54
1f71ef689d2a updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
55 fixes
1f71ef689d2a updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
56 +++++
1f71ef689d2a updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
57
1f71ef689d2a updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
58 - Fixed issues with how mysql handles float values. Caused gists with
1f71ef689d2a updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
59 expiration dates not work properly on mysql.
1f71ef689d2a updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
60 - Fixed issue with ldap enable/disable flag
1f71ef689d2a updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
61
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
62
3994
1f71ef689d2a updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3960
diff changeset
63 1.7.0 (**2013-06-08**)
3956
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
64 ----------------------
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
65
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
66 news
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
67 ++++
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
68
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
69 - Manage User’s Groups(teams): create, delete, rename, add/remove users inside.
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
70 by delegated user group admins.
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
71 - Implemented simple Gist functionality.
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
72 - External authentication got special flag to controll user activation.
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
73 - Created whitelist for API access. Each view can now be accessed by api_key
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
74 if added to whitelist.
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
75 - Added dedicated file history page.
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
76 - Added compare option into bookmarks
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
77 - Improved diff display for binary files and renames.
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
78 - Archive downloading are now stored in main action journal.
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
79 - Switch gravatar to always use ssl.
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
80 - Implements #842 RhodeCode version disclosure.
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
81 - Allow underscore to be the optionally first character of username.
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
82
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
83 fixes
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
84 +++++
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
85
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
86 - #818: Bookmarks Do Not Display on Changeset View.
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
87 - Fixed default permissions population during upgrades.
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
88 - Fixed overwrite default user group permission flag.
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
89 - Fixed issue with h.person() function returned prematurly giving only email
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
90 info from changeset metadata.
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
91 - get_changeset uses now mercurial revrange to filter out branches.
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
92 Switch to branch it's around 20% faster this way.
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
93 - Fixed some issues with paginators on chrome.
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
94 - Forbid changing of repository type.
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
95 - Adde missing permission checks in list of forks in repository settings.
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
96 - Fixes #834 hooks error on remote pulling.
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
97 - Fixes issues #849. Web Commits functionality failed for non-ascii files.
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
98 - Fixed #850. Whoosh indexer should use the default revision when doing index.
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
99 - Fixed #851 and #563 make-index crashes on non-ascii files.
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
100 - Fixes #852, flash messages had issies with non-ascii messages
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
101
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
102
3956
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
103 1.6.0 (**2013-05-12**)
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
104 ----------------------
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
105
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
106 news
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
107 ++++
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
108
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
109 fixes
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
110 +++++
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
111
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
112 - #818: Bookmarks Do Not Display on Changeset View
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
113 - Fixed issue with forks form errors rendering
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
114 - #819 review status is showed in the main changelog
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
115 - Permission update function is idempotent, and doesn't override default
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
116 permissions when doing upgrades
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
117 - Fixed some unicode problems with git file path
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
118 - Fixed broken handling of adding an htsts headers.
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
119 - Fixed redirection loop on changelog for empty repository
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
120 - Fixed issue with web-editor that didn't preserve executable bit
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
121 after editing files
77b12bb00dd6 Updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3706
diff changeset
122
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
123
3699
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
124 1.6.0rc1 (**2013-04-07**)
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
125 -------------------------
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
126
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
127 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
128 ++++
3706
4e28db85edf7 codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3699
diff changeset
129
3699
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
130 - Redesign UI, with lots of small improvements.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
131 - Group management delegation. Group admin can manage a group, and repos
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
132 under it, admin can create child groups inside group he manages.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
133 - Repository extra fields. Optional unlimited extra fields can be defined for
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
134 each repository to store custom data.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
135 - API get_repo call includes repo followers now.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
136 - Large amounts of improvements in pull requests.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
137 - #734 repo switcher is available in all pages.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
138 - #733 API invalidate_cache function.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
139 - Added option to turn on HSTS headers when using SSL.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
140 - #83 show repo size on summary page.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
141 - #745 added show full diff link into to big diff message.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
142 - Deprecated RSS links - ATOM is the present and the future.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
143 - Add option to define custom lexers for custom extensions for code highlight
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
144 in rcextension module.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
145 - Git executable is now configurable via .ini files.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
146 - #689 repositories now has optional detach/delete option for connected forks.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
147 - Obfuscate password when cloning a remote repo with credentials.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
148 - #788 tarball cache. zip or compressed tarballs can be optionally cached for
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
149 faster serving.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
150 - Speed up of last_changeset extraction in VCS.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
151 - API get_locks function.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
152 - Configurable HTTP codes for repository locking.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
153 - Possible to use closed branches in ?branch= in changelog.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
154 - Linaro's ldap sync scripts.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
155 - #797 git refs filter is now configurable via .ini file.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
156 - New ishell paster command for easier administrative tasks.
3706
4e28db85edf7 codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3699
diff changeset
157
3183
54bea1081508 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 3177
diff changeset
158 fixes
54bea1081508 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 3177
diff changeset
159 +++++
54bea1081508 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 3177
diff changeset
160
3699
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
161 - #654 switch to handles `/` in branch/tag/bookmark names.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
162 - #572 moved out password reset tasks from celery.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
163 - #730 filter out repo groups choices to only ones that you have write+ access.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
164 - #462 disable file editing when not on branch head.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
165 - #731 update-repoinfo sometimes failed to update data when changesets were
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
166 initial commits.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
167 - #749,#805 and #516 Removed duplication of repo settings for rhodecode admins
3706
4e28db85edf7 codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3699
diff changeset
168 and repo admins.
4e28db85edf7 codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3699
diff changeset
169 - Global permission update with "overwrite existing settings" shouldn't
3699
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
170 override private repositories.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
171 - #642 added recursion limit for stats gathering.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
172 - #739 Delete/Edit repositories should only point to admin links if the user
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
173 is an super admin.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
174 - Fixed escaping of html in "patch" view for GIT repos.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
175 - #747 load changeset cache after forking to refresh lightweight dashboard caches.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
176 - Quick repo list: public/private icon control should only control icons,
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
177 not repo visibility.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
178 - #746 UnicodeDedode errors on feed controllers.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
179 - #756 cleanup repos didn't properly compose paths of repos to be cleaned up.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
180 - #763 gravatar helper function should fallback into default image if somehow
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
181 email provided is empty.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
182 - Fixes #762, LDAP and container created users are now activated based on
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
183 the registration settings in permissions.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
184 - Cleanup would recurse into every leaf and could thus not be used on lots of
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
185 large repositories.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
186 - Better detection of deleting groups with subgroups inside.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
187 - Fixed issue with renaming repos group together with changing parents with
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
188 multiple nested trees.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
189 - #594 web interface file committing executes push hooks.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
190 - Disallow cloning from different URI's that http[s]/svn/git/hg.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
191 - Handling of RhodeCode extra params in consistent way.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
192 - Don't normalize path if it's empty on adding a file through web interface.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
193 - #808 missing changesets and files should return 404 not redirect
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
194 - #809 added url quote in clone url.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
195 - Fixed issues with importing non-ascii repo names.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
196 - Automatically assign instance_id for host and process if it has been set to *
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
197 - Fixed multiple IP addresses in each of extracted IP.
49b34e3c0812 version bump + changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3653
diff changeset
198 - Lot of other small bug fixes and improvements.
3706
4e28db85edf7 codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3699
diff changeset
199
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
200
3510
224cc3661f7d sync changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3492
diff changeset
201 1.5.4 (**2013-03-13**)
224cc3661f7d sync changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3492
diff changeset
202 ----------------------
224cc3661f7d sync changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3492
diff changeset
203
224cc3661f7d sync changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3492
diff changeset
204 news
224cc3661f7d sync changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3492
diff changeset
205 ++++
224cc3661f7d sync changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3492
diff changeset
206
224cc3661f7d sync changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3492
diff changeset
207
224cc3661f7d sync changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3492
diff changeset
208 fixes
224cc3661f7d sync changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3492
diff changeset
209 +++++
224cc3661f7d sync changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3492
diff changeset
210
224cc3661f7d sync changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3492
diff changeset
211 - fixed webtest dependency issues
224cc3661f7d sync changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3492
diff changeset
212 - fixed issues with celery tasks for password reset
224cc3661f7d sync changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3492
diff changeset
213 - fixed #763 gravatar helper function should fallback into default image
224cc3661f7d sync changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3492
diff changeset
214 if email is empty
224cc3661f7d sync changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3492
diff changeset
215 - fixes #762 user global activation flag is also respected for LDAP created
224cc3661f7d sync changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3492
diff changeset
216 accounts
3521
cebc46122483 codecleaner
Marcin Kuzminski <marcin@python-works.com>
parents: 3510
diff changeset
217 - use password obfuscate when clonning a remote repo with credentials inside
3653
4c78a0855a17 Fix 'repos group' - it is 'repository group'
Mads Kiilerich <madski@unity3d.com>
parents: 3521
diff changeset
218 - fixed issue with renaming repository group together with changing parents
3510
224cc3661f7d sync changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3492
diff changeset
219 - disallow cloning from file:/// URIs
224cc3661f7d sync changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3492
diff changeset
220 - handle all cases with multiple IP addresses in proxy headers
224cc3661f7d sync changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3492
diff changeset
221
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
222
3365
2dfefa385fde sync docs changes from stable
Marcin Kuzminski <marcin@python-works.com>
parents: 3224
diff changeset
223 1.5.3 (**2013-02-12**)
2dfefa385fde sync docs changes from stable
Marcin Kuzminski <marcin@python-works.com>
parents: 3224
diff changeset
224 ----------------------
2dfefa385fde sync docs changes from stable
Marcin Kuzminski <marcin@python-works.com>
parents: 3224
diff changeset
225
2dfefa385fde sync docs changes from stable
Marcin Kuzminski <marcin@python-works.com>
parents: 3224
diff changeset
226 news
2dfefa385fde sync docs changes from stable
Marcin Kuzminski <marcin@python-works.com>
parents: 3224
diff changeset
227 ++++
2dfefa385fde sync docs changes from stable
Marcin Kuzminski <marcin@python-works.com>
parents: 3224
diff changeset
228
2dfefa385fde sync docs changes from stable
Marcin Kuzminski <marcin@python-works.com>
parents: 3224
diff changeset
229 - IP restrictions now also enabled for IPv6
2dfefa385fde sync docs changes from stable
Marcin Kuzminski <marcin@python-works.com>
parents: 3224
diff changeset
230
2dfefa385fde sync docs changes from stable
Marcin Kuzminski <marcin@python-works.com>
parents: 3224
diff changeset
231 fixes
2dfefa385fde sync docs changes from stable
Marcin Kuzminski <marcin@python-works.com>
parents: 3224
diff changeset
232 +++++
2dfefa385fde sync docs changes from stable
Marcin Kuzminski <marcin@python-works.com>
parents: 3224
diff changeset
233
2dfefa385fde sync docs changes from stable
Marcin Kuzminski <marcin@python-works.com>
parents: 3224
diff changeset
234 - fixed issues with private checkbox not always working
2dfefa385fde sync docs changes from stable
Marcin Kuzminski <marcin@python-works.com>
parents: 3224
diff changeset
235 - fixed #746 unicodeDedode errors on feed controllers
2dfefa385fde sync docs changes from stable
Marcin Kuzminski <marcin@python-works.com>
parents: 3224
diff changeset
236 - fixes issue #756 cleanup repos didn't properly compose paths of repos to be cleaned up.
2dfefa385fde sync docs changes from stable
Marcin Kuzminski <marcin@python-works.com>
parents: 3224
diff changeset
237 - fixed cache invalidation issues together with vcs_full_cache option
2dfefa385fde sync docs changes from stable
Marcin Kuzminski <marcin@python-works.com>
parents: 3224
diff changeset
238 - repo scan should skip directories with starting with '.'
2dfefa385fde sync docs changes from stable
Marcin Kuzminski <marcin@python-works.com>
parents: 3224
diff changeset
239 - fixes for issue #731, update-repoinfo sometimes failed to update data when changesets
2dfefa385fde sync docs changes from stable
Marcin Kuzminski <marcin@python-works.com>
parents: 3224
diff changeset
240 were initial commits
2dfefa385fde sync docs changes from stable
Marcin Kuzminski <marcin@python-works.com>
parents: 3224
diff changeset
241 - recursive mode of setting permission skips private repositories
3183
54bea1081508 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 3177
diff changeset
242
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
243
3183
54bea1081508 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 3177
diff changeset
244 1.5.2 (**2013-01-14**)
54bea1081508 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 3177
diff changeset
245 ----------------------
54bea1081508 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 3177
diff changeset
246
54bea1081508 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 3177
diff changeset
247 news
54bea1081508 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 3177
diff changeset
248 ++++
54bea1081508 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 3177
diff changeset
249
3177
48a18391f6da updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3110
diff changeset
250 - IP restrictions for users. Each user can get a set of whitelist IP+mask for
48a18391f6da updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3110
diff changeset
251 extra protection. Useful for buildbots etc.
48a18391f6da updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3110
diff changeset
252 - added full last changeset info to lightweight dashboard. lightweight dashboard
48a18391f6da updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3110
diff changeset
253 is now fully functional replacement of original dashboard.
48a18391f6da updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3110
diff changeset
254 - implemented certain API calls for non-admin users.
48a18391f6da updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3110
diff changeset
255 - enabled all Markdown Extra plugins
48a18391f6da updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3110
diff changeset
256 - implemented #725 Pull Request View - Show origin repo URL
48a18391f6da updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3110
diff changeset
257 - show comments from pull requests into associated changesets
48a18391f6da updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3110
diff changeset
258
2910
3dfa25f35482 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2904
diff changeset
259 fixes
3dfa25f35482 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2904
diff changeset
260 +++++
3dfa25f35482 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2904
diff changeset
261
3177
48a18391f6da updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3110
diff changeset
262 - update repoinfo script is more failsafe
48a18391f6da updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3110
diff changeset
263 - fixed #687 Lazy loaded tooltip bug with simultaneous ajax requests
48a18391f6da updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3110
diff changeset
264 - fixed #691: Notifications for pull requests: move link to top for better
48a18391f6da updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3110
diff changeset
265 readability
48a18391f6da updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3110
diff changeset
266 - fixed #699: fix missing fork docs for API
48a18391f6da updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3110
diff changeset
267 - fixed #693 Opening changeset from pull request fails
48a18391f6da updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3110
diff changeset
268 - fixed #710 File view stripping empty lines from beginning and end of file
48a18391f6da updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3110
diff changeset
269 - fixed issues with getting repos by path on windows, caused GIT hooks to fail
48a18391f6da updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3110
diff changeset
270 - fixed issues with groups paginator on main dashboard
48a18391f6da updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3110
diff changeset
271 - improved fetch/pull command for git repos, now pulling all refs
48a18391f6da updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3110
diff changeset
272 - fixed issue #719 Journal revision ID tooltip AJAX query path is incorrect
48a18391f6da updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3110
diff changeset
273 when running in a subdir
48a18391f6da updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3110
diff changeset
274 - fixed issue #702 API methods without arguments fail when "args":null
48a18391f6da updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3110
diff changeset
275 - set the status of changesets initially on pull request. Fixes issues #690 and #587
48a18391f6da updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3110
diff changeset
276
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
277
3107
172b11ecf245 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 3093
diff changeset
278 1.5.1 (**2012-12-13**)
172b11ecf245 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 3093
diff changeset
279 ----------------------
172b11ecf245 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 3093
diff changeset
280
172b11ecf245 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 3093
diff changeset
281 news
172b11ecf245 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 3093
diff changeset
282 ++++
172b11ecf245 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 3093
diff changeset
283
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
284 - implements #677: Don't allow to close pull requests when they are
3107
172b11ecf245 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 3093
diff changeset
285 under-review status
172b11ecf245 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 3093
diff changeset
286 - implemented #670 Implementation of Roles in Pull Request
172b11ecf245 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 3093
diff changeset
287
172b11ecf245 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 3093
diff changeset
288 fixes
172b11ecf245 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 3093
diff changeset
289 +++++
172b11ecf245 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 3093
diff changeset
290
172b11ecf245 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 3093
diff changeset
291 - default permissions can get duplicated after migration
172b11ecf245 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 3093
diff changeset
292 - fixed changeset status labels, they now select radio buttons
3108
0c3fa09671cd fixes #682 Translation difficult for multi-line text
Marcin Kuzminski <marcin@python-works.com>
parents: 3107
diff changeset
293 - #682 translation difficult for multi-line text
3110
144128efc6ab - #683 fixed difference between messages about not mapped repositories
Marcin Kuzminski <marcin@python-works.com>
parents: 3108
diff changeset
294 - #683 fixed difference between messages about not mapped repositories
3177
48a18391f6da updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3110
diff changeset
295 - email: fail nicely when no SMTP server has been configured
3107
172b11ecf245 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 3093
diff changeset
296
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
297
3088
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
298 1.5.0 (**2012-12-12**)
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
299 ----------------------
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
300
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
301 news
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
302 ++++
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
303
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
304 - new rewritten from scratch diff engine. 10x faster in edge cases. Handling
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
305 of file renames, copies, change flags and binary files
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
306 - added lightweight dashboard option. ref #500. New version of dashboard
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
307 page that doesn't use any VCS data and is super fast to render. Recommended
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
308 for large amount of repositories.
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
309 - implements #648 write Script for updating last modification time for
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
310 lightweight dashboard
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
311 - implemented compare engine for git repositories.
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
312 - LDAP failover, option to specify multiple servers
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
313 - added Errormator and Sentry support for monitoring RhodeCode
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
314 - implemented #628: Pass server URL to rc-extensions hooks
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
315 - new tooltip implementation - added lazy loading of changesets from journal
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
316 pages. This can significantly improve speed of rendering the page
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
317 - implements #632,added branch/tag/bookmarks info into feeds
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
318 added changeset link to body of message
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
319 - implemented #638 permissions overview to groups
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
320 - implements #636, lazy loading of history and authors to speed up source
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
321 pages rendering
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
322 - implemented #647, option to pass list of default encoding used to
3088
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
323 encode to/decode from unicode
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
324 - added caching layer into RSS/ATOM feeds.
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
325 - basic implementation of cherry picking changesets for pull request, ref #575
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
326 - implemented #661 Add option to include diff in RSS feed
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
327 - implemented file history page for showing detailed changelog for a given file
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
328 - implemented #663 Admin/permission: specify default repogroup perms
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
329 - implemented #379 defaults settings page for creation of repositories, locking
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
330 statistics, downloads, repository type
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
331 - implemented #210 filtering of admin journal based on Whoosh Query language
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
332 - added parents/children links in changeset viewref #650
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
333
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
334 fixes
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
335 +++++
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
336
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
337 - fixed git version checker
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
338 - #586 patched basic auth handler to fix issues with git behind proxy
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
339 - #589 search urlgenerator didn't properly escape special characters
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
340 - fixed issue #614 Include repo name in delete confirmation dialog
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
341 - fixed #623: Lang meta-tag doesn't work with C#/C++
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
342 - fixes #612 Double quotes to Single quotes result in bad html in diff
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
343 - fixes #630 git statistics do too much work making them slow.
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
344 - fixes #625 Git-Tags are not displayed in Shortlog
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
345 - fix for issue #602, enforce str when setting mercurial UI object.
3088
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
346 When this is used together with mercurial internal translation system
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
347 it can lead to UnicodeDecodeErrors
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
348 - fixes #645 Fix git handler when doing delete remote branch
3492
0065f7fe60f6 fix spelling of committer
Mads Kiilerich <madski@unity3d.com>
parents: 3416
diff changeset
349 - implements #649 added two seperate method for author and committer to VCS
0065f7fe60f6 fix spelling of committer
Mads Kiilerich <madski@unity3d.com>
parents: 3416
diff changeset
350 changeset class switch author for git backed to be the real author not committer
3088
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
351 - fix issue #504 RhodeCode is showing different versions of README on
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
352 different summary page loads
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
353 - implemented #658 Changing username in LDAP-Mode should not be allowed.
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
354 - fixes #652 switch to generator approach when doing file annotation to prevent
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
355 huge memory consumption
3088
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
356 - fixes #666 move lockkey path location to cache_dir to ensure this path is
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
357 always writable for rhodecode server
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
358 - many more small fixes and improvements
3093
5f08551afb31 changelog and contributors update
Marcin Kuzminski <marcin@python-works.com>
parents: 3088
diff changeset
359 - fixed issues with recursive scans on removed repositories that could take
5f08551afb31 changelog and contributors update
Marcin Kuzminski <marcin@python-works.com>
parents: 3088
diff changeset
360 long time on instance start
3088
304e4e3e2990 Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2910
diff changeset
361
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
362
2910
3dfa25f35482 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2904
diff changeset
363 1.4.4 (**2012-10-08**)
3dfa25f35482 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2904
diff changeset
364 ----------------------
3dfa25f35482 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2904
diff changeset
365
3dfa25f35482 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2904
diff changeset
366 news
3dfa25f35482 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2904
diff changeset
367 ++++
3dfa25f35482 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2904
diff changeset
368
2896
40362af426b4 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2881
diff changeset
369 - obfuscate db password in logs for engine connection string
40362af426b4 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2881
diff changeset
370 - #574 Show pull request status also in shortlog (if any)
40362af426b4 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2881
diff changeset
371 - remember selected tab in my account page
40362af426b4 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2881
diff changeset
372 - Bumped mercurial version to 2.3.2
2904
1b275d04ac07 #595 add rcextension hook for repository delete
Marcin Kuzminski <marcin@python-works.com>
parents: 2903
diff changeset
373 - #595 rcextension hook for repository delete
2896
40362af426b4 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2881
diff changeset
374
2881
6b79e96f6ecd version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2878
diff changeset
375 fixes
6b79e96f6ecd version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2878
diff changeset
376 +++++
6b79e96f6ecd version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2878
diff changeset
377
2896
40362af426b4 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2881
diff changeset
378 - Add git version detection to warn users that Git used in system is to
40362af426b4 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2881
diff changeset
379 old. Ref #588 - also show git version in system details in settings page
40362af426b4 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2881
diff changeset
380 - fixed files quick filter links
40362af426b4 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2881
diff changeset
381 - #590 Add GET flag that controls the way the diff are generated, for pull
40362af426b4 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2881
diff changeset
382 requests we want to use non-bundle based diffs, That are far better for
40362af426b4 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2881
diff changeset
383 doing code reviews. The /compare url still uses bundle compare for full
40362af426b4 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2881
diff changeset
384 comparison including the incoming changesets
40362af426b4 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2881
diff changeset
385 - Fixed #585, checks for status of revision where to strict, and made
40362af426b4 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2881
diff changeset
386 opening pull request with those revision impossible due to previously set
40362af426b4 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2881
diff changeset
387 status. Checks now are made also for the repository.
40362af426b4 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2881
diff changeset
388 - fixes #591 git backend was causing encoding errors when handling binary
40362af426b4 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2881
diff changeset
389 files - added a test case for VCS lib tests
2902
e2b2791d1e7c fixed #597 commits in future get negative age.
Marcin Kuzminski <marcin@python-works.com>
parents: 2896
diff changeset
390 - fixed #597 commits in future get negative age.
2903
9c778306eb73 fixed #598 API docs methods had wrong members parameter as returned data
Marcin Kuzminski <marcin@python-works.com>
parents: 2902
diff changeset
391 - fixed #598 API docs methods had wrong members parameter as returned data
2896
40362af426b4 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2881
diff changeset
392
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
393
2881
6b79e96f6ecd version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2878
diff changeset
394 1.4.3 (**2012-09-28**)
6b79e96f6ecd version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2878
diff changeset
395 ----------------------
6b79e96f6ecd version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2878
diff changeset
396
6b79e96f6ecd version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2878
diff changeset
397 news
6b79e96f6ecd version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2878
diff changeset
398 ++++
6b79e96f6ecd version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2878
diff changeset
399
2859
02e668af87ac Changelog+Contributors
Marcin Kuzminski <marcin@python-works.com>
parents: 2856
diff changeset
400 - #558 Added config file to hooks extra data
2878
5de92b1242f8 more changelog updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2876
diff changeset
401 - bumped mercurial version to 2.3.1
2876
b5b21af9ad28 update changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2866
diff changeset
402 - #518 added possibility of specifying multiple patterns for issues
2878
5de92b1242f8 more changelog updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2876
diff changeset
403 - update codemirror to latest version
2859
02e668af87ac Changelog+Contributors
Marcin Kuzminski <marcin@python-works.com>
parents: 2856
diff changeset
404
2856
94575ebeeabd version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2853
diff changeset
405 fixes
94575ebeeabd version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2853
diff changeset
406 +++++
94575ebeeabd version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2853
diff changeset
407
3410
5f1850e4712a "Users groups" is grammatically incorrect English - rename to "user groups"
Mads Kiilerich <madski@unity3d.com>
parents: 3365
diff changeset
408 - fixed #570 explicit user group permissions can overwrite owner permissions
2876
b5b21af9ad28 update changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2866
diff changeset
409 - fixed #578 set proper PATH with current Python for Git
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
410 hooks to execute within same Python as RhodeCode
2876
b5b21af9ad28 update changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2866
diff changeset
411 - fixed issue with Git bare repos that ends with .git in name
2864
5c1ad3b410e5 fixed #570 explicit users group permissions can overwrite owner permissions
Marcin Kuzminski <marcin@python-works.com>
parents: 2859
diff changeset
412
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
413
2856
94575ebeeabd version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2853
diff changeset
414 1.4.2 (**2012-09-12**)
94575ebeeabd version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2853
diff changeset
415 ----------------------
94575ebeeabd version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2853
diff changeset
416
94575ebeeabd version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2853
diff changeset
417 news
94575ebeeabd version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2853
diff changeset
418 ++++
94575ebeeabd version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2853
diff changeset
419
2837
6de759107792 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2830
diff changeset
420 - added option to menu to quick lock/unlock repository for users that have
6de759107792 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2830
diff changeset
421 write access to
6de759107792 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2830
diff changeset
422 - Implemented permissions for writing to repo
6de759107792 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2830
diff changeset
423 groups. Now only write access to group allows to create a repostiory
6de759107792 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2830
diff changeset
424 within that group
6de759107792 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2830
diff changeset
425 - #565 Add support for {netloc} and {scheme} to alternative_gravatar_url
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
426 - updated translation for zh_CN
2837
6de759107792 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2830
diff changeset
427
2830
5a19d6f4283e version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2823
diff changeset
428 fixes
5a19d6f4283e version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2823
diff changeset
429 +++++
5a19d6f4283e version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2823
diff changeset
430
3653
4c78a0855a17 Fix 'repos group' - it is 'repository group'
Mads Kiilerich <madski@unity3d.com>
parents: 3521
diff changeset
431 - fixed visual permissions check on repository groups inside groups
2853
e61162c20222 changelog+ contributors update
Marcin Kuzminski <marcin@python-works.com>
parents: 2837
diff changeset
432 - fixed issues with non-ascii search terms in search, and indexers
e61162c20222 changelog+ contributors update
Marcin Kuzminski <marcin@python-works.com>
parents: 2837
diff changeset
433 - fixed parsing of page number in GET parameters
e61162c20222 changelog+ contributors update
Marcin Kuzminski <marcin@python-works.com>
parents: 2837
diff changeset
434 - fixed issues with generating pull-request overview for repos with
e61162c20222 changelog+ contributors update
Marcin Kuzminski <marcin@python-works.com>
parents: 2837
diff changeset
435 bookmarks and tags, also preview doesn't loose chosen revision from
e61162c20222 changelog+ contributors update
Marcin Kuzminski <marcin@python-works.com>
parents: 2837
diff changeset
436 select dropdown
2830
5a19d6f4283e version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2823
diff changeset
437
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
438
2853
e61162c20222 changelog+ contributors update
Marcin Kuzminski <marcin@python-works.com>
parents: 2837
diff changeset
439 1.4.1 (**2012-09-07**)
2830
5a19d6f4283e version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2823
diff changeset
440 ----------------------
5a19d6f4283e version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2823
diff changeset
441
5a19d6f4283e version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2823
diff changeset
442 news
5a19d6f4283e version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2823
diff changeset
443 ++++
5a19d6f4283e version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2823
diff changeset
444
2796
bf3c976d02ec always post text about status changes of code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 2775
diff changeset
445 - always put a comment about code-review status change even if user send
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
446 empty data
2798
091e99b29fd4 auto-healing of permissions for default user after upgrading from some old versions.
Marcin Kuzminski <marcin@python-works.com>
parents: 2796
diff changeset
447 - modified_on column saves repository update and it's going to be used
091e99b29fd4 auto-healing of permissions for default user after upgrading from some old versions.
Marcin Kuzminski <marcin@python-works.com>
parents: 2796
diff changeset
448 later for light version of main page ref #500
2799
493646d3146f Nicer email notifications about pull-request
Marcin Kuzminski <marcin@python-works.com>
parents: 2798
diff changeset
449 - pull request notifications send much nicer emails with details about pull
493646d3146f Nicer email notifications about pull-request
Marcin Kuzminski <marcin@python-works.com>
parents: 2798
diff changeset
450 request
2811
b1467856a638 #551 show breadcrumbs in summary view for repositories inside a group
Marcin Kuzminski <marcin@python-works.com>
parents: 2810
diff changeset
451 - #551 show breadcrumbs in summary view for repositories inside a group
2796
bf3c976d02ec always post text about status changes of code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 2775
diff changeset
452
bf3c976d02ec always post text about status changes of code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 2775
diff changeset
453 fixes
bf3c976d02ec always post text about status changes of code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 2775
diff changeset
454 +++++
bf3c976d02ec always post text about status changes of code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 2775
diff changeset
455
2798
091e99b29fd4 auto-healing of permissions for default user after upgrading from some old versions.
Marcin Kuzminski <marcin@python-works.com>
parents: 2796
diff changeset
456 - fixed migrations of permissions that can lead to inconsistency.
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
457 Some users sent feedback that after upgrading from older versions issues
2799
493646d3146f Nicer email notifications about pull-request
Marcin Kuzminski <marcin@python-works.com>
parents: 2798
diff changeset
458 with updating default permissions occurred. RhodeCode detects that now and
493646d3146f Nicer email notifications about pull-request
Marcin Kuzminski <marcin@python-works.com>
parents: 2798
diff changeset
459 resets default user permission to initial state if there is a need for that.
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
460 Also forces users to set the default value for new forking permission.
2800
6540ee9179da updated apache wsgi example ref #535
Marcin Kuzminski <marcin@python-works.com>
parents: 2799
diff changeset
461 - #535 improved apache wsgi example configuration in docs
2801
69420c48a0e6 fixes #550 mercurial repositories comparision failed when origin repo had
Marcin Kuzminski <marcin@python-works.com>
parents: 2800
diff changeset
462 - fixes #550 mercurial repositories comparision failed when origin repo had
69420c48a0e6 fixes #550 mercurial repositories comparision failed when origin repo had
Marcin Kuzminski <marcin@python-works.com>
parents: 2800
diff changeset
463 additional not-common changesets
2804
8b00595c4f93 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2801
diff changeset
464 - fixed status of code-review in preview windows of pull request
2807
57456b1c215b git forks were not created as bare repos
Marcin Kuzminski <marcin@python-works.com>
parents: 2804
diff changeset
465 - git forks were not initialized at bare repos
2810
4a5c56da2603 fixes #555 issues when comparing non-related repositories on pull requests or compare view
Marcin Kuzminski <marcin@python-works.com>
parents: 2807
diff changeset
466 - fixes #555 fixes issues with comparing non-related repositories
2812
ad4bc0f66d6a fixes #557 follower counter always counts up
Marcin Kuzminski <marcin@python-works.com>
parents: 2811
diff changeset
467 - fixes #557 follower counter always counts up
2823
87bac9b78eb9 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2812
diff changeset
468 - fixed issue #560 require push ssl checkbox wasn't shown when option was
87bac9b78eb9 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2812
diff changeset
469 enabled
87bac9b78eb9 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2812
diff changeset
470 - fixed #559
87bac9b78eb9 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2812
diff changeset
471 - fixed issue #559 fixed bug in routing that mapped repo names with <name>_<num> in name as
87bac9b78eb9 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2812
diff changeset
472 if it was a request to url by repository ID
2796
bf3c976d02ec always post text about status changes of code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 2775
diff changeset
473
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
474
2796
bf3c976d02ec always post text about status changes of code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 2775
diff changeset
475 1.4.0 (**2012-09-03**)
bf3c976d02ec always post text about status changes of code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 2775
diff changeset
476 ----------------------
bf3c976d02ec always post text about status changes of code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 2775
diff changeset
477
bf3c976d02ec always post text about status changes of code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 2775
diff changeset
478 news
bf3c976d02ec always post text about status changes of code-review
Marcin Kuzminski <marcin@python-works.com>
parents: 2775
diff changeset
479 ++++
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
480
2299
e2dbdaf13562 Don't clear dbsessions when celery_eager is turned on
Marcin Kuzminski <marcin@python-works.com>
parents: 2288
diff changeset
481 - new codereview system
2343
fcf16fd84f06 updated 1.4 changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2299
diff changeset
482 - email map, allowing users to have multiple email addresses mapped into
fcf16fd84f06 updated 1.4 changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2299
diff changeset
483 their accounts
2429
d6efacde970f changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2382
diff changeset
484 - improved git-hook system. Now all actions for git are logged into journal
d6efacde970f changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2382
diff changeset
485 including pushed revisions, user and IP address
2299
e2dbdaf13562 Don't clear dbsessions when celery_eager is turned on
Marcin Kuzminski <marcin@python-works.com>
parents: 2288
diff changeset
486 - changed setup-app into setup-rhodecode and added default options to it.
2343
fcf16fd84f06 updated 1.4 changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2299
diff changeset
487 - new git repos are created as bare now by default
2370
889cda9c2d14 implemented #464 users groups links inside permission box (only for admins)
Marcin Kuzminski <marcin@python-works.com>
parents: 2345
diff changeset
488 - #464 added links to groups in permission box
889cda9c2d14 implemented #464 users groups links inside permission box (only for admins)
Marcin Kuzminski <marcin@python-works.com>
parents: 2345
diff changeset
489 - #465 mentions autocomplete inside comments boxes
2373
1828eb7fa688 #469 added --update-only option to whoosh to re-index only given list
Marcin Kuzminski <marcin@python-works.com>
parents: 2370
diff changeset
490 - #469 added --update-only option to whoosh to re-index only given list
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
491 of repos in index
2379
7ac09514a178 created rhodecode-api binary script for working with api via cli
Marcin Kuzminski <marcin@python-works.com>
parents: 2373
diff changeset
492 - rhodecode-api CLI client
2382
034e4fe1ebb2 changed dulwich git interface to gitweb + subprocessio
Marcin Kuzminski <marcin@python-works.com>
parents: 2379
diff changeset
493 - new git http protocol replaced buggy dulwich implementation.
034e4fe1ebb2 changed dulwich git interface to gitweb + subprocessio
Marcin Kuzminski <marcin@python-works.com>
parents: 2379
diff changeset
494 Now based on pygrack & gitweb
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
495 - Improved RSS/ATOM feeds. Discoverable by browsers using proper headers, and
2429
d6efacde970f changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2382
diff changeset
496 reformated based on user suggestions. Additional rss/atom feeds for user
d6efacde970f changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2382
diff changeset
497 journal
d6efacde970f changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2382
diff changeset
498 - various i18n improvements
2435
751c1c56e080 #478 permissions overview for admin in user edit view
Marcin Kuzminski <marcin@python-works.com>
parents: 2429
diff changeset
499 - #478 permissions overview for admin in user edit view
2649
f61217731c18 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2452
diff changeset
500 - File view now displays small gravatars off all authors of given file
f61217731c18 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2452
diff changeset
501 - Implemented landing revisions. Each repository will get landing_rev attribute
f61217731c18 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2452
diff changeset
502 that defines 'default' revision/branch for generating readme files
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
503 - Implemented #509, RhodeCode enforces SSL for push/pulling if requested at
2775
5d12768a0aa1 docs improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2759
diff changeset
504 earliest possible call.
5d12768a0aa1 docs improvements
Marcin Kuzminski <marcin@python-works.com>
parents: 2759
diff changeset
505 - Import remote svn repositories to mercurial using hgsubversion.
2709
d2d35cf2b351 RhodeCode now has a option to explicitly set forking permissions. ref #508
Marcin Kuzminski <marcin@python-works.com>
parents: 2706
diff changeset
506 - Fixed #508 RhodeCode now has a option to explicitly set forking permissions
2736
3aad896d9a02 sync alternative gravatar options to other .ini files
Marcin Kuzminski <marcin@python-works.com>
parents: 2709
diff changeset
507 - RhodeCode can use alternative server for generating avatar icons
2759
c61c2ccea2b4 #538 form for permissions can handle multiple users at once
Marcin Kuzminski <marcin@python-works.com>
parents: 2736
diff changeset
508 - implemented repositories locking. Pull locks, push unlocks. Also can be done
c61c2ccea2b4 #538 form for permissions can handle multiple users at once
Marcin Kuzminski <marcin@python-works.com>
parents: 2736
diff changeset
509 via API calls
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
510 - #538 form for permissions can handle multiple users at once
2343
fcf16fd84f06 updated 1.4 changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2299
diff changeset
511
2256
790398822cad Beta Version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2251
diff changeset
512 fixes
790398822cad Beta Version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2251
diff changeset
513 +++++
790398822cad Beta Version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2251
diff changeset
514
2343
fcf16fd84f06 updated 1.4 changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2299
diff changeset
515 - improved translations
fcf16fd84f06 updated 1.4 changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2299
diff changeset
516 - fixes issue #455 Creating an archive generates an exception on Windows
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
517 - fixes #448 Download ZIP archive keeps file in /tmp open and results
2343
fcf16fd84f06 updated 1.4 changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2299
diff changeset
518 in out of disk space
fcf16fd84f06 updated 1.4 changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2299
diff changeset
519 - fixes issue #454 Search results under Windows include proceeding
fcf16fd84f06 updated 1.4 changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2299
diff changeset
520 backslash
fcf16fd84f06 updated 1.4 changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2299
diff changeset
521 - fixed issue #450. Rhodecode no longer will crash when bad revision is
fcf16fd84f06 updated 1.4 changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2299
diff changeset
522 present in journal data.
fcf16fd84f06 updated 1.4 changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2299
diff changeset
523 - fix for issue #417, git execution was broken on windows for certain
fcf16fd84f06 updated 1.4 changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2299
diff changeset
524 commands.
fcf16fd84f06 updated 1.4 changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2299
diff changeset
525 - fixed #413. Don't disable .git directory for bare repos on deleting
2345
824461179c80 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2343
diff changeset
526 - fixed issue #459. Changed the way of obtaining logger in reindex task.
2429
d6efacde970f changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2382
diff changeset
527 - fixed #453 added ID field in whoosh SCHEMA that solves the issue of
d6efacde970f changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2382
diff changeset
528 reindexing modified files
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
529 - fixed #481 rhodecode emails are sent without Date header
2649
f61217731c18 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2452
diff changeset
530 - fixed #458 wrong count when no repos are present
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
531 - fixed issue #492 missing `\ No newline at end of file` test at the end of
2649
f61217731c18 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2452
diff changeset
532 new chunk in html diff
f61217731c18 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2452
diff changeset
533 - full text search now works also for commit messages
2299
e2dbdaf13562 Don't clear dbsessions when celery_eager is turned on
Marcin Kuzminski <marcin@python-works.com>
parents: 2288
diff changeset
534
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
535
2288
e24dcf2304a0 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2284
diff changeset
536 1.3.6 (**2012-05-17**)
2269
f1467dfcf093 small issue fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2256
diff changeset
537 ----------------------
f1467dfcf093 small issue fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2256
diff changeset
538
f1467dfcf093 small issue fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2256
diff changeset
539 news
f1467dfcf093 small issue fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2256
diff changeset
540 ++++
f1467dfcf093 small issue fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2256
diff changeset
541
2271
3dbe675b4342 update contributors
Marcin Kuzminski <marcin@python-works.com>
parents: 2269
diff changeset
542 - chinese traditional translation
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
543 - changed setup-app into setup-rhodecode and added arguments for auto-setup
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
544 mode that doesn't need user interaction
2269
f1467dfcf093 small issue fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2256
diff changeset
545
f1467dfcf093 small issue fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2256
diff changeset
546 fixes
f1467dfcf093 small issue fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2256
diff changeset
547 +++++
f1467dfcf093 small issue fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2256
diff changeset
548
f1467dfcf093 small issue fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2256
diff changeset
549 - fixed no scm found warning
f1467dfcf093 small issue fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2256
diff changeset
550 - fixed __future__ import error on rcextensions
f1467dfcf093 small issue fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2256
diff changeset
551 - made simplejson required lib for speedup on JSON encoding
2274
34eb00bd19f2 fixes #449 bad regex could get more than revisions from parsing history
Marcin Kuzminski <marcin@python-works.com>
parents: 2271
diff changeset
552 - fixes #449 bad regex could get more than revisions from parsing history
2299
e2dbdaf13562 Don't clear dbsessions when celery_eager is turned on
Marcin Kuzminski <marcin@python-works.com>
parents: 2288
diff changeset
553 - don't clear DB session when CELERY_EAGER is turned ON
2256
790398822cad Beta Version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2251
diff changeset
554
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
555
2256
790398822cad Beta Version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2251
diff changeset
556 1.3.5 (**2012-05-10**)
790398822cad Beta Version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2251
diff changeset
557 ----------------------
790398822cad Beta Version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2251
diff changeset
558
790398822cad Beta Version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2251
diff changeset
559 news
790398822cad Beta Version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2251
diff changeset
560 ++++
790398822cad Beta Version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2251
diff changeset
561
2174
85a64b981c07 ws cleanup, +changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2162
diff changeset
562 - use ext_json for json module
2191
050c8f08f7af changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2176
diff changeset
563 - unified annotation view with file source view
050c8f08f7af changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2176
diff changeset
564 - notification improvements, better inbox + css
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
565 - #419 don't strip passwords for login forms, make rhodecode
2191
050c8f08f7af changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2176
diff changeset
566 more compatible with LDAP servers
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
567 - Added HTTP_X_FORWARDED_FOR as another method of extracting
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
568 IP for pull/push logs. - moved all to base controller
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
569 - #415: Adding comment to changeset causes reload.
2191
050c8f08f7af changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2176
diff changeset
570 Comments are now added via ajax and doesn't reload the page
2193
3ea397063fc7 fixed #374 LDAP config is now saved but deactivated if python-ldap lib is missing
Marcin Kuzminski <marcin@python-works.com>
parents: 2191
diff changeset
571 - #374 LDAP config is discarded when LDAP can't be activated
2225
c538f6baa9a8 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2202
diff changeset
572 - limited push/pull operations are now logged for git in the journal
c538f6baa9a8 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2202
diff changeset
573 - bumped mercurial to 2.2.X series
2235
b6adef467e23 changelog update + whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 2225
diff changeset
574 - added support for displaying submodules in file-browser
2250
3f401db55cb7 typo fix
Marcin Kuzminski <marcin@python-works.com>
parents: 2248
diff changeset
575 - #421 added bookmarks in changelog view
2174
85a64b981c07 ws cleanup, +changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2162
diff changeset
576
85a64b981c07 ws cleanup, +changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2162
diff changeset
577 fixes
85a64b981c07 ws cleanup, +changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2162
diff changeset
578 +++++
85a64b981c07 ws cleanup, +changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2162
diff changeset
579
85a64b981c07 ws cleanup, +changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2162
diff changeset
580 - fixed dev-version marker for stable when served from source codes
2176
162bf5c978f8 fixed missing permissions check on forks page
Marcin Kuzminski <marcin@python-works.com>
parents: 2174
diff changeset
581 - fixed missing permission checks on show forks page
2191
050c8f08f7af changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2176
diff changeset
582 - #418 cast to unicode fixes in notification objects
2202
48d9a62c9b75 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2193
diff changeset
583 - #426 fixed mention extracting regex
2225
c538f6baa9a8 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2202
diff changeset
584 - fixed remote-pulling for git remotes remopositories
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
585 - fixed #434: Error when accessing files or changesets of a git repository
2235
b6adef467e23 changelog update + whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 2225
diff changeset
586 with submodules
2248
72542dc597be fixed issue with empty APIKEYS on registration #438
Marcin Kuzminski <marcin@python-works.com>
parents: 2247
diff changeset
587 - fixed issue with empty APIKEYS for users after registration ref. #438
2251
986430cde505 fixed issue with getting README files from git repositories
Marcin Kuzminski <marcin@python-works.com>
parents: 2250
diff changeset
588 - fixed issue with getting README files from git repositories
2174
85a64b981c07 ws cleanup, +changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2162
diff changeset
589
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
590
2174
85a64b981c07 ws cleanup, +changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2162
diff changeset
591 1.3.4 (**2012-03-28**)
85a64b981c07 ws cleanup, +changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2162
diff changeset
592 ----------------------
85a64b981c07 ws cleanup, +changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2162
diff changeset
593
85a64b981c07 ws cleanup, +changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2162
diff changeset
594 news
85a64b981c07 ws cleanup, +changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2162
diff changeset
595 ++++
85a64b981c07 ws cleanup, +changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 2162
diff changeset
596
2104
f21f66abb4f7 fixed #390 cache invalidation problems on repos inside group
Marcin Kuzminski <marcin@python-works.com>
parents: 2095
diff changeset
597 - 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
598 - 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
599 - 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
600 - 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
601 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
602 - implemented #377 Users view for his own permissions on account page
3653
4c78a0855a17 Fix 'repos group' - it is 'repository group'
Mads Kiilerich <madski@unity3d.com>
parents: 3521
diff changeset
603 - #399 added inheritance of permissions for user group on repository groups
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
604 - #401 repository group is automatically pre-selected when adding repos
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
605 inside a repository group
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
606 - added alternative HTTP 403 response when client failed to authenticate. Helps
2132
9f5582151d53 Alternative HTTP response codes when client failed to Authenticate correctly
Marcin Kuzminski <marcin@python-works.com>
parents: 2130
diff changeset
607 solving issues with Mercurial and LDAP
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
608 - #402 removed group prefix from repository name when listing repositories
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
609 inside a group
2142
a21eab6ff42f Added gravatars into permissions view and permissions autocomplete
Marcin Kuzminski <marcin@python-works.com>
parents: 2133
diff changeset
610 - added gravatars into permission view and permissions autocomplete
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
611 - #347 when running multiple RhodeCode instances, properly invalidates cache
2147
d25bd432bc3e - #347 when running multiple RhodeCode instances, properly invalidates cache
Marcin Kuzminski <marcin@python-works.com>
parents: 2142
diff changeset
612 for all registered servers
2041
d533249e7d55 docs updates for release
Marcin Kuzminski <marcin@python-works.com>
parents: 2020
diff changeset
613
d533249e7d55 docs updates for release
Marcin Kuzminski <marcin@python-works.com>
parents: 2020
diff changeset
614 fixes
d533249e7d55 docs updates for release
Marcin Kuzminski <marcin@python-works.com>
parents: 2020
diff changeset
615 +++++
d533249e7d55 docs updates for release
Marcin Kuzminski <marcin@python-works.com>
parents: 2020
diff changeset
616
2104
f21f66abb4f7 fixed #390 cache invalidation problems on repos inside group
Marcin Kuzminski <marcin@python-works.com>
parents: 2095
diff changeset
617 - 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
618 - 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
619 - 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
620 - fixed issue with escaping < and > in changeset commits
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
621 - fixed error occurring during recursive group creation in API
2120
d5527cebf76a Resolve error occurring during recursive group creation in API create-repo function
Marcin Kuzminski <marcin@python-works.com>
parents: 2111
diff changeset
622 create_repo function
2123
f47f27a6b54e fixes for #393 py2.5 compatability for url generators
Marcin Kuzminski <marcin@python-works.com>
parents: 2120
diff changeset
623 - 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
624 - 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
625 - fixed #396 fixed problems with revoking users in nested groups
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
626 - fixed mysql unicode issues + specified InnoDB as default engine with
2151
12ceeda33339 #404 API extensions for showing permission for users
Marcin Kuzminski <marcin@python-works.com>
parents: 2147
diff changeset
627 utf8 charset
2162
04d3fae0e4c0 imported patch 2260
Marcin Kuzminski <marcin@python-works.com>
parents: 2151
diff changeset
628 - #406 trim long branch/tag names in changelog to not break UI
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
629
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
630
2093
7172d88f3cee version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2091
diff changeset
631 1.3.3 (**2012-03-02**)
7172d88f3cee version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2091
diff changeset
632 ----------------------
7172d88f3cee version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2091
diff changeset
633
7172d88f3cee version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2091
diff changeset
634 news
7172d88f3cee version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2091
diff changeset
635 ++++
7172d88f3cee version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2091
diff changeset
636
7172d88f3cee version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2091
diff changeset
637
7172d88f3cee version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2091
diff changeset
638 fixes
7172d88f3cee version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2091
diff changeset
639 +++++
7172d88f3cee version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2091
diff changeset
640
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
641 - 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
642 - 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
643 full rescan of paths
2072
98f912832811 fixes #376 Cannot edit user (using container auth)
Marcin Kuzminski <marcin@python-works.com>
parents: 2069
diff changeset
644 - fixes #376 Cannot edit user (using container auth)
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
645 - fixes #378 Invalid image urls on changeset screen with proxy-prefix
2075
59da242fe19f changelog+CONTRIBUTORS
Marcin Kuzminski <marcin@python-works.com>
parents: 2072
diff changeset
646 configuration
2080
1d5c52d473b9 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2075
diff changeset
647 - fixed initial sorting of repos inside repo group
1d5c52d473b9 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2075
diff changeset
648 - 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
649 - 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
650 - 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
651 - 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
652 - fixed missing commit after hook delete
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
653 - fixed #372 issues with git operation detection that caused a security issue
2091
6a97bbdded09 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 2086
diff changeset
654 for git repos
2093
7172d88f3cee version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2091
diff changeset
655
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
656
2067
de372c3a329e version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2063
diff changeset
657 1.3.2 (**2012-02-28**)
de372c3a329e version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2063
diff changeset
658 ----------------------
de372c3a329e version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2063
diff changeset
659
de372c3a329e version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2063
diff changeset
660 news
de372c3a329e version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2063
diff changeset
661 ++++
de372c3a329e version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2063
diff changeset
662
de372c3a329e version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2063
diff changeset
663
de372c3a329e version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2063
diff changeset
664 fixes
de372c3a329e version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2063
diff changeset
665 +++++
de372c3a329e version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 2063
diff changeset
666
2052
320806ff6be2 fixes git-protocol with
Marcin Kuzminski <marcin@python-works.com>
parents: 2047
diff changeset
667 - 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
668 - 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
669 - 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
670 - fixes #368 improved git-protocol detection to handle other clients
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
671 - fixes #366 When Setting Repository Group To Blank Repo Group Wont Be
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
672 Moved To Root
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
673 - 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
674 - 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
675
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
676
2047
092080cd96ba Git fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2041
diff changeset
677 1.3.1 (**2012-02-27**)
092080cd96ba Git fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2041
diff changeset
678 ----------------------
092080cd96ba Git fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2041
diff changeset
679
092080cd96ba Git fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2041
diff changeset
680 news
092080cd96ba Git fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2041
diff changeset
681 ++++
092080cd96ba Git fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2041
diff changeset
682
092080cd96ba Git fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2041
diff changeset
683
092080cd96ba Git fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2041
diff changeset
684 fixes
092080cd96ba Git fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2041
diff changeset
685 +++++
092080cd96ba Git fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2041
diff changeset
686
092080cd96ba Git fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2041
diff changeset
687 - redirection loop occurs when remember-me wasn't checked during login
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
688 - fixes issues with git blob history generation
2047
092080cd96ba Git fixes
Marcin Kuzminski <marcin@python-works.com>
parents: 2041
diff changeset
689 - 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
690
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
691
2041
d533249e7d55 docs updates for release
Marcin Kuzminski <marcin@python-works.com>
parents: 2020
diff changeset
692 1.3.0 (**2012-02-26**)
d533249e7d55 docs updates for release
Marcin Kuzminski <marcin@python-works.com>
parents: 2020
diff changeset
693 ----------------------
d533249e7d55 docs updates for release
Marcin Kuzminski <marcin@python-works.com>
parents: 2020
diff changeset
694
d533249e7d55 docs updates for release
Marcin Kuzminski <marcin@python-works.com>
parents: 2020
diff changeset
695 news
d533249e7d55 docs updates for release
Marcin Kuzminski <marcin@python-works.com>
parents: 2020
diff changeset
696 ++++
d533249e7d55 docs updates for release
Marcin Kuzminski <marcin@python-works.com>
parents: 2020
diff changeset
697
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
698 - 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
699 - #215 rst and markdown README files support
1658
3387b53044bf small changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1657
diff changeset
700 - #252 Container-based and proxy pass-through authentication support
3387b53044bf small changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1657
diff changeset
701 - #44 branch browser. Filtering of changelog by branches
1785
a0f15f35782d removed duplicate arrow image
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
702 - mercurial bookmarks support
1939
65aab4c1401a docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1923
diff changeset
703 - new hover top menu, optimized to add maximum size for important views
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
704 - configurable clone url template with possibility to specify protocol like
1785
a0f15f35782d removed duplicate arrow image
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
705 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
706 - enabled largefiles extension by default
1750
cbcae0c83eb0 updated docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1695
diff changeset
707 - optimized summary file pages and saved a lot of unused space in them
1756
Marcin Kuzminski <marcin@python-works.com>
parents: 1750
diff changeset
708 - #239 option to manually mark repository as fork
1785
a0f15f35782d removed duplicate arrow image
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
709 - #320 mapping of commit authors to RhodeCode users
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
710 - #304 hashes are displayed using monospace font
1785
a0f15f35782d removed duplicate arrow image
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
711 - diff configuration, toggle white lines and context lines
a0f15f35782d removed duplicate arrow image
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
712 - #307 configurable diffs, whitespace toggle, increasing context lines
a0f15f35782d removed duplicate arrow image
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
713 - 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
714 - 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
715 - implements #330 api method for listing nodes ar particular revision
1870
941dee113136 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1841
diff changeset
716 - #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
717 based on user defined regular expression
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
718 - added linking of changesets in commit messages
1870
941dee113136 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1841
diff changeset
719 - 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
720 - 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
721 - #348 added post-create repository hook
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
722 - #212 global encoding settings is now configurable from .ini files
2018
6c156a42f78a changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1972
diff changeset
723 - #227 added repository groups permissions
6c156a42f78a changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1972
diff changeset
724 - markdown gets codehilite extensions
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
725 - new API methods, delete_repositories, grante/revoke permissions for groups
2018
6c156a42f78a changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1972
diff changeset
726 and repos
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
727
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
728
1524
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
729 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
730 +++++
1524
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
731
1750
cbcae0c83eb0 updated docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1695
diff changeset
732 - 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
733 - fixed sorting of repo tables
a0f15f35782d removed duplicate arrow image
Marcin Kuzminski <marcin@python-works.com>
parents: 1756
diff changeset
734 - #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
735 - normalized user_name => username in api attributes
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
736 - fixes #298 ldap created users with mixed case emails created conflicts
1826
d7e92eaa3a61 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1823
diff changeset
737 on saving a form
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
738 - fixes issue when owner of a repo couldn't revoke permissions for users
1830
2514651c186a changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1826
diff changeset
739 and groups
1892
40b0d4851880 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1870
diff changeset
740 - fixes #271 rare JSON serialization problem with statistics
1901
50546fdf75c2 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1892
diff changeset
741 - fixes #337 missing validation check for conflicting names of a group with a
3416
5706f6ab60cf follow-up on texts missing from 'users groups'/'repositories group' cleanup
Mads Kiilerich <madski@unity3d.com>
parents: 3410
diff changeset
742 repository group
1939
65aab4c1401a docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1923
diff changeset
743 - #340 fixed session problem for mysql and celery tasks
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
744 - fixed #331 RhodeCode mangles repository names if the a repository group
1946
72e160dff58e changelog fix
Marcin Kuzminski <marcin@python-works.com>
parents: 1939
diff changeset
745 contains the "full path" to the repositories
2018
6c156a42f78a changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1972
diff changeset
746 - #355 RhodeCode doesn't store encrypted LDAP passwords
1939
65aab4c1401a docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1923
diff changeset
747
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
748
1970
edb87f232b78 syncec changelog from stable branch
Marcin Kuzminski <marcin@python-works.com>
parents: 1950
diff changeset
749 1.2.5 (**2012-01-28**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
750 ----------------------
1970
edb87f232b78 syncec changelog from stable branch
Marcin Kuzminski <marcin@python-works.com>
parents: 1950
diff changeset
751
edb87f232b78 syncec changelog from stable branch
Marcin Kuzminski <marcin@python-works.com>
parents: 1950
diff changeset
752 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
753 ++++
1970
edb87f232b78 syncec changelog from stable branch
Marcin Kuzminski <marcin@python-works.com>
parents: 1950
diff changeset
754
edb87f232b78 syncec changelog from stable branch
Marcin Kuzminski <marcin@python-works.com>
parents: 1950
diff changeset
755 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
756 +++++
1970
edb87f232b78 syncec changelog from stable branch
Marcin Kuzminski <marcin@python-works.com>
parents: 1950
diff changeset
757
edb87f232b78 syncec changelog from stable branch
Marcin Kuzminski <marcin@python-works.com>
parents: 1950
diff changeset
758 - #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
759 for celery tasks
edb87f232b78 syncec changelog from stable branch
Marcin Kuzminski <marcin@python-works.com>
parents: 1950
diff changeset
760 - #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
761 a parameter
edb87f232b78 syncec changelog from stable branch
Marcin Kuzminski <marcin@python-works.com>
parents: 1950
diff changeset
762 - 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
763 operation leading to crash.
edb87f232b78 syncec changelog from stable branch
Marcin Kuzminski <marcin@python-works.com>
parents: 1950
diff changeset
764 - fixed missing email in account page.
edb87f232b78 syncec changelog from stable branch
Marcin Kuzminski <marcin@python-works.com>
parents: 1950
diff changeset
765 - Reverted Mercurial to 2.0.1 for windows due to bug in Mercurial that makes
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
766 forking on windows impossible
1970
edb87f232b78 syncec changelog from stable branch
Marcin Kuzminski <marcin@python-works.com>
parents: 1950
diff changeset
767
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
768
1923
Marcin Kuzminski <marcin@python-works.com>
parents: 1919
diff changeset
769 1.2.4 (**2012-01-19**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
770 ----------------------
1919
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
771
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
772 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
773 ++++
1919
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
774
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
775 - 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
776 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
777 - #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
778 - added requires.txt file with requirements
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
779
1919
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
780 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
781 +++++
1919
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
782
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
783 - fixes db session issues with celery when emailing admins
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
784 - #331 RhodeCode mangles repository names if the a repository group
1919
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
785 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
786 - #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
787 - 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
788 `mysql has gone away` errors
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
789 - #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
790 - #271 rare JSON serialization problem with statistics enabled
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
791 - #337 Fixes issues with validation of repository name conflicting with
1919
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
792 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
793 - #292 made ldap_dn in user edit readonly, to get rid of confusion that field
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
794 doesn't work
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
795 - #316 fixes issues with web description in hgrc files
1919
38a83ffe17fd backported 1.2.4 changelog into beta docs
Marcin Kuzminski <marcin@python-works.com>
parents: 1914
diff changeset
796
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
797
1645
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
798 1.2.3 (**2011-11-02**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
799 ----------------------
1645
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
800
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
801 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
802 ++++
1645
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
803
3653
4c78a0855a17 Fix 'repos group' - it is 'repository group'
Mads Kiilerich <madski@unity3d.com>
parents: 3521
diff changeset
804 - added option to manage repository group for non admin users
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
805 - added following API methods for get_users, create_user, get_users_groups,
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
806 get_users_group, create_users_group, add_user_to_users_groups, get_repos,
1645
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
807 get_repo, create_repo, add_user_to_repo
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
808 - implements #237 added password confirmation for my account
1645
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
809 and admin edit user.
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
810 - 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
811 administrator users, and global config email.
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
812
1645
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
813 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
814 +++++
1645
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
815
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
816 - 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
817 - #276 issue with adding a single user with id>10 to usergroups
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
818 - #277 fixes windows LDAP settings in which missing values breaks the ldap auth
1645
bf68da506df3 changelog update for 1.2.3 release
Marcin Kuzminski <marcin@python-works.com>
parents: 1562
diff changeset
819 - #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
820
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
821
1562
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
822 1.2.2 (**2011-10-17**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
823 ----------------------
1562
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
824
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
825 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
826 ++++
1562
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
827
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
828 - #226 repo groups are available by path instead of numerical id
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
829
1562
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
830 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
831 +++++
1562
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
832
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
833 - #259 Groups with the same name but with different parent group
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
834 - #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
835 - #258 RhodeCode 1.2 assumes egg folder is writable (lockfiles problems)
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
836 - #265 ldap save fails sometimes on converting attributes to booleans,
1562
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
837 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
838 - fixed problems with timestamps issues #251 and #213
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
839 - 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
840 the same parent as group
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
841 - fixes #245 Rescan of the repositories on Windows
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
842 - fixes #248 cannot edit repos inside a group on windows
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
843 - fixes #219 forking problems on windows
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
844
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
845
1537
c307c920f94c updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1524
diff changeset
846 1.2.1 (**2011-10-08**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
847 ----------------------
1537
c307c920f94c updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1524
diff changeset
848
c307c920f94c updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1524
diff changeset
849 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
850 ++++
1524
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
851
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
852
1537
c307c920f94c updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1524
diff changeset
853 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
854 +++++
1537
c307c920f94c updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1524
diff changeset
855
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
856 - fixed problems with basic auth and push problems
1537
c307c920f94c updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1524
diff changeset
857 - gui fixes
c307c920f94c updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1524
diff changeset
858 - fixed logger
1524
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
859
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
860
1524
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
861 1.2.0 (**2011-10-07**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
862 ----------------------
1524
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
863
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
864 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
865 ++++
1524
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
866
1454
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
867 - implemented #47 repository groups
912
8378122aa408 docs: changelog + setup update
Marcin Kuzminski <marcin@python-works.com>
parents: 885
diff changeset
868 - implemented #89 Can setup google analytics code from settings menu
963
1707aae3f985 fixed changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 945
diff changeset
869 - implemented #91 added nicer looking archive urls with more download options
1707aae3f985 fixed changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 945
diff changeset
870 like tags, branches
885
94f7585af8a1 fixes to #92, updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 872
diff changeset
871 - 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
872 - 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
873 - 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
874 into clone url
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
875 - fixed #90 whoosh indexer can index chooses repositories passed in command
912
8378122aa408 docs: changelog + setup update
Marcin Kuzminski <marcin@python-works.com>
parents: 885
diff changeset
876 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
877 - 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
878 - implemented #107 source code lines highlight ranges
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
879 - implemented #93 customizable changelog on combined revision ranges -
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
880 equivalent of githubs compare view
1123
9472a0150bf0 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1103
diff changeset
881 - implemented #108 extended and more powerful LDAP configuration
3410
5f1850e4712a "Users groups" is grammatically incorrect English - rename to "user groups"
Mads Kiilerich <madski@unity3d.com>
parents: 3365
diff changeset
882 - implemented #56 user groups
1055
903aadbf9047 updated changelog, small fix for journal
Marcin Kuzminski <marcin@python-works.com>
parents: 1011
diff changeset
883 - 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
884 - raw and diff downloads are now in git format
1096
e6d6bd810e22 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1068
diff changeset
885 - 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
886 - 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
887 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
888 - #125 added API KEY access to feeds
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
889 - #109 Repository can be created from external Mercurial link (aka. remote
1200
3ecaa17d9dea added os.sep for files controller
Marcin Kuzminski <marcin@python-works.com>
parents: 1174
diff changeset
890 repository, and manually updated (via pull) from admin panel
1285
9e21e0c428bb changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1254
diff changeset
891 - 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
892 - added followers page and forks page
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
893 - server side file creation (with binary file upload interface)
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
894 and edition with commits powered by codemirror
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
895 - #111 file browser file finder, quick lookup files on whole file tree
1454
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
896 - added quick login sliding menu into main page
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
897 - changelog uses lazy loading of affected files details, in some scenarios
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
898 this can improve speed of changelog page dramatically especially for
1454
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
899 larger repositories.
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
900 - implements #214 added support for downloading subrepos in download menu.
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
901 - 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
902 - Implemented advanced hook management
1011
9c3e12bde123 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 995
diff changeset
903
872
b956e6f415a2 implemented #91,
Marcin Kuzminski <marcin@python-works.com>
parents: 845
diff changeset
904 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
905 +++++
872
b956e6f415a2 implemented #91,
Marcin Kuzminski <marcin@python-works.com>
parents: 845
diff changeset
906
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
907 - fixed file browser bug, when switching into given form revision the url was
885
94f7585af8a1 fixes to #92, updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 872
diff changeset
908 not changing
912
8378122aa408 docs: changelog + setup update
Marcin Kuzminski <marcin@python-works.com>
parents: 885
diff changeset
909 - 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
910 - 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
911 - fixed problem with '[' chars in commit messages in journal
1707aae3f985 fixed changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 945
diff changeset
912 - 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
913 - journal fork fixes
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
914 - removed issue with space inside renamed repository after deletion
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
915 - fixed strange issue on formencode imports
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
916 - fixed #126 Deleting repository on Windows, rename used incompatible chars.
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
917 - #150 fixes for errors on repositories mapped in db but corrupted in
1285
9e21e0c428bb changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1254
diff changeset
918 filesystem
1293
ae5b07e75ffd fixed issue #181, and small fix in gitmiddleware
Marcin Kuzminski <marcin@python-works.com>
parents: 1285
diff changeset
919 - 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
920 - 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
921 - 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
922 - 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
923 - 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
924 - fixes issue #197 Relative paths for pidlocks
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
925 - 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
926 - fixes issue #199 wrong redirection for non admin users after creating a repository
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
927 - fixes issues #202, bad db constraint made impossible to attach same group
1454
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
928 more than one time. Affects only mysql/postgres
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
929 - fixes #218 os.kill patch for windows was missing sig param
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
930 - improved rendering of dag (they are not trimmed anymore when number of
1454
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
931 heads exceeds 5)
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
932
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
933
1254
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
934 1.1.8 (**2011-04-12**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
935 ----------------------
1254
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
936
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
937 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
938 ++++
1254
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
939
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
940 - improved windows support
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
941
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
942 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
943 +++++
1254
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
944
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
945 - 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
946 incompatible
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
947 - 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
948 - cleaned up license info issue #149
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
949 - 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
950 - 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
951 - fixed tooltip flickering problems
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
952 - fixed came_from redirection on windows
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
953 - fixed logging modules, and sql formatters
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
954 - windows fixes for os.kill issue #133
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
955 - fixes path splitting for windows issues #148
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
956 - 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
957 - 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
958 - 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
959 - fixed issue with archive headers sent to browser, thanks to Thomas Waldmann
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
960 - fixed compatibility for 1024px displays, and larger dpi settings, thanks to
1254
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
961 Thomas Waldmann
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
962 - 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
963
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
964
1174
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
965 1.1.7 (**2011-03-23**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
966 ----------------------
1174
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
967
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
968 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
969 ++++
1174
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
970
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
971 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
972 +++++
1174
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
973
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
974 - fixed (again) #136 installation support for FreeBSD
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
975
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
976
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
977 1.1.6 (**2011-03-21**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
978 ----------------------
1174
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
979
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
980 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
981 ++++
1174
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
982
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
983 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
984 +++++
1174
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
985
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
986 - fixed #136 installation support for FreeBSD
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
987 - RhodeCode will check for python version during installation
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
988
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
989
1174
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
990 1.1.5 (**2011-03-17**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
991 ----------------------
1174
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
992
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
993 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
994 ++++
1174
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
995
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
996 - 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
997 highly inspired by idea of mantis406
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
998
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
999 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
1000 +++++
1174
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
1001
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
1002 - fixed sorting by author in main page
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
1003 - fixed crashes with diffs on binary files
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
1004 - fixed #131 problem with boolean values for LDAP
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
1005 - fixed #122 mysql problems thanks to striker69
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
1006 - fixed problem with errors on calling raw/raw_files/annotate functions
1174
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
1007 with unknown revisions
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
1008 - fixed returned rawfiles attachment names with international character
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
1009 - cleaned out docs, big thanks to Jason Harris
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
1010
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1011
1097
ecf255351311 merge changelog with default (added 1.1.4 version)
Marcin Kuzminski <marcin@python-works.com>
parents: 1096
diff changeset
1012 1.1.4 (**2011-02-19**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
1013 ----------------------
1097
ecf255351311 merge changelog with default (added 1.1.4 version)
Marcin Kuzminski <marcin@python-works.com>
parents: 1096
diff changeset
1014
ecf255351311 merge changelog with default (added 1.1.4 version)
Marcin Kuzminski <marcin@python-works.com>
parents: 1096
diff changeset
1015 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
1016 ++++
1097
ecf255351311 merge changelog with default (added 1.1.4 version)
Marcin Kuzminski <marcin@python-works.com>
parents: 1096
diff changeset
1017
ecf255351311 merge changelog with default (added 1.1.4 version)
Marcin Kuzminski <marcin@python-works.com>
parents: 1096
diff changeset
1018 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
1019 +++++
1097
ecf255351311 merge changelog with default (added 1.1.4 version)
Marcin Kuzminski <marcin@python-works.com>
parents: 1096
diff changeset
1020
ecf255351311 merge changelog with default (added 1.1.4 version)
Marcin Kuzminski <marcin@python-works.com>
parents: 1096
diff changeset
1021 - 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
1022 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
1023 - journal fixes
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
1024 - 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
1025
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1026
1068
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
1027 1.1.3 (**2011-02-16**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
1028 ----------------------
1068
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
1029
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
1030 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
1031 ++++
1068
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
1032
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
1033 - implemented #102 allowing the '.' character in username
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
1034 - 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
1035 - celery task ignores result for better performance
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
1036
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
1037 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
1038 +++++
1068
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
1039
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
1040 - fixed ehlo command and non auth mail servers on smtp_lib. Thanks to
1068
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
1041 apollo13 and Johan Walles
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
1042 - small fixes in journal
1011
9c3e12bde123 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 995
diff changeset
1043 - fixed problems with getting setting for celery from .ini files
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
1044 - registration, password reset and login boxes share the same title as main
1068
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
1045 application now
1055
903aadbf9047 updated changelog, small fix for journal
Marcin Kuzminski <marcin@python-works.com>
parents: 1011
diff changeset
1046 - fixed #113: to high permissions to fork repository
1068
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
1047 - fixed problem with '[' chars in commit messages in journal
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
1048 - removed issue with space inside renamed repository after deletion
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
1049 - db transaction fixes when filesystem repository creation failed
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
1050 - 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
1051 - fixed static files paths links to use of url() method
1068
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
1052
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1053
938
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
1054 1.1.2 (**2011-01-12**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
1055 ----------------------
938
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
1056
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
1057 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
1058 ++++
938
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
1059
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
1060
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
1061 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
1062 +++++
938
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
1063
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
1064 - 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
1065 - fixed graph bug
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
1066 - forced webhelpers version since it was making troubles during installation
938
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
1067
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1068
928
218128a7d45c merged small changes from default branch
Marcin Kuzminski <marcin@python-works.com>
parents: 920
diff changeset
1069 1.1.1 (**2011-01-06**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
1070 ----------------------
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
1071
919
6c3d81f9529c Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 912
diff changeset
1072 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
1073 ++++
919
6c3d81f9529c Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 912
diff changeset
1074
6c3d81f9529c Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 912
diff changeset
1075 - 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
1076 set server headers with this options)
928
218128a7d45c merged small changes from default branch
Marcin Kuzminski <marcin@python-works.com>
parents: 920
diff changeset
1077 - small css updates
919
6c3d81f9529c Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 912
diff changeset
1078
6c3d81f9529c Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 912
diff changeset
1079 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
1080 +++++
919
6c3d81f9529c Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 912
diff changeset
1081
6c3d81f9529c Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 912
diff changeset
1082 - fixed #96 redirect loop on files view on repositories without changesets
6c3d81f9529c Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 912
diff changeset
1083 - 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
1084 and server crashed with errors
928
218128a7d45c merged small changes from default branch
Marcin Kuzminski <marcin@python-works.com>
parents: 920
diff changeset
1085 - fixed large tooltips problems on main page
920
2aab909a0eaf changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 919
diff changeset
1086 - fixed #92 whoosh indexer is more error proof
2aab909a0eaf changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 919
diff changeset
1087
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1088
872
b956e6f415a2 implemented #91,
Marcin Kuzminski <marcin@python-works.com>
parents: 845
diff changeset
1089 1.1.0 (**2010-12-18**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
1090 ----------------------
872
b956e6f415a2 implemented #91,
Marcin Kuzminski <marcin@python-works.com>
parents: 845
diff changeset
1091
b956e6f415a2 implemented #91,
Marcin Kuzminski <marcin@python-works.com>
parents: 845
diff changeset
1092 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
1093 ++++
872
b956e6f415a2 implemented #91,
Marcin Kuzminski <marcin@python-works.com>
parents: 845
diff changeset
1094
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
1095 - rewrite of internals for vcs >=0.1.10
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
1096 - uses mercurial 1.7 with dotencode disabled for maintaining compatibility
790
0142dac6f3c7 fixed journal helper, little test update,
Marcin Kuzminski <marcin@python-works.com>
parents: 777
diff changeset
1097 with older clients
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
1098 - anonymous access, authentication via ldap
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
1099 - 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
1100 cache that's invalidated when needed.
811
bb35ad076e2f docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 790
diff changeset
1101 - performance upgrades on repositories with large amount of commits (20K+)
642
674ecf21de85 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 631
diff changeset
1102 - main page quick filter for filtering repositories
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
1103 - 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
1104 - sends email to admin on new user registration
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
1105 - 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
1106 - 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
1107 and options to disable those hooks from admin panel
9bacc4194efa docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 661
diff changeset
1108 - introduced new enhanced changelog for merges that shows more accurate results
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
1109 - 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
1110 showing up to 10 trending sources for each repository. Additionally stats
a040597b070b docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 811
diff changeset
1111 can be disabled in repository settings.
669
9bacc4194efa docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 661
diff changeset
1112 - gui optimizations, fixed application width to 1024px
845
a040597b070b docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 811
diff changeset
1113 - 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
1114 - 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
1115 - other than sqlite database backends can be used
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
1116
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
1117 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
1118 +++++
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
1119
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
1120 - fixes #61 forked repo was showing only after cache expired
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
1121 - fixes #76 no confirmation on user deletes
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
1122 - fixes #66 Name field misspelled
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
1123 - fixes #72 block user removal when he owns repositories
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
1124 - fixes #69 added password confirmation fields
845
a040597b070b docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 811
diff changeset
1125 - fixes #87 RhodeCode crashes occasionally on updating repository owner
a040597b070b docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 811
diff changeset
1126 - 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
1127 - a lot of fixes and tweaks for file browser
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
1128 - fixed detached session issues
790
0142dac6f3c7 fixed journal helper, little test update,
Marcin Kuzminski <marcin@python-works.com>
parents: 777
diff changeset
1129 - fixed when user had no repos he would see all repos listed in my account
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
1130 - fixed ui() instance bug when global hgrc settings was loaded for server
790
0142dac6f3c7 fixed journal helper, little test update,
Marcin Kuzminski <marcin@python-works.com>
parents: 777
diff changeset
1131 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
1132 - numerous small bugfixes
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
1133
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
1134 (special thanks for TkSoh for detailed feedback)
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
1135
631
05528ad948c4 Hacking for git support,and new faster repo scan
Marcin Kuzminski <marcin@python-works.com>
parents: 623
diff changeset
1136
682
23c2a0e6df0b changed official rhodecode favicon, from hg to some more generic
Marcin Kuzminski <marcin@python-works.com>
parents: 681
diff changeset
1137 1.0.2 (**2010-11-12**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
1138 ----------------------
681
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
1139
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
1140 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
1141 ++++
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
1142
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
1143 - tested under python2.7
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
1144 - bumped sqlalchemy and celery versions
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
1145
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
1146 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
1147 +++++
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
1148
681
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
1149 - fixed #59 missing graph.js
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
1150 - 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
1151 - fixed python2.5 crashes.
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
1152
681
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
1153
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
1154 1.0.1 (**2010-11-10**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
1155 ----------------------
681
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
1156
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
1157 news
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
1158 ++++
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
1159
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
1160 - small css updated
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
1161
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
1162 fixes
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
1163 +++++
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
1164
681
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
1165 - 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
1166 - 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
1167 - 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
1168
681
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
1169
642
674ecf21de85 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 631
diff changeset
1170 1.0.0 (**2010-11-02**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
1171 ----------------------
623
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
1172
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1173 news
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1174 ++++
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1175
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1176
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1177 fixes
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1178 +++++
623
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
1179 - security bugfix simplehg wasn't checking for permissions on commands
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
1180 other than pull or push.
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
1181 - fixed doubled messages after push or pull in admin journal
642
674ecf21de85 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 631
diff changeset
1182 - 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
1183 - admin menu accessible from options menu on repository view
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
1184 - permissions cached queries
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
1185
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1186
592
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
1187 1.0.0rc4 (**2010-10-12**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
1188 --------------------------
585
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1189
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1190 news
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1191 ++++
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1192
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1193
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1194 fixes
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1195 +++++
592
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
1196 - 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
1197 - 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
1198 - 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
1199 - 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
1200 - 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
1201
592
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
1202
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
1203 1.0.0rc3 (**2010-10-11**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
1204 -------------------------
591
1e2adb37cab6 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 585
diff changeset
1205
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1206 news
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1207 ++++
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1208
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1209
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1210 fixes
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1211 +++++
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1212
591
1e2adb37cab6 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 585
diff changeset
1213 - fixed i18n during installation.
1e2adb37cab6 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 585
diff changeset
1214
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1215
592
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
1216 1.0.0rc2 (**2010-10-11**)
2020
bedd7336908c docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 2018
diff changeset
1217 -------------------------
585
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1218
4094
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1219 news
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1220 ++++
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1221
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1222
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1223 fixes
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1224 +++++
8f66758252f8 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3994
diff changeset
1225
3224
8b8edfc25856 whitespace cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 3183
diff changeset
1226 - Disabled dirsize in file browser, it's causing nasty bug when dir renames
585
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1227 occure. After vcs is fixed it'll be put back again.
3177
48a18391f6da updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 3110
diff changeset
1228 - templating/css rewrites, optimized css.