comparison doc/.svn/text-base/CHANGELOG.svn-base @ 441:cbce1fd3b1b7 redmine-1.2

Update to Redmine 1.2-stable branch (Redmine SVN rev 6000)
author Chris Cannam
date Mon, 06 Jun 2011 14:24:13 +0100
parents 0579821a129a
children 0c939c159af4
comparison
equal deleted inserted replaced
245:051f544170fe 441:cbce1fd3b1b7
1 == Redmine changelog 1 == Redmine changelog
2 2
3 Redmine - project management software 3 Redmine - project management software
4 Copyright (C) 2006-2011 Jean-Philippe Lang 4 Copyright (C) 2006-2011 Jean-Philippe Lang
5 http://www.redmine.org/ 5 http://www.redmine.org/
6
7 == 2011-05-30 v1.2.0
8
9 * Defect #61: Broken character encoding in pdf export
10 * Defect #1965: Redmine is not Tab Safe
11 * Defect #2274: Filesystem Repository path encoding of non UTF-8 characters
12 * Defect #2664: Mercurial: Repository path encoding of non UTF-8 characters
13 * Defect #3421: Mercurial reads files from working dir instead of changesets
14 * Defect #3462: CVS: Repository path encoding of non UTF-8 characters
15 * Defect #3715: Login page should not show projects link and search box if authentication is required
16 * Defect #3724: Mercurial repositories display revision ID instead of changeset ID
17 * Defect #3761: Most recent CVS revisions are missing in "revisions" view
18 * Defect #4270: CVS Repository view in Project doesn't show Author, Revision, Comment
19 * Defect #5138: Don't use Ajax for pagination
20 * Defect #5152: Cannot use certain characters for user and role names.
21 * Defect #5251: Git: Repository path encoding of non UTF-8 characters
22 * Defect #5373: Translation missing when adding invalid watchers
23 * Defect #5817: Shared versions not shown in subproject's gantt chart
24 * Defect #6013: git tab,browsing, very slow -- even after first time
25 * Defect #6148: Quoting, newlines, and nightmares...
26 * Defect #6256: Redmine considers non ASCII and UTF-16 text files as binary in SCM
27 * Defect #6476: Subproject's issues are not shown in the subproject's gantt
28 * Defect #6496: Remove i18n 0.3.x/0.4.x hack for Rails 2.3.5
29 * Defect #6562: Context-menu deletion of issues deletes all subtasks too without explicit prompt
30 * Defect #6604: Issues targeted at parent project versions' are not shown on gantt chart
31 * Defect #6706: Resolving issues with the commit message produces the wrong comment with CVS
32 * Defect #6901: Copy/Move an issue does not give any history of who actually did the action.
33 * Defect #6905: Specific heading-content breaks CSS
34 * Defect #7000: Project filter not applied on versions in Gantt chart
35 * Defect #7097: Starting day of week cannot be set to Saturday
36 * Defect #7114: New gantt doesn't display some projects
37 * Defect #7146: Git adapter lost commits before 7 days from database latest changeset
38 * Defect #7218: Date range error on issue query
39 * Defect #7257: "Issues by" version links bad criterias
40 * Defect #7279: CSS class ".icon-home" is not used.
41 * Defect #7320: circular dependency >2 issues
42 * Defect #7352: Filters not working in Gantt charts
43 * Defect #7367: Receiving pop3 email should not output debug messages
44 * Defect #7373: Error with PDF output and ruby 1.9.2
45 * Defect #7379: Remove extraneous hidden_field on wiki history
46 * Defect #7516: Redmine does not work with RubyGems 1.5.0
47 * Defect #7518: Mercurial diff can be wrong if the previous changeset isn't the parent
48 * Defect #7581: Not including a spent time value on the main issue update screen causes silent data loss
49 * Defect #7582: hiding form pages from search engines
50 * Defect #7597: Subversion and Mercurial log have the possibility to miss encoding
51 * Defect #7604: ActionView::TemplateError (undefined method `name' for nil:NilClass)
52 * Defect #7605: Using custom queries always redirects to "Issues" tab
53 * Defect #7615: CVS diffs do not handle new files properly
54 * Defect #7618: SCM diffs do not handle one line new files properly
55 * Defect #7639: Some date fields do not have requested format.
56 * Defect #7657: Wrong commit range in git log command on Windows
57 * Defect #7818: Wiki pages don't use the local timezone to display the "Updated ? hours ago" mouseover
58 * Defect #7821: Git "previous" and "next" revisions are incorrect
59 * Defect #7827: CVS: Age column on repository view is off by timezone delta
60 * Defect #7843: Add a relation between issues = explicit login window ! (basic authentication popup is prompted on AJAX request)
61 * Defect #8011: {{toc}} does not display headlines with inline code markup
62 * Defect #8029: List of users for adding to a group may be empty if 100 first users have been added
63 * Defect #8064: Text custom fields do not wrap on the issue list
64 * Defect #8071: Watching a subtask from the context menu updates main issue watch link
65 * Defect #8072: Two untranslatable default role names
66 * Defect #8075: Some "notifiable" names are not i18n-enabled
67 * Defect #8081: GIT: Commits missing when user has the "decorate" git option enabled
68 * Defect #8088: Colorful indentation of subprojects must be on right in RTL locales
69 * Defect #8239: notes field is not propagated during issue copy
70 * Defect #8356: GET /time_entries.xml ignores limit/offset parameters
71 * Defect #8432: Private issues information shows up on Activity page for unauthorized users
72 * Feature #746: Versioned issue descriptions
73 * Feature #1067: Differentiate public/private saved queries in the sidebar
74 * Feature #1236: Make destination folder for attachment uploads configurable
75 * Feature #1735: Per project repository log encoding setting
76 * Feature #1763: Autologin-cookie should be configurable
77 * Feature #1981: display mercurial tags
78 * Feature #2074: Sending email notifications when comments are added in the news section
79 * Feature #2096: Custom fields referencing system tables (users and versions)
80 * Feature #2732: Allow additional workflow transitions for author and assignee
81 * Feature #2910: Warning on leaving edited issue/wiki page without saving
82 * Feature #3396: Git: use --encoding=UTF-8 in "git log"
83 * Feature #4273: SCM command availability automatic check in administration panel
84 * Feature #4477: Use mime types in downloading from repository
85 * Feature #5518: Graceful fallback for "missing translation" needed
86 * Feature #5520: Text format buttons and preview link missing when editing comment
87 * Feature #5831: Parent Task to Issue Bulk Edit
88 * Feature #6887: Upgrade to Rails 2.3.11
89 * Feature #7139: Highlight changes inside diff lines
90 * Feature #7236: Collapse All for Groups
91 * Feature #7246: Handle "named branch" for mercurial
92 * Feature #7296: Ability for admin to delete users
93 * Feature #7318: Add user agent to Redmine Mailhandler
94 * Feature #7408: Add an application configuration file
95 * Feature #7409: Cross project Redmine links
96 * Feature #7410: Add salt to user passwords
97 * Feature #7411: Option to cipher LDAP ans SCM passwords stored in the database
98 * Feature #7412: Add an issue visibility level to each role
99 * Feature #7414: Private issues
100 * Feature #7517: Configurable path of executable for scm adapters
101 * Feature #7640: Add "mystery man" gravatar to options
102 * Feature #7858: RubyGems 1.6 support
103 * Feature #7893: Group filter on the users list
104 * Feature #7899: Box for editing comments should open with the formatting toolbar
105 * Feature #7921: issues by pulldown should have 'status' option
106 * Feature #7996: Bulk edit and context menu for time entries
107 * Feature #8006: Right click context menu for Related Issues
108 * Feature #8209: I18n YAML files not parsable with psych yaml library
109 * Feature #8345: Link to user profile from account page
110 * Feature #8365: Git: per project setting to report last commit or not in repository tree
111 * Patch #5148: metaKey not handled in issues selection
112 * Patch #5629: Wrap text fields properly in PDF
113 * Patch #7418: Redmine Persian Translation
114 * Patch #8295: Wrap title fields properly in PDF
115 * Patch #8310: fixes automatic line break problem with TCPDF
116 * Patch #8312: Switch to TCPDF from FPDF for PDF export
117
118 == 2011-04-29 v1.1.3
119
120 * Defect #5773: Email reminders are sent to locked users
121 * Defect #6590: Wrong file list link in email notification on new file upload
122 * Defect #7589: Wiki page with backslash in title can not be found
123 * Defect #7785: Mailhandler keywords are not removed when updating issues
124 * Defect #7794: Internal server error on formatting an issue as a PDF in Japanese
125 * Defect #7838: Gantt- Issues does not show up in green when start and end date are the same
126 * Defect #7846: Headers (h1, etc.) containing backslash followed by a digit are not displayed correctly
127 * Defect #7875: CSV export separators in polish locale (pl.yml)
128 * Defect #7890: Internal server error when referencing an issue without project in commit message
129 * Defect #7904: Subprojects not properly deleted when deleting a parent project
130 * Defect #7939: Simultaneous Wiki Updates Cause Internal Error
131 * Defect #7951: Atom links broken on wiki index
132 * Defect #7954: IE 9 can not select issues, does not display context menu
133 * Defect #7985: Trying to do a bulk edit results in "Internal Error"
134 * Defect #8003: Error raised by reposman.rb under Windows server 2003
135 * Defect #8012: Wrong selection of modules when adding new project after validation error
136 * Defect #8038: Associated Revisions OL/LI items are not styled properly in issue view
137 * Defect #8067: CSV exporting in Italian locale
138 * Defect #8235: bulk edit issues and copy issues error in es, gl and ca locales
139 * Defect #8244: selected modules are not activated when copying a project
140 * Patch #7278: Update Simplified Chinese translation to 1.1
141 * Patch #7390: Fixes in Czech localization
142 * Patch #7963: Reminder email: Link for show all issues does not sort
143
144 == 2011-03-07 v1.1.2
145
146 * Defect #3132: Bulk editing menu non-functional in Opera browser
147 * Defect #6090: Most binary files become corrupted when downloading from CVS repository browser when Redmine is running on a Windows server
148 * Defect #7280: Issues subjects wrap in Gantt
149 * Defect #7288: Non ASCII filename downloaded from repo is broken on Internet Explorer.
150 * Defect #7317: Gantt tab gives internal error due to nil avatar icon
151 * Defect #7497: Aptana Studio .project file added to version 1.1.1-stable
152 * Defect #7611: Workflow summary shows X icon for workflow with exactly 1 status transition
153 * Defect #7625: Syntax highlighting unavailable from board new topic or topic edit preview
154 * Defect #7630: Spent time in commits not recognized
155 * Defect #7656: MySQL SQL Syntax Error when filtering issues by Assignee's Group
156 * Defect #7718: Minutes logged in commit message are converted to hours
157 * Defect #7763: Email notification are sent to watchers even if 'No events' setting is chosen
158 * Feature #7608: Add "retro" gravatars
159 * Patch #7598: Extensible MailHandler
160 * Patch #7795: Internal server error at journals#index with custom fields
6 161
7 == 2011-01-30 v1.1.1 162 == 2011-01-30 v1.1.1
8 163
9 * Defect #4899: Redmine fails to list files for darcs repository 164 * Defect #4899: Redmine fails to list files for darcs repository
10 * Defect #7245: Wiki fails to find pages with cyrillic characters using postgresql 165 * Defect #7245: Wiki fails to find pages with cyrillic characters using postgresql