##// END OF EJS Templates
CHANGELOG updated....
Jean-Philippe Lang -
r2206:0819f00380f1
parent child
Show More
@@ -1,832 +1,840
1 1 == Redmine changelog
2 2
3 3 Redmine - project management software
4 4 Copyright (C) 2006-2008 Jean-Philippe Lang
5 5 http://www.redmine.org/
6 6
7 7
8 == v0.8.0
8 == v0.8.1
9
10 * Select watchers on new issue form
11 * Files module: ability to add files without version
12 * Show view/annotate/download links on entry and annotate views
13 * Fixed: Deleted files are shown when using Darcs
14
15
16 == 2008-12-30 v0.8.0
9 17
10 18 * Setting added in order to limit the number of diff lines that should be displayed
11 19 * Makes logged-in username in topbar linking to
12 20 * Mail handler: strip tags when receiving a html-only email
13 21 * Mail handler: add watchers before sending notification
14 22 * Adds a css class (overdue) to overdue issues on issue lists and detail views
15 23 * Fixed: project activity truncated after viewing user's activity
16 24 * Fixed: email address entered for password recovery shouldn't be case-sensitive
17 25 * Fixed: default flag removed when editing a default enumeration
18 26 * Fixed: default category ignored when adding a document
19 27 * Fixed: error on repository user mapping when a repository username is blank
20 28 * Fixed: Firefox cuts off large diffs
21 29 * Fixed: CVS browser should not show dead revisions (deleted files)
22 30 * Fixed: escape double-quotes in image titles
23 31 * Fixed: escape textarea content when editing a issue note
24 32 * Fixed: JS error on context menu with IE
25 33 * Fixed: bold syntax around single character in series doesn't work
26 34 * Fixed several XSS vulnerabilities
27 35 * Fixed a SQL injection vulnerability
28 36
29 37
30 38 == 2008-12-07 v0.8.0-rc1
31 39
32 40 * Wiki page protection
33 41 * Wiki page hierarchy. Parent page can be assigned on the Rename screen
34 42 * Adds support for issue creation via email
35 43 * Adds support for free ticket filtering and custom queries on Gantt chart and calendar
36 44 * Cross-project search
37 45 * Ability to search a project and its subprojects
38 46 * Ability to search the projects the user belongs to
39 47 * Adds custom fields on time entries
40 48 * Adds boolean and list custom fields for time entries as criteria on time report
41 49 * Cross-project time reports
42 50 * Display latest user's activity on account/show view
43 51 * Show last connexion time on user's page
44 52 * Obfuscates email address on user's account page using javascript
45 53 * wiki TOC rendered as an unordered list
46 54 * Adds the ability to search for a user on the administration users list
47 55 * Adds the ability to search for a project name or identifier on the administration projects list
48 56 * Redirect user to the previous page after logging in
49 57 * Adds a permission 'view wiki edits' so that wiki history can be hidden to certain users
50 58 * Adds permissions for viewing the watcher list and adding new watchers on the issue detail view
51 59 * Adds permissions to let users edit and/or delete their messages
52 60 * Link to activity view when displaying dates
53 61 * Hide Redmine version in atom feeds and pdf properties
54 62 * 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.
55 63 * Sort users by their display names so that user dropdown lists are sorted alphabetically
56 64 * Adds estimated hours to issue filters
57 65 * Switch order of current and previous revisions in side-by-side diff
58 66 * Render the commit changes list as a tree
59 67 * Adds watch/unwatch functionality at forum topic level
60 68 * When moving an issue to another project, reassign it to the category with same name if any
61 69 * Adds child_pages macro for wiki pages
62 70 * Use GET instead of POST on roadmap (#718), gantt and calendar forms
63 71 * Search engine: display total results count and count by result type
64 72 * Email delivery configuration moved to an unversioned YAML file (config/email.yml, see the sample file)
65 73 * Adds icons on search results
66 74 * Adds 'Edit' link on account/show for admin users
67 75 * Adds Lock/Unlock/Activate link on user edit screen
68 76 * Adds user count in status drop down on admin user list
69 77 * Adds multi-levels blockquotes support by using > at the beginning of lines
70 78 * Adds a Reply link to each issue note
71 79 * Adds plain text only option for mail notifications
72 80 * Gravatar support for issue detail, user grid, and activity stream (disabled by default)
73 81 * Adds 'Delete wiki pages attachments' permission
74 82 * Show the most recent file when displaying an inline image
75 83 * Makes permission screens localized
76 84 * AuthSource list: display associated users count and disable 'Delete' buton if any
77 85 * Make the 'duplicates of' relation asymmetric
78 86 * Adds username to the password reminder email
79 87 * Adds links to forum messages using message#id syntax
80 88 * Allow same name for custom fields on different object types
81 89 * One-click bulk edition using the issue list context menu within the same project
82 90 * 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.
83 91 * Adds checkboxes toggle links on permissions report
84 92 * Adds Trac-Like anchors on wiki headings
85 93 * Adds support for wiki links with anchor
86 94 * Adds category to the issue context menu
87 95 * Adds a workflow overview screen
88 96 * Appends the filename to the attachment url so that clients that ignore content-disposition http header get the real filename
89 97 * Dots allowed in custom field name
90 98 * Adds posts quoting functionality
91 99 * Adds an option to generate sequential project identifiers
92 100 * Adds mailto link on the user administration list
93 101 * Ability to remove enumerations (activities, priorities, document categories) that are in use. Associated objects can be reassigned to another value
94 102 * Gantt chart: display issues that don't have a due date if they are assigned to a version with a date
95 103 * Change projects homepage limit to 255 chars
96 104 * 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
97 105 * Adds "please select" to activity select box if no activity is set as default
98 106 * Do not silently ignore timelog validation failure on issue edit
99 107 * Adds a rake task to send reminder emails
100 108 * Allow empty cells in wiki tables
101 109 * Makes wiki text formatter pluggable
102 110 * Adds back textile acronyms support
103 111 * Remove pre tag attributes
104 112 * Plugin hooks
105 113 * Pluggable admin menu
106 114 * Plugins can provide activity content
107 115 * Moves plugin list to its own administration menu item
108 116 * Adds url and author_url plugin attributes
109 117 * Adds Plugin#requires_redmine method so that plugin compatibility can be checked against current Redmine version
110 118 * Adds atom feed on time entries details
111 119 * Adds project name to issues feed title
112 120 * Adds a css class on menu items in order to apply item specific styles (eg. icons)
113 121 * Adds a Redmine plugin generators
114 122 * Adds timelog link to the issue context menu
115 123 * Adds links to the user page on various views
116 124 * Turkish translation by Ismail Sezen
117 125 * Catalan translation
118 126 * Vietnamese translation
119 127 * Slovak translation
120 128 * Better naming of activity feed if only one kind of event is displayed
121 129 * Enable syntax highlight on issues, messages and news
122 130 * Add target version to the issue list context menu
123 131 * Hide 'Target version' filter if no version is defined
124 132 * Add filters on cross-project issue list for custom fields marked as 'For all projects'
125 133 * Turn ftp urls into links
126 134 * Hiding the View Differences button when a wiki page's history only has one version
127 135 * Messages on a Board can now be sorted by the number of replies
128 136 * Adds a class ('me') to events of the activity view created by current user
129 137 * Strip pre/code tags content from activity view events
130 138 * Display issue notes in the activity view
131 139 * Adds links to changesets atom feed on repository browser
132 140 * Track project and tracker changes in issue history
133 141 * Adds anchor to atom feed messages links
134 142 * Adds a key in lang files to set the decimal separator (point or comma) in csv exports
135 143 * Makes importer work with Trac 0.8.x
136 144 * Upgraded to Prototype 1.6.0.1
137 145 * File viewer for attached text files
138 146 * Menu mapper: add support for :before, :after and :last options to #push method and add #delete method
139 147 * Removed inconsistent revision numbers on diff view
140 148 * CVS: add support for modules names with spaces
141 149 * Log the user in after registration if account activation is not needed
142 150 * Mercurial adapter improvements
143 151 * Trac importer: read session_attribute table to find user's email and real name
144 152 * Ability to disable unused SCM adapters in application settings
145 153 * Adds Filesystem adapter
146 154 * Clear changesets and changes with raw sql when deleting a repository for performance
147 155 * Redmine.pm now uses the 'commit access' permission defined in Redmine
148 156 * Reposman can create any type of scm (--scm option)
149 157 * Reposman creates a repository if the 'repository' module is enabled at project level only
150 158 * Display svn properties in the browser, svn >= 1.5.0 only
151 159 * Reduces memory usage when importing large git repositories
152 160 * Wider SVG graphs in repository stats
153 161 * SubversionAdapter#entries performance improvement
154 162 * SCM browser: ability to download raw unified diffs
155 163 * More detailed error message in log when scm command fails
156 164 * Adds support for file viewing with Darcs 2.0+
157 165 * Check that git changeset is not in the database before creating it
158 166 * Unified diff viewer for attached files with .patch or .diff extension
159 167 * File size display with Bazaar repositories
160 168 * Git adapter: use commit time instead of author time
161 169 * Prettier url for changesets
162 170 * Makes changes link to entries on the revision view
163 171 * Adds a field on the repository view to browse at specific revision
164 172 * Adds new projects atom feed
165 173 * Added rake tasks to generate rcov code coverage reports
166 174 * Add Redcloth's :block_markdown_rule to allow horizontal rules in wiki
167 175 * Show the project hierarchy in the drop down list for new membership on user administration screen
168 176 * Split user edit screen into tabs
169 177 * Renames bundled RedCloth to RedCloth3 to avoid RedCloth 4 to be loaded instead
170 178 * Fixed: Roadmap crashes when a version has a due date > 2037
171 179 * Fixed: invalid effective date (eg. 99999-01-01) causes an error on version edition screen
172 180 * Fixed: login filter providing incorrect back_url for Redmine installed in sub-directory
173 181 * Fixed: logtime entry duplicated when edited from parent project
174 182 * Fixed: wrong digest for text files under Windows
175 183 * Fixed: associated revisions are displayed in wrong order on issue view
176 184 * Fixed: Git Adapter date parsing ignores timezone
177 185 * Fixed: Printing long roadmap doesn't split across pages
178 186 * Fixes custom fields display order at several places
179 187 * Fixed: urls containing @ are parsed as email adress by the wiki formatter
180 188 * Fixed date filters accuracy with SQLite
181 189 * Fixed: tokens not escaped in highlight_tokens regexp
182 190 * Fixed Bazaar shared repository browsing
183 191 * Fixes platform determination under JRuby
184 192 * Fixed: Estimated time in issue's journal should be rounded to two decimals
185 193 * Fixed: 'search titles only' box ignored after one search is done on titles only
186 194 * Fixed: non-ASCII subversion path can't be displayed
187 195 * Fixed: Inline images don't work if file name has upper case letters or if image is in BMP format
188 196 * Fixed: document listing shows on "my page" when viewing documents is disabled for the role
189 197 * Fixed: Latest news appear on the homepage for projects with the News module disabled
190 198 * Fixed: cross-project issue list should not show issues of projects for which the issue tracking module was disabled
191 199 * Fixed: the default status is lost when reordering issue statuses
192 200 * Fixes error with Postgresql and non-UTF8 commit logs
193 201 * Fixed: textile footnotes no longer work
194 202 * Fixed: http links containing parentheses fail to reder correctly
195 203 * Fixed: GitAdapter#get_rev should use current branch instead of hardwiring master
196 204
197 205
198 206 == 2008-07-06 v0.7.3
199 207
200 208 * Allow dot in firstnames and lastnames
201 209 * Add project name to cross-project Atom feeds
202 210 * Encoding set to utf8 in example database.yml
203 211 * HTML titles on forums related views
204 212 * Fixed: various XSS vulnerabilities
205 213 * Fixed: Entourage (and some old client) fails to correctly render notification styles
206 214 * Fixed: Fixed: timelog redirects inappropriately when :back_url is blank
207 215 * Fixed: wrong relative paths to images in wiki_syntax.html
208 216
209 217
210 218 == 2008-06-15 v0.7.2
211 219
212 220 * "New Project" link on Projects page
213 221 * Links to repository directories on the repo browser
214 222 * Move status to front in Activity View
215 223 * Remove edit step from Status context menu
216 224 * Fixed: No way to do textile horizontal rule
217 225 * Fixed: Repository: View differences doesn't work
218 226 * Fixed: attachement's name maybe invalid.
219 227 * Fixed: Error when creating a new issue
220 228 * Fixed: NoMethodError on @available_filters.has_key?
221 229 * Fixed: Check All / Uncheck All in Email Settings
222 230 * Fixed: "View differences" of one file at /repositories/revision/ fails
223 231 * Fixed: Column width in "my page"
224 232 * Fixed: private subprojects are listed on Issues view
225 233 * Fixed: Textile: bold, italics, underline, etc... not working after parentheses
226 234 * Fixed: Update issue form: comment field from log time end out of screen
227 235 * Fixed: Editing role: "issue can be assigned to this role" out of box
228 236 * Fixed: Unable use angular braces after include word
229 237 * Fixed: Using '*' as keyword for repository referencing keywords doesn't work
230 238 * Fixed: Subversion repository "View differences" on each file rise ERROR
231 239 * Fixed: View differences for individual file of a changeset fails if the repository URL doesn't point to the repository root
232 240 * Fixed: It is possible to lock out the last admin account
233 241 * Fixed: Wikis are viewable for anonymous users on public projects, despite not granting access
234 242 * Fixed: Issue number display clipped on 'my issues'
235 243 * Fixed: Roadmap version list links not carrying state
236 244 * Fixed: Log Time fieldset in IssueController#edit doesn't set default Activity as default
237 245 * Fixed: git's "get_rev" API should use repo's current branch instead of hardwiring "master"
238 246 * Fixed: browser's language subcodes ignored
239 247 * Fixed: Error on project selection with numeric (only) identifier.
240 248 * Fixed: Link to PDF doesn't work after creating new issue
241 249 * Fixed: "Replies" should not be shown on forum threads that are locked
242 250 * Fixed: SVN errors lead to svn username/password being displayed to end users (security issue)
243 251 * Fixed: http links containing hashes don't display correct
244 252 * Fixed: Allow ampersands in Enumeration names
245 253 * Fixed: Atom link on saved query does not include query_id
246 254 * Fixed: Logtime info lost when there's an error updating an issue
247 255 * Fixed: TOC does not parse colorization markups
248 256 * Fixed: CVS: add support for modules names with spaces
249 257 * Fixed: Bad rendering on projects/add
250 258 * Fixed: exception when viewing differences on cvs
251 259 * Fixed: export issue to pdf will messup when use Chinese language
252 260 * Fixed: Redmine::Scm::Adapters::GitAdapter#get_rev ignored GIT_BIN constant
253 261 * Fixed: Adding non-ASCII new issue type in the New Issue page have encoding error using IE
254 262 * Fixed: Importing from trac : some wiki links are messed
255 263 * Fixed: Incorrect weekend definition in Hebrew calendar locale
256 264 * Fixed: Atom feeds don't provide author section for repository revisions
257 265 * Fixed: In Activity views, changesets titles can be multiline while they should not
258 266 * Fixed: Ignore unreadable subversion directories (read disabled using authz)
259 267 * Fixed: lib/SVG/Graph/Graph.rb can't externalize stylesheets
260 268 * Fixed: Close statement handler in Redmine.pm
261 269
262 270
263 271 == 2008-05-04 v0.7.1
264 272
265 273 * Thai translation added (Gampol Thitinilnithi)
266 274 * Translations updates
267 275 * Escape HTML comment tags
268 276 * Prevent "can't convert nil into String" error when :sort_order param is not present
269 277 * Fixed: Updating tickets add a time log with zero hours
270 278 * Fixed: private subprojects names are revealed on the project overview
271 279 * Fixed: Search for target version of "none" fails with postgres 8.3
272 280 * Fixed: Home, Logout, Login links shouldn't be absolute links
273 281 * Fixed: 'Latest projects' box on the welcome screen should be hidden if there are no projects
274 282 * Fixed: error when using upcase language name in coderay
275 283 * Fixed: error on Trac import when :due attribute is nil
276 284
277 285
278 286 == 2008-04-28 v0.7.0
279 287
280 288 * Forces Redmine to use rails 2.0.2 gem when vendor/rails is not present
281 289 * Queries can be marked as 'For all projects'. Such queries will be available on all projects and on the global issue list.
282 290 * Add predefined date ranges to the time report
283 291 * Time report can be done at issue level
284 292 * Various timelog report enhancements
285 293 * Accept the following formats for "hours" field: 1h, 1 h, 1 hour, 2 hours, 30m, 30min, 1h30, 1h30m, 1:30
286 294 * Display the context menu above and/or to the left of the click if needed
287 295 * Make the admin project files list sortable
288 296 * Mercurial: display working directory files sizes unless browsing a specific revision
289 297 * Preserve status filter and page number when using lock/unlock/activate links on the users list
290 298 * Redmine.pm support for LDAP authentication
291 299 * Better error message and AR errors in log for failed LDAP on-the-fly user creation
292 300 * Redirected user to where he is coming from after logging hours
293 301 * Warn user that subprojects are also deleted when deleting a project
294 302 * Include subprojects versions on calendar and gantt
295 303 * Notify project members when a message is posted if they want to receive notifications
296 304 * Fixed: Feed content limit setting has no effect
297 305 * Fixed: Priorities not ordered when displayed as a filter in issue list
298 306 * Fixed: can not display attached images inline in message replies
299 307 * Fixed: Boards are not deleted when project is deleted
300 308 * Fixed: trying to preview a new issue raises an exception with postgresql
301 309 * Fixed: single file 'View difference' links do not work because of duplicate slashes in url
302 310 * Fixed: inline image not displayed when including a wiki page
303 311 * Fixed: CVS duplicate key violation
304 312 * Fixed: ActiveRecord::StaleObjectError exception on closing a set of circular duplicate issues
305 313 * Fixed: custom field filters behaviour
306 314 * Fixed: Postgresql 8.3 compatibility
307 315 * Fixed: Links to repository directories don't work
308 316
309 317
310 318 == 2008-03-29 v0.7.0-rc1
311 319
312 320 * Overall activity view and feed added, link is available on the project list
313 321 * Git VCS support
314 322 * Rails 2.0 sessions cookie store compatibility
315 323 * Use project identifiers in urls instead of ids
316 324 * Default configuration data can now be loaded from the administration screen
317 325 * Administration settings screen split to tabs (email notifications options moved to 'Settings')
318 326 * Project description is now unlimited and optional
319 327 * Wiki annotate view
320 328 * Escape HTML tag in textile content
321 329 * Add Redmine links to documents, versions, attachments and repository files
322 330 * 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:
323 331 * by using checkbox and/or the little pencil that will select/unselect all issues
324 332 * by clicking on the rows (but not on the links), Ctrl and Shift keys can be used to select multiple issues
325 333 * 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)
326 334 * User display format is now configurable in administration settings
327 335 * Issue list now supports bulk edit/move/delete (for a set of issues that belong to the same project)
328 336 * Merged 'change status', 'edit issue' and 'add note' actions:
329 337 * Users with 'edit issues' permission can now update any property including custom fields when adding a note or changing the status
330 338 * '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
331 339 * Details by assignees on issue summary view
332 340 * '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
333 341 * Change status select box default to current status
334 342 * Preview for issue notes, news and messages
335 343 * Optional description for attachments
336 344 * 'Fixed version' label changed to 'Target version'
337 345 * Let the user choose when deleting issues with reported hours to:
338 346 * delete the hours
339 347 * assign the hours to the project
340 348 * reassign the hours to another issue
341 349 * Date range filter and pagination on time entries detail view
342 350 * Propagate time tracking to the parent project
343 351 * Switch added on the project activity view to include subprojects
344 352 * Display total estimated and spent hours on the version detail view
345 353 * Weekly time tracking block for 'My page'
346 354 * Permissions to edit time entries
347 355 * Include subprojects on the issue list, calendar, gantt and timelog by default (can be turned off is administration settings)
348 356 * Roadmap enhancements (separate related issues from wiki contents, leading h1 in version wiki pages is hidden, smaller wiki headings)
349 357 * Make versions with same date sorted by name
350 358 * Allow issue list to be sorted by target version
351 359 * Related changesets messages displayed on the issue details view
352 360 * Create a journal and send an email when an issue is closed by commit
353 361 * Add 'Author' to the available columns for the issue list
354 362 * More appropriate default sort order on sortable columns
355 363 * Add issue subject to the time entries view and issue subject, description and tracker to the csv export
356 364 * Permissions to edit issue notes
357 365 * Display date/time instead of date on files list
358 366 * Do not show Roadmap menu item if the project doesn't define any versions
359 367 * Allow longer version names (60 chars)
360 368 * Ability to copy an existing workflow when creating a new role
361 369 * Display custom fields in two columns on the issue form
362 370 * Added 'estimated time' in the csv export of the issue list
363 371 * Display the last 30 days on the activity view rather than the current month (number of days can be configured in the application settings)
364 372 * Setting for whether new projects should be public by default
365 373 * User preference to choose how comments/replies are displayed: in chronological or reverse chronological order
366 374 * Added default value for custom fields
367 375 * Added tabindex property on wiki toolbar buttons (to easily move from field to field using the tab key)
368 376 * Redirect to issue page after creating a new issue
369 377 * Wiki toolbar improvements (mainly for Firefox)
370 378 * Display wiki syntax quick ref link on all wiki textareas
371 379 * Display links to Atom feeds
372 380 * Breadcrumb nav for the forums
373 381 * Show replies when choosing to display messages in the activity
374 382 * Added 'include' macro to include another wiki page
375 383 * RedmineWikiFormatting page available as a static HTML file locally
376 384 * Wrap diff content
377 385 * Strip out email address from authors in repository screens
378 386 * Highlight the current item of the main menu
379 387 * Added simple syntax highlighters for php and java languages
380 388 * Do not show empty diffs
381 389 * Show explicit error message when the scm command failed (eg. when svn binary is not available)
382 390 * Lithuanian translation added (Sergej Jegorov)
383 391 * Ukrainan translation added (Natalia Konovka & Mykhaylo Sorochan)
384 392 * Danish translation added (Mads Vestergaard)
385 393 * Added i18n support to the jstoolbar and various settings screen
386 394 * RedCloth's glyphs no longer user
387 395 * New icons for the wiki toolbar (from http://www.famfamfam.com/lab/icons/silk/)
388 396 * The following menus can now be extended by plugins: top_menu, account_menu, application_menu
389 397 * Added a simple rake task to fetch changesets from the repositories: rake redmine:fetch_changesets
390 398 * Remove hardcoded "Redmine" strings in account related emails and use application title instead
391 399 * Mantis importer preserve bug ids
392 400 * Trac importer: Trac guide wiki pages skipped
393 401 * Trac importer: wiki attachments migration added
394 402 * Trac importer: support database schema for Trac migration
395 403 * Trac importer: support CamelCase links
396 404 * Removes the Redmine version from the footer (can be viewed on admin -> info)
397 405 * Rescue and display an error message when trying to delete a role that is in use
398 406 * 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
399 407 * Add "--encoding utf8" option to the Mercurial "hg log" command in order to get utf8 encoded commit logs
400 408 * Fixed: Gantt and calendar not properly refreshed (fragment caching removed)
401 409 * Fixed: Textile image with style attribute cause internal server error
402 410 * Fixed: wiki TOC not rendered properly when used in an issue or document description
403 411 * Fixed: 'has already been taken' error message on username and email fields if left empty
404 412 * Fixed: non-ascii attachement filename with IE
405 413 * Fixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed
406 414 * Fixed: search for all words doesn't work
407 415 * Fixed: Do not show sticky and locked checkboxes when replying to a message
408 416 * Fixed: Mantis importer: do not duplicate Mantis username in firstname and lastname if realname is blank
409 417 * Fixed: Date custom fields not displayed as specified in application settings
410 418 * Fixed: titles not escaped in the activity view
411 419 * Fixed: issue queries can not use custom fields marked as 'for all projects' in a project context
412 420 * 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
413 421 * Fixed: locked users should not receive email notifications
414 422 * Fixed: custom field selection is not saved when unchecking them all on project settings
415 423 * Fixed: can not lock a topic when creating it
416 424 * Fixed: Incorrect filtering for unset values when using 'is not' filter
417 425 * Fixed: PostgreSQL issues_seq_id not updated when using Trac importer
418 426 * Fixed: ajax pagination does not scroll up
419 427 * Fixed: error when uploading a file with no content-type specified by the browser
420 428 * Fixed: wiki and changeset links not displayed when previewing issue description or notes
421 429 * Fixed: 'LdapError: no bind result' error when authenticating
422 430 * Fixed: 'LdapError: invalid binding information' when no username/password are set on the LDAP account
423 431 * Fixed: CVS repository doesn't work if port is used in the url
424 432 * Fixed: Email notifications: host name is missing in generated links
425 433 * Fixed: Email notifications: referenced changesets, wiki pages, attachments... are not turned into links
426 434 * Fixed: Do not clear issue relations when moving an issue to another project if cross-project issue relations are allowed
427 435 * Fixed: "undefined method 'textilizable'" error on email notification when running Repository#fetch_changesets from the console
428 436 * Fixed: Do not send an email with no recipient, cc or bcc
429 437 * Fixed: fetch_changesets fails on commit comments that close 2 duplicates issues.
430 438 * Fixed: Mercurial browsing under unix-like os and for directory depth > 2
431 439 * Fixed: Wiki links with pipe can not be used in wiki tables
432 440 * Fixed: migrate_from_trac doesn't import timestamps of wiki and tickets
433 441 * Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql error with Postgresql
434 442
435 443
436 444 == 2008-03-12 v0.6.4
437 445
438 446 * Fixed: private projects name are displayed on account/show even if the current user doesn't have access to these private projects
439 447 * Fixed: potential LDAP authentication security flaw
440 448 * Fixed: context submenus on the issue list don't show up with IE6.
441 449 * Fixed: Themes are not applied with Rails 2.0
442 450 * Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil
443 451 * Fixed: Mercurial repository browsing
444 452 * Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs command fails
445 453 * Fixed: not null constraints not removed with Postgresql
446 454 * Doctype set to transitional
447 455
448 456
449 457 == 2007-12-18 v0.6.3
450 458
451 459 * Fixed: upload doesn't work in 'Files' section
452 460
453 461
454 462 == 2007-12-16 v0.6.2
455 463
456 464 * Search engine: issue custom fields can now be searched
457 465 * News comments are now textilized
458 466 * Updated Japanese translation (Satoru Kurashiki)
459 467 * Updated Chinese translation (Shortie Lo)
460 468 * Fixed Rails 2.0 compatibility bugs:
461 469 * Unable to create a wiki
462 470 * Gantt and calendar error
463 471 * Trac importer error (readonly? is defined by ActiveRecord)
464 472 * Fixed: 'assigned to me' filter broken
465 473 * Fixed: crash when validation fails on issue edition with no custom fields
466 474 * Fixed: reposman "can't find group" error
467 475 * Fixed: 'LDAP account password is too long' error when leaving the field empty on creation
468 476 * Fixed: empty lines when displaying repository files with Windows style eol
469 477 * Fixed: missing body closing tag in repository annotate and entry views
470 478
471 479
472 480 == 2007-12-10 v0.6.1
473 481
474 482 * Rails 2.0 compatibility
475 483 * Custom fields can now be displayed as columns on the issue list
476 484 * Added version details view (accessible from the roadmap)
477 485 * Roadmap: more accurate completion percentage calculation (done ratio of open issues is now taken into account)
478 486 * Added per-project tracker selection. Trackers can be selected on project settings
479 487 * Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums
480 488 * Forums: messages can now be edited/deleted (explicit permissions need to be given)
481 489 * Forums: topics can be locked so that no reply can be added
482 490 * Forums: topics can be marked as sticky so that they always appear at the top of the list
483 491 * Forums: attachments can now be added to replies
484 492 * Added time zone support
485 493 * Added a setting to choose the account activation strategy (available in application settings)
486 494 * Added 'Classic' theme (inspired from the v0.51 design)
487 495 * Added an alternate theme which provides issue list colorization based on issues priority
488 496 * Added Bazaar SCM adapter
489 497 * Added Annotate/Blame view in the repository browser (except for Darcs SCM)
490 498 * Diff style (inline or side by side) automatically saved as a user preference
491 499 * Added issues status changes on the activity view (by Cyril Mougel)
492 500 * Added forums topics on the activity view (disabled by default)
493 501 * Added an option on 'My account' for users who don't want to be notified of changes that they make
494 502 * Trac importer now supports mysql and postgresql databases
495 503 * Trac importer improvements (by Mat Trudel)
496 504 * 'fixed version' field can now be displayed on the issue list
497 505 * Added a couple of new formats for the 'date format' setting
498 506 * Added Traditional Chinese translation (by Shortie Lo)
499 507 * Added Russian translation (iGor kMeta)
500 508 * Project name format limitation removed (name can now contain any character)
501 509 * Project identifier maximum length changed from 12 to 20
502 510 * Changed the maximum length of LDAP account to 255 characters
503 511 * Removed the 12 characters limit on passwords
504 512 * Added wiki macros support
505 513 * Performance improvement on workflow setup screen
506 514 * More detailed html title on several views
507 515 * Custom fields can now be reordered
508 516 * Search engine: search can be restricted to an exact phrase by using quotation marks
509 517 * Added custom fields marked as 'For all projects' to the csv export of the cross project issue list
510 518 * Email notifications are now sent as Blind carbon copy by default
511 519 * Fixed: all members (including non active) should be deleted when deleting a project
512 520 * Fixed: Error on wiki syntax link (accessible from wiki/edit)
513 521 * Fixed: 'quick jump to a revision' form on the revisions list
514 522 * Fixed: error on admin/info if there's more than 1 plugin installed
515 523 * Fixed: svn or ldap password can be found in clear text in the html source in editing mode
516 524 * Fixed: 'Assigned to' drop down list is not sorted
517 525 * Fixed: 'View all issues' link doesn't work on issues/show
518 526 * Fixed: error on account/register when validation fails
519 527 * Fixed: Error when displaying the issue list if a float custom field is marked as 'used as filter'
520 528 * Fixed: Mercurial adapter breaks on missing :files entry in changeset hash (James Britt)
521 529 * Fixed: Wrong feed URLs on the home page
522 530 * Fixed: Update of time entry fails when the issue has been moved to an other project
523 531 * Fixed: Error when moving an issue without changing its tracker (Postgresql)
524 532 * Fixed: Changes not recorded when using :pserver string (CVS adapter)
525 533 * Fixed: admin should be able to move issues to any project
526 534 * Fixed: adding an attachment is not possible when changing the status of an issue
527 535 * Fixed: No mime-types in documents/files downloading
528 536 * Fixed: error when sorting the messages if there's only one board for the project
529 537 * Fixed: 'me' doesn't appear in the drop down filters on a project issue list.
530 538
531 539 == 2007-11-04 v0.6.0
532 540
533 541 * Permission model refactoring.
534 542 * Permissions: there are now 2 builtin roles that can be used to specify permissions given to other users than members of projects
535 543 * Permissions: some permissions (eg. browse the repository) can be removed for certain roles
536 544 * Permissions: modules (eg. issue tracking, news, documents...) can be enabled/disabled at project level
537 545 * Added Mantis and Trac importers
538 546 * New application layout
539 547 * Added "Bulk edit" functionality on the issue list
540 548 * More flexible mail notifications settings at user level
541 549 * 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
542 550 * 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
543 551 * Added the ability to customize issue list columns (at application level or for each saved query)
544 552 * Overdue versions (date reached and open issues > 0) are now always displayed on the roadmap
545 553 * Added the ability to rename wiki pages (specific permission required)
546 554 * Search engines now supports pagination. Results are sorted in reverse chronological order
547 555 * Added "Estimated hours" attribute on issues
548 556 * A category with assigned issue can now be deleted. 2 options are proposed: remove assignments or reassign issues to another category
549 557 * Forum notifications are now also sent to the authors of the thread, even if they donοΏ½t watch the board
550 558 * Added an application setting to specify the application protocol (http or https) used to generate urls in emails
551 559 * Gantt chart: now starts at the current month by default
552 560 * Gantt chart: month count and zoom factor are automatically saved as user preferences
553 561 * Wiki links can now refer to other project wikis
554 562 * Added wiki index by date
555 563 * Added preview on add/edit issue form
556 564 * Emails footer can now be customized from the admin interface (Admin -> Email notifications)
557 565 * 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)
558 566 * Calendar: first day of week can now be set in lang files
559 567 * Automatic closing of duplicate issues
560 568 * Added a cross-project issue list
561 569 * AJAXified the SCM browser (tree view)
562 570 * Pretty URL for the repository browser (Cyril Mougel)
563 571 * Search engine: added a checkbox to search titles only
564 572 * Added "% done" in the filter list
565 573 * Enumerations: values can now be reordered and a default value can be specified (eg. default issue priority)
566 574 * Added some accesskeys
567 575 * Added "Float" as a custom field format
568 576 * Added basic Theme support
569 577 * Added the ability to set the οΏ½done ratioοΏ½ of issues fixed by commit (Nikolay Solakov)
570 578 * Added custom fields in issue related mail notifications
571 579 * Email notifications are now sent in plain text and html
572 580 * Gantt chart can now be exported to a graphic file (png). This functionality is only available if RMagick is installed.
573 581 * Added syntax highlightment for repository files and wiki
574 582 * Improved automatic Redmine links
575 583 * Added automatic table of content support on wiki pages
576 584 * Added radio buttons on the documents list to sort documents by category, date, title or author
577 585 * Added basic plugin support, with a sample plugin
578 586 * Added a link to add a new category when creating or editing an issue
579 587 * Added a "Assignable" boolean on the Role model. If unchecked, issues can not be assigned to users having this role.
580 588 * Added an option to be able to relate issues in different projects
581 589 * Added the ability to move issues (to another project) without changing their trackers.
582 590 * Atom feeds added on project activity, news and changesets
583 591 * Added the ability to reset its own RSS access key
584 592 * Main project list now displays root projects with their subprojects
585 593 * Added anchor links to issue notes
586 594 * Added reposman Ruby version. This script can now register created repositories in Redmine (Nicolas Chuche)
587 595 * Issue notes are now included in search
588 596 * Added email sending test functionality
589 597 * Added LDAPS support for LDAP authentication
590 598 * Removed hard-coded URLs in mail templates
591 599 * Subprojects are now grouped by projects in the navigation drop-down menu
592 600 * Added a new value for date filters: this week
593 601 * Added cache for application settings
594 602 * Added Polish translation (Tomasz Gawryl)
595 603 * Added Czech translation (Jan Kadlecek)
596 604 * Added Romanian translation (Csongor Bartus)
597 605 * Added Hebrew translation (Bob Builder)
598 606 * Added Serbian translation (Dragan Matic)
599 607 * Added Korean translation (Choi Jong Yoon)
600 608 * Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations
601 609 * Performance improvement on calendar and gantt
602 610 * Fixed: wiki preview doesnοΏ½t work on long entries
603 611 * Fixed: queries with multiple custom fields return no result
604 612 * Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters
605 613 * Fixed: URL with ~ broken in wiki formatting
606 614 * Fixed: some quotation marks are rendered as strange characters in pdf
607 615
608 616
609 617 == 2007-07-15 v0.5.1
610 618
611 619 * per project forums added
612 620 * added the ability to archive projects
613 621 * added οΏ½WatchοΏ½ functionality on issues. It allows users to receive notifications about issue changes
614 622 * custom fields for issues can now be used as filters on issue list
615 623 * added per user custom queries
616 624 * commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings)
617 625 * projects list now shows the list of public projects and private projects for which the user is a member
618 626 * versions can now be created with no date
619 627 * added issue count details for versions on Reports view
620 628 * added time report, by member/activity/tracker/version and year/month/week for the selected period
621 629 * each category can now be associated to a user, so that new issues in that category are automatically assigned to that user
622 630 * added autologin feature (disabled by default)
623 631 * optimistic locking added for wiki edits
624 632 * added wiki diff
625 633 * added the ability to destroy wiki pages (requires permission)
626 634 * a wiki page can now be attached to each version, and displayed on the roadmap
627 635 * attachments can now be added to wiki pages (original patch by Pavol Murin) and displayed online
628 636 * added an option to see all versions in the roadmap view (including completed ones)
629 637 * added basic issue relations
630 638 * added the ability to log time when changing an issue status
631 639 * account information can now be sent to the user when creating an account
632 640 * author and assignee of an issue always receive notifications (even if they turned of mail notifications)
633 641 * added a quick search form in page header
634 642 * added 'me' value for 'assigned to' and 'author' query filters
635 643 * added a link on revision screen to see the entire diff for the revision
636 644 * added last commit message for each entry in repository browser
637 645 * added the ability to view a file diff with free to/from revision selection.
638 646 * text files can now be viewed online when browsing the repository
639 647 * added basic support for other SCM: CVS (Ralph Vater), Mercurial and Darcs
640 648 * added fragment caching for svn diffs
641 649 * added fragment caching for calendar and gantt views
642 650 * login field automatically focused on login form
643 651 * subproject name displayed on issue list, calendar and gantt
644 652 * added an option to choose the date format: language based or ISO 8601
645 653 * added a simple mail handler. It lets users add notes to an existing issue by replying to the initial notification email.
646 654 * a 403 error page is now displayed (instead of a blank page) when trying to access a protected page
647 655 * added portuguese translation (Joao Carlos Clementoni)
648 656 * added partial online help japanese translation (Ken Date)
649 657 * added bulgarian translation (Nikolay Solakov)
650 658 * added dutch translation (Linda van den Brink)
651 659 * added swedish translation (Thomas Habets)
652 660 * italian translation update (Alessio Spadaro)
653 661 * japanese translation update (Satoru Kurashiki)
654 662 * fixed: error on history atom feed when thereοΏ½s no notes on an issue change
655 663 * fixed: error in journalizing an issue with longtext custom fields (Postgresql)
656 664 * fixed: creation of Oracle schema
657 665 * fixed: last day of the month not included in project activity
658 666 * fixed: files with an apostrophe in their names can't be accessed in SVN repository
659 667 * fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000)
660 668 * fixed: open/closed issue counts are always 0 on reports view (postgresql)
661 669 * fixed: date query filters (wrong results and sql error with postgresql)
662 670 * fixed: confidentiality issue on account/show (private project names displayed to anyone)
663 671 * fixed: Long text custom fields displayed without line breaks
664 672 * fixed: Error when editing the wokflow after deleting a status
665 673 * fixed: SVN commit dates are now stored as local time
666 674
667 675
668 676 == 2007-04-11 v0.5.0
669 677
670 678 * added per project Wiki
671 679 * added rss/atom feeds at project level (custom queries can be used as feeds)
672 680 * added search engine (search in issues, news, commits, wiki pages, documents)
673 681 * simple time tracking functionality added
674 682 * added version due dates on calendar and gantt
675 683 * added subprojects issue count on project Reports page
676 684 * added the ability to copy an existing workflow when creating a new tracker
677 685 * added the ability to include subprojects on calendar and gantt
678 686 * added the ability to select trackers to display on calendar and gantt (Jeffrey Jones)
679 687 * added side by side svn diff view (Cyril Mougel)
680 688 * added back subproject filter on issue list
681 689 * added permissions report in admin area
682 690 * added a status filter on users list
683 691 * support for password-protected SVN repositories
684 692 * SVN commits are now stored in the database
685 693 * added simple svn statistics SVG graphs
686 694 * progress bars for roadmap versions (Nick Read)
687 695 * issue history now shows file uploads and deletions
688 696 * #id patterns are turned into links to issues in descriptions and commit messages
689 697 * japanese translation added (Satoru Kurashiki)
690 698 * chinese simplified translation added (Andy Wu)
691 699 * italian translation added (Alessio Spadaro)
692 700 * added scripts to manage SVN repositories creation and user access control using ssh+svn (Nicolas Chuche)
693 701 * better calendar rendering time
694 702 * fixed migration scripts to work with mysql 5 running in strict mode
695 703 * fixed: error when clicking "add" with no block selected on my/page_layout
696 704 * fixed: hard coded links in navigation bar
697 705 * fixed: table_name pre/suffix support
698 706
699 707
700 708 == 2007-02-18 v0.4.2
701 709
702 710 * Rails 1.2 is now required
703 711 * settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)
704 712 * added project roadmap view
705 713 * mail notifications added when a document, a file or an attachment is added
706 714 * tooltips added on Gantt chart and calender to view the details of the issues
707 715 * ability to set the sort order for roles, trackers, issue statuses
708 716 * added missing fields to csv export: priority, start date, due date, done ratio
709 717 * added total number of issues per tracker on project overview
710 718 * 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-)
711 719 * added back "fixed version" field on issue screen and in filters
712 720 * project settings screen split in 4 tabs
713 721 * custom fields screen split in 3 tabs (one for each kind of custom field)
714 722 * multiple issues pdf export now rendered as a table
715 723 * added a button on users/list to manually activate an account
716 724 * added a setting option to disable "password lost" functionality
717 725 * added a setting option to set max number of issues in csv/pdf exports
718 726 * fixed: subprojects count is always 0 on projects list
719 727 * fixed: locked users are proposed when adding a member to a project
720 728 * fixed: setting an issue status as default status leads to an sql error with SQLite
721 729 * fixed: unable to delete an issue status even if it's not used yet
722 730 * fixed: filters ignored when exporting a predefined query to csv/pdf
723 731 * fixed: crash when french "issue_edit" email notification is sent
724 732 * fixed: hide mail preference not saved (my/account)
725 733 * fixed: crash when a new user try to edit its "my page" layout
726 734
727 735
728 736 == 2007-01-03 v0.4.1
729 737
730 738 * fixed: emails have no recipient when one of the project members has notifications disabled
731 739
732 740
733 741 == 2007-01-02 v0.4.0
734 742
735 743 * simple SVN browser added (just needs svn binaries in PATH)
736 744 * comments can now be added on news
737 745 * "my page" is now customizable
738 746 * more powerfull and savable filters for issues lists
739 747 * improved issues change history
740 748 * new functionality: move an issue to another project or tracker
741 749 * new functionality: add a note to an issue
742 750 * new report: project activity
743 751 * "start date" and "% done" fields added on issues
744 752 * project calendar added
745 753 * gantt chart added (exportable to pdf)
746 754 * single/multiple issues pdf export added
747 755 * issues reports improvements
748 756 * multiple file upload for issues, documents and files
749 757 * option to set maximum size of uploaded files
750 758 * textile formating of issue and news descritions (RedCloth required)
751 759 * integration of DotClear jstoolbar for textile formatting
752 760 * calendar date picker for date fields (LGPL DHTML Calendar http://sourceforge.net/projects/jscalendar)
753 761 * new filter in issues list: Author
754 762 * ajaxified paginators
755 763 * news rss feed added
756 764 * option to set number of results per page on issues list
757 765 * localized csv separator (comma/semicolon)
758 766 * csv output encoded to ISO-8859-1
759 767 * user custom field displayed on account/show
760 768 * default configuration improved (default roles, trackers, status, permissions and workflows)
761 769 * language for default configuration data can now be chosen when running 'load_default_data' task
762 770 * javascript added on custom field form to show/hide fields according to the format of custom field
763 771 * fixed: custom fields not in csv exports
764 772 * fixed: project settings now displayed according to user's permissions
765 773 * fixed: application error when no version is selected on projects/add_file
766 774 * fixed: public actions not authorized for members of non public projects
767 775 * fixed: non public projects were shown on welcome screen even if current user is not a member
768 776
769 777
770 778 == 2006-10-08 v0.3.0
771 779
772 780 * user authentication against multiple LDAP (optional)
773 781 * token based "lost password" functionality
774 782 * user self-registration functionality (optional)
775 783 * custom fields now available for issues, users and projects
776 784 * new custom field format "text" (displayed as a textarea field)
777 785 * project & administration drop down menus in navigation bar for quicker access
778 786 * text formatting is preserved for long text fields (issues, projects and news descriptions)
779 787 * urls and emails are turned into clickable links in long text fields
780 788 * "due date" field added on issues
781 789 * tracker selection filter added on change log
782 790 * Localization plugin replaced with GLoc 1.1.0 (iconv required)
783 791 * error messages internationalization
784 792 * german translation added (thanks to Karim Trott)
785 793 * data locking for issues to prevent update conflicts (using ActiveRecord builtin optimistic locking)
786 794 * new filter in issues list: "Fixed version"
787 795 * active filters are displayed with colored background on issues list
788 796 * custom configuration is now defined in config/config_custom.rb
789 797 * user object no more stored in session (only user_id)
790 798 * news summary field is no longer required
791 799 * tables and forms redesign
792 800 * Fixed: boolean custom field not working
793 801 * Fixed: error messages for custom fields are not displayed
794 802 * Fixed: invalid custom fields should have a red border
795 803 * Fixed: custom fields values are not validated on issue update
796 804 * Fixed: unable to choose an empty value for 'List' custom fields
797 805 * Fixed: no issue categories sorting
798 806 * Fixed: incorrect versions sorting
799 807
800 808
801 809 == 2006-07-12 - v0.2.2
802 810
803 811 * Fixed: bug in "issues list"
804 812
805 813
806 814 == 2006-07-09 - v0.2.1
807 815
808 816 * new databases supported: Oracle, PostgreSQL, SQL Server
809 817 * projects/subprojects hierarchy (1 level of subprojects only)
810 818 * environment information display in admin/info
811 819 * more filter options in issues list (rev6)
812 820 * default language based on browser settings (Accept-Language HTTP header)
813 821 * issues list exportable to CSV (rev6)
814 822 * simple_format and auto_link on long text fields
815 823 * more data validations
816 824 * Fixed: error when all mail notifications are unchecked in admin/mail_options
817 825 * Fixed: all project news are displayed on project summary
818 826 * Fixed: Can't change user password in users/edit
819 827 * Fixed: Error on tables creation with PostgreSQL (rev5)
820 828 * Fixed: SQL error in "issue reports" view with PostgreSQL (rev5)
821 829
822 830
823 831 == 2006-06-25 - v0.1.0
824 832
825 833 * multiple users/multiple projects
826 834 * role based access control
827 835 * issue tracking system
828 836 * fully customizable workflow
829 837 * documents/files repository
830 838 * email notifications on issue creation and update
831 839 * multilanguage support (except for error messages):english, french, spanish
832 840 * online manual in french (unfinished)
General Comments 0
You need to be logged in to leave comments. Login now