aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2013-01-20 22:40:28 +0100
committerMarcin Kuzminski <marcin@python-works.com>2013-01-20 22:40:28 +0100
commit9e6b3c78ddd255ecb65a8bade71f96ded29bb7c2 (patch)
tree473b81297b2003041a2fb29591d1f5a295ca1c98
parente7207c6f77f8db035bfad394b5e983f23ce4b467 (diff)
updated changelog
--HG-- branch : beta
-rwxr-xr-xdocs/changelog.rst29
1 files changed, 27 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index cfc46f7c..976af85d 100755
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,7 +4,7 @@
Changelog
=========
-1.5.2 (**2012-XX-XX**)
+1.5.2 (**2013-01-14**)
----------------------
:status: in-progress
@@ -13,9 +13,33 @@ Changelog
news
++++
+- IP restrictions for users. Each user can get a set of whitelist IP+mask for
+ extra protection. Useful for buildbots etc.
+- added full last changeset info to lightweight dashboard. lightweight dashboard
+ is now fully functional replacement of original dashboard.
+- implemented certain API calls for non-admin users.
+- enabled all Markdown Extra plugins
+- implemented #725 Pull Request View - Show origin repo URL
+- show comments from pull requests into associated changesets
+
fixes
+++++
+- update repoinfo script is more failsafe
+- fixed #687 Lazy loaded tooltip bug with simultaneous ajax requests
+- fixed #691: Notifications for pull requests: move link to top for better
+ readability
+- fixed #699: fix missing fork docs for API
+- fixed #693 Opening changeset from pull request fails
+- fixed #710 File view stripping empty lines from beginning and end of file
+- fixed issues with getting repos by path on windows, caused GIT hooks to fail
+- fixed issues with groups paginator on main dashboard
+- improved fetch/pull command for git repos, now pulling all refs
+- fixed issue #719 Journal revision ID tooltip AJAX query path is incorrect
+ when running in a subdir
+- fixed issue #702 API methods without arguments fail when "args":null
+- set the status of changesets initially on pull request. Fixes issues #690 and #587
+
1.5.1 (**2012-12-13**)
----------------------
@@ -33,6 +57,7 @@ fixes
- fixed changeset status labels, they now select radio buttons
- #682 translation difficult for multi-line text
- #683 fixed difference between messages about not mapped repositories
+- email: fail nicely when no SMTP server has been configured
1.5.0 (**2012-12-12**)
----------------------
@@ -911,4 +936,4 @@ fixes
- Disabled dirsize in file browser, it's causing nasty bug when dir renames
occure. After vcs is fixed it'll be put back again.
-- templating/css rewrites, optimized css. \ No newline at end of file
+- templating/css rewrites, optimized css.