comparison docs/changelog.rst @ 2429:d6efacde970f beta

changelog update
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 08 Jun 2012 22:33:36 +0200
parents 034e4fe1ebb2
children 751c1c56e080
comparison
equal deleted inserted replaced
2428:530bd12fc18a 2429:d6efacde970f
14 ++++ 14 ++++
15 15
16 - new codereview system 16 - new codereview system
17 - email map, allowing users to have multiple email addresses mapped into 17 - email map, allowing users to have multiple email addresses mapped into
18 their accounts 18 their accounts
19 - improved git-hook system. Now all actions for git are logged into journal
20 including pushed revisions, user and IP address
19 - changed setup-app into setup-rhodecode and added default options to it. 21 - changed setup-app into setup-rhodecode and added default options to it.
20 - new git repos are created as bare now by default 22 - new git repos are created as bare now by default
21 - #464 added links to groups in permission box 23 - #464 added links to groups in permission box
22 - #465 mentions autocomplete inside comments boxes 24 - #465 mentions autocomplete inside comments boxes
23 - #469 added --update-only option to whoosh to re-index only given list 25 - #469 added --update-only option to whoosh to re-index only given list
24 of repos in index 26 of repos in index
25 - rhodecode-api CLI client 27 - rhodecode-api CLI client
26 - new git http protocol replaced buggy dulwich implementation. 28 - new git http protocol replaced buggy dulwich implementation.
27 Now based on pygrack & gitweb 29 Now based on pygrack & gitweb
30 - Improved RSS/ATOM feeds. Discoverable by browsers using proper headers, and
31 reformated based on user suggestions. Additional rss/atom feeds for user
32 journal
33 - various i18n improvements
28 34
29 fixes 35 fixes
30 +++++ 36 +++++
31 37
32 - improved translations 38 - improved translations
39 present in journal data. 45 present in journal data.
40 - fix for issue #417, git execution was broken on windows for certain 46 - fix for issue #417, git execution was broken on windows for certain
41 commands. 47 commands.
42 - fixed #413. Don't disable .git directory for bare repos on deleting 48 - fixed #413. Don't disable .git directory for bare repos on deleting
43 - fixed issue #459. Changed the way of obtaining logger in reindex task. 49 - fixed issue #459. Changed the way of obtaining logger in reindex task.
50 - fixed #453 added ID field in whoosh SCHEMA that solves the issue of
51 reindexing modified files
44 52
45 1.3.6 (**2012-05-17**) 53 1.3.6 (**2012-05-17**)
46 ---------------------- 54 ----------------------
47 55
48 news 56 news