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