You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG 59KB

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