Show More
@@ -4,7 +4,7 b'' | |||||
4 | Changelog |
|
4 | Changelog | |
5 | ========= |
|
5 | ========= | |
6 |
|
6 | |||
7 |
1.5.2 (**201 |
|
7 | 1.5.2 (**2013-01-14**) | |
8 | ---------------------- |
|
8 | ---------------------- | |
9 |
|
9 | |||
10 | :status: in-progress |
|
10 | :status: in-progress | |
@@ -13,9 +13,33 b' 1.5.2 (**2012-XX-XX**)' | |||||
13 | news |
|
13 | news | |
14 | ++++ |
|
14 | ++++ | |
15 |
|
15 | |||
|
16 | - IP restrictions for users. Each user can get a set of whitelist IP+mask for | |||
|
17 | extra protection. Useful for buildbots etc. | |||
|
18 | - added full last changeset info to lightweight dashboard. lightweight dashboard | |||
|
19 | is now fully functional replacement of original dashboard. | |||
|
20 | - implemented certain API calls for non-admin users. | |||
|
21 | - enabled all Markdown Extra plugins | |||
|
22 | - implemented #725 Pull Request View - Show origin repo URL | |||
|
23 | - show comments from pull requests into associated changesets | |||
|
24 | ||||
16 | fixes |
|
25 | fixes | |
17 | +++++ |
|
26 | +++++ | |
18 |
|
27 | |||
|
28 | - update repoinfo script is more failsafe | |||
|
29 | - fixed #687 Lazy loaded tooltip bug with simultaneous ajax requests | |||
|
30 | - fixed #691: Notifications for pull requests: move link to top for better | |||
|
31 | readability | |||
|
32 | - fixed #699: fix missing fork docs for API | |||
|
33 | - fixed #693 Opening changeset from pull request fails | |||
|
34 | - fixed #710 File view stripping empty lines from beginning and end of file | |||
|
35 | - fixed issues with getting repos by path on windows, caused GIT hooks to fail | |||
|
36 | - fixed issues with groups paginator on main dashboard | |||
|
37 | - improved fetch/pull command for git repos, now pulling all refs | |||
|
38 | - fixed issue #719 Journal revision ID tooltip AJAX query path is incorrect | |||
|
39 | when running in a subdir | |||
|
40 | - fixed issue #702 API methods without arguments fail when "args":null | |||
|
41 | - set the status of changesets initially on pull request. Fixes issues #690 and #587 | |||
|
42 | ||||
19 | 1.5.1 (**2012-12-13**) |
|
43 | 1.5.1 (**2012-12-13**) | |
20 | ---------------------- |
|
44 | ---------------------- | |
21 |
|
45 | |||
@@ -33,6 +57,7 b' fixes' | |||||
33 | - fixed changeset status labels, they now select radio buttons |
|
57 | - fixed changeset status labels, they now select radio buttons | |
34 | - #682 translation difficult for multi-line text |
|
58 | - #682 translation difficult for multi-line text | |
35 | - #683 fixed difference between messages about not mapped repositories |
|
59 | - #683 fixed difference between messages about not mapped repositories | |
|
60 | - email: fail nicely when no SMTP server has been configured | |||
36 |
|
61 | |||
37 | 1.5.0 (**2012-12-12**) |
|
62 | 1.5.0 (**2012-12-12**) | |
38 | ---------------------- |
|
63 | ---------------------- | |
@@ -911,4 +936,4 b' 1.0.0rc2 (**2010-10-11**)' | |||||
911 |
|
936 | |||
912 | - Disabled dirsize in file browser, it's causing nasty bug when dir renames |
|
937 | - Disabled dirsize in file browser, it's causing nasty bug when dir renames | |
913 | occure. After vcs is fixed it'll be put back again. |
|
938 | occure. After vcs is fixed it'll be put back again. | |
914 | - templating/css rewrites, optimized css. No newline at end of file |
|
939 | - templating/css rewrites, optimized css. |
General Comments 0
You need to be logged in to leave comments.
Login now