##// END OF EJS Templates
Doc update for 0.7.1 release....
Jean-Philippe Lang -
r1397:556df99456bf
parent child
Show More
@@ -1,562 +1,577
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 == 2008-05-04 v0.7.1
9
10 * Thai translation added (Gampol Thitinilnithi)
11 * Translations updates
12 * Escape HTML comment tags
13 * Prevent "can't convert nil into String" error when :sort_order param is not present
14 * Fixed: Updating tickets add a time log with zero hours
15 * Fixed: private subprojects names are revealed on the project overview
16 * Fixed: Search for target version of "none" fails with postgres 8.3
17 * Fixed: Home, Logout, Login links shouldn't be absolute links
18 * Fixed: 'Latest projects' box on the welcome screen should be hidden if there are no projects
19 * Fixed: error when using upcase language name in coderay
20 * Fixed: error on Trac import when :due attribute is nil
21
22
8 23 == 2008-04-28 v0.7.0
9 24
10 25 * Forces Redmine to use rails 2.0.2 gem when vendor/rails is not present
11 26 * Queries can be marked as 'For all projects'. Such queries will be available on all projects and on the global issue list.
12 27 * Add predefined date ranges to the time report
13 28 * Time report can be done at issue level
14 29 * Various timelog report enhancements
15 30 * Accept the following formats for "hours" field: 1h, 1 h, 1 hour, 2 hours, 30m, 30min, 1h30, 1h30m, 1:30
16 31 * Display the context menu above and/or to the left of the click if needed
17 32 * Make the admin project files list sortable
18 33 * Mercurial: display working directory files sizes unless browsing a specific revision
19 34 * Preserve status filter and page number when using lock/unlock/activate links on the users list
20 35 * Redmine.pm support for LDAP authentication
21 36 * Better error message and AR errors in log for failed LDAP on-the-fly user creation
22 37 * Redirected user to where he is coming from after logging hours
23 38 * Warn user that subprojects are also deleted when deleting a project
24 39 * Include subprojects versions on calendar and gantt
25 40 * Notify project members when a message is posted if they want to receive notifications
26 41 * Fixed: Feed content limit setting has no effect
27 42 * Fixed: Priorities not ordered when displayed as a filter in issue list
28 43 * Fixed: can not display attached images inline in message replies
29 44 * Fixed: Boards are not deleted when project is deleted
30 45 * Fixed: trying to preview a new issue raises an exception with postgresql
31 46 * Fixed: single file 'View difference' links do not work because of duplicate slashes in url
32 47 * Fixed: inline image not displayed when including a wiki page
33 48 * Fixed: CVS duplicate key violation
34 49 * Fixed: ActiveRecord::StaleObjectError exception on closing a set of circular duplicate issues
35 50 * Fixed: custom field filters behaviour
36 51 * Fixed: Postgresql 8.3 compatibility
37 52 * Fixed: Links to repository directories don't work
38 53
39 54
40 55 == 2008-03-29 v0.7.0-rc1
41 56
42 57 * Overall activity view and feed added, link is available on the project list
43 58 * Git VCS support
44 59 * Rails 2.0 sessions cookie store compatibility
45 60 * Use project identifiers in urls instead of ids
46 61 * Default configuration data can now be loaded from the administration screen
47 62 * Administration settings screen split to tabs (email notifications options moved to 'Settings')
48 63 * Project description is now unlimited and optional
49 64 * Wiki annotate view
50 65 * Escape HTML tag in textile content
51 66 * Add Redmine links to documents, versions, attachments and repository files
52 67 * 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:
53 68 * by using checkbox and/or the little pencil that will select/unselect all issues
54 69 * by clicking on the rows (but not on the links), Ctrl and Shift keys can be used to select multiple issues
55 70 * 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)
56 71 * User display format is now configurable in administration settings
57 72 * Issue list now supports bulk edit/move/delete (for a set of issues that belong to the same project)
58 73 * Merged 'change status', 'edit issue' and 'add note' actions:
59 74 * Users with 'edit issues' permission can now update any property including custom fields when adding a note or changing the status
60 75 * '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
61 76 * Details by assignees on issue summary view
62 77 * '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
63 78 * Change status select box default to current status
64 79 * Preview for issue notes, news and messages
65 80 * Optional description for attachments
66 81 * 'Fixed version' label changed to 'Target version'
67 82 * Let the user choose when deleting issues with reported hours to:
68 83 * delete the hours
69 84 * assign the hours to the project
70 85 * reassign the hours to another issue
71 86 * Date range filter and pagination on time entries detail view
72 87 * Propagate time tracking to the parent project
73 88 * Switch added on the project activity view to include subprojects
74 89 * Display total estimated and spent hours on the version detail view
75 90 * Weekly time tracking block for 'My page'
76 91 * Permissions to edit time entries
77 92 * Include subprojects on the issue list, calendar, gantt and timelog by default (can be turned off is administration settings)
78 93 * Roadmap enhancements (separate related issues from wiki contents, leading h1 in version wiki pages is hidden, smaller wiki headings)
79 94 * Make versions with same date sorted by name
80 95 * Allow issue list to be sorted by target version
81 96 * Related changesets messages displayed on the issue details view
82 97 * Create a journal and send an email when an issue is closed by commit
83 98 * Add 'Author' to the available columns for the issue list
84 99 * More appropriate default sort order on sortable columns
85 100 * Add issue subject to the time entries view and issue subject, description and tracker to the csv export
86 101 * Permissions to edit issue notes
87 102 * Display date/time instead of date on files list
88 103 * Do not show Roadmap menu item if the project doesn't define any versions
89 104 * Allow longer version names (60 chars)
90 105 * Ability to copy an existing workflow when creating a new role
91 106 * Display custom fields in two columns on the issue form
92 107 * Added 'estimated time' in the csv export of the issue list
93 108 * Display the last 30 days on the activity view rather than the current month (number of days can be configured in the application settings)
94 109 * Setting for whether new projects should be public by default
95 110 * User preference to choose how comments/replies are displayed: in chronological or reverse chronological order
96 111 * Added default value for custom fields
97 112 * Added tabindex property on wiki toolbar buttons (to easily move from field to field using the tab key)
98 113 * Redirect to issue page after creating a new issue
99 114 * Wiki toolbar improvements (mainly for Firefox)
100 115 * Display wiki syntax quick ref link on all wiki textareas
101 116 * Display links to Atom feeds
102 117 * Breadcrumb nav for the forums
103 118 * Show replies when choosing to display messages in the activity
104 119 * Added 'include' macro to include another wiki page
105 120 * RedmineWikiFormatting page available as a static HTML file locally
106 121 * Wrap diff content
107 122 * Strip out email address from authors in repository screens
108 123 * Highlight the current item of the main menu
109 124 * Added simple syntax highlighters for php and java languages
110 125 * Do not show empty diffs
111 126 * Show explicit error message when the scm command failed (eg. when svn binary is not available)
112 127 * Lithuanian translation added (Sergej Jegorov)
113 128 * Ukrainan translation added (Natalia Konovka & Mykhaylo Sorochan)
114 129 * Danish translation added (Mads Vestergaard)
115 130 * Added i18n support to the jstoolbar and various settings screen
116 131 * RedCloth's glyphs no longer user
117 132 * New icons for the wiki toolbar (from http://www.famfamfam.com/lab/icons/silk/)
118 133 * The following menus can now be extended by plugins: top_menu, account_menu, application_menu
119 134 * Added a simple rake task to fetch changesets from the repositories: rake redmine:fetch_changesets
120 135 * Remove hardcoded "Redmine" strings in account related emails and use application title instead
121 136 * Mantis importer preserve bug ids
122 137 * Trac importer: Trac guide wiki pages skipped
123 138 * Trac importer: wiki attachments migration added
124 139 * Trac importer: support database schema for Trac migration
125 140 * Trac importer: support CamelCase links
126 141 * Removes the Redmine version from the footer (can be viewed on admin -> info)
127 142 * Rescue and display an error message when trying to delete a role that is in use
128 143 * 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
129 144 * Add "--encoding utf8" option to the Mercurial "hg log" command in order to get utf8 encoded commit logs
130 145 * Fixed: Gantt and calendar not properly refreshed (fragment caching removed)
131 146 * Fixed: Textile image with style attribute cause internal server error
132 147 * Fixed: wiki TOC not rendered properly when used in an issue or document description
133 148 * Fixed: 'has already been taken' error message on username and email fields if left empty
134 149 * Fixed: non-ascii attachement filename with IE
135 150 * Fixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed
136 151 * Fixed: search for all words doesn't work
137 152 * Fixed: Do not show sticky and locked checkboxes when replying to a message
138 153 * Fixed: Mantis importer: do not duplicate Mantis username in firstname and lastname if realname is blank
139 154 * Fixed: Date custom fields not displayed as specified in application settings
140 155 * Fixed: titles not escaped in the activity view
141 156 * Fixed: issue queries can not use custom fields marked as 'for all projects' in a project context
142 157 * 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
143 158 * Fixed: locked users should not receive email notifications
144 159 * Fixed: custom field selection is not saved when unchecking them all on project settings
145 160 * Fixed: can not lock a topic when creating it
146 161 * Fixed: Incorrect filtering for unset values when using 'is not' filter
147 162 * Fixed: PostgreSQL issues_seq_id not updated when using Trac importer
148 163 * Fixed: ajax pagination does not scroll up
149 164 * Fixed: error when uploading a file with no content-type specified by the browser
150 165 * Fixed: wiki and changeset links not displayed when previewing issue description or notes
151 166 * Fixed: 'LdapError: no bind result' error when authenticating
152 167 * Fixed: 'LdapError: invalid binding information' when no username/password are set on the LDAP account
153 168 * Fixed: CVS repository doesn't work if port is used in the url
154 169 * Fixed: Email notifications: host name is missing in generated links
155 170 * Fixed: Email notifications: referenced changesets, wiki pages, attachments... are not turned into links
156 171 * Fixed: Do not clear issue relations when moving an issue to another project if cross-project issue relations are allowed
157 172 * Fixed: "undefined method 'textilizable'" error on email notification when running Repository#fetch_changesets from the console
158 173 * Fixed: Do not send an email with no recipient, cc or bcc
159 174 * Fixed: fetch_changesets fails on commit comments that close 2 duplicates issues.
160 175 * Fixed: Mercurial browsing under unix-like os and for directory depth > 2
161 176 * Fixed: Wiki links with pipe can not be used in wiki tables
162 177 * Fixed: migrate_from_trac doesn't import timestamps of wiki and tickets
163 178 * Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql error with Postgresql
164 179
165 180
166 181 == 2008-03-12 v0.6.4
167 182
168 183 * Fixed: private projects name are displayed on account/show even if the current user doesn't have access to these private projects
169 184 * Fixed: potential LDAP authentication security flaw
170 185 * Fixed: context submenus on the issue list don't show up with IE6.
171 186 * Fixed: Themes are not applied with Rails 2.0
172 187 * Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil
173 188 * Fixed: Mercurial repository browsing
174 189 * Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs command fails
175 190 * Fixed: not null constraints not removed with Postgresql
176 191 * Doctype set to transitional
177 192
178 193
179 194 == 2007-12-18 v0.6.3
180 195
181 196 * Fixed: upload doesn't work in 'Files' section
182 197
183 198
184 199 == 2007-12-16 v0.6.2
185 200
186 201 * Search engine: issue custom fields can now be searched
187 202 * News comments are now textilized
188 203 * Updated Japanese translation (Satoru Kurashiki)
189 204 * Updated Chinese translation (Shortie Lo)
190 205 * Fixed Rails 2.0 compatibility bugs:
191 206 * Unable to create a wiki
192 207 * Gantt and calendar error
193 208 * Trac importer error (readonly? is defined by ActiveRecord)
194 209 * Fixed: 'assigned to me' filter broken
195 210 * Fixed: crash when validation fails on issue edition with no custom fields
196 211 * Fixed: reposman "can't find group" error
197 212 * Fixed: 'LDAP account password is too long' error when leaving the field empty on creation
198 213 * Fixed: empty lines when displaying repository files with Windows style eol
199 214 * Fixed: missing body closing tag in repository annotate and entry views
200 215
201 216
202 217 == 2007-12-10 v0.6.1
203 218
204 219 * Rails 2.0 compatibility
205 220 * Custom fields can now be displayed as columns on the issue list
206 221 * Added version details view (accessible from the roadmap)
207 222 * Roadmap: more accurate completion percentage calculation (done ratio of open issues is now taken into account)
208 223 * Added per-project tracker selection. Trackers can be selected on project settings
209 224 * Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums
210 225 * Forums: messages can now be edited/deleted (explicit permissions need to be given)
211 226 * Forums: topics can be locked so that no reply can be added
212 227 * Forums: topics can be marked as sticky so that they always appear at the top of the list
213 228 * Forums: attachments can now be added to replies
214 229 * Added time zone support
215 230 * Added a setting to choose the account activation strategy (available in application settings)
216 231 * Added 'Classic' theme (inspired from the v0.51 design)
217 232 * Added an alternate theme which provides issue list colorization based on issues priority
218 233 * Added Bazaar SCM adapter
219 234 * Added Annotate/Blame view in the repository browser (except for Darcs SCM)
220 235 * Diff style (inline or side by side) automatically saved as a user preference
221 236 * Added issues status changes on the activity view (by Cyril Mougel)
222 237 * Added forums topics on the activity view (disabled by default)
223 238 * Added an option on 'My account' for users who don't want to be notified of changes that they make
224 239 * Trac importer now supports mysql and postgresql databases
225 240 * Trac importer improvements (by Mat Trudel)
226 241 * 'fixed version' field can now be displayed on the issue list
227 242 * Added a couple of new formats for the 'date format' setting
228 243 * Added Traditional Chinese translation (by Shortie Lo)
229 244 * Added Russian translation (iGor kMeta)
230 245 * Project name format limitation removed (name can now contain any character)
231 246 * Project identifier maximum length changed from 12 to 20
232 247 * Changed the maximum length of LDAP account to 255 characters
233 248 * Removed the 12 characters limit on passwords
234 249 * Added wiki macros support
235 250 * Performance improvement on workflow setup screen
236 251 * More detailed html title on several views
237 252 * Custom fields can now be reordered
238 253 * Search engine: search can be restricted to an exact phrase by using quotation marks
239 254 * Added custom fields marked as 'For all projects' to the csv export of the cross project issue list
240 255 * Email notifications are now sent as Blind carbon copy by default
241 256 * Fixed: all members (including non active) should be deleted when deleting a project
242 257 * Fixed: Error on wiki syntax link (accessible from wiki/edit)
243 258 * Fixed: 'quick jump to a revision' form on the revisions list
244 259 * Fixed: error on admin/info if there's more than 1 plugin installed
245 260 * Fixed: svn or ldap password can be found in clear text in the html source in editing mode
246 261 * Fixed: 'Assigned to' drop down list is not sorted
247 262 * Fixed: 'View all issues' link doesn't work on issues/show
248 263 * Fixed: error on account/register when validation fails
249 264 * Fixed: Error when displaying the issue list if a float custom field is marked as 'used as filter'
250 265 * Fixed: Mercurial adapter breaks on missing :files entry in changeset hash (James Britt)
251 266 * Fixed: Wrong feed URLs on the home page
252 267 * Fixed: Update of time entry fails when the issue has been moved to an other project
253 268 * Fixed: Error when moving an issue without changing its tracker (Postgresql)
254 269 * Fixed: Changes not recorded when using :pserver string (CVS adapter)
255 270 * Fixed: admin should be able to move issues to any project
256 271 * Fixed: adding an attachment is not possible when changing the status of an issue
257 272 * Fixed: No mime-types in documents/files downloading
258 273 * Fixed: error when sorting the messages if there's only one board for the project
259 274 * Fixed: 'me' doesn't appear in the drop down filters on a project issue list.
260 275
261 276 == 2007-11-04 v0.6.0
262 277
263 278 * Permission model refactoring.
264 279 * Permissions: there are now 2 builtin roles that can be used to specify permissions given to other users than members of projects
265 280 * Permissions: some permissions (eg. browse the repository) can be removed for certain roles
266 281 * Permissions: modules (eg. issue tracking, news, documents...) can be enabled/disabled at project level
267 282 * Added Mantis and Trac importers
268 283 * New application layout
269 284 * Added "Bulk edit" functionality on the issue list
270 285 * More flexible mail notifications settings at user level
271 286 * 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
272 287 * 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
273 288 * Added the ability to customize issue list columns (at application level or for each saved query)
274 289 * Overdue versions (date reached and open issues > 0) are now always displayed on the roadmap
275 290 * Added the ability to rename wiki pages (specific permission required)
276 291 * Search engines now supports pagination. Results are sorted in reverse chronological order
277 292 * Added "Estimated hours" attribute on issues
278 293 * A category with assigned issue can now be deleted. 2 options are proposed: remove assignments or reassign issues to another category
279 294 * Forum notifications are now also sent to the authors of the thread, even if they donοΏ½t watch the board
280 295 * Added an application setting to specify the application protocol (http or https) used to generate urls in emails
281 296 * Gantt chart: now starts at the current month by default
282 297 * Gantt chart: month count and zoom factor are automatically saved as user preferences
283 298 * Wiki links can now refer to other project wikis
284 299 * Added wiki index by date
285 300 * Added preview on add/edit issue form
286 301 * Emails footer can now be customized from the admin interface (Admin -> Email notifications)
287 302 * 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)
288 303 * Calendar: first day of week can now be set in lang files
289 304 * Automatic closing of duplicate issues
290 305 * Added a cross-project issue list
291 306 * AJAXified the SCM browser (tree view)
292 307 * Pretty URL for the repository browser (Cyril Mougel)
293 308 * Search engine: added a checkbox to search titles only
294 309 * Added "% done" in the filter list
295 310 * Enumerations: values can now be reordered and a default value can be specified (eg. default issue priority)
296 311 * Added some accesskeys
297 312 * Added "Float" as a custom field format
298 313 * Added basic Theme support
299 314 * Added the ability to set the οΏ½done ratioοΏ½ of issues fixed by commit (Nikolay Solakov)
300 315 * Added custom fields in issue related mail notifications
301 316 * Email notifications are now sent in plain text and html
302 317 * Gantt chart can now be exported to a graphic file (png). This functionality is only available if RMagick is installed.
303 318 * Added syntax highlightment for repository files and wiki
304 319 * Improved automatic Redmine links
305 320 * Added automatic table of content support on wiki pages
306 321 * Added radio buttons on the documents list to sort documents by category, date, title or author
307 322 * Added basic plugin support, with a sample plugin
308 323 * Added a link to add a new category when creating or editing an issue
309 324 * Added a "Assignable" boolean on the Role model. If unchecked, issues can not be assigned to users having this role.
310 325 * Added an option to be able to relate issues in different projects
311 326 * Added the ability to move issues (to another project) without changing their trackers.
312 327 * Atom feeds added on project activity, news and changesets
313 328 * Added the ability to reset its own RSS access key
314 329 * Main project list now displays root projects with their subprojects
315 330 * Added anchor links to issue notes
316 331 * Added reposman Ruby version. This script can now register created repositories in Redmine (Nicolas Chuche)
317 332 * Issue notes are now included in search
318 333 * Added email sending test functionality
319 334 * Added LDAPS support for LDAP authentication
320 335 * Removed hard-coded URLs in mail templates
321 336 * Subprojects are now grouped by projects in the navigation drop-down menu
322 337 * Added a new value for date filters: this week
323 338 * Added cache for application settings
324 339 * Added Polish translation (Tomasz Gawryl)
325 340 * Added Czech translation (Jan Kadlecek)
326 341 * Added Romanian translation (Csongor Bartus)
327 342 * Added Hebrew translation (Bob Builder)
328 343 * Added Serbian translation (Dragan Matic)
329 344 * Added Korean translation (Choi Jong Yoon)
330 345 * Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations
331 346 * Performance improvement on calendar and gantt
332 347 * Fixed: wiki preview doesnοΏ½t work on long entries
333 348 * Fixed: queries with multiple custom fields return no result
334 349 * Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters
335 350 * Fixed: URL with ~ broken in wiki formatting
336 351 * Fixed: some quotation marks are rendered as strange characters in pdf
337 352
338 353
339 354 == 2007-07-15 v0.5.1
340 355
341 356 * per project forums added
342 357 * added the ability to archive projects
343 358 * added οΏ½WatchοΏ½ functionality on issues. It allows users to receive notifications about issue changes
344 359 * custom fields for issues can now be used as filters on issue list
345 360 * added per user custom queries
346 361 * commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings)
347 362 * projects list now shows the list of public projects and private projects for which the user is a member
348 363 * versions can now be created with no date
349 364 * added issue count details for versions on Reports view
350 365 * added time report, by member/activity/tracker/version and year/month/week for the selected period
351 366 * each category can now be associated to a user, so that new issues in that category are automatically assigned to that user
352 367 * added autologin feature (disabled by default)
353 368 * optimistic locking added for wiki edits
354 369 * added wiki diff
355 370 * added the ability to destroy wiki pages (requires permission)
356 371 * a wiki page can now be attached to each version, and displayed on the roadmap
357 372 * attachments can now be added to wiki pages (original patch by Pavol Murin) and displayed online
358 373 * added an option to see all versions in the roadmap view (including completed ones)
359 374 * added basic issue relations
360 375 * added the ability to log time when changing an issue status
361 376 * account information can now be sent to the user when creating an account
362 377 * author and assignee of an issue always receive notifications (even if they turned of mail notifications)
363 378 * added a quick search form in page header
364 379 * added 'me' value for 'assigned to' and 'author' query filters
365 380 * added a link on revision screen to see the entire diff for the revision
366 381 * added last commit message for each entry in repository browser
367 382 * added the ability to view a file diff with free to/from revision selection.
368 383 * text files can now be viewed online when browsing the repository
369 384 * added basic support for other SCM: CVS (Ralph Vater), Mercurial and Darcs
370 385 * added fragment caching for svn diffs
371 386 * added fragment caching for calendar and gantt views
372 387 * login field automatically focused on login form
373 388 * subproject name displayed on issue list, calendar and gantt
374 389 * added an option to choose the date format: language based or ISO 8601
375 390 * added a simple mail handler. It lets users add notes to an existing issue by replying to the initial notification email.
376 391 * a 403 error page is now displayed (instead of a blank page) when trying to access a protected page
377 392 * added portuguese translation (Joao Carlos Clementoni)
378 393 * added partial online help japanese translation (Ken Date)
379 394 * added bulgarian translation (Nikolay Solakov)
380 395 * added dutch translation (Linda van den Brink)
381 396 * added swedish translation (Thomas Habets)
382 397 * italian translation update (Alessio Spadaro)
383 398 * japanese translation update (Satoru Kurashiki)
384 399 * fixed: error on history atom feed when thereοΏ½s no notes on an issue change
385 400 * fixed: error in journalizing an issue with longtext custom fields (Postgresql)
386 401 * fixed: creation of Oracle schema
387 402 * fixed: last day of the month not included in project activity
388 403 * fixed: files with an apostrophe in their names can't be accessed in SVN repository
389 404 * fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000)
390 405 * fixed: open/closed issue counts are always 0 on reports view (postgresql)
391 406 * fixed: date query filters (wrong results and sql error with postgresql)
392 407 * fixed: confidentiality issue on account/show (private project names displayed to anyone)
393 408 * fixed: Long text custom fields displayed without line breaks
394 409 * fixed: Error when editing the wokflow after deleting a status
395 410 * fixed: SVN commit dates are now stored as local time
396 411
397 412
398 413 == 2007-04-11 v0.5.0
399 414
400 415 * added per project Wiki
401 416 * added rss/atom feeds at project level (custom queries can be used as feeds)
402 417 * added search engine (search in issues, news, commits, wiki pages, documents)
403 418 * simple time tracking functionality added
404 419 * added version due dates on calendar and gantt
405 420 * added subprojects issue count on project Reports page
406 421 * added the ability to copy an existing workflow when creating a new tracker
407 422 * added the ability to include subprojects on calendar and gantt
408 423 * added the ability to select trackers to display on calendar and gantt (Jeffrey Jones)
409 424 * added side by side svn diff view (Cyril Mougel)
410 425 * added back subproject filter on issue list
411 426 * added permissions report in admin area
412 427 * added a status filter on users list
413 428 * support for password-protected SVN repositories
414 429 * SVN commits are now stored in the database
415 430 * added simple svn statistics SVG graphs
416 431 * progress bars for roadmap versions (Nick Read)
417 432 * issue history now shows file uploads and deletions
418 433 * #id patterns are turned into links to issues in descriptions and commit messages
419 434 * japanese translation added (Satoru Kurashiki)
420 435 * chinese simplified translation added (Andy Wu)
421 436 * italian translation added (Alessio Spadaro)
422 437 * added scripts to manage SVN repositories creation and user access control using ssh+svn (Nicolas Chuche)
423 438 * better calendar rendering time
424 439 * fixed migration scripts to work with mysql 5 running in strict mode
425 440 * fixed: error when clicking "add" with no block selected on my/page_layout
426 441 * fixed: hard coded links in navigation bar
427 442 * fixed: table_name pre/suffix support
428 443
429 444
430 445 == 2007-02-18 v0.4.2
431 446
432 447 * Rails 1.2 is now required
433 448 * settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)
434 449 * added project roadmap view
435 450 * mail notifications added when a document, a file or an attachment is added
436 451 * tooltips added on Gantt chart and calender to view the details of the issues
437 452 * ability to set the sort order for roles, trackers, issue statuses
438 453 * added missing fields to csv export: priority, start date, due date, done ratio
439 454 * added total number of issues per tracker on project overview
440 455 * 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-)
441 456 * added back "fixed version" field on issue screen and in filters
442 457 * project settings screen split in 4 tabs
443 458 * custom fields screen split in 3 tabs (one for each kind of custom field)
444 459 * multiple issues pdf export now rendered as a table
445 460 * added a button on users/list to manually activate an account
446 461 * added a setting option to disable "password lost" functionality
447 462 * added a setting option to set max number of issues in csv/pdf exports
448 463 * fixed: subprojects count is always 0 on projects list
449 464 * fixed: locked users are proposed when adding a member to a project
450 465 * fixed: setting an issue status as default status leads to an sql error with SQLite
451 466 * fixed: unable to delete an issue status even if it's not used yet
452 467 * fixed: filters ignored when exporting a predefined query to csv/pdf
453 468 * fixed: crash when french "issue_edit" email notification is sent
454 469 * fixed: hide mail preference not saved (my/account)
455 470 * fixed: crash when a new user try to edit its "my page" layout
456 471
457 472
458 473 == 2007-01-03 v0.4.1
459 474
460 475 * fixed: emails have no recipient when one of the project members has notifications disabled
461 476
462 477
463 478 == 2007-01-02 v0.4.0
464 479
465 480 * simple SVN browser added (just needs svn binaries in PATH)
466 481 * comments can now be added on news
467 482 * "my page" is now customizable
468 483 * more powerfull and savable filters for issues lists
469 484 * improved issues change history
470 485 * new functionality: move an issue to another project or tracker
471 486 * new functionality: add a note to an issue
472 487 * new report: project activity
473 488 * "start date" and "% done" fields added on issues
474 489 * project calendar added
475 490 * gantt chart added (exportable to pdf)
476 491 * single/multiple issues pdf export added
477 492 * issues reports improvements
478 493 * multiple file upload for issues, documents and files
479 494 * option to set maximum size of uploaded files
480 495 * textile formating of issue and news descritions (RedCloth required)
481 496 * integration of DotClear jstoolbar for textile formatting
482 497 * calendar date picker for date fields (LGPL DHTML Calendar http://sourceforge.net/projects/jscalendar)
483 498 * new filter in issues list: Author
484 499 * ajaxified paginators
485 500 * news rss feed added
486 501 * option to set number of results per page on issues list
487 502 * localized csv separator (comma/semicolon)
488 503 * csv output encoded to ISO-8859-1
489 504 * user custom field displayed on account/show
490 505 * default configuration improved (default roles, trackers, status, permissions and workflows)
491 506 * language for default configuration data can now be chosen when running 'load_default_data' task
492 507 * javascript added on custom field form to show/hide fields according to the format of custom field
493 508 * fixed: custom fields not in csv exports
494 509 * fixed: project settings now displayed according to user's permissions
495 510 * fixed: application error when no version is selected on projects/add_file
496 511 * fixed: public actions not authorized for members of non public projects
497 512 * fixed: non public projects were shown on welcome screen even if current user is not a member
498 513
499 514
500 515 == 2006-10-08 v0.3.0
501 516
502 517 * user authentication against multiple LDAP (optional)
503 518 * token based "lost password" functionality
504 519 * user self-registration functionality (optional)
505 520 * custom fields now available for issues, users and projects
506 521 * new custom field format "text" (displayed as a textarea field)
507 522 * project & administration drop down menus in navigation bar for quicker access
508 523 * text formatting is preserved for long text fields (issues, projects and news descriptions)
509 524 * urls and emails are turned into clickable links in long text fields
510 525 * "due date" field added on issues
511 526 * tracker selection filter added on change log
512 527 * Localization plugin replaced with GLoc 1.1.0 (iconv required)
513 528 * error messages internationalization
514 529 * german translation added (thanks to Karim Trott)
515 530 * data locking for issues to prevent update conflicts (using ActiveRecord builtin optimistic locking)
516 531 * new filter in issues list: "Fixed version"
517 532 * active filters are displayed with colored background on issues list
518 533 * custom configuration is now defined in config/config_custom.rb
519 534 * user object no more stored in session (only user_id)
520 535 * news summary field is no longer required
521 536 * tables and forms redesign
522 537 * Fixed: boolean custom field not working
523 538 * Fixed: error messages for custom fields are not displayed
524 539 * Fixed: invalid custom fields should have a red border
525 540 * Fixed: custom fields values are not validated on issue update
526 541 * Fixed: unable to choose an empty value for 'List' custom fields
527 542 * Fixed: no issue categories sorting
528 543 * Fixed: incorrect versions sorting
529 544
530 545
531 546 == 2006-07-12 - v0.2.2
532 547
533 548 * Fixed: bug in "issues list"
534 549
535 550
536 551 == 2006-07-09 - v0.2.1
537 552
538 553 * new databases supported: Oracle, PostgreSQL, SQL Server
539 554 * projects/subprojects hierarchy (1 level of subprojects only)
540 555 * environment information display in admin/info
541 556 * more filter options in issues list (rev6)
542 557 * default language based on browser settings (Accept-Language HTTP header)
543 558 * issues list exportable to CSV (rev6)
544 559 * simple_format and auto_link on long text fields
545 560 * more data validations
546 561 * Fixed: error when all mail notifications are unchecked in admin/mail_options
547 562 * Fixed: all project news are displayed on project summary
548 563 * Fixed: Can't change user password in users/edit
549 564 * Fixed: Error on tables creation with PostgreSQL (rev5)
550 565 * Fixed: SQL error in "issue reports" view with PostgreSQL (rev5)
551 566
552 567
553 568 == 2006-06-25 - v0.1.0
554 569
555 570 * multiple users/multiple projects
556 571 * role based access control
557 572 * issue tracking system
558 573 * fully customizable workflow
559 574 * documents/files repository
560 575 * email notifications on issue creation and update
561 576 * multilanguage support (except for error messages):english, french, spanish
562 577 * online manual in french (unfinished)
@@ -1,56 +1,56
1 1 == Redmine installation
2 2
3 3 Redmine - project management software
4 Copyright (C) 2006-2007 Jean-Philippe Lang
4 Copyright (C) 2006-2008 Jean-Philippe Lang
5 5 http://www.redmine.org/
6 6
7 7
8 8 == Requirements
9 9
10 10 * Ruby on Rails 2.0.2
11 11 * A database (see compatibility below)
12 12
13 13 Optional:
14 14 * SVN binaries >= 1.3 (needed for repository browsing, must be available in PATH)
15 15 * RMagick (gantt export to png)
16 16
17 17 Supported databases:
18 18 * MySQL (tested with MySQL 5)
19 19 * PostgreSQL (tested with PostgreSQL 8.1)
20 20 * SQLite (tested with SQLite 3)
21 21
22 22
23 23 == Installation
24 24
25 25 1. Uncompress the program archive
26 26
27 27 2. Create an empty database: "redmine" for example
28 28
29 29 3. Configure database parameters in config/database.yml
30 30 for "production" environment (default database is MySQL)
31 31
32 32 4. Create the database structure. Under the application main directory:
33 33 rake db:migrate RAILS_ENV="production"
34 34 It will create tables and an administrator account.
35 35
36 36 5. Test the installation by running WEBrick web server:
37 37 ruby script/server -e production
38 38
39 39 Once WEBrick has started, point your browser to http://localhost:3000/
40 40 You should now see the application welcome page
41 41
42 42 6. Use default administrator account to log in:
43 43 login: admin
44 44 password: admin
45 45
46 46 7. Go to "Administration" to load the default configuration data (roles,
47 47 trackers, statuses, workflow) and adjust application settings
48 48
49 49
50 50 == SMTP server Configuration
51 51
52 52 In config/environment.rb, you can set parameters for your SMTP server:
53 53 config.action_mailer.smtp_settings: SMTP server configuration
54 54 config.action_mailer.perform_deliveries: set to false to disable mail delivering
55 55
56 56 Don't forget to restart the application after any change to this file.
General Comments 0
You need to be logged in to leave comments. Login now