comparison docs/changelog.rst @ 2649:f61217731c18 beta

changelog update
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 21 Jul 2012 14:48:35 +0200
parents d95ef6587bca
children 22528dce3a12
comparison
equal deleted inserted replaced
2648:0911cf6940af 2649:f61217731c18
30 - Improved RSS/ATOM feeds. Discoverable by browsers using proper headers, and 30 - Improved RSS/ATOM feeds. Discoverable by browsers using proper headers, and
31 reformated based on user suggestions. Additional rss/atom feeds for user 31 reformated based on user suggestions. Additional rss/atom feeds for user
32 journal 32 journal
33 - various i18n improvements 33 - various i18n improvements
34 - #478 permissions overview for admin in user edit view 34 - #478 permissions overview for admin in user edit view
35 - File view now displays small gravatars off all authors of given file
36 - Implemented landing revisions. Each repository will get landing_rev attribute
37 that defines 'default' revision/branch for generating readme files
38
35 39
36 fixes 40 fixes
37 +++++ 41 +++++
38 42
39 - improved translations 43 - improved translations
48 commands. 52 commands.
49 - fixed #413. Don't disable .git directory for bare repos on deleting 53 - fixed #413. Don't disable .git directory for bare repos on deleting
50 - fixed issue #459. Changed the way of obtaining logger in reindex task. 54 - fixed issue #459. Changed the way of obtaining logger in reindex task.
51 - fixed #453 added ID field in whoosh SCHEMA that solves the issue of 55 - fixed #453 added ID field in whoosh SCHEMA that solves the issue of
52 reindexing modified files 56 reindexing modified files
53 - fixes #481 rhodecode emails are sent without Date header 57 - fixed #481 rhodecode emails are sent without Date header
58 - fixed #458 wrong count when no repos are present
59 - fixed issue #492 missing `\ No newline at end of file` test at the end of
60 new chunk in html diff
61 - full text search now works also for commit messages
54 62
55 1.3.6 (**2012-05-17**) 63 1.3.6 (**2012-05-17**)
56 ---------------------- 64 ----------------------
57 65
58 news 66 news