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