annotate docs/changelog.rst @ 1638:cb8b4b7ac6e4 beta

removed call to window location in some cases when request end up to early it showed a bad page. Very annoying
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 02 Nov 2011 20:33:02 +0200
parents f8321ccf6529
children 752b0a7b7679 bf68da506df3
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
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3 Changelog
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
4 =========
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
5
1524
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
6
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
7 1.3.0 (**XXXX-XX-XX**)
929
c44b3c9b9f7f doc fix
Marcin Kuzminski <marcin@python-works.com>
parents: 928
diff changeset
8 ======================
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
9
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
10 :status: in-progress
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
11 :branch: beta
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
12
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
13 news
929
c44b3c9b9f7f doc fix
Marcin Kuzminski <marcin@python-works.com>
parents: 928
diff changeset
14 ----
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
15
1562
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
16
1524
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
17 fixes
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
18 -----
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
19
1562
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
20
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
21 1.2.2 (**2011-10-17**)
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
22 ======================
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
23
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
24 news
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
25 ----
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
26
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
27 - #226 repo groups are available by path instead of numerical id
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
28
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
29 fixes
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
30 -----
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
31
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
32 - #259 Groups with the same name but with different parent group
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
33 - #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
34 - #258 RhodeCode 1.2 assumes egg folder is writable (lockfiles problems)
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
35 - #265 ldap save fails sometimes on converting attributes to booleans,
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
36 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
37 - fixed problems with timestamps issues #251 and #213
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
38 - fixes #266 Rhodecode allows to create repo with the same name and in
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
39 the same parent as group
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
40 - fixes #245 Rescan of the repositories on Windows
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
41 - fixes #248 cannot edit repos inside a group on windows
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
42 - fixes #219 forking problems on windows
f8321ccf6529 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1537
diff changeset
43
1537
c307c920f94c updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1524
diff changeset
44 1.2.1 (**2011-10-08**)
c307c920f94c updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1524
diff changeset
45 ======================
c307c920f94c updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1524
diff changeset
46
c307c920f94c updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1524
diff changeset
47 news
c307c920f94c updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1524
diff changeset
48 ----
1524
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
49
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
50
1537
c307c920f94c updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1524
diff changeset
51 fixes
c307c920f94c updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1524
diff changeset
52 -----
c307c920f94c updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1524
diff changeset
53
c307c920f94c updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1524
diff changeset
54 - fixed problems with basic auth and push problems
c307c920f94c updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1524
diff changeset
55 - gui fixes
c307c920f94c updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1524
diff changeset
56 - fixed logger
1524
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
57
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
58 1.2.0 (**2011-10-07**)
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
59 ======================
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
60
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
61 news
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
62 ----
5383780b5fe4 version bump
Marcin Kuzminski <marcin@python-works.com>
parents: 1488
diff changeset
63
1454
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
64 - implemented #47 repository groups
912
8378122aa408 docs: changelog + setup update
Marcin Kuzminski <marcin@python-works.com>
parents: 885
diff changeset
65 - implemented #89 Can setup google analytics code from settings menu
963
1707aae3f985 fixed changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 945
diff changeset
66 - implemented #91 added nicer looking archive urls with more download options
1707aae3f985 fixed changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 945
diff changeset
67 like tags, branches
885
94f7585af8a1 fixes to #92, updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 872
diff changeset
68 - 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
69 - 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
70 - 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
71 into clone url
8378122aa408 docs: changelog + setup update
Marcin Kuzminski <marcin@python-works.com>
parents: 885
diff changeset
72 - fixed #90 whoosh indexer can index chooses repositories passed in command
8378122aa408 docs: changelog + setup update
Marcin Kuzminski <marcin@python-works.com>
parents: 885
diff changeset
73 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
74 - 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
75 - implemented #107 source code lines highlight ranges
1011
9c3e12bde123 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 995
diff changeset
76 - implemented #93 customizable changelog on combined revision ranges -
9c3e12bde123 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 995
diff changeset
77 equivalent of githubs compare view
1123
9472a0150bf0 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1103
diff changeset
78 - implemented #108 extended and more powerful LDAP configuration
1055
903aadbf9047 updated changelog, small fix for journal
Marcin Kuzminski <marcin@python-works.com>
parents: 1011
diff changeset
79 - implemented #56 users groups
903aadbf9047 updated changelog, small fix for journal
Marcin Kuzminski <marcin@python-works.com>
parents: 1011
diff changeset
80 - 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
81 - raw and diff downloads are now in git format
1096
e6d6bd810e22 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1068
diff changeset
82 - 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
83 - 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
84 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
85 - #125 added API KEY access to feeds
1200
3ecaa17d9dea added os.sep for files controller
Marcin Kuzminski <marcin@python-works.com>
parents: 1174
diff changeset
86 - #109 Repository can be created from external Mercurial link (aka. remote
3ecaa17d9dea added os.sep for files controller
Marcin Kuzminski <marcin@python-works.com>
parents: 1174
diff changeset
87 repository, and manually updated (via pull) from admin panel
1285
9e21e0c428bb changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1254
diff changeset
88 - 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
89 - added followers page and forks page
1488
dc16211e7292 Updated docs and contributors
Marcin Kuzminski <marcin@python-works.com>
parents: 1467
diff changeset
90 - server side file creation (with binary file upload interface)
dc16211e7292 Updated docs and contributors
Marcin Kuzminski <marcin@python-works.com>
parents: 1467
diff changeset
91 and edition with commits powered by codemirror
1454
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
92 - #111 file browser file finder, quick lookup files on whole file tree
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
93 - added quick login sliding menu into main page
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
94 - changelog uses lazy loading of affected files details, in some scenarios
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
95 this can improve speed of changelog page dramatically especially for
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
96 larger repositories.
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
97 - implements #214 added support for downloading subrepos in download menu.
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
98 - 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
99 - Implemented advanced hook management
1011
9c3e12bde123 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 995
diff changeset
100
872
b956e6f415a2 implemented #91,
Marcin Kuzminski <marcin@python-works.com>
parents: 845
diff changeset
101 fixes
929
c44b3c9b9f7f doc fix
Marcin Kuzminski <marcin@python-works.com>
parents: 928
diff changeset
102 -----
872
b956e6f415a2 implemented #91,
Marcin Kuzminski <marcin@python-works.com>
parents: 845
diff changeset
103
885
94f7585af8a1 fixes to #92, updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 872
diff changeset
104 - fixed file browser bug, when switching into given form revision the url was
94f7585af8a1 fixes to #92, updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 872
diff changeset
105 not changing
912
8378122aa408 docs: changelog + setup update
Marcin Kuzminski <marcin@python-works.com>
parents: 885
diff changeset
106 - 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
107 - 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
108 - fixed problem with '[' chars in commit messages in journal
1707aae3f985 fixed changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 945
diff changeset
109 - 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
110 - journal fork fixes
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
111 - removed issue with space inside renamed repository after deletion
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
112 - fixed strange issue on formencode imports
1123
9472a0150bf0 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 1103
diff changeset
113 - fixed #126 Deleting repository on Windows, rename used incompatible chars.
1285
9e21e0c428bb changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1254
diff changeset
114 - #150 fixes for errors on repositories mapped in db but corrupted in
9e21e0c428bb changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1254
diff changeset
115 filesystem
1293
ae5b07e75ffd fixed issue #181, and small fix in gitmiddleware
Marcin Kuzminski <marcin@python-works.com>
parents: 1285
diff changeset
116 - 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
117 - 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
118 - 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
119 - 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
120 - 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
121 - fixes issue #197 Relative paths for pidlocks
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
122 - 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
123 - fixes issue #199 wrong redirection for non admin users after creating a repository
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
124 - fixes issues #202, bad db constraint made impossible to attach same group
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
125 more than one time. Affects only mysql/postgres
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
126 - fixes #218 os.kill patch for windows was missing sig param
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
127 - improved rendering of dag (they are not trimmed anymore when number of
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
128 heads exceeds 5)
1e3789fa4317 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 1309
diff changeset
129
1254
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
130 1.1.8 (**2011-04-12**)
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
131 ======================
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
132
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
133 news
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
134 ----
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
135
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
136 - improved windows support
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
137
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
138 fixes
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
139 -----
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
140
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
141 - 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
142 incompatible
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
143 - 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
144 - cleaned up license info issue #149
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
145 - 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
146 - 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
147 - fixed tooltip flickering problems
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
148 - fixed came_from redirection on windows
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
149 - fixed logging modules, and sql formatters
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
150 - windows fixes for os.kill issue #133
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
151 - fixes path splitting for windows issues #148
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
152 - 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
153 - 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
154 - 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
155 - fixed issue with archive headers sent to browser, thanks to Thomas Waldmann
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
156 - fixed compatibility for 1024px displays, and larger dpi settings, thanks to
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
157 Thomas Waldmann
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
158 - 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
159
2ea04758fafa small merges from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1213
diff changeset
160
1174
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
161 1.1.7 (**2011-03-23**)
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
162 ======================
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
163
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
164 news
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
165 ----
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
166
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
167 fixes
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
168 -----
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
169
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
170 - fixed (again) #136 installation support for FreeBSD
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
171
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
172
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
173 1.1.6 (**2011-03-21**)
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
174 ======================
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
175
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
176 news
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
177 ----
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
178
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
179 fixes
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
180 -----
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
181
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
182 - fixed #136 installation support for FreeBSD
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
183 - RhodeCode will check for python version during installation
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
184
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
185 1.1.5 (**2011-03-17**)
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
186 ======================
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
187
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
188 news
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
189 ----
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
190
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
191 - 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
192 highly inspired by idea of mantis406
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
193
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
194 fixes
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
195 -----
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
196
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
197 - fixed sorting by author in main page
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
198 - fixed crashes with diffs on binary files
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
199 - fixed #131 problem with boolean values for LDAP
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
200 - fixed #122 mysql problems thanks to striker69
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
201 - fixed problem with errors on calling raw/raw_files/annotate functions
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
202 with unknown revisions
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
203 - fixed returned rawfiles attachment names with international character
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
204 - cleaned out docs, big thanks to Jason Harris
228622715ee9 update changelog from default
Marcin Kuzminski <marcin@python-works.com>
parents: 1123
diff changeset
205
1097
ecf255351311 merge changelog with default (added 1.1.4 version)
Marcin Kuzminski <marcin@python-works.com>
parents: 1096
diff changeset
206 1.1.4 (**2011-02-19**)
ecf255351311 merge changelog with default (added 1.1.4 version)
Marcin Kuzminski <marcin@python-works.com>
parents: 1096
diff changeset
207 ======================
ecf255351311 merge changelog with default (added 1.1.4 version)
Marcin Kuzminski <marcin@python-works.com>
parents: 1096
diff changeset
208
ecf255351311 merge changelog with default (added 1.1.4 version)
Marcin Kuzminski <marcin@python-works.com>
parents: 1096
diff changeset
209 news
ecf255351311 merge changelog with default (added 1.1.4 version)
Marcin Kuzminski <marcin@python-works.com>
parents: 1096
diff changeset
210 ----
ecf255351311 merge changelog with default (added 1.1.4 version)
Marcin Kuzminski <marcin@python-works.com>
parents: 1096
diff changeset
211
ecf255351311 merge changelog with default (added 1.1.4 version)
Marcin Kuzminski <marcin@python-works.com>
parents: 1096
diff changeset
212 fixes
ecf255351311 merge changelog with default (added 1.1.4 version)
Marcin Kuzminski <marcin@python-works.com>
parents: 1096
diff changeset
213 -----
ecf255351311 merge changelog with default (added 1.1.4 version)
Marcin Kuzminski <marcin@python-works.com>
parents: 1096
diff changeset
214
ecf255351311 merge changelog with default (added 1.1.4 version)
Marcin Kuzminski <marcin@python-works.com>
parents: 1096
diff changeset
215 - 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
216 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
217 - journal fixes
ecf255351311 merge changelog with default (added 1.1.4 version)
Marcin Kuzminski <marcin@python-works.com>
parents: 1096
diff changeset
218 - 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
219
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
220 1.1.3 (**2011-02-16**)
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
221 ======================
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
222
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
223 news
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
224 ----
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
225
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
226 - implemented #102 allowing the '.' character in username
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
227 - 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
228 - celery task ignores result for better performance
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
229
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
230 fixes
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
231 -----
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
232
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
233 - fixed ehlo command and non auth mail servers on smtp_lib. Thanks to
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
234 apollo13 and Johan Walles
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
235 - small fixes in journal
1011
9c3e12bde123 updated changelog
Marcin Kuzminski <marcin@python-works.com>
parents: 995
diff changeset
236 - fixed problems with getting setting for celery from .ini files
1068
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
237 - registration, password reset and login boxes share the same title as main
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
238 application now
1055
903aadbf9047 updated changelog, small fix for journal
Marcin Kuzminski <marcin@python-works.com>
parents: 1011
diff changeset
239 - fixed #113: to high permissions to fork repository
1068
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
240 - fixed problem with '[' chars in commit messages in journal
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
241 - removed issue with space inside renamed repository after deletion
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
242 - db transaction fixes when filesystem repository creation failed
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
243 - 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
244 - fixed static files paths links to use of url() method
1068
41a5fcf3ab65 changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 1055
diff changeset
245
938
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
246 1.1.2 (**2011-01-12**)
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
247 ======================
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
248
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
249 news
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
250 ----
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
251
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
252
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
253 fixes
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
254 -----
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
255
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
256 - 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
257 - fixed graph bug
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
258 - forced webhelpers version since it was making troubles during installation
442ccfe939d0 fixed changelog, and setup docs. Yeeee a 1000 commit :)
Marcin Kuzminski <marcin@python-works.com>
parents: 929
diff changeset
259
928
218128a7d45c merged small changes from default branch
Marcin Kuzminski <marcin@python-works.com>
parents: 920
diff changeset
260 1.1.1 (**2011-01-06**)
929
c44b3c9b9f7f doc fix
Marcin Kuzminski <marcin@python-works.com>
parents: 928
diff changeset
261 ======================
912
8378122aa408 docs: changelog + setup update
Marcin Kuzminski <marcin@python-works.com>
parents: 885
diff changeset
262
919
6c3d81f9529c Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 912
diff changeset
263 news
929
c44b3c9b9f7f doc fix
Marcin Kuzminski <marcin@python-works.com>
parents: 928
diff changeset
264 ----
919
6c3d81f9529c Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 912
diff changeset
265
6c3d81f9529c Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 912
diff changeset
266 - 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
267 set server headers with this options)
928
218128a7d45c merged small changes from default branch
Marcin Kuzminski <marcin@python-works.com>
parents: 920
diff changeset
268 - small css updates
919
6c3d81f9529c Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 912
diff changeset
269
6c3d81f9529c Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 912
diff changeset
270 fixes
929
c44b3c9b9f7f doc fix
Marcin Kuzminski <marcin@python-works.com>
parents: 928
diff changeset
271 -----
919
6c3d81f9529c Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 912
diff changeset
272
6c3d81f9529c Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 912
diff changeset
273 - fixed #96 redirect loop on files view on repositories without changesets
6c3d81f9529c Changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 912
diff changeset
274 - 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
275 and server crashed with errors
928
218128a7d45c merged small changes from default branch
Marcin Kuzminski <marcin@python-works.com>
parents: 920
diff changeset
276 - fixed large tooltips problems on main page
920
2aab909a0eaf changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 919
diff changeset
277 - fixed #92 whoosh indexer is more error proof
2aab909a0eaf changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 919
diff changeset
278
872
b956e6f415a2 implemented #91,
Marcin Kuzminski <marcin@python-works.com>
parents: 845
diff changeset
279 1.1.0 (**2010-12-18**)
929
c44b3c9b9f7f doc fix
Marcin Kuzminski <marcin@python-works.com>
parents: 928
diff changeset
280 ======================
872
b956e6f415a2 implemented #91,
Marcin Kuzminski <marcin@python-works.com>
parents: 845
diff changeset
281
b956e6f415a2 implemented #91,
Marcin Kuzminski <marcin@python-works.com>
parents: 845
diff changeset
282 news
929
c44b3c9b9f7f doc fix
Marcin Kuzminski <marcin@python-works.com>
parents: 928
diff changeset
283 ----
872
b956e6f415a2 implemented #91,
Marcin Kuzminski <marcin@python-works.com>
parents: 845
diff changeset
284
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
285 - rewrite of internals for vcs >=0.1.10
790
0142dac6f3c7 fixed journal helper, little test update,
Marcin Kuzminski <marcin@python-works.com>
parents: 777
diff changeset
286 - uses mercurial 1.7 with dotencode disabled for maintaining compatibility
0142dac6f3c7 fixed journal helper, little test update,
Marcin Kuzminski <marcin@python-works.com>
parents: 777
diff changeset
287 with older clients
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
288 - anonymous access, authentication via ldap
669
9bacc4194efa docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 661
diff changeset
289 - performance upgrade for cached repos list - each repository has it's own
9bacc4194efa docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 661
diff changeset
290 cache that's invalidated when needed.
811
bb35ad076e2f docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 790
diff changeset
291 - performance upgrades on repositories with large amount of commits (20K+)
642
674ecf21de85 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 631
diff changeset
292 - main page quick filter for filtering repositories
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
293 - 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
294 - sends email to admin on new user registration
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
295 - 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
296 - 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
297 and options to disable those hooks from admin panel
9bacc4194efa docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 661
diff changeset
298 - introduced new enhanced changelog for merges that shows more accurate results
790
0142dac6f3c7 fixed journal helper, little test update,
Marcin Kuzminski <marcin@python-works.com>
parents: 777
diff changeset
299 - 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
300 showing up to 10 trending sources for each repository. Additionally stats
a040597b070b docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 811
diff changeset
301 can be disabled in repository settings.
669
9bacc4194efa docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 661
diff changeset
302 - gui optimizations, fixed application width to 1024px
845
a040597b070b docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 811
diff changeset
303 - 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
304 - 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
305 - other than sqlite database backends can be used
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
306
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
307 fixes
929
c44b3c9b9f7f doc fix
Marcin Kuzminski <marcin@python-works.com>
parents: 928
diff changeset
308 -----
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
309
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
310 - fixes #61 forked repo was showing only after cache expired
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
311 - fixes #76 no confirmation on user deletes
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
312 - fixes #66 Name field misspelled
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
313 - fixes #72 block user removal when he owns repositories
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
314 - fixes #69 added password confirmation fields
845
a040597b070b docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 811
diff changeset
315 - fixes #87 RhodeCode crashes occasionally on updating repository owner
a040597b070b docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 811
diff changeset
316 - 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
317 - a lot of fixes and tweaks for file browser
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
318 - fixed detached session issues
790
0142dac6f3c7 fixed journal helper, little test update,
Marcin Kuzminski <marcin@python-works.com>
parents: 777
diff changeset
319 - fixed when user had no repos he would see all repos listed in my account
0142dac6f3c7 fixed journal helper, little test update,
Marcin Kuzminski <marcin@python-works.com>
parents: 777
diff changeset
320 - fixed ui() instance bug when global hgrc settings was loaded for server
0142dac6f3c7 fixed journal helper, little test update,
Marcin Kuzminski <marcin@python-works.com>
parents: 777
diff changeset
321 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
322 - numerous small bugfixes
0142dac6f3c7 fixed journal helper, little test update,
Marcin Kuzminski <marcin@python-works.com>
parents: 777
diff changeset
323
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
324 (special thanks for TkSoh for detailed feedback)
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
325
631
05528ad948c4 Hacking for git support,and new faster repo scan
Marcin Kuzminski <marcin@python-works.com>
parents: 623
diff changeset
326
682
23c2a0e6df0b changed official rhodecode favicon, from hg to some more generic
Marcin Kuzminski <marcin@python-works.com>
parents: 681
diff changeset
327 1.0.2 (**2010-11-12**)
929
c44b3c9b9f7f doc fix
Marcin Kuzminski <marcin@python-works.com>
parents: 928
diff changeset
328 ======================
681
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
329
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
330 news
929
c44b3c9b9f7f doc fix
Marcin Kuzminski <marcin@python-works.com>
parents: 928
diff changeset
331 ----
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
332
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
333 - tested under python2.7
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
334 - bumped sqlalchemy and celery versions
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
335
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
336 fixes
929
c44b3c9b9f7f doc fix
Marcin Kuzminski <marcin@python-works.com>
parents: 928
diff changeset
337 -----
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
338
681
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
339 - fixed #59 missing graph.js
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
340 - 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
341 - fixed python2.5 crashes.
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
342
681
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
343
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
344 1.0.1 (**2010-11-10**)
929
c44b3c9b9f7f doc fix
Marcin Kuzminski <marcin@python-works.com>
parents: 928
diff changeset
345 ======================
681
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
346
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
347 news
929
c44b3c9b9f7f doc fix
Marcin Kuzminski <marcin@python-works.com>
parents: 928
diff changeset
348 ----
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
349
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
350 - small css updated
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
351
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
352 fixes
929
c44b3c9b9f7f doc fix
Marcin Kuzminski <marcin@python-works.com>
parents: 928
diff changeset
353 -----
762
6e8322c438ca docs updates
Marcin Kuzminski <marcin@python-works.com>
parents: 707
diff changeset
354
681
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
355 - 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
356 - 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
357 - 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
358
681
9c8a817462fe small fixes to docs, and setup file
Marcin Kuzminski <marcin@python-works.com>
parents: 676
diff changeset
359
642
674ecf21de85 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 631
diff changeset
360 1.0.0 (**2010-11-02**)
929
c44b3c9b9f7f doc fix
Marcin Kuzminski <marcin@python-works.com>
parents: 928
diff changeset
361 ======================
623
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
362
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
363 - security bugfix simplehg wasn't checking for permissions on commands
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
364 other than pull or push.
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
365 - fixed doubled messages after push or pull in admin journal
642
674ecf21de85 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 631
diff changeset
366 - 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
367 - admin menu accessible from options menu on repository view
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
368 - permissions cached queries
dd925e5edbba changelog update
Marcin Kuzminski <marcin@python-works.com>
parents: 597
diff changeset
369
592
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
370 1.0.0rc4 (**2010-10-12**)
929
c44b3c9b9f7f doc fix
Marcin Kuzminski <marcin@python-works.com>
parents: 928
diff changeset
371 ==========================
585
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
372
592
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
373 - 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
374 - 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
375 - 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
376 - 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
377 - 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
378
592
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
379
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
380 1.0.0rc3 (**2010-10-11**)
929
c44b3c9b9f7f doc fix
Marcin Kuzminski <marcin@python-works.com>
parents: 928
diff changeset
381 =========================
591
1e2adb37cab6 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 585
diff changeset
382
1e2adb37cab6 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 585
diff changeset
383 - fixed i18n during installation.
1e2adb37cab6 docs update
Marcin Kuzminski <marcin@python-works.com>
parents: 585
diff changeset
384
592
0a48c1ec04fc #37 fixed json imports for python2.5
Marcin Kuzminski <marcin@python-works.com>
parents: 591
diff changeset
385 1.0.0rc2 (**2010-10-11**)
929
c44b3c9b9f7f doc fix
Marcin Kuzminski <marcin@python-works.com>
parents: 928
diff changeset
386 =========================
585
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
387
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
388 - Disabled dirsize in file browser, it's causing nasty bug when dir renames
42a87338035a Version bump.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
389 occure. After vcs is fixed it'll be put back again.
872
b956e6f415a2 implemented #91,
Marcin Kuzminski <marcin@python-works.com>
parents: 845
diff changeset
390 - templating/css rewrites, optimized css.