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