##// END OF EJS Templates
CHANGELOG updated....
Jean-Philippe Lang -
r4910:5aca773ff9a0
parent child
Show More
@@ -1,1549 +1,1549
1 1 == Redmine changelog
2 2
3 3 Redmine - project management software
4 4 Copyright (C) 2006-2011 Jean-Philippe Lang
5 5 http://www.redmine.org/
6 6
7 == 2011-03-06 v1.1.2
7 == 2011-03-07 v1.1.2
8 8
9 9 * Defect #3132: Bulk editing menu non-functional in Opera browser
10 10 * Defect #6090: Most binary files become corrupted when downloading from CVS repository browser when Redmine is running on a Windows server
11 11 * Defect #7280: Issues subjects wrap in Gantt
12 12 * Defect #7288: Non ASCII filename downloaded from repo is broken on Internet Explorer.
13 13 * Defect #7317: Gantt tab gives internal error due to nil avatar icon
14 14 * Defect #7497: Aptana Studio .project file added to version 1.1.1-stable
15 15 * Defect #7611: Workflow summary shows X icon for workflow with exactly 1 status transition
16 16 * Defect #7625: Syntax highlighting unavailable from board new topic or topic edit preview
17 17 * Defect #7630: Spent time in commits not recognized
18 18 * Defect #7656: MySQL SQL Syntax Error when filtering issues by Assignee's Group
19 19 * Defect #7718: Minutes logged in commit message are converted to hours
20 20 * Defect #7763: Email notification are sent to watchers even if 'No events' setting is chosen
21 21 * Feature #7608: Add "retro" gravatars
22 22 * Patch #7598: Extensible MailHandler
23
23 * Patch #7795: Internal server error at journals#index with custom fields
24 24
25 25 == 2011-01-30 v1.1.1
26 26
27 27 * Defect #4899: Redmine fails to list files for darcs repository
28 28 * Defect #7245: Wiki fails to find pages with cyrillic characters using postgresql
29 29 * Defect #7256: redmine/public/.htaccess must be moved for non-fastcgi installs/upgrades
30 30 * Defect #7258: Automatic spent time logging does not work properly with SQLite3
31 31 * Defect #7259: Released 1.1.0 uses "devel" label inside admin information
32 32 * Defect #7265: "Loading..." icon does not disappear after add project member
33 33 * Defect #7266: Test test_due_date_distance_in_words fail due to undefined locale
34 34 * Defect #7274: CSV value separator in dutch locale
35 35 * Defect #7277: Enabling gravatas causes usernames to overlap first name field in user list
36 36 * Defect #7294: "Notifiy for only project I select" is not available anymore in 1.1.0
37 37 * Defect #7307: HTTP 500 error on query for empty revision
38 38 * Defect #7313: Label not translated in french in Settings/Email Notification tab
39 39 * Defect #7329: <code class="javascript"> with long strings may hang server
40 40 * Defect #7337: My page french translation
41 41 * Defect #7348: French Translation of "Connection"
42 42 * Defect #7385: Error when viewing an issue which was related to a deleted subtask
43 43 * Defect #7386: NoMethodError on pdf export
44 44 * Defect #7415: Darcs adapter recognizes new files as modified files above Darcs 2.4
45 45 * Defect #7421: no email sent with 'Notifiy for any event on the selected projects only'
46 46 * Feature #5344: Update to latest CodeRay 0.9.x
47 47
48 48 == 2011-01-09 v1.1.0
49 49
50 50 * Defect #2038: Italics in wiki headers show-up wrong in the toc
51 51 * Defect #3449: Redmine Takes Too Long On Large Mercurial Repository
52 52 * Defect #3567: Sorting for changesets might go wrong on Mercurial repos
53 53 * Defect #3707: {{toc}} doesn't work with {{include}}
54 54 * Defect #5096: Redmine hangs up while browsing Git repository
55 55 * Defect #6000: Safe Attributes prevents plugin extension of Issue model...
56 56 * Defect #6064: Modules not assigned to projects created via API
57 57 * Defect #6110: MailHandler should allow updating Issue Priority and Custom fields
58 58 * Defect #6136: JSON API holds less information than XML API
59 59 * Defect #6345: xml used by rest API is invalid
60 60 * Defect #6348: Gantt chart PDF rendering errors
61 61 * Defect #6403: Updating an issue with custom fields fails
62 62 * Defect #6467: "Member of role", "Member of group" filter not work correctly
63 63 * Defect #6473: New gantt broken after clearing issue filters
64 64 * Defect #6541: Email notifications send to everybody
65 65 * Defect #6549: Notification settings not migrated properly
66 66 * Defect #6591: Acronyms must have a minimum of three characters
67 67 * Defect #6674: Delete time log broken after changes to REST
68 68 * Defect #6681: Mercurial, Bazaar and Darcs auto close issue text should be commit id instead of revision number
69 69 * Defect #6724: Wiki uploads does not work anymore (SVN 4266)
70 70 * Defect #6746: Wiki links are broken on Activity page
71 71 * Defect #6747: Wiki diff does not work since r4265
72 72 * Defect #6763: New gantt charts: subject displayed twice on issues
73 73 * Defect #6826: Clicking "Add" twice creates duplicate member record
74 74 * Defect #6844: Unchecking status filter on the issue list has no effect
75 75 * Defect #6895: Wrong Polish translation of "blocks"
76 76 * Defect #6943: Migration from boolean to varchar fails on PostgreSQL 8.1
77 77 * Defect #7064: Mercurial adapter does not recognize non alphabetic nor numeric in UTF-8 copied files
78 78 * Defect #7128: New gantt chart does not render subtasks under parent task
79 79 * Defect #7135: paging mechanism returns the same last page forever
80 80 * Defect #7188: Activity page not refreshed when changing language
81 81 * Defect #7195: Apply CLI-supplied defaults for incoming mail only to new issues not replies
82 82 * Defect #7197: Tracker reset to default when replying to an issue email
83 83 * Defect #7213: Copy project does not copy all roles and permissions
84 84 * Defect #7225: Project settings: Trackers & Custom fields only relevant if module Issue tracking is active
85 85 * Feature #630: Allow non-unique names for projects
86 86 * Feature #1738: Add a "Visible" flag to project/user custom fields
87 87 * Feature #2803: Support for Javascript in Themes
88 88 * Feature #2852: Clean Incoming Email of quoted text "----- Reply above this line ------"
89 89 * Feature #2995: Improve error message when trying to access an archived project
90 90 * Feature #3170: Autocomplete issue relations on subject
91 91 * Feature #3503: Administrator Be Able To Modify Email settings Of Users
92 92 * Feature #4155: Automatic spent time logging from commit messages
93 93 * Feature #5136: Parent select on Wiki rename page
94 94 * Feature #5338: Descendants (subtasks) should be available via REST API
95 95 * Feature #5494: Wiki TOC should display heading from level 4
96 96 * Feature #5594: Improve MailHandler's keyword handling
97 97 * Feature #5622: Allow version to be set via incoming email
98 98 * Feature #5712: Reload themes
99 99 * Feature #5869: Issue filters by Group and Role
100 100 * Feature #6092: Truncate Git revision labels in Activity page/feed and allow configurable length
101 101 * Feature #6112: Accept localized keywords when receiving emails
102 102 * Feature #6140: REST issues response with issue count limit and offset
103 103 * Feature #6260: REST API for Users
104 104 * Feature #6276: Gantt Chart rewrite
105 105 * Feature #6446: Remove length limits on project identifier and name
106 106 * Feature #6628: Improvements in truncate email
107 107 * Feature #6779: Project JSON API
108 108 * Feature #6823: REST API for time tracker.
109 109 * Feature #7072: REST API for news
110 110 * Feature #7111: Expose more detail on journal entries
111 111 * Feature #7141: REST API: get information about current user
112 112 * Patch #4807: Allow to set the done_ratio field with the incoming mail system
113 113 * Patch #5441: Initialize TimeEntry attributes with params[:time_entry]
114 114 * Patch #6762: Use GET instead of POST to retrieve context_menu
115 115 * Patch #7160: French translation ofr "not_a_date" is missing
116 116 * Patch #7212: Missing remove_index in AddUniqueIndexOnMembers down migration
117 117
118 118
119 119 == 2010-12-23 v1.0.5
120 120
121 121 * #6656: Mercurial adapter loses seconds of commit times
122 122 * #6996: Migration trac(sqlite3) -> redmine(postgresql) doesnt escape ' char
123 123 * #7013: v-1.0.4 trunk - see {{count}} in page display rather than value
124 124 * #7016: redundant 'field_start_date' in ja.yml
125 125 * #7018: 'undefined method `reschedule_after' for nil:NilClass' on new issues
126 126 * #7024: E-mail notifications about Wiki changes.
127 127 * #7033: 'class' attribute of <pre> tag shouldn't be truncate
128 128 * #7035: CSV value separator in russian
129 129 * #7122: Issue-description Quote-button missing
130 130 * #7144: custom queries making use of deleted custom fields cause a 500 error
131 131 * #7162: Multiply defined label in french translation
132 132
133 133 == 2010-11-28 v1.0.4
134 134
135 135 * #5324: Git not working if color.ui is enabled
136 136 * #6447: Issues API doesn't allow full key auth for all actions
137 137 * #6457: Edit User group problem
138 138 * #6575: start date being filled with current date even when blank value is submitted
139 139 * #6740: Max attachment size, incorrect usage of 'KB'
140 140 * #6760: Select box sorted by ID instead of name in Issue Category
141 141 * #6766: Changing target version name can cause an internal error
142 142 * #6784: Redmine not working with i18n gem 0.4.2
143 143 * #6839: Hardcoded absolute links in my/page_layout
144 144 * #6841: Projects API doesn't allow full key auth for all actions
145 145 * #6860: svn: Write error: Broken pipe when browsing repository
146 146 * #6874: API should return XML description when creating a project
147 147 * #6932: submitting wrong parent task input creates a 500 error
148 148 * #6966: Records of Forums are remained, deleting project
149 149 * #6990: Layout problem in workflow overview
150 150 * #5117: mercurial_adapter should ensure the right LANG environment variable
151 151 * #6782: Traditional Chinese language file (to r4352)
152 152 * #6783: Swedish Translation for r4352
153 153 * #6804: Bugfix: spelling fixes
154 154 * #6814: Japanese Translation for r4362
155 155 * #6948: Bulgarian translation
156 156 * #6973: Update es.yml
157 157
158 158 == 2010-10-31 v1.0.3
159 159
160 160 * #4065: Redmine.pm doesn't work with LDAPS and a non-standard port
161 161 * #4416: Link from version details page to edit the wiki.
162 162 * #5484: Add new issue as subtask to an existing ticket
163 163 * #5948: Update help/wiki_syntax_detailed.html with more link options
164 164 * #6494: Typo in pt_BR translation for 1.0.2
165 165 * #6508: Japanese translation update
166 166 * #6509: Localization pt-PT (new strings)
167 167 * #6511: Rake task to test email
168 168 * #6525: Traditional Chinese language file (to r4225)
169 169 * #6536: Patch for swedish translation
170 170 * #6548: Rake tasks to add/remove i18n strings
171 171 * #6569: Updated Hebrew translation
172 172 * #6570: Japanese Translation for r4231
173 173 * #6596: pt-BR translation updates
174 174 * #6629: Change field-name of issues start date
175 175 * #6669: Bulgarian translation
176 176 * #6731: Macedonian translation fix
177 177 * #6732: Japanese Translation for r4287
178 178 * #6735: Add user-agent to reposman
179 179 * #6736: Traditional Chinese language file (to r4288)
180 180 * #6739: Swedish Translation for r4288
181 181 * #6765: Traditional Chinese language file (to r4302)
182 182 * Fixed #5324: Git not working if color.ui is enabled
183 183 * Fixed #5652: Bad URL parsing in the wiki when it ends with right-angle-bracket(greater-than mark).
184 184 * Fixed #5803: Precedes/Follows Relationships Broke
185 185 * Fixed #6435: Links to wikipages bound to versions do not respect version-sharing in Settings -> Versions
186 186 * Fixed #6438: Autologin cannot be disabled again once it's enabled
187 187 * Fixed #6513: "Move" and "Copy" are not displayed when deployed in subdirectory
188 188 * Fixed #6521: Tooltip/label for user "search-refinment" field on group/project member list
189 189 * Fixed #6563: i18n-issues on calendar view
190 190 * Fixed #6598: Wrong caption for button_create_and_continue in German language file
191 191 * Fixed #6607: Unclear caption for german button_update
192 192 * Fixed #6612: SortHelper missing from CalendarsController
193 193 * Fixed #6740: Max attachment size, incorrect usage of 'KB'
194 194 * Fixed #6750: ActionView::TemplateError (undefined method `empty?' for nil:NilClass) on line #12 of app/views/context_menus/issues.html.erb:
195 195
196 196 == 2010-09-26 v1.0.2
197 197
198 198 * #2285: issue-refinement: pressing enter should result to an "apply"
199 199 * #3411: Allow mass status update trough context menu
200 200 * #5929: https-enabled gravatars when called over https
201 201 * #6189: Japanese Translation for r4011
202 202 * #6197: Traditional Chinese language file (to r4036)
203 203 * #6198: Updated german translation
204 204 * #6208: Macedonian translation
205 205 * #6210: Swedish Translation for r4039
206 206 * #6248: nl translation update for r4050
207 207 * #6263: Catalan translation update
208 208 * #6275: After submitting a related issue, the Issue field should be re-focused
209 209 * #6289: Checkboxes in issues list shouldn't be displayed when printing
210 210 * #6290: Make journals theming easier
211 211 * #6291: User#allowed_to? is not tested
212 212 * #6306: Traditional Chinese language file (to r4061)
213 213 * #6307: Korean translation update for 4066(4061)
214 214 * #6316: pt_BR update
215 215 * #6339: SERBIAN Updated
216 216 * #6358: Updated Polish translation
217 217 * #6363: Japanese Translation for r4080
218 218 * #6365: Traditional Chinese language file (to r4081)
219 219 * #6382: Issue PDF export variable usage
220 220 * #6428: Interim solution for i18n >= 0.4
221 221 * #6441: Japanese Translation for r4162
222 222 * #6451: Traditional Chinese language file (to r4167)
223 223 * #6465: Japanese Translation for r4171
224 224 * #6466: Traditional Chinese language file (to r4171)
225 225 * #6490: pt-BR translation for 1.0.2
226 226 * Fixed #3935: stylesheet_link_tag with plugin doesn't take into account relative_url_root
227 227 * Fixed #4998: Global issue list's context menu has enabled options for parent menus but there are no valid selections
228 228 * Fixed #5170: Done ratio can not revert to 0% if status is used for done ratio
229 229 * Fixed #5608: broken with i18n 0.4.0
230 230 * Fixed #6054: Error 500 on filenames with whitespace in git reposities
231 231 * Fixed #6135: Default logger configuration grows without bound.
232 232 * Fixed #6191: Deletion of a main task deletes all subtasks
233 233 * Fixed #6195: Missing move issues between projects
234 234 * Fixed #6242: can't switch between inline and side-by-side diff
235 235 * Fixed #6249: Create and continue returns 404
236 236 * Fixed #6267: changing the authentication mode from ldap to internal with setting the password
237 237 * Fixed #6270: diff coderay malformed in the "news" page
238 238 * Fixed #6278: missing "cant_link_an_issue_with_a_descendant"from locale files
239 239 * Fixed #6333: Create and continue results in a 404 Error
240 240 * Fixed #6346: Age column on repository view is skewed for git, probably CVS too
241 241 * Fixed #6351: Context menu on roadmap broken
242 242 * Fixed #6388: New Subproject leads to a 404
243 243 * Fixed #6392: Updated/Created links to activity broken
244 244 * Fixed #6413: Error in SQL
245 245 * Fixed #6443: Redirect to project settings after Copying a Project
246 246 * Fixed #6448: Saving a wiki page with no content has a translation missing
247 247 * Fixed #6452: Unhandled exception on creating File
248 248 * Fixed #6471: Typo in label_report in Czech translation
249 249 * Fixed #6479: Changing tracker type will lose watchers
250 250 * Fixed #6499: Files with leading or trailing whitespace are not shown in git.
251 251
252 252 == 2010-08-22 v1.0.1
253 253
254 254 * #819: Add a body ID and class to all pages
255 255 * #871: Commit new CSS styles!
256 256 * #3301: Add favicon to base layout
257 257 * #4656: On Issue#show page, clicking on β€œAdd related issue” should focus on the input
258 258 * #4896: Project identifier should be a limited field
259 259 * #5084: Filter all isssues by projects
260 260 * #5477: Replace Test::Unit::TestCase with ActiveSupport::TestCase
261 261 * #5591: 'calendar' action is used with 'issue' controller in issue/sidebar
262 262 * #5735: Traditional Chinese language file (to r3810)
263 263 * #5740: Swedish Translation for r3810
264 264 * #5785: pt-BR translation update
265 265 * #5898: Projects should be displayed as links in users/memberships
266 266 * #5910: Chinese translation to redmine-1.0.0
267 267 * #5912: Translation update for french locale
268 268 * #5962: Hungarian translation update to r3892
269 269 * #5971: Remove falsly applied chrome on revision links
270 270 * #5972: Updated Hebrew translation for 1.0.0
271 271 * #5982: Updated german translation
272 272 * #6008: Move admin_menu to Redmine::MenuManager
273 273 * #6012: RTL layout
274 274 * #6021: Spanish translation 1.0.0-RC
275 275 * #6025: nl translation updated for r3905
276 276 * #6030: Japanese Translation for r3907
277 277 * #6074: sr-CY.yml contains DOS-type newlines (\r\n)
278 278 * #6087: SERBIAN translation updated
279 279 * #6093: Updated italian translation
280 280 * #6142: Swedish Translation for r3940
281 281 * #6153: Move view_calendar and view_gantt to own modules
282 282 * #6169: Add issue status to issue tooltip
283 283 * Fixed #3834: Add a warning when not choosing a member role
284 284 * Fixed #3922: Bad english arround "Assigned to" text in journal entries
285 285 * Fixed #5158: Simplified Chinese language file zh.yml updated to r3608
286 286 * Fixed #5162: translation missing: zh-TW, field_time_entrie
287 287 * Fixed #5297: openid not validated correctly
288 288 * Fixed #5628: Wrong commit range in git log command
289 289 * Fixed #5760: Assigned_to and author filters in "Projects>View all issues" should be based on user's project visibility
290 290 * Fixed #5771: Problem when importing git repository
291 291 * Fixed #5775: ldap authentication in admin menu should have an icon
292 292 * Fixed #5811: deleting statuses doesnt delete workflow entries
293 293 * Fixed #5834: Emails with trailing spaces incorrectly detected as invalid
294 294 * Fixed #5846: ChangeChangesPathLengthLimit does not remove default for MySQL
295 295 * Fixed #5861: Vertical scrollbar always visible in Wiki "code" blocks in Chrome.
296 296 * Fixed #5883: correct label_project_latest Chinese translation
297 297 * Fixed #5892: Changing status from contextual menu opens the ticket instead
298 298 * Fixed #5904: Global gantt PDF and PNG should display project names
299 299 * Fixed #5925: parent task's priority edit should be disabled through shortcut menu in issues list page
300 300 * Fixed #5935: Add Another file to ticket doesn't work in IE Internet Explorer
301 301 * Fixed #5937: Harmonize french locale "zero" translation with other locales
302 302 * Fixed #5945: Forum message permalinks don't take pagination into account
303 303 * Fixed #5978: Debug code still remains
304 304 * Fixed #6009: When using "English (British)", the repository browser (svn) shows files over 1000 bytes as floating point (2.334355)
305 305 * Fixed #6045: Repository file Diff view sometimes shows more than selected file
306 306 * Fixed #6079: German Translation error in TimeEntryActivity
307 307 * Fixed #6100: User's profile should display all visible projects
308 308 * Fixed #6132: Allow Key based authentication in the Boards atom feed
309 309 * Fixed #6163: Bad CSS class for calendar project menu_item
310 310 * Fixed #6172: Browsing to a missing user's page shows the admin sidebar
311 311
312 312 == 2010-07-18 v1.0.0 (Release candidate)
313 313
314 314 * #443: Adds context menu to the roadmap issue lists
315 315 * #443: Subtasking
316 316 * #741: Description preview while editing an issue
317 317 * #1131: Add support for alternate (non-LDAP) authentication
318 318 * #1214: REST API for Issues
319 319 * #1223: File upload on wiki edit form
320 320 * #1755: add "blocked by" as a related issues option
321 321 * #2420: Fetching emails from an POP server
322 322 * #2482: Named scopes in Issue and ActsAsWatchable plus some view refactoring (logic extraction).
323 323 * #2924: Make the right click menu more discoverable using a cursor property
324 324 * #2985: Make syntax highlighting pluggable
325 325 * #3201: Workflow Check/Uncheck All Rows/Columns
326 326 * #3359: Update CodeRay 0.9
327 327 * #3706: Allow assigned_to field configuration on Issue creation by email
328 328 * #3936: configurable list of models to include in search
329 329 * #4480: Create a link to the user profile from the administration interface
330 330 * #4482: Cache textile rendering
331 331 * #4572: Make it harder to ruin your database
332 332 * #4573: Move github gems to Gemcutter
333 333 * #4664: Add pagination to forum threads
334 334 * #4732: Make login case-insensitive also for PostgreSQL
335 335 * #4812: Create links to other projects
336 336 * #4819: Replace images with smushed ones for speed
337 337 * #4945: Allow custom fields attached to project to be searchable
338 338 * #5121: Fix issues list layout overflow
339 339 * #5169: Issue list view hook request
340 340 * #5208: Aibility to edit wiki sidebar
341 341 * #5281: Remove empty ul tags in the issue history
342 342 * #5291: Updated basque translations
343 343 * #5328: Automatically add "Repository" menu_item after repository creation
344 344 * #5415: Fewer SQL statements generated for watcher_recipients
345 345 * #5416: Exclude "fields_for" from overridden methods in TabularFormBuilder
346 346 * #5573: Allow issue assignment in email
347 347 * #5595: Allow start date and due dates to be set via incoming email
348 348 * #5752: The projects view (/projects) renders ul's wrong
349 349 * #5781: Allow to use more macros on the welcome page and project list
350 350 * Fixed #1288: Unable to past escaped wiki syntax in an issue description
351 351 * Fixed #1334: Wiki formatting character *_ and _*
352 352 * Fixed #1416: Inline code with less-then/greater-than produces @lt; and @gt; respectively
353 353 * Fixed #2473: Login and mail should not be case sensitive
354 354 * Fixed #2990: Ruby 1.9 - wrong number of arguments (1 for 0) on rake db:migrate
355 355 * Fixed #3089: Text formatting sometimes breaks when combined
356 356 * Fixed #3690: Status change info duplicates on the issue screen
357 357 * Fixed #3691: Redmine allows two files with the same file name to be uploaded to the same issue
358 358 * Fixed #3764: ApplicationHelperTest fails with JRuby
359 359 * Fixed #4265: Unclosed code tags in issue descriptions affects main UI
360 360 * Fixed #4745: Bug in index.xml.builder (issues)
361 361 * Fixed #4852: changing user/roles of project member not possible without javascript
362 362 * Fixed #4857: Week number calculation in date picker is wrong if a week starts with Sunday
363 363 * Fixed #4883: Bottom "contextual" placement in issue with associated changeset
364 364 * Fixed #4918: Revisions r3453 and r3454 broke On-the-fly user creation with LDAP
365 365 * Fixed #4935: Navigation to the Master Timesheet page (time_entries)
366 366 * Fixed #5043: Flash messages are not displayed after the project settings[module/activity] saved
367 367 * Fixed #5081: Broken links on public/help/wiki_syntax_detailed.html
368 368 * Fixed #5104: Description of document not wikified on documents index
369 369 * Fixed #5108: Issue linking fails inside of []s
370 370 * Fixed #5199: diff code coloring using coderay
371 371 * Fixed #5233: Add a hook to the issue report (Summary) view
372 372 * Fixed #5265: timetracking: subtasks time is added to the main task
373 373 * Fixed #5343: acts_as_event Doesn't Accept Outside URLs
374 374 * Fixed #5440: UI Inconsistency : Administration > Enumerations table row headers should be enclosed in <thead>
375 375 * Fixed #5463: 0.9.4 INSTALL and/or UPGRADE, missing session_store.rb
376 376 * Fixed #5524: Update_parent_attributes doesn't work for the old parent issue when reparenting
377 377 * Fixed #5548: SVN Repository: Can not list content of a folder which includes square brackets.
378 378 * Fixed #5589: "with subproject" malfunction
379 379 * Fixed #5676: Search for Numeric Value
380 380 * Fixed #5696: Redmine + PostgreSQL 8.4.4 fails on _dir_list_content.rhtml
381 381 * Fixed #5698: redmine:email:receive_imap fails silently for mails with subject longer than 255 characters
382 382 * Fixed #5700: TimelogController#destroy assumes success
383 383 * Fixed #5751: developer role is mispelled
384 384 * Fixed #5769: Popup Calendar doesn't Advance in Chrome
385 385 * Fixed #5771: Problem when importing git repository
386 386 * Fixed #5823: Error in comments in plugin.rb
387 387
388 388
389 389 == 2010-07-07 v0.9.6
390 390
391 391 * Fixed: Redmine.pm access by unauthorized users
392 392
393 393 == 2010-06-24 v0.9.5
394 394
395 395 * Linkify folder names on revision view
396 396 * "fiters" and "options" should be hidden in print view via css
397 397 * Fixed: NoMethodError when no issue params are submitted
398 398 * Fixed: projects.atom with required authentication
399 399 * Fixed: External links not correctly displayed in Wiki TOC
400 400 * Fixed: Member role forms in project settings are not hidden after member added
401 401 * Fixed: pre can't be inside p
402 402 * Fixed: session cookie path does not respect RAILS_RELATIVE_URL_ROOT
403 403 * Fixed: mail handler fails when the from address is empty
404 404
405 405
406 406 == 2010-05-01 v0.9.4
407 407
408 408 * Filters collapsed by default on issues index page for a saved query
409 409 * Fixed: When categories list is too big the popup menu doesn't adjust (ex. in the issue list)
410 410 * Fixed: remove "main-menu" div when the menu is empty
411 411 * Fixed: Code syntax highlighting not working in Document page
412 412 * Fixed: Git blame/annotate fails on moved files
413 413 * Fixed: Failing test in test_show_atom
414 414 * Fixed: Migrate from trac - not displayed Wikis
415 415 * Fixed: Email notifications on file upload sent to empty recipient list
416 416 * Fixed: Migrating from trac is not possible, fails to allocate memory
417 417 * Fixed: Lost password no longer flashes a confirmation message
418 418 * Fixed: Crash while deleting in-use enumeration
419 419 * Fixed: Hard coded English string at the selection of issue watchers
420 420 * Fixed: Bazaar v2.1.0 changed behaviour
421 421 * Fixed: Roadmap display can raise an exception if no trackers are selected
422 422 * Fixed: Gravatar breaks layout of "logged in" page
423 423 * Fixed: Reposman.rb on Windows
424 424 * Fixed: Possible error 500 while moving an issue to another project with SQLite
425 425 * Fixed: backslashes in issue description/note should be escaped when quoted
426 426 * Fixed: Long text in <pre> disrupts Associated revisions
427 427 * Fixed: Links to missing wiki pages not red on project overview page
428 428 * Fixed: Cannot delete a project with subprojects that shares versions
429 429 * Fixed: Update of Subversion changesets broken under Solaris
430 430 * Fixed: "Move issues" permission not working for Non member
431 431 * Fixed: Sidebar overlap on Users tab of Group editor
432 432 * Fixed: Error on db:migrate with table prefix set (hardcoded name in principal.rb)
433 433 * Fixed: Report shows sub-projects for non-members
434 434 * Fixed: 500 internal error when browsing any Redmine page in epiphany
435 435 * Fixed: Watchers selection lost when issue creation fails
436 436 * Fixed: When copying projects, redmine should not generate an email to people who created issues
437 437 * Fixed: Issue "#" table cells should have a class attribute to enable fine-grained CSS theme
438 438 * Fixed: Plugin generators should display help if no parameter is given
439 439
440 440
441 441 == 2010-02-28 v0.9.3
442 442
443 443 * Adds filter for system shared versions on the cross project issue list
444 444 * Makes project identifiers searchable
445 445 * Remove invalid utf8 sequences from commit comments and author name
446 446 * Fixed: Wrong link when "http" not included in project "Homepage" link
447 447 * Fixed: Escaping in html email templates
448 448 * Fixed: Pound (#) followed by number with leading zero (0) removes leading zero when rendered in wiki
449 449 * Fixed: Deselecting textile text formatting causes interning empty string errors
450 450 * Fixed: error with postgres when entering a non-numeric id for an issue relation
451 451 * Fixed: div.task incorrectly wrapping on Gantt Chart
452 452 * Fixed: Project copy loses wiki pages hierarchy
453 453 * Fixed: parent project field doesn't include blank value when a member with 'add subproject' permission edits a child project
454 454 * Fixed: Repository.fetch_changesets tries to fetch changesets for archived projects
455 455 * Fixed: Duplicated project name for subproject version on gantt chart
456 456 * Fixed: roadmap shows subprojects issues even if subprojects is unchecked
457 457 * Fixed: IndexError if all the :last menu items are deleted from a menu
458 458 * Fixed: Very high CPU usage for a long time when fetching commits from a large Git repository
459 459
460 460
461 461 == 2010-02-07 v0.9.2
462 462
463 463 * Fixed: Sub-project repository commits not displayed on parent project issues
464 464 * Fixed: Potential security leak on my page calendar
465 465 * Fixed: Project tree structure is broken by deleting the project with the subproject
466 466 * Fixed: Error message shown duplicated when creating a new group
467 467 * Fixed: Firefox cuts off large pages
468 468 * Fixed: Invalid format parameter returns a DoubleRenderError on issues index
469 469 * Fixed: Unnecessary Quote button on locked forum message
470 470 * Fixed: Error raised when trying to view the gantt or calendar with a grouped query
471 471 * Fixed: PDF support for Korean locale
472 472 * Fixed: Deprecation warning in extra/svn/reposman.rb
473 473
474 474
475 475 == 2010-01-30 v0.9.1
476 476
477 477 * Vertical alignment for inline images in formatted text set to 'middle'
478 478 * Fixed: Redmine.pm error "closing dbh with active statement handles at /usr/lib/perl5/Apache/Redmine.pm"
479 479 * Fixed: copyright year in footer set to 2010
480 480 * Fixed: Trac migration script may not output query lines
481 481 * Fixed: Email notifications may affect language of notice messages on the UI
482 482 * Fixed: Can not search for 2 letters word
483 483 * Fixed: Attachments get saved on issue update even if validation fails
484 484 * Fixed: Tab's 'border-bottom' not absent when selected
485 485 * Fixed: Issue summary tables that list by user are not sorted
486 486 * Fixed: Issue pdf export fails if target version is set
487 487 * Fixed: Issue list export to PDF breaks when issues are sorted by a custom field
488 488 * Fixed: SQL error when adding a group
489 489 * Fixes: Min password length during password reset always displays as 4 chars
490 490
491 491
492 492 == 2010-01-09 v0.9.0 (Release candidate)
493 493
494 494 * Unlimited subproject nesting
495 495 * Multiple roles per user per project
496 496 * User groups
497 497 * Inheritence of versions
498 498 * OpenID login
499 499 * "Watched by me" issue filter
500 500 * Project copy
501 501 * Project creation by non admin users
502 502 * Accept emails from anyone on a private project
503 503 * Add email notification on Wiki changes
504 504 * Make issue description non-required field
505 505 * Custom fields for Versions
506 506 * Being able to sort the issue list by custom fields
507 507 * Ability to close versions
508 508 * User display/editing of custom fields attached to their user profile
509 509 * Add "follows" issue relation
510 510 * Copy workflows between trackers and roles
511 511 * Defaults enabled modules list for project creation
512 512 * Weighted version completion percentage on the roadmap
513 513 * Autocreate user account when user submits email that creates new issue
514 514 * CSS class on overdue issues on the issue list
515 515 * Enable tracker update on issue edit form
516 516 * Remove issue watchers
517 517 * Ability to move threads between project forums
518 518 * Changed custom field "Possible values" to a textarea
519 519 * Adds projects association on tracker form
520 520 * Set session store to cookie store by default
521 521 * Set a default wiki page on project creation
522 522 * Roadmap for main project should see Roadmaps for sub projects
523 523 * Ticket grouping on the issue list
524 524 * Hierarchical Project links in the page header
525 525 * Allow My Page blocks to be added to from a plugin
526 526 * Sort issues by multiple columns
527 527 * Filters of saved query are now visible and be adjusted without editing the query
528 528 * Saving "sort order" in custom queries
529 529 * Url to fetch changesets for a repository
530 530 * Managers able to create subprojects
531 531 * Issue Totals on My Page Modules
532 532 * Convert Enumerations to single table inheritance (STI)
533 533 * Allow custom my_page blocks to define drop-down names
534 534 * "View Issues" user permission added
535 535 * Ask user what to do with child pages when deleting a parent wiki page
536 536 * Contextual quick search
537 537 * Allow resending of password by email
538 538 * Change reply subject to be a link to the reply itself
539 539 * Include Logged Time as part of the project's Activity history
540 540 * REST API for authentication
541 541 * Browse through Git branches
542 542 * Setup Object Daddy to replace test fixtures
543 543 * Setup shoulda to make it easier to test
544 544 * Custom fields and overrides on Enumerations
545 545 * Add or remove columns from the issue list
546 546 * Ability to add new version from issues screen
547 547 * Setting to choose which day calendars start
548 548 * Asynchronous email delivery method
549 549 * RESTful URLs for (almost) everything
550 550 * Include issue status in search results and activity pages
551 551 * Add email to admin user search filter
552 552 * Proper content type for plain text mails
553 553 * Default value of project jump box
554 554 * Tree based menus
555 555 * Ability to use issue status to update percent done
556 556 * Second set of issue "Action Links" at the bottom of an issue page
557 557 * Proper exist status code for rdm-mailhandler.rb
558 558 * Remove incoming email body via a delimiter
559 559 * Fixed: Custom querry 'Export to PDF' ignores field selection
560 560 * Fixed: Related e-mail notifications aren't threaded
561 561 * Fixed: No warning when the creation of a categories from the issue form fails
562 562 * Fixed: Actually block issues from closing when relation 'blocked by' isn't closed
563 563 * Fixed: Include both first and last name when sorting by users
564 564 * Fixed: Table cell with multiple line text
565 565 * Fixed: Project overview page shows disabled trackers
566 566 * Fixed: Cross project issue relations and user permissions
567 567 * Fixed: My page shows tickets the user doesn't have access to
568 568 * Fixed: TOC does not parse wiki page reference links with description
569 569 * Fixed: Target version-list on bulk edit form is incorrectly sorted
570 570 * Fixed: Cannot modify/delete project named "Documents"
571 571 * Fixed: Email address in brackets breaks html
572 572 * Fixed: Timelog detail loose issue filter passing to report tab
573 573 * Fixed: Inform about custom field's name maximum length
574 574 * Fixed: Activity page and Atom feed links contain project id instead of identifier
575 575 * Fixed: no Atom key for forums with only 1 forum
576 576 * Fixed: When reading RSS feed in MS Outlook, the inline links are broken.
577 577 * Fixed: Sometimes new posts don't show up in the topic list of a forum.
578 578 * Fixed: The all/active filter selection in the project view does not stick.
579 579 * Fixed: Login box has Different width
580 580 * Fixed: User removed from project - still getting project update emails
581 581 * Fixed: Project with the identifier of 'new' cannot be viewed
582 582 * Fixed: Artefacts in search view (Cyrillic)
583 583 * Fixed: Allow [#id] as subject to reply by email
584 584 * Fixed: Wrong language used when closing an issue via a commit message
585 585 * Fixed: email handler drops emails for new issues with no subject
586 586 * Fixed: Calendar misspelled under Roles/Permissions
587 587 * Fixed: Emails from no-reply redmine's address hell cycle
588 588 * Fixed: child_pages macro fails on wiki page history
589 589 * Fixed: Pre-filled time tracking date ignores timezone
590 590 * Fixed: Links on locked users lead to 404 page
591 591 * Fixed: Page changes in issue-list when using context menu
592 592 * Fixed: diff parser removes lines starting with multiple dashes
593 593 * Fixed: Quoting in forums resets message subject
594 594 * Fixed: Editing issue comment removes quote link
595 595 * Fixed: Redmine.pm ignore browse_repository permission
596 596 * Fixed: text formatting breaks on [msg1][msg2]
597 597 * Fixed: Spent Time Default Value of 0.0
598 598 * Fixed: Wiki pages in search results are referenced by project number, not by project identifier.
599 599 * Fixed: When logging in via an autologin cookie the user's last_login_on should be updated
600 600 * Fixed: 50k users cause problems in project->settings->members screen
601 601 * Fixed: Document timestamp needs to show updated timestamps
602 602 * Fixed: Users getting notifications for issues they are no longer allowed to view
603 603 * Fixed: issue summary counts should link to the issue list without subprojects
604 604 * Fixed: 'Delete' link on LDAP list has no effect
605 605
606 606
607 607 == 2009-11-15 v0.8.7
608 608
609 609 * Fixed: Hide paragraph terminator at the end of headings on html export
610 610 * Fixed: pre tags containing "<pre*"
611 611 * Fixed: First date of the date range not included in the time report with SQLite
612 612 * Fixed: Password field not styled correctly on alternative stylesheet
613 613 * Fixed: Error when sumbitting a POST request that requires a login
614 614 * Fixed: CSRF vulnerabilities
615 615
616 616
617 617 == 2009-11-04 v0.8.6
618 618
619 619 * Change links to closed issues to be a grey color
620 620 * Change subversion adapter to not cache authentication and run non interactively
621 621 * Fixed: Custom Values with a nil value cause HTTP error 500
622 622 * Fixed: Failure to convert HTML entities when editing an Issue reply
623 623 * Fixed: Error trying to show repository when there are no comments in a changeset
624 624 * Fixed: account/show/:user_id should not be accessible for other users not in your projects
625 625 * Fixed: XSS vulnerabilities
626 626 * Fixed: IssuesController#destroy should accept POST only
627 627 * Fixed: Inline images in wiki headings
628 628
629 629
630 630 == 2009-09-13 v0.8.5
631 631
632 632 * Incoming mail handler : Allow spaces between keywords and colon
633 633 * Do not require a non-word character after a comma in Redmine links
634 634 * Include issue hyperlinks in reminder emails
635 635 * Prevent nil error when retrieving svn version
636 636 * Various plugin hooks added
637 637 * Add plugins information to script/about
638 638 * Fixed: 500 Internal Server Error is raised if add an empty comment to the news
639 639 * Fixed: Atom links for wiki pages are not correct
640 640 * Fixed: Atom feeds leak email address
641 641 * Fixed: Case sensitivity in Issue filtering
642 642 * Fixed: When reading RSS feed, the inline-embedded images are not properly shown
643 643
644 644
645 645 == 2009-05-17 v0.8.4
646 646
647 647 * Allow textile mailto links
648 648 * Fixed: memory consumption when uploading file
649 649 * Fixed: Mercurial integration doesn't work if Redmine is installed in folder path containing space
650 650 * Fixed: an error is raised when no tab is available on project settings
651 651 * Fixed: insert image macro corrupts urls with excalamation marks
652 652 * Fixed: error on cross-project gantt PNG export
653 653 * Fixed: self and alternate links in atom feeds do not respect Atom specs
654 654 * Fixed: accept any svn tunnel scheme in repository URL
655 655 * Fixed: issues/show should accept user's rss key
656 656 * Fixed: consistency of custom fields display on the issue detail view
657 657 * Fixed: wiki comments length validation is missing
658 658 * Fixed: weak autologin token generation algorithm causes duplicate tokens
659 659
660 660
661 661 == 2009-04-05 v0.8.3
662 662
663 663 * Separate project field and subject in cross-project issue view
664 664 * Ability to set language for redmine:load_default_data task using REDMINE_LANG environment variable
665 665 * Rescue Redmine::DefaultData::DataAlreadyLoaded in redmine:load_default_data task
666 666 * CSS classes to highlight own and assigned issues
667 667 * Hide "New file" link on wiki pages from printing
668 668 * Flush buffer when asking for language in redmine:load_default_data task
669 669 * Minimum project identifier length set to 1
670 670 * Include headers so that emails don't trigger vacation auto-responders
671 671 * Fixed: Time entries csv export links for all projects are malformed
672 672 * Fixed: Files without Version aren't visible in the Activity page
673 673 * Fixed: Commit logs are centered in the repo browser
674 674 * Fixed: News summary field content is not searchable
675 675 * Fixed: Journal#save has a wrong signature
676 676 * Fixed: Email footer signature convention
677 677 * Fixed: Timelog report do not show time for non-versioned issues
678 678
679 679
680 680 == 2009-03-07 v0.8.2
681 681
682 682 * Send an email to the user when an administrator activates a registered user
683 683 * Strip keywords from received email body
684 684 * Footer updated to 2009
685 685 * Show RSS-link even when no issues is found
686 686 * One click filter action in activity view
687 687 * Clickable/linkable line #'s while browsing the repo or viewing a file
688 688 * Links to versions on files list
689 689 * Added request and controller objects to the hooks by default
690 690 * Fixed: exporting an issue with attachments to PDF raises an error
691 691 * Fixed: "too few arguments" error may occur on activerecord error translation
692 692 * Fixed: "Default columns Displayed on the Issues list" setting is not easy to read
693 693 * Fixed: visited links to closed tickets are not striked through with IE6
694 694 * Fixed: MailHandler#plain_text_body returns nil if there was nothing to strip
695 695 * Fixed: MailHandler raises an error when processing an email without From header
696 696
697 697
698 698 == 2009-02-15 v0.8.1
699 699
700 700 * Select watchers on new issue form
701 701 * Issue description is no longer a required field
702 702 * Files module: ability to add files without version
703 703 * Jump to the current tab when using the project quick-jump combo
704 704 * Display a warning if some attachments were not saved
705 705 * Import custom fields values from emails on issue creation
706 706 * Show view/annotate/download links on entry and annotate views
707 707 * Admin Info Screen: Display if plugin assets directory is writable
708 708 * Adds a 'Create and continue' button on the new issue form
709 709 * IMAP: add options to move received emails
710 710 * Do not show Category field when categories are not defined
711 711 * Lower the project identifier limit to a minimum of two characters
712 712 * Add "closed" html class to closed entries in issue list
713 713 * Fixed: broken redirect URL on login failure
714 714 * Fixed: Deleted files are shown when using Darcs
715 715 * Fixed: Darcs adapter works on Win32 only
716 716 * Fixed: syntax highlight doesn't appear in new ticket preview
717 717 * Fixed: email notification for changes I make still occurs when running Repository.fetch_changesets
718 718 * Fixed: no error is raised when entering invalid hours on the issue update form
719 719 * Fixed: Details time log report CSV export doesn't honour date format from settings
720 720 * Fixed: invalid css classes on issue details
721 721 * Fixed: Trac importer creates duplicate custom values
722 722 * Fixed: inline attached image should not match partial filename
723 723
724 724
725 725 == 2008-12-30 v0.8.0
726 726
727 727 * Setting added in order to limit the number of diff lines that should be displayed
728 728 * Makes logged-in username in topbar linking to
729 729 * Mail handler: strip tags when receiving a html-only email
730 730 * Mail handler: add watchers before sending notification
731 731 * Adds a css class (overdue) to overdue issues on issue lists and detail views
732 732 * Fixed: project activity truncated after viewing user's activity
733 733 * Fixed: email address entered for password recovery shouldn't be case-sensitive
734 734 * Fixed: default flag removed when editing a default enumeration
735 735 * Fixed: default category ignored when adding a document
736 736 * Fixed: error on repository user mapping when a repository username is blank
737 737 * Fixed: Firefox cuts off large diffs
738 738 * Fixed: CVS browser should not show dead revisions (deleted files)
739 739 * Fixed: escape double-quotes in image titles
740 740 * Fixed: escape textarea content when editing a issue note
741 741 * Fixed: JS error on context menu with IE
742 742 * Fixed: bold syntax around single character in series doesn't work
743 743 * Fixed several XSS vulnerabilities
744 744 * Fixed a SQL injection vulnerability
745 745
746 746
747 747 == 2008-12-07 v0.8.0-rc1
748 748
749 749 * Wiki page protection
750 750 * Wiki page hierarchy. Parent page can be assigned on the Rename screen
751 751 * Adds support for issue creation via email
752 752 * Adds support for free ticket filtering and custom queries on Gantt chart and calendar
753 753 * Cross-project search
754 754 * Ability to search a project and its subprojects
755 755 * Ability to search the projects the user belongs to
756 756 * Adds custom fields on time entries
757 757 * Adds boolean and list custom fields for time entries as criteria on time report
758 758 * Cross-project time reports
759 759 * Display latest user's activity on account/show view
760 760 * Show last connexion time on user's page
761 761 * Obfuscates email address on user's account page using javascript
762 762 * wiki TOC rendered as an unordered list
763 763 * Adds the ability to search for a user on the administration users list
764 764 * Adds the ability to search for a project name or identifier on the administration projects list
765 765 * Redirect user to the previous page after logging in
766 766 * Adds a permission 'view wiki edits' so that wiki history can be hidden to certain users
767 767 * Adds permissions for viewing the watcher list and adding new watchers on the issue detail view
768 768 * Adds permissions to let users edit and/or delete their messages
769 769 * Link to activity view when displaying dates
770 770 * Hide Redmine version in atom feeds and pdf properties
771 771 * Maps repository users to Redmine users. Users with same username or email are automatically mapped. Mapping can be manually adjusted in repository settings. Multiple usernames can be mapped to the same Redmine user.
772 772 * Sort users by their display names so that user dropdown lists are sorted alphabetically
773 773 * Adds estimated hours to issue filters
774 774 * Switch order of current and previous revisions in side-by-side diff
775 775 * Render the commit changes list as a tree
776 776 * Adds watch/unwatch functionality at forum topic level
777 777 * When moving an issue to another project, reassign it to the category with same name if any
778 778 * Adds child_pages macro for wiki pages
779 779 * Use GET instead of POST on roadmap (#718), gantt and calendar forms
780 780 * Search engine: display total results count and count by result type
781 781 * Email delivery configuration moved to an unversioned YAML file (config/email.yml, see the sample file)
782 782 * Adds icons on search results
783 783 * Adds 'Edit' link on account/show for admin users
784 784 * Adds Lock/Unlock/Activate link on user edit screen
785 785 * Adds user count in status drop down on admin user list
786 786 * Adds multi-levels blockquotes support by using > at the beginning of lines
787 787 * Adds a Reply link to each issue note
788 788 * Adds plain text only option for mail notifications
789 789 * Gravatar support for issue detail, user grid, and activity stream (disabled by default)
790 790 * Adds 'Delete wiki pages attachments' permission
791 791 * Show the most recent file when displaying an inline image
792 792 * Makes permission screens localized
793 793 * AuthSource list: display associated users count and disable 'Delete' buton if any
794 794 * Make the 'duplicates of' relation asymmetric
795 795 * Adds username to the password reminder email
796 796 * Adds links to forum messages using message#id syntax
797 797 * Allow same name for custom fields on different object types
798 798 * One-click bulk edition using the issue list context menu within the same project
799 799 * Adds support for commit logs reencoding to UTF-8 before insertion in the database. Source encoding of commit logs can be selected in Application settings -> Repositories.
800 800 * Adds checkboxes toggle links on permissions report
801 801 * Adds Trac-Like anchors on wiki headings
802 802 * Adds support for wiki links with anchor
803 803 * Adds category to the issue context menu
804 804 * Adds a workflow overview screen
805 805 * Appends the filename to the attachment url so that clients that ignore content-disposition http header get the real filename
806 806 * Dots allowed in custom field name
807 807 * Adds posts quoting functionality
808 808 * Adds an option to generate sequential project identifiers
809 809 * Adds mailto link on the user administration list
810 810 * Ability to remove enumerations (activities, priorities, document categories) that are in use. Associated objects can be reassigned to another value
811 811 * Gantt chart: display issues that don't have a due date if they are assigned to a version with a date
812 812 * Change projects homepage limit to 255 chars
813 813 * Improved on-the-fly account creation. If some attributes are missing (eg. not present in the LDAP) or are invalid, the registration form is displayed so that the user is able to fill or fix these attributes
814 814 * Adds "please select" to activity select box if no activity is set as default
815 815 * Do not silently ignore timelog validation failure on issue edit
816 816 * Adds a rake task to send reminder emails
817 817 * Allow empty cells in wiki tables
818 818 * Makes wiki text formatter pluggable
819 819 * Adds back textile acronyms support
820 820 * Remove pre tag attributes
821 821 * Plugin hooks
822 822 * Pluggable admin menu
823 823 * Plugins can provide activity content
824 824 * Moves plugin list to its own administration menu item
825 825 * Adds url and author_url plugin attributes
826 826 * Adds Plugin#requires_redmine method so that plugin compatibility can be checked against current Redmine version
827 827 * Adds atom feed on time entries details
828 828 * Adds project name to issues feed title
829 829 * Adds a css class on menu items in order to apply item specific styles (eg. icons)
830 830 * Adds a Redmine plugin generators
831 831 * Adds timelog link to the issue context menu
832 832 * Adds links to the user page on various views
833 833 * Turkish translation by Ismail Sezen
834 834 * Catalan translation
835 835 * Vietnamese translation
836 836 * Slovak translation
837 837 * Better naming of activity feed if only one kind of event is displayed
838 838 * Enable syntax highlight on issues, messages and news
839 839 * Add target version to the issue list context menu
840 840 * Hide 'Target version' filter if no version is defined
841 841 * Add filters on cross-project issue list for custom fields marked as 'For all projects'
842 842 * Turn ftp urls into links
843 843 * Hiding the View Differences button when a wiki page's history only has one version
844 844 * Messages on a Board can now be sorted by the number of replies
845 845 * Adds a class ('me') to events of the activity view created by current user
846 846 * Strip pre/code tags content from activity view events
847 847 * Display issue notes in the activity view
848 848 * Adds links to changesets atom feed on repository browser
849 849 * Track project and tracker changes in issue history
850 850 * Adds anchor to atom feed messages links
851 851 * Adds a key in lang files to set the decimal separator (point or comma) in csv exports
852 852 * Makes importer work with Trac 0.8.x
853 853 * Upgraded to Prototype 1.6.0.1
854 854 * File viewer for attached text files
855 855 * Menu mapper: add support for :before, :after and :last options to #push method and add #delete method
856 856 * Removed inconsistent revision numbers on diff view
857 857 * CVS: add support for modules names with spaces
858 858 * Log the user in after registration if account activation is not needed
859 859 * Mercurial adapter improvements
860 860 * Trac importer: read session_attribute table to find user's email and real name
861 861 * Ability to disable unused SCM adapters in application settings
862 862 * Adds Filesystem adapter
863 863 * Clear changesets and changes with raw sql when deleting a repository for performance
864 864 * Redmine.pm now uses the 'commit access' permission defined in Redmine
865 865 * Reposman can create any type of scm (--scm option)
866 866 * Reposman creates a repository if the 'repository' module is enabled at project level only
867 867 * Display svn properties in the browser, svn >= 1.5.0 only
868 868 * Reduces memory usage when importing large git repositories
869 869 * Wider SVG graphs in repository stats
870 870 * SubversionAdapter#entries performance improvement
871 871 * SCM browser: ability to download raw unified diffs
872 872 * More detailed error message in log when scm command fails
873 873 * Adds support for file viewing with Darcs 2.0+
874 874 * Check that git changeset is not in the database before creating it
875 875 * Unified diff viewer for attached files with .patch or .diff extension
876 876 * File size display with Bazaar repositories
877 877 * Git adapter: use commit time instead of author time
878 878 * Prettier url for changesets
879 879 * Makes changes link to entries on the revision view
880 880 * Adds a field on the repository view to browse at specific revision
881 881 * Adds new projects atom feed
882 882 * Added rake tasks to generate rcov code coverage reports
883 883 * Add Redcloth's :block_markdown_rule to allow horizontal rules in wiki
884 884 * Show the project hierarchy in the drop down list for new membership on user administration screen
885 885 * Split user edit screen into tabs
886 886 * Renames bundled RedCloth to RedCloth3 to avoid RedCloth 4 to be loaded instead
887 887 * Fixed: Roadmap crashes when a version has a due date > 2037
888 888 * Fixed: invalid effective date (eg. 99999-01-01) causes an error on version edition screen
889 889 * Fixed: login filter providing incorrect back_url for Redmine installed in sub-directory
890 890 * Fixed: logtime entry duplicated when edited from parent project
891 891 * Fixed: wrong digest for text files under Windows
892 892 * Fixed: associated revisions are displayed in wrong order on issue view
893 893 * Fixed: Git Adapter date parsing ignores timezone
894 894 * Fixed: Printing long roadmap doesn't split across pages
895 895 * Fixes custom fields display order at several places
896 896 * Fixed: urls containing @ are parsed as email adress by the wiki formatter
897 897 * Fixed date filters accuracy with SQLite
898 898 * Fixed: tokens not escaped in highlight_tokens regexp
899 899 * Fixed Bazaar shared repository browsing
900 900 * Fixes platform determination under JRuby
901 901 * Fixed: Estimated time in issue's journal should be rounded to two decimals
902 902 * Fixed: 'search titles only' box ignored after one search is done on titles only
903 903 * Fixed: non-ASCII subversion path can't be displayed
904 904 * Fixed: Inline images don't work if file name has upper case letters or if image is in BMP format
905 905 * Fixed: document listing shows on "my page" when viewing documents is disabled for the role
906 906 * Fixed: Latest news appear on the homepage for projects with the News module disabled
907 907 * Fixed: cross-project issue list should not show issues of projects for which the issue tracking module was disabled
908 908 * Fixed: the default status is lost when reordering issue statuses
909 909 * Fixes error with Postgresql and non-UTF8 commit logs
910 910 * Fixed: textile footnotes no longer work
911 911 * Fixed: http links containing parentheses fail to reder correctly
912 912 * Fixed: GitAdapter#get_rev should use current branch instead of hardwiring master
913 913
914 914
915 915 == 2008-07-06 v0.7.3
916 916
917 917 * Allow dot in firstnames and lastnames
918 918 * Add project name to cross-project Atom feeds
919 919 * Encoding set to utf8 in example database.yml
920 920 * HTML titles on forums related views
921 921 * Fixed: various XSS vulnerabilities
922 922 * Fixed: Entourage (and some old client) fails to correctly render notification styles
923 923 * Fixed: Fixed: timelog redirects inappropriately when :back_url is blank
924 924 * Fixed: wrong relative paths to images in wiki_syntax.html
925 925
926 926
927 927 == 2008-06-15 v0.7.2
928 928
929 929 * "New Project" link on Projects page
930 930 * Links to repository directories on the repo browser
931 931 * Move status to front in Activity View
932 932 * Remove edit step from Status context menu
933 933 * Fixed: No way to do textile horizontal rule
934 934 * Fixed: Repository: View differences doesn't work
935 935 * Fixed: attachement's name maybe invalid.
936 936 * Fixed: Error when creating a new issue
937 937 * Fixed: NoMethodError on @available_filters.has_key?
938 938 * Fixed: Check All / Uncheck All in Email Settings
939 939 * Fixed: "View differences" of one file at /repositories/revision/ fails
940 940 * Fixed: Column width in "my page"
941 941 * Fixed: private subprojects are listed on Issues view
942 942 * Fixed: Textile: bold, italics, underline, etc... not working after parentheses
943 943 * Fixed: Update issue form: comment field from log time end out of screen
944 944 * Fixed: Editing role: "issue can be assigned to this role" out of box
945 945 * Fixed: Unable use angular braces after include word
946 946 * Fixed: Using '*' as keyword for repository referencing keywords doesn't work
947 947 * Fixed: Subversion repository "View differences" on each file rise ERROR
948 948 * Fixed: View differences for individual file of a changeset fails if the repository URL doesn't point to the repository root
949 949 * Fixed: It is possible to lock out the last admin account
950 950 * Fixed: Wikis are viewable for anonymous users on public projects, despite not granting access
951 951 * Fixed: Issue number display clipped on 'my issues'
952 952 * Fixed: Roadmap version list links not carrying state
953 953 * Fixed: Log Time fieldset in IssueController#edit doesn't set default Activity as default
954 954 * Fixed: git's "get_rev" API should use repo's current branch instead of hardwiring "master"
955 955 * Fixed: browser's language subcodes ignored
956 956 * Fixed: Error on project selection with numeric (only) identifier.
957 957 * Fixed: Link to PDF doesn't work after creating new issue
958 958 * Fixed: "Replies" should not be shown on forum threads that are locked
959 959 * Fixed: SVN errors lead to svn username/password being displayed to end users (security issue)
960 960 * Fixed: http links containing hashes don't display correct
961 961 * Fixed: Allow ampersands in Enumeration names
962 962 * Fixed: Atom link on saved query does not include query_id
963 963 * Fixed: Logtime info lost when there's an error updating an issue
964 964 * Fixed: TOC does not parse colorization markups
965 965 * Fixed: CVS: add support for modules names with spaces
966 966 * Fixed: Bad rendering on projects/add
967 967 * Fixed: exception when viewing differences on cvs
968 968 * Fixed: export issue to pdf will messup when use Chinese language
969 969 * Fixed: Redmine::Scm::Adapters::GitAdapter#get_rev ignored GIT_BIN constant
970 970 * Fixed: Adding non-ASCII new issue type in the New Issue page have encoding error using IE
971 971 * Fixed: Importing from trac : some wiki links are messed
972 972 * Fixed: Incorrect weekend definition in Hebrew calendar locale
973 973 * Fixed: Atom feeds don't provide author section for repository revisions
974 974 * Fixed: In Activity views, changesets titles can be multiline while they should not
975 975 * Fixed: Ignore unreadable subversion directories (read disabled using authz)
976 976 * Fixed: lib/SVG/Graph/Graph.rb can't externalize stylesheets
977 977 * Fixed: Close statement handler in Redmine.pm
978 978
979 979
980 980 == 2008-05-04 v0.7.1
981 981
982 982 * Thai translation added (Gampol Thitinilnithi)
983 983 * Translations updates
984 984 * Escape HTML comment tags
985 985 * Prevent "can't convert nil into String" error when :sort_order param is not present
986 986 * Fixed: Updating tickets add a time log with zero hours
987 987 * Fixed: private subprojects names are revealed on the project overview
988 988 * Fixed: Search for target version of "none" fails with postgres 8.3
989 989 * Fixed: Home, Logout, Login links shouldn't be absolute links
990 990 * Fixed: 'Latest projects' box on the welcome screen should be hidden if there are no projects
991 991 * Fixed: error when using upcase language name in coderay
992 992 * Fixed: error on Trac import when :due attribute is nil
993 993
994 994
995 995 == 2008-04-28 v0.7.0
996 996
997 997 * Forces Redmine to use rails 2.0.2 gem when vendor/rails is not present
998 998 * Queries can be marked as 'For all projects'. Such queries will be available on all projects and on the global issue list.
999 999 * Add predefined date ranges to the time report
1000 1000 * Time report can be done at issue level
1001 1001 * Various timelog report enhancements
1002 1002 * Accept the following formats for "hours" field: 1h, 1 h, 1 hour, 2 hours, 30m, 30min, 1h30, 1h30m, 1:30
1003 1003 * Display the context menu above and/or to the left of the click if needed
1004 1004 * Make the admin project files list sortable
1005 1005 * Mercurial: display working directory files sizes unless browsing a specific revision
1006 1006 * Preserve status filter and page number when using lock/unlock/activate links on the users list
1007 1007 * Redmine.pm support for LDAP authentication
1008 1008 * Better error message and AR errors in log for failed LDAP on-the-fly user creation
1009 1009 * Redirected user to where he is coming from after logging hours
1010 1010 * Warn user that subprojects are also deleted when deleting a project
1011 1011 * Include subprojects versions on calendar and gantt
1012 1012 * Notify project members when a message is posted if they want to receive notifications
1013 1013 * Fixed: Feed content limit setting has no effect
1014 1014 * Fixed: Priorities not ordered when displayed as a filter in issue list
1015 1015 * Fixed: can not display attached images inline in message replies
1016 1016 * Fixed: Boards are not deleted when project is deleted
1017 1017 * Fixed: trying to preview a new issue raises an exception with postgresql
1018 1018 * Fixed: single file 'View difference' links do not work because of duplicate slashes in url
1019 1019 * Fixed: inline image not displayed when including a wiki page
1020 1020 * Fixed: CVS duplicate key violation
1021 1021 * Fixed: ActiveRecord::StaleObjectError exception on closing a set of circular duplicate issues
1022 1022 * Fixed: custom field filters behaviour
1023 1023 * Fixed: Postgresql 8.3 compatibility
1024 1024 * Fixed: Links to repository directories don't work
1025 1025
1026 1026
1027 1027 == 2008-03-29 v0.7.0-rc1
1028 1028
1029 1029 * Overall activity view and feed added, link is available on the project list
1030 1030 * Git VCS support
1031 1031 * Rails 2.0 sessions cookie store compatibility
1032 1032 * Use project identifiers in urls instead of ids
1033 1033 * Default configuration data can now be loaded from the administration screen
1034 1034 * Administration settings screen split to tabs (email notifications options moved to 'Settings')
1035 1035 * Project description is now unlimited and optional
1036 1036 * Wiki annotate view
1037 1037 * Escape HTML tag in textile content
1038 1038 * Add Redmine links to documents, versions, attachments and repository files
1039 1039 * New setting to specify how many objects should be displayed on paginated lists. There are 2 ways to select a set of issues on the issue list:
1040 1040 * by using checkbox and/or the little pencil that will select/unselect all issues
1041 1041 * by clicking on the rows (but not on the links), Ctrl and Shift keys can be used to select multiple issues
1042 1042 * Context menu disabled on links so that the default context menu of the browser is displayed when right-clicking on a link (click anywhere else on the row to display the context menu)
1043 1043 * User display format is now configurable in administration settings
1044 1044 * Issue list now supports bulk edit/move/delete (for a set of issues that belong to the same project)
1045 1045 * Merged 'change status', 'edit issue' and 'add note' actions:
1046 1046 * Users with 'edit issues' permission can now update any property including custom fields when adding a note or changing the status
1047 1047 * 'Change issue status' permission removed. To change an issue status, a user just needs to have either 'Edit' or 'Add note' permissions and some workflow transitions allowed
1048 1048 * Details by assignees on issue summary view
1049 1049 * 'New issue' link in the main menu (accesskey 7). The drop-down lists to add an issue on the project overview and the issue list are removed
1050 1050 * Change status select box default to current status
1051 1051 * Preview for issue notes, news and messages
1052 1052 * Optional description for attachments
1053 1053 * 'Fixed version' label changed to 'Target version'
1054 1054 * Let the user choose when deleting issues with reported hours to:
1055 1055 * delete the hours
1056 1056 * assign the hours to the project
1057 1057 * reassign the hours to another issue
1058 1058 * Date range filter and pagination on time entries detail view
1059 1059 * Propagate time tracking to the parent project
1060 1060 * Switch added on the project activity view to include subprojects
1061 1061 * Display total estimated and spent hours on the version detail view
1062 1062 * Weekly time tracking block for 'My page'
1063 1063 * Permissions to edit time entries
1064 1064 * Include subprojects on the issue list, calendar, gantt and timelog by default (can be turned off is administration settings)
1065 1065 * Roadmap enhancements (separate related issues from wiki contents, leading h1 in version wiki pages is hidden, smaller wiki headings)
1066 1066 * Make versions with same date sorted by name
1067 1067 * Allow issue list to be sorted by target version
1068 1068 * Related changesets messages displayed on the issue details view
1069 1069 * Create a journal and send an email when an issue is closed by commit
1070 1070 * Add 'Author' to the available columns for the issue list
1071 1071 * More appropriate default sort order on sortable columns
1072 1072 * Add issue subject to the time entries view and issue subject, description and tracker to the csv export
1073 1073 * Permissions to edit issue notes
1074 1074 * Display date/time instead of date on files list
1075 1075 * Do not show Roadmap menu item if the project doesn't define any versions
1076 1076 * Allow longer version names (60 chars)
1077 1077 * Ability to copy an existing workflow when creating a new role
1078 1078 * Display custom fields in two columns on the issue form
1079 1079 * Added 'estimated time' in the csv export of the issue list
1080 1080 * Display the last 30 days on the activity view rather than the current month (number of days can be configured in the application settings)
1081 1081 * Setting for whether new projects should be public by default
1082 1082 * User preference to choose how comments/replies are displayed: in chronological or reverse chronological order
1083 1083 * Added default value for custom fields
1084 1084 * Added tabindex property on wiki toolbar buttons (to easily move from field to field using the tab key)
1085 1085 * Redirect to issue page after creating a new issue
1086 1086 * Wiki toolbar improvements (mainly for Firefox)
1087 1087 * Display wiki syntax quick ref link on all wiki textareas
1088 1088 * Display links to Atom feeds
1089 1089 * Breadcrumb nav for the forums
1090 1090 * Show replies when choosing to display messages in the activity
1091 1091 * Added 'include' macro to include another wiki page
1092 1092 * RedmineWikiFormatting page available as a static HTML file locally
1093 1093 * Wrap diff content
1094 1094 * Strip out email address from authors in repository screens
1095 1095 * Highlight the current item of the main menu
1096 1096 * Added simple syntax highlighters for php and java languages
1097 1097 * Do not show empty diffs
1098 1098 * Show explicit error message when the scm command failed (eg. when svn binary is not available)
1099 1099 * Lithuanian translation added (Sergej Jegorov)
1100 1100 * Ukrainan translation added (Natalia Konovka & Mykhaylo Sorochan)
1101 1101 * Danish translation added (Mads Vestergaard)
1102 1102 * Added i18n support to the jstoolbar and various settings screen
1103 1103 * RedCloth's glyphs no longer user
1104 1104 * New icons for the wiki toolbar (from http://www.famfamfam.com/lab/icons/silk/)
1105 1105 * The following menus can now be extended by plugins: top_menu, account_menu, application_menu
1106 1106 * Added a simple rake task to fetch changesets from the repositories: rake redmine:fetch_changesets
1107 1107 * Remove hardcoded "Redmine" strings in account related emails and use application title instead
1108 1108 * Mantis importer preserve bug ids
1109 1109 * Trac importer: Trac guide wiki pages skipped
1110 1110 * Trac importer: wiki attachments migration added
1111 1111 * Trac importer: support database schema for Trac migration
1112 1112 * Trac importer: support CamelCase links
1113 1113 * Removes the Redmine version from the footer (can be viewed on admin -> info)
1114 1114 * Rescue and display an error message when trying to delete a role that is in use
1115 1115 * Add various 'X-Redmine' headers to email notifications: X-Redmine-Host, X-Redmine-Site, X-Redmine-Project, X-Redmine-Issue-Id, -Author, -Assignee, X-Redmine-Topic-Id
1116 1116 * Add "--encoding utf8" option to the Mercurial "hg log" command in order to get utf8 encoded commit logs
1117 1117 * Fixed: Gantt and calendar not properly refreshed (fragment caching removed)
1118 1118 * Fixed: Textile image with style attribute cause internal server error
1119 1119 * Fixed: wiki TOC not rendered properly when used in an issue or document description
1120 1120 * Fixed: 'has already been taken' error message on username and email fields if left empty
1121 1121 * Fixed: non-ascii attachement filename with IE
1122 1122 * Fixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed
1123 1123 * Fixed: search for all words doesn't work
1124 1124 * Fixed: Do not show sticky and locked checkboxes when replying to a message
1125 1125 * Fixed: Mantis importer: do not duplicate Mantis username in firstname and lastname if realname is blank
1126 1126 * Fixed: Date custom fields not displayed as specified in application settings
1127 1127 * Fixed: titles not escaped in the activity view
1128 1128 * Fixed: issue queries can not use custom fields marked as 'for all projects' in a project context
1129 1129 * Fixed: on calendar, gantt and in the tracker filter on the issue list, only active trackers of the project (and its sub projects) should be available
1130 1130 * Fixed: locked users should not receive email notifications
1131 1131 * Fixed: custom field selection is not saved when unchecking them all on project settings
1132 1132 * Fixed: can not lock a topic when creating it
1133 1133 * Fixed: Incorrect filtering for unset values when using 'is not' filter
1134 1134 * Fixed: PostgreSQL issues_seq_id not updated when using Trac importer
1135 1135 * Fixed: ajax pagination does not scroll up
1136 1136 * Fixed: error when uploading a file with no content-type specified by the browser
1137 1137 * Fixed: wiki and changeset links not displayed when previewing issue description or notes
1138 1138 * Fixed: 'LdapError: no bind result' error when authenticating
1139 1139 * Fixed: 'LdapError: invalid binding information' when no username/password are set on the LDAP account
1140 1140 * Fixed: CVS repository doesn't work if port is used in the url
1141 1141 * Fixed: Email notifications: host name is missing in generated links
1142 1142 * Fixed: Email notifications: referenced changesets, wiki pages, attachments... are not turned into links
1143 1143 * Fixed: Do not clear issue relations when moving an issue to another project if cross-project issue relations are allowed
1144 1144 * Fixed: "undefined method 'textilizable'" error on email notification when running Repository#fetch_changesets from the console
1145 1145 * Fixed: Do not send an email with no recipient, cc or bcc
1146 1146 * Fixed: fetch_changesets fails on commit comments that close 2 duplicates issues.
1147 1147 * Fixed: Mercurial browsing under unix-like os and for directory depth > 2
1148 1148 * Fixed: Wiki links with pipe can not be used in wiki tables
1149 1149 * Fixed: migrate_from_trac doesn't import timestamps of wiki and tickets
1150 1150 * Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql error with Postgresql
1151 1151
1152 1152
1153 1153 == 2008-03-12 v0.6.4
1154 1154
1155 1155 * Fixed: private projects name are displayed on account/show even if the current user doesn't have access to these private projects
1156 1156 * Fixed: potential LDAP authentication security flaw
1157 1157 * Fixed: context submenus on the issue list don't show up with IE6.
1158 1158 * Fixed: Themes are not applied with Rails 2.0
1159 1159 * Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil
1160 1160 * Fixed: Mercurial repository browsing
1161 1161 * Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs command fails
1162 1162 * Fixed: not null constraints not removed with Postgresql
1163 1163 * Doctype set to transitional
1164 1164
1165 1165
1166 1166 == 2007-12-18 v0.6.3
1167 1167
1168 1168 * Fixed: upload doesn't work in 'Files' section
1169 1169
1170 1170
1171 1171 == 2007-12-16 v0.6.2
1172 1172
1173 1173 * Search engine: issue custom fields can now be searched
1174 1174 * News comments are now textilized
1175 1175 * Updated Japanese translation (Satoru Kurashiki)
1176 1176 * Updated Chinese translation (Shortie Lo)
1177 1177 * Fixed Rails 2.0 compatibility bugs:
1178 1178 * Unable to create a wiki
1179 1179 * Gantt and calendar error
1180 1180 * Trac importer error (readonly? is defined by ActiveRecord)
1181 1181 * Fixed: 'assigned to me' filter broken
1182 1182 * Fixed: crash when validation fails on issue edition with no custom fields
1183 1183 * Fixed: reposman "can't find group" error
1184 1184 * Fixed: 'LDAP account password is too long' error when leaving the field empty on creation
1185 1185 * Fixed: empty lines when displaying repository files with Windows style eol
1186 1186 * Fixed: missing body closing tag in repository annotate and entry views
1187 1187
1188 1188
1189 1189 == 2007-12-10 v0.6.1
1190 1190
1191 1191 * Rails 2.0 compatibility
1192 1192 * Custom fields can now be displayed as columns on the issue list
1193 1193 * Added version details view (accessible from the roadmap)
1194 1194 * Roadmap: more accurate completion percentage calculation (done ratio of open issues is now taken into account)
1195 1195 * Added per-project tracker selection. Trackers can be selected on project settings
1196 1196 * Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums
1197 1197 * Forums: messages can now be edited/deleted (explicit permissions need to be given)
1198 1198 * Forums: topics can be locked so that no reply can be added
1199 1199 * Forums: topics can be marked as sticky so that they always appear at the top of the list
1200 1200 * Forums: attachments can now be added to replies
1201 1201 * Added time zone support
1202 1202 * Added a setting to choose the account activation strategy (available in application settings)
1203 1203 * Added 'Classic' theme (inspired from the v0.51 design)
1204 1204 * Added an alternate theme which provides issue list colorization based on issues priority
1205 1205 * Added Bazaar SCM adapter
1206 1206 * Added Annotate/Blame view in the repository browser (except for Darcs SCM)
1207 1207 * Diff style (inline or side by side) automatically saved as a user preference
1208 1208 * Added issues status changes on the activity view (by Cyril Mougel)
1209 1209 * Added forums topics on the activity view (disabled by default)
1210 1210 * Added an option on 'My account' for users who don't want to be notified of changes that they make
1211 1211 * Trac importer now supports mysql and postgresql databases
1212 1212 * Trac importer improvements (by Mat Trudel)
1213 1213 * 'fixed version' field can now be displayed on the issue list
1214 1214 * Added a couple of new formats for the 'date format' setting
1215 1215 * Added Traditional Chinese translation (by Shortie Lo)
1216 1216 * Added Russian translation (iGor kMeta)
1217 1217 * Project name format limitation removed (name can now contain any character)
1218 1218 * Project identifier maximum length changed from 12 to 20
1219 1219 * Changed the maximum length of LDAP account to 255 characters
1220 1220 * Removed the 12 characters limit on passwords
1221 1221 * Added wiki macros support
1222 1222 * Performance improvement on workflow setup screen
1223 1223 * More detailed html title on several views
1224 1224 * Custom fields can now be reordered
1225 1225 * Search engine: search can be restricted to an exact phrase by using quotation marks
1226 1226 * Added custom fields marked as 'For all projects' to the csv export of the cross project issue list
1227 1227 * Email notifications are now sent as Blind carbon copy by default
1228 1228 * Fixed: all members (including non active) should be deleted when deleting a project
1229 1229 * Fixed: Error on wiki syntax link (accessible from wiki/edit)
1230 1230 * Fixed: 'quick jump to a revision' form on the revisions list
1231 1231 * Fixed: error on admin/info if there's more than 1 plugin installed
1232 1232 * Fixed: svn or ldap password can be found in clear text in the html source in editing mode
1233 1233 * Fixed: 'Assigned to' drop down list is not sorted
1234 1234 * Fixed: 'View all issues' link doesn't work on issues/show
1235 1235 * Fixed: error on account/register when validation fails
1236 1236 * Fixed: Error when displaying the issue list if a float custom field is marked as 'used as filter'
1237 1237 * Fixed: Mercurial adapter breaks on missing :files entry in changeset hash (James Britt)
1238 1238 * Fixed: Wrong feed URLs on the home page
1239 1239 * Fixed: Update of time entry fails when the issue has been moved to an other project
1240 1240 * Fixed: Error when moving an issue without changing its tracker (Postgresql)
1241 1241 * Fixed: Changes not recorded when using :pserver string (CVS adapter)
1242 1242 * Fixed: admin should be able to move issues to any project
1243 1243 * Fixed: adding an attachment is not possible when changing the status of an issue
1244 1244 * Fixed: No mime-types in documents/files downloading
1245 1245 * Fixed: error when sorting the messages if there's only one board for the project
1246 1246 * Fixed: 'me' doesn't appear in the drop down filters on a project issue list.
1247 1247
1248 1248 == 2007-11-04 v0.6.0
1249 1249
1250 1250 * Permission model refactoring.
1251 1251 * Permissions: there are now 2 builtin roles that can be used to specify permissions given to other users than members of projects
1252 1252 * Permissions: some permissions (eg. browse the repository) can be removed for certain roles
1253 1253 * Permissions: modules (eg. issue tracking, news, documents...) can be enabled/disabled at project level
1254 1254 * Added Mantis and Trac importers
1255 1255 * New application layout
1256 1256 * Added "Bulk edit" functionality on the issue list
1257 1257 * More flexible mail notifications settings at user level
1258 1258 * Added AJAX based context menu on the project issue list that provide shortcuts for editing, re-assigning, changing the status or the priority, moving or deleting an issue
1259 1259 * Added the hability to copy an issue. It can be done from the "issue/show" view or from the context menu on the issue list
1260 1260 * Added the ability to customize issue list columns (at application level or for each saved query)
1261 1261 * Overdue versions (date reached and open issues > 0) are now always displayed on the roadmap
1262 1262 * Added the ability to rename wiki pages (specific permission required)
1263 1263 * Search engines now supports pagination. Results are sorted in reverse chronological order
1264 1264 * Added "Estimated hours" attribute on issues
1265 1265 * A category with assigned issue can now be deleted. 2 options are proposed: remove assignments or reassign issues to another category
1266 1266 * Forum notifications are now also sent to the authors of the thread, even if they donοΏ½t watch the board
1267 1267 * Added an application setting to specify the application protocol (http or https) used to generate urls in emails
1268 1268 * Gantt chart: now starts at the current month by default
1269 1269 * Gantt chart: month count and zoom factor are automatically saved as user preferences
1270 1270 * Wiki links can now refer to other project wikis
1271 1271 * Added wiki index by date
1272 1272 * Added preview on add/edit issue form
1273 1273 * Emails footer can now be customized from the admin interface (Admin -> Email notifications)
1274 1274 * Default encodings for repository files can now be set in application settings (used to convert files content and diff to UTF-8 so that theyοΏ½re properly displayed)
1275 1275 * Calendar: first day of week can now be set in lang files
1276 1276 * Automatic closing of duplicate issues
1277 1277 * Added a cross-project issue list
1278 1278 * AJAXified the SCM browser (tree view)
1279 1279 * Pretty URL for the repository browser (Cyril Mougel)
1280 1280 * Search engine: added a checkbox to search titles only
1281 1281 * Added "% done" in the filter list
1282 1282 * Enumerations: values can now be reordered and a default value can be specified (eg. default issue priority)
1283 1283 * Added some accesskeys
1284 1284 * Added "Float" as a custom field format
1285 1285 * Added basic Theme support
1286 1286 * Added the ability to set the οΏ½done ratioοΏ½ of issues fixed by commit (Nikolay Solakov)
1287 1287 * Added custom fields in issue related mail notifications
1288 1288 * Email notifications are now sent in plain text and html
1289 1289 * Gantt chart can now be exported to a graphic file (png). This functionality is only available if RMagick is installed.
1290 1290 * Added syntax highlightment for repository files and wiki
1291 1291 * Improved automatic Redmine links
1292 1292 * Added automatic table of content support on wiki pages
1293 1293 * Added radio buttons on the documents list to sort documents by category, date, title or author
1294 1294 * Added basic plugin support, with a sample plugin
1295 1295 * Added a link to add a new category when creating or editing an issue
1296 1296 * Added a "Assignable" boolean on the Role model. If unchecked, issues can not be assigned to users having this role.
1297 1297 * Added an option to be able to relate issues in different projects
1298 1298 * Added the ability to move issues (to another project) without changing their trackers.
1299 1299 * Atom feeds added on project activity, news and changesets
1300 1300 * Added the ability to reset its own RSS access key
1301 1301 * Main project list now displays root projects with their subprojects
1302 1302 * Added anchor links to issue notes
1303 1303 * Added reposman Ruby version. This script can now register created repositories in Redmine (Nicolas Chuche)
1304 1304 * Issue notes are now included in search
1305 1305 * Added email sending test functionality
1306 1306 * Added LDAPS support for LDAP authentication
1307 1307 * Removed hard-coded URLs in mail templates
1308 1308 * Subprojects are now grouped by projects in the navigation drop-down menu
1309 1309 * Added a new value for date filters: this week
1310 1310 * Added cache for application settings
1311 1311 * Added Polish translation (Tomasz Gawryl)
1312 1312 * Added Czech translation (Jan Kadlecek)
1313 1313 * Added Romanian translation (Csongor Bartus)
1314 1314 * Added Hebrew translation (Bob Builder)
1315 1315 * Added Serbian translation (Dragan Matic)
1316 1316 * Added Korean translation (Choi Jong Yoon)
1317 1317 * Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations
1318 1318 * Performance improvement on calendar and gantt
1319 1319 * Fixed: wiki preview doesnοΏ½t work on long entries
1320 1320 * Fixed: queries with multiple custom fields return no result
1321 1321 * Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters
1322 1322 * Fixed: URL with ~ broken in wiki formatting
1323 1323 * Fixed: some quotation marks are rendered as strange characters in pdf
1324 1324
1325 1325
1326 1326 == 2007-07-15 v0.5.1
1327 1327
1328 1328 * per project forums added
1329 1329 * added the ability to archive projects
1330 1330 * added οΏ½WatchοΏ½ functionality on issues. It allows users to receive notifications about issue changes
1331 1331 * custom fields for issues can now be used as filters on issue list
1332 1332 * added per user custom queries
1333 1333 * commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings)
1334 1334 * projects list now shows the list of public projects and private projects for which the user is a member
1335 1335 * versions can now be created with no date
1336 1336 * added issue count details for versions on Reports view
1337 1337 * added time report, by member/activity/tracker/version and year/month/week for the selected period
1338 1338 * each category can now be associated to a user, so that new issues in that category are automatically assigned to that user
1339 1339 * added autologin feature (disabled by default)
1340 1340 * optimistic locking added for wiki edits
1341 1341 * added wiki diff
1342 1342 * added the ability to destroy wiki pages (requires permission)
1343 1343 * a wiki page can now be attached to each version, and displayed on the roadmap
1344 1344 * attachments can now be added to wiki pages (original patch by Pavol Murin) and displayed online
1345 1345 * added an option to see all versions in the roadmap view (including completed ones)
1346 1346 * added basic issue relations
1347 1347 * added the ability to log time when changing an issue status
1348 1348 * account information can now be sent to the user when creating an account
1349 1349 * author and assignee of an issue always receive notifications (even if they turned of mail notifications)
1350 1350 * added a quick search form in page header
1351 1351 * added 'me' value for 'assigned to' and 'author' query filters
1352 1352 * added a link on revision screen to see the entire diff for the revision
1353 1353 * added last commit message for each entry in repository browser
1354 1354 * added the ability to view a file diff with free to/from revision selection.
1355 1355 * text files can now be viewed online when browsing the repository
1356 1356 * added basic support for other SCM: CVS (Ralph Vater), Mercurial and Darcs
1357 1357 * added fragment caching for svn diffs
1358 1358 * added fragment caching for calendar and gantt views
1359 1359 * login field automatically focused on login form
1360 1360 * subproject name displayed on issue list, calendar and gantt
1361 1361 * added an option to choose the date format: language based or ISO 8601
1362 1362 * added a simple mail handler. It lets users add notes to an existing issue by replying to the initial notification email.
1363 1363 * a 403 error page is now displayed (instead of a blank page) when trying to access a protected page
1364 1364 * added portuguese translation (Joao Carlos Clementoni)
1365 1365 * added partial online help japanese translation (Ken Date)
1366 1366 * added bulgarian translation (Nikolay Solakov)
1367 1367 * added dutch translation (Linda van den Brink)
1368 1368 * added swedish translation (Thomas Habets)
1369 1369 * italian translation update (Alessio Spadaro)
1370 1370 * japanese translation update (Satoru Kurashiki)
1371 1371 * fixed: error on history atom feed when thereοΏ½s no notes on an issue change
1372 1372 * fixed: error in journalizing an issue with longtext custom fields (Postgresql)
1373 1373 * fixed: creation of Oracle schema
1374 1374 * fixed: last day of the month not included in project activity
1375 1375 * fixed: files with an apostrophe in their names can't be accessed in SVN repository
1376 1376 * fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000)
1377 1377 * fixed: open/closed issue counts are always 0 on reports view (postgresql)
1378 1378 * fixed: date query filters (wrong results and sql error with postgresql)
1379 1379 * fixed: confidentiality issue on account/show (private project names displayed to anyone)
1380 1380 * fixed: Long text custom fields displayed without line breaks
1381 1381 * fixed: Error when editing the wokflow after deleting a status
1382 1382 * fixed: SVN commit dates are now stored as local time
1383 1383
1384 1384
1385 1385 == 2007-04-11 v0.5.0
1386 1386
1387 1387 * added per project Wiki
1388 1388 * added rss/atom feeds at project level (custom queries can be used as feeds)
1389 1389 * added search engine (search in issues, news, commits, wiki pages, documents)
1390 1390 * simple time tracking functionality added
1391 1391 * added version due dates on calendar and gantt
1392 1392 * added subprojects issue count on project Reports page
1393 1393 * added the ability to copy an existing workflow when creating a new tracker
1394 1394 * added the ability to include subprojects on calendar and gantt
1395 1395 * added the ability to select trackers to display on calendar and gantt (Jeffrey Jones)
1396 1396 * added side by side svn diff view (Cyril Mougel)
1397 1397 * added back subproject filter on issue list
1398 1398 * added permissions report in admin area
1399 1399 * added a status filter on users list
1400 1400 * support for password-protected SVN repositories
1401 1401 * SVN commits are now stored in the database
1402 1402 * added simple svn statistics SVG graphs
1403 1403 * progress bars for roadmap versions (Nick Read)
1404 1404 * issue history now shows file uploads and deletions
1405 1405 * #id patterns are turned into links to issues in descriptions and commit messages
1406 1406 * japanese translation added (Satoru Kurashiki)
1407 1407 * chinese simplified translation added (Andy Wu)
1408 1408 * italian translation added (Alessio Spadaro)
1409 1409 * added scripts to manage SVN repositories creation and user access control using ssh+svn (Nicolas Chuche)
1410 1410 * better calendar rendering time
1411 1411 * fixed migration scripts to work with mysql 5 running in strict mode
1412 1412 * fixed: error when clicking "add" with no block selected on my/page_layout
1413 1413 * fixed: hard coded links in navigation bar
1414 1414 * fixed: table_name pre/suffix support
1415 1415
1416 1416
1417 1417 == 2007-02-18 v0.4.2
1418 1418
1419 1419 * Rails 1.2 is now required
1420 1420 * settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)
1421 1421 * added project roadmap view
1422 1422 * mail notifications added when a document, a file or an attachment is added
1423 1423 * tooltips added on Gantt chart and calender to view the details of the issues
1424 1424 * ability to set the sort order for roles, trackers, issue statuses
1425 1425 * added missing fields to csv export: priority, start date, due date, done ratio
1426 1426 * added total number of issues per tracker on project overview
1427 1427 * all icons replaced (new icons are based on GPL icon set: "KDE Crystal Diamond 2.5" -by paolino- and "kNeu! Alpha v0.1" -by Pablo Fabregat-)
1428 1428 * added back "fixed version" field on issue screen and in filters
1429 1429 * project settings screen split in 4 tabs
1430 1430 * custom fields screen split in 3 tabs (one for each kind of custom field)
1431 1431 * multiple issues pdf export now rendered as a table
1432 1432 * added a button on users/list to manually activate an account
1433 1433 * added a setting option to disable "password lost" functionality
1434 1434 * added a setting option to set max number of issues in csv/pdf exports
1435 1435 * fixed: subprojects count is always 0 on projects list
1436 1436 * fixed: locked users are proposed when adding a member to a project
1437 1437 * fixed: setting an issue status as default status leads to an sql error with SQLite
1438 1438 * fixed: unable to delete an issue status even if it's not used yet
1439 1439 * fixed: filters ignored when exporting a predefined query to csv/pdf
1440 1440 * fixed: crash when french "issue_edit" email notification is sent
1441 1441 * fixed: hide mail preference not saved (my/account)
1442 1442 * fixed: crash when a new user try to edit its "my page" layout
1443 1443
1444 1444
1445 1445 == 2007-01-03 v0.4.1
1446 1446
1447 1447 * fixed: emails have no recipient when one of the project members has notifications disabled
1448 1448
1449 1449
1450 1450 == 2007-01-02 v0.4.0
1451 1451
1452 1452 * simple SVN browser added (just needs svn binaries in PATH)
1453 1453 * comments can now be added on news
1454 1454 * "my page" is now customizable
1455 1455 * more powerfull and savable filters for issues lists
1456 1456 * improved issues change history
1457 1457 * new functionality: move an issue to another project or tracker
1458 1458 * new functionality: add a note to an issue
1459 1459 * new report: project activity
1460 1460 * "start date" and "% done" fields added on issues
1461 1461 * project calendar added
1462 1462 * gantt chart added (exportable to pdf)
1463 1463 * single/multiple issues pdf export added
1464 1464 * issues reports improvements
1465 1465 * multiple file upload for issues, documents and files
1466 1466 * option to set maximum size of uploaded files
1467 1467 * textile formating of issue and news descritions (RedCloth required)
1468 1468 * integration of DotClear jstoolbar for textile formatting
1469 1469 * calendar date picker for date fields (LGPL DHTML Calendar http://sourceforge.net/projects/jscalendar)
1470 1470 * new filter in issues list: Author
1471 1471 * ajaxified paginators
1472 1472 * news rss feed added
1473 1473 * option to set number of results per page on issues list
1474 1474 * localized csv separator (comma/semicolon)
1475 1475 * csv output encoded to ISO-8859-1
1476 1476 * user custom field displayed on account/show
1477 1477 * default configuration improved (default roles, trackers, status, permissions and workflows)
1478 1478 * language for default configuration data can now be chosen when running 'load_default_data' task
1479 1479 * javascript added on custom field form to show/hide fields according to the format of custom field
1480 1480 * fixed: custom fields not in csv exports
1481 1481 * fixed: project settings now displayed according to user's permissions
1482 1482 * fixed: application error when no version is selected on projects/add_file
1483 1483 * fixed: public actions not authorized for members of non public projects
1484 1484 * fixed: non public projects were shown on welcome screen even if current user is not a member
1485 1485
1486 1486
1487 1487 == 2006-10-08 v0.3.0
1488 1488
1489 1489 * user authentication against multiple LDAP (optional)
1490 1490 * token based "lost password" functionality
1491 1491 * user self-registration functionality (optional)
1492 1492 * custom fields now available for issues, users and projects
1493 1493 * new custom field format "text" (displayed as a textarea field)
1494 1494 * project & administration drop down menus in navigation bar for quicker access
1495 1495 * text formatting is preserved for long text fields (issues, projects and news descriptions)
1496 1496 * urls and emails are turned into clickable links in long text fields
1497 1497 * "due date" field added on issues
1498 1498 * tracker selection filter added on change log
1499 1499 * Localization plugin replaced with GLoc 1.1.0 (iconv required)
1500 1500 * error messages internationalization
1501 1501 * german translation added (thanks to Karim Trott)
1502 1502 * data locking for issues to prevent update conflicts (using ActiveRecord builtin optimistic locking)
1503 1503 * new filter in issues list: "Fixed version"
1504 1504 * active filters are displayed with colored background on issues list
1505 1505 * custom configuration is now defined in config/config_custom.rb
1506 1506 * user object no more stored in session (only user_id)
1507 1507 * news summary field is no longer required
1508 1508 * tables and forms redesign
1509 1509 * Fixed: boolean custom field not working
1510 1510 * Fixed: error messages for custom fields are not displayed
1511 1511 * Fixed: invalid custom fields should have a red border
1512 1512 * Fixed: custom fields values are not validated on issue update
1513 1513 * Fixed: unable to choose an empty value for 'List' custom fields
1514 1514 * Fixed: no issue categories sorting
1515 1515 * Fixed: incorrect versions sorting
1516 1516
1517 1517
1518 1518 == 2006-07-12 - v0.2.2
1519 1519
1520 1520 * Fixed: bug in "issues list"
1521 1521
1522 1522
1523 1523 == 2006-07-09 - v0.2.1
1524 1524
1525 1525 * new databases supported: Oracle, PostgreSQL, SQL Server
1526 1526 * projects/subprojects hierarchy (1 level of subprojects only)
1527 1527 * environment information display in admin/info
1528 1528 * more filter options in issues list (rev6)
1529 1529 * default language based on browser settings (Accept-Language HTTP header)
1530 1530 * issues list exportable to CSV (rev6)
1531 1531 * simple_format and auto_link on long text fields
1532 1532 * more data validations
1533 1533 * Fixed: error when all mail notifications are unchecked in admin/mail_options
1534 1534 * Fixed: all project news are displayed on project summary
1535 1535 * Fixed: Can't change user password in users/edit
1536 1536 * Fixed: Error on tables creation with PostgreSQL (rev5)
1537 1537 * Fixed: SQL error in "issue reports" view with PostgreSQL (rev5)
1538 1538
1539 1539
1540 1540 == 2006-06-25 - v0.1.0
1541 1541
1542 1542 * multiple users/multiple projects
1543 1543 * role based access control
1544 1544 * issue tracking system
1545 1545 * fully customizable workflow
1546 1546 * documents/files repository
1547 1547 * email notifications on issue creation and update
1548 1548 * multilanguage support (except for error messages):english, french, spanish
1549 1549 * online manual in french (unfinished)
General Comments 0
You need to be logged in to leave comments. Login now