Show More
@@ -4,17 +4,17 b' Changelog' | |||||
4 | ========= |
|
4 | ========= | |
5 |
|
5 | |||
6 | 1.1.1 (**2011-01-06**) |
|
6 | 1.1.1 (**2011-01-06**) | |
7 | ---------------------- |
|
7 | ====================== | |
8 |
|
8 | |||
9 | news |
|
9 | news | |
10 | ++++ |
|
10 | ---- | |
11 |
|
11 | |||
12 | - added force https option into ini files for easier https usage (no need to |
|
12 | - added force https option into ini files for easier https usage (no need to | |
13 | set server headers with this options) |
|
13 | set server headers with this options) | |
14 | - small css updates |
|
14 | - small css updates | |
15 |
|
15 | |||
16 | fixes |
|
16 | fixes | |
17 | ++++ |
|
17 | ----- | |
18 |
|
18 | |||
19 | - fixed #96 redirect loop on files view on repositories without changesets |
|
19 | - fixed #96 redirect loop on files view on repositories without changesets | |
20 | - fixed #97 unicode string passed into server header in special cases (mod_wsgi) |
|
20 | - fixed #97 unicode string passed into server header in special cases (mod_wsgi) | |
@@ -23,10 +23,10 b' fixes' | |||||
23 | - fixed #92 whoosh indexer is more error proof |
|
23 | - fixed #92 whoosh indexer is more error proof | |
24 |
|
24 | |||
25 | 1.1.0 (**2010-12-18**) |
|
25 | 1.1.0 (**2010-12-18**) | |
26 | ---------------------- |
|
26 | ====================== | |
27 |
|
27 | |||
28 | news |
|
28 | news | |
29 | ++++ |
|
29 | ---- | |
30 |
|
30 | |||
31 | - rewrite of internals for vcs >=0.1.10 |
|
31 | - rewrite of internals for vcs >=0.1.10 | |
32 | - uses mercurial 1.7 with dotencode disabled for maintaining compatibility |
|
32 | - uses mercurial 1.7 with dotencode disabled for maintaining compatibility | |
@@ -51,7 +51,7 b' news' | |||||
51 | - other than sqlite database backends can be used |
|
51 | - other than sqlite database backends can be used | |
52 |
|
52 | |||
53 | fixes |
|
53 | fixes | |
54 | +++++ |
|
54 | ----- | |
55 |
|
55 | |||
56 | - fixes #61 forked repo was showing only after cache expired |
|
56 | - fixes #61 forked repo was showing only after cache expired | |
57 | - fixes #76 no confirmation on user deletes |
|
57 | - fixes #76 no confirmation on user deletes | |
@@ -71,16 +71,16 b' fixes' | |||||
71 |
|
71 | |||
72 |
|
72 | |||
73 | 1.0.2 (**2010-11-12**) |
|
73 | 1.0.2 (**2010-11-12**) | |
74 | ---------------------- |
|
74 | ====================== | |
75 |
|
75 | |||
76 | news |
|
76 | news | |
77 | ++++ |
|
77 | ---- | |
78 |
|
78 | |||
79 | - tested under python2.7 |
|
79 | - tested under python2.7 | |
80 | - bumped sqlalchemy and celery versions |
|
80 | - bumped sqlalchemy and celery versions | |
81 |
|
81 | |||
82 | fixes |
|
82 | fixes | |
83 | +++++ |
|
83 | ----- | |
84 |
|
84 | |||
85 | - fixed #59 missing graph.js |
|
85 | - fixed #59 missing graph.js | |
86 | - fixed repo_size crash when repository had broken symlinks |
|
86 | - fixed repo_size crash when repository had broken symlinks | |
@@ -88,15 +88,15 b' fixes' | |||||
88 |
|
88 | |||
89 |
|
89 | |||
90 | 1.0.1 (**2010-11-10**) |
|
90 | 1.0.1 (**2010-11-10**) | |
91 | ---------------------- |
|
91 | ====================== | |
92 |
|
92 | |||
93 | news |
|
93 | news | |
94 | ++++ |
|
94 | ---- | |
95 |
|
95 | |||
96 | - small css updated |
|
96 | - small css updated | |
97 |
|
97 | |||
98 | fixes |
|
98 | fixes | |
99 | +++++ |
|
99 | ----- | |
100 |
|
100 | |||
101 | - fixed #53 python2.5 incompatible enumerate calls |
|
101 | - fixed #53 python2.5 incompatible enumerate calls | |
102 | - fixed #52 disable mercurial extension for web |
|
102 | - fixed #52 disable mercurial extension for web | |
@@ -104,7 +104,7 b' fixes' | |||||
104 |
|
104 | |||
105 |
|
105 | |||
106 | 1.0.0 (**2010-11-02**) |
|
106 | 1.0.0 (**2010-11-02**) | |
107 | ---------------------- |
|
107 | ====================== | |
108 |
|
108 | |||
109 | - security bugfix simplehg wasn't checking for permissions on commands |
|
109 | - security bugfix simplehg wasn't checking for permissions on commands | |
110 | other than pull or push. |
|
110 | other than pull or push. | |
@@ -114,7 +114,7 b' 1.0.0 (**2010-11-02**)' | |||||
114 | - permissions cached queries |
|
114 | - permissions cached queries | |
115 |
|
115 | |||
116 | 1.0.0rc4 (**2010-10-12**) |
|
116 | 1.0.0rc4 (**2010-10-12**) | |
117 | -------------------------- |
|
117 | ========================== | |
118 |
|
118 | |||
119 | - fixed python2.5 missing simplejson imports (thanks to Jens Bäckman) |
|
119 | - fixed python2.5 missing simplejson imports (thanks to Jens Bäckman) | |
120 | - removed cache_manager settings from sqlalchemy meta |
|
120 | - removed cache_manager settings from sqlalchemy meta | |
@@ -124,14 +124,13 b' 1.0.0rc4 (**2010-10-12**)' | |||||
124 |
|
124 | |||
125 |
|
125 | |||
126 | 1.0.0rc3 (**2010-10-11**) |
|
126 | 1.0.0rc3 (**2010-10-11**) | |
127 | ------------------------- |
|
127 | ========================= | |
128 |
|
128 | |||
129 | - fixed i18n during installation. |
|
129 | - fixed i18n during installation. | |
130 |
|
130 | |||
131 | 1.0.0rc2 (**2010-10-11**) |
|
131 | 1.0.0rc2 (**2010-10-11**) | |
132 | ------------------------- |
|
132 | ========================= | |
133 |
|
133 | |||
134 | - Disabled dirsize in file browser, it's causing nasty bug when dir renames |
|
134 | - Disabled dirsize in file browser, it's causing nasty bug when dir renames | |
135 | occure. After vcs is fixed it'll be put back again. |
|
135 | occure. After vcs is fixed it'll be put back again. | |
136 | - templating/css rewrites, optimized css. |
|
136 | - templating/css rewrites, optimized css. No newline at end of file | |
137 |
|
General Comments 0
You need to be logged in to leave comments.
Login now