comparison docs/changelog.rst @ 3177:48a18391f6da beta

updated changelog
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 20 Jan 2013 22:40:28 +0100
parents 144128efc6ab
children cd50d1b5f35b 54bea1081508
comparison
equal deleted inserted replaced
3176:7ec5f9c1df45 3177:48a18391f6da
2 2
3 ========= 3 =========
4 Changelog 4 Changelog
5 ========= 5 =========
6 6
7 1.5.2 (**2012-XX-XX**) 7 1.5.2 (**2013-01-14**)
8 ---------------------- 8 ----------------------
9 9
10 :status: in-progress 10 :status: in-progress
11 :branch: beta 11 :branch: beta
12 12
13 news 13 news
14 ++++ 14 ++++
15 15
16 fixes 16 - IP restrictions for users. Each user can get a set of whitelist IP+mask for
17 +++++ 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
25 fixes
26 +++++
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
18 42
19 1.5.1 (**2012-12-13**) 43 1.5.1 (**2012-12-13**)
20 ---------------------- 44 ----------------------
21 45
22 news 46 news
31 55
32 - default permissions can get duplicated after migration 56 - default permissions can get duplicated after migration
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 ----------------------
39 64
40 news 65 news