comparison docs/changelog.rst @ 3179:cd50d1b5f35b

merged with beta
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 21 Jan 2013 00:03:44 +0100
parents 3259dc7caea4 48a18391f6da
children 1a498b11f154
comparison
equal deleted inserted replaced
3113:a0737406ce26 3179:cd50d1b5f35b
2 2
3 ========= 3 =========
4 Changelog 4 Changelog
5 ========= 5 =========
6 6
7 1.5.2 (**2013-01-14**)
8 ----------------------
9
10 news
11 ++++
12
13 - IP restrictions for users. Each user can get a set of whitelist IP+mask for
14 extra protection. Useful for buildbots etc.
15 - added full last changeset info to lightweight dashboard. lightweight dashboard
16 is now fully functional replacement of original dashboard.
17 - implemented certain API calls for non-admin users.
18 - enabled all Markdown Extra plugins
19 - implemented #725 Pull Request View - Show origin repo URL
20 - show comments from pull requests into associated changesets
21
22 fixes
23 +++++
24
25 - update repoinfo script is more failsafe
26 - fixed #687 Lazy loaded tooltip bug with simultaneous ajax requests
27 - fixed #691: Notifications for pull requests: move link to top for better
28 readability
29 - fixed #699: fix missing fork docs for API
30 - fixed #693 Opening changeset from pull request fails
31 - fixed #710 File view stripping empty lines from beginning and end of file
32 - fixed issues with getting repos by path on windows, caused GIT hooks to fail
33 - fixed issues with groups paginator on main dashboard
34 - improved fetch/pull command for git repos, now pulling all refs
35 - fixed issue #719 Journal revision ID tooltip AJAX query path is incorrect
36 when running in a subdir
37 - fixed issue #702 API methods without arguments fail when "args":null
38 - set the status of changesets initially on pull request. Fixes issues #690 and #587
7 39
8 1.5.1 (**2012-12-13**) 40 1.5.1 (**2012-12-13**)
9 ---------------------- 41 ----------------------
10 42
11 news 43 news