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