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