##// END OF EJS Templates
dependencies: bumped test dependencies...
dependencies: bumped test dependencies - pytest==3.6.0 - py==1.5.3 - removed: pytest-catchlog==1.2.2 - pytest-sugar==0.9.1 - pytest-runner==4.2.0 - pytest-profiling==1.3.0 - pytest-timeout==1.2.1

File last commit:

r1:854a839a default
r2761:cdb0bfef default
Show More
release-notes-2.0.2.rst
25 lines | 1.1 KiB | text/x-rst | RstLexer
/ docs / release-notes / release-notes-2.0.2.rst
project: added all source files and assets
r1 |RCE| 2.0.2 |RNS|
-----------------
General
^^^^^^^
* released 2013-08-27
News
^^^^
* Completely new my account page.
* Added created_on field for repository groups.
* Users can now define extra email addresses in their account page.
* Updated codemirror to latest version with Nginx, Jade, Smartymixed modes.
* Better MIME-type detection of files with pygments to improve online editor syntax and mode detection.
* Added option to enable Captcha on registration page. It helps fight spam on open RhodeCode Enterprise instances.
Fixes
^^^^^
* Many fixes for Internet Explorer 8 and newer.
* Fix largefiles user cache location by explicitly setting the location in RhodeCode database.
* Fixed "Remove Pull Request" button HTML on "my account" page.
* Allow admin flag control for external authentication accounts
* Changed landing_rev format to <rev_type>:<rev> to overcome issues with same names in different rev types like
bookmarks and branches.
* Add strip to attr_login for LDAP Auth plugin which is a very sensitive about whitespaces. Leaving whitespaces in
there causes hard to debug issues.