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 21KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  1. == Redmine changelog
  2. Redmine - project management software
  3. Copyright (C) 2006-2007 Jean-Philippe Lang
  4. http://www.redmine.org/
  5. == 2007-12-16 v0.6.2
  6. * Search engine: issue custom fields can now be searched
  7. * News comments are now textilized
  8. * Updated Japanese translation (Satoru Kurashiki)
  9. * Updated Chinese translation (Shortie Lo)
  10. * Fixed Rails 2.0 compatibility bugs:
  11. * Unable to create a wiki
  12. * Gantt and calendar error
  13. * Trac importer error (readonly? is defined by ActiveRecord)
  14. * Fixed: 'assigned to me' filter broken
  15. * Fixed: crash when validation fails on issue edition with no custom fields
  16. * Fixed: reposman "can't find group" error
  17. * Fixed: 'LDAP account password is too long' error when leaving the field empty on creation
  18. * Fixed: empty lines when displaying repository files with Windows style eol
  19. * Fixed: missing body closing tag in repository annotate and entry views
  20. == 2007-12-10 v0.6.1
  21. * Rails 2.0 compatibility
  22. * Custom fields can now be displayed as columns on the issue list
  23. * Added version details view (accessible from the roadmap)
  24. * Roadmap: more accurate completion percentage calculation (done ratio of open issues is now taken into account)
  25. * Added per-project tracker selection. Trackers can be selected on project settings
  26. * Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums
  27. * Forums: messages can now be edited/deleted (explicit permissions need to be given)
  28. * Forums: topics can be locked so that no reply can be added
  29. * Forums: topics can be marked as sticky so that they always appear at the top of the list
  30. * Forums: attachments can now be added to replies
  31. * Added time zone support
  32. * Added a setting to choose the account activation strategy (available in application settings)
  33. * Added 'Classic' theme (inspired from the v0.51 design)
  34. * Added an alternate theme which provides issue list colorization based on issues priority
  35. * Added Bazaar SCM adapter
  36. * Added Annotate/Blame view in the repository browser (except for Darcs SCM)
  37. * Diff style (inline or side by side) automatically saved as a user preference
  38. * Added issues status changes on the activity view (by Cyril Mougel)
  39. * Added forums topics on the activity view (disabled by default)
  40. * Added an option on 'My account' for users who don't want to be notified of changes that they make
  41. * Trac importer now supports mysql and postgresql databases
  42. * Trac importer improvements (by Mat Trudel)
  43. * 'fixed version' field can now be displayed on the issue list
  44. * Added a couple of new formats for the 'date format' setting
  45. * Added Traditional Chinese translation (by Shortie Lo)
  46. * Added Russian translation (iGor kMeta)
  47. * Project name format limitation removed (name can now contain any character)
  48. * Project identifier maximum length changed from 12 to 20
  49. * Changed the maximum length of LDAP account to 255 characters
  50. * Removed the 12 characters limit on passwords
  51. * Added wiki macros support
  52. * Performance improvement on workflow setup screen
  53. * More detailed html title on several views
  54. * Custom fields can now be reordered
  55. * Search engine: search can be restricted to an exact phrase by using quotation marks
  56. * Added custom fields marked as 'For all projects' to the csv export of the cross project issue list
  57. * Email notifications are now sent as Blind carbon copy by default
  58. * Fixed: all members (including non active) should be deleted when deleting a project
  59. * Fixed: Error on wiki syntax link (accessible from wiki/edit)
  60. * Fixed: 'quick jump to a revision' form on the revisions list
  61. * Fixed: error on admin/info if there's more than 1 plugin installed
  62. * Fixed: svn or ldap password can be found in clear text in the html source in editing mode
  63. * Fixed: 'Assigned to' drop down list is not sorted
  64. * Fixed: 'View all issues' link doesn't work on issues/show
  65. * Fixed: error on account/register when validation fails
  66. * Fixed: Error when displaying the issue list if a float custom field is marked as 'used as filter'
  67. * Fixed: Mercurial adapter breaks on missing :files entry in changeset hash (James Britt)
  68. * Fixed: Wrong feed URLs on the home page
  69. * Fixed: Update of time entry fails when the issue has been moved to an other project
  70. * Fixed: Error when moving an issue without changing its tracker (Postgresql)
  71. * Fixed: Changes not recorded when using :pserver string (CVS adapter)
  72. * Fixed: admin should be able to move issues to any project
  73. * Fixed: adding an attachment is not possible when changing the status of an issue
  74. * Fixed: No mime-types in documents/files downloading
  75. * Fixed: error when sorting the messages if there's only one board for the project
  76. * Fixed: 'me' doesn't appear in the drop down filters on a project issue list.
  77. == 2007-11-04 v0.6.0
  78. * Permission model refactoring.
  79. * Permissions: there are now 2 builtin roles that can be used to specify permissions given to other users than members of projects
  80. * Permissions: some permissions (eg. browse the repository) can be removed for certain roles
  81. * Permissions: modules (eg. issue tracking, news, documents...) can be enabled/disabled at project level
  82. * Added Mantis and Trac importers
  83. * New application layout
  84. * Added "Bulk edit" functionality on the issue list
  85. * More flexible mail notifications settings at user level
  86. * 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
  87. * 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
  88. * Added the ability to customize issue list columns (at application level or for each saved query)
  89. * Overdue versions (date reached and open issues > 0) are now always displayed on the roadmap
  90. * Added the ability to rename wiki pages (specific permission required)
  91. * Search engines now supports pagination. Results are sorted in reverse chronological order
  92. * Added "Estimated hours" attribute on issues
  93. * A category with assigned issue can now be deleted. 2 options are proposed: remove assignments or reassign issues to another category
  94. * Forum notifications are now also sent to the authors of the thread, even if they don’t watch the board
  95. * Added an application setting to specify the application protocol (http or https) used to generate urls in emails
  96. * Gantt chart: now starts at the current month by default
  97. * Gantt chart: month count and zoom factor are automatically saved as user preferences
  98. * Wiki links can now refer to other project wikis
  99. * Added wiki index by date
  100. * Added preview on add/edit issue form
  101. * Emails footer can now be customized from the admin interface (Admin -> Email notifications)
  102. * 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)
  103. * Calendar: first day of week can now be set in lang files
  104. * Automatic closing of duplicate issues
  105. * Added a cross-project issue list
  106. * AJAXified the SCM browser (tree view)
  107. * Pretty URL for the repository browser (Cyril Mougel)
  108. * Search engine: added a checkbox to search titles only
  109. * Added "% done" in the filter list
  110. * Enumerations: values can now be reordered and a default value can be specified (eg. default issue priority)
  111. * Added some accesskeys
  112. * Added "Float" as a custom field format
  113. * Added basic Theme support
  114. * Added the ability to set the “done ratio” of issues fixed by commit (Nikolay Solakov)
  115. * Added custom fields in issue related mail notifications
  116. * Email notifications are now sent in plain text and html
  117. * Gantt chart can now be exported to a graphic file (png). This functionality is only available if RMagick is installed.
  118. * Added syntax highlightment for repository files and wiki
  119. * Improved automatic Redmine links
  120. * Added automatic table of content support on wiki pages
  121. * Added radio buttons on the documents list to sort documents by category, date, title or author
  122. * Added basic plugin support, with a sample plugin
  123. * Added a link to add a new category when creating or editing an issue
  124. * Added a "Assignable" boolean on the Role model. If unchecked, issues can not be assigned to users having this role.
  125. * Added an option to be able to relate issues in different projects
  126. * Added the ability to move issues (to another project) without changing their trackers.
  127. * Atom feeds added on project activity, news and changesets
  128. * Added the ability to reset its own RSS access key
  129. * Main project list now displays root projects with their subprojects
  130. * Added anchor links to issue notes
  131. * Added reposman Ruby version. This script can now register created repositories in Redmine (Nicolas Chuche)
  132. * Issue notes are now included in search
  133. * Added email sending test functionality
  134. * Added LDAPS support for LDAP authentication
  135. * Removed hard-coded URLs in mail templates
  136. * Subprojects are now grouped by projects in the navigation drop-down menu
  137. * Added a new value for date filters: this week
  138. * Added cache for application settings
  139. * Added Polish translation (Tomasz Gawryl)
  140. * Added Czech translation (Jan Kadlecek)
  141. * Added Romanian translation (Csongor Bartus)
  142. * Added Hebrew translation (Bob Builder)
  143. * Added Serbian translation (Dragan Matic)
  144. * Added Korean translation (Choi Jong Yoon)
  145. * Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations
  146. * Performance improvement on calendar and gantt
  147. * Fixed: wiki preview doesn’t work on long entries
  148. * Fixed: queries with multiple custom fields return no result
  149. * Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters
  150. * Fixed: URL with ~ broken in wiki formatting
  151. * Fixed: some quotation marks are rendered as strange characters in pdf
  152. == 2007-07-15 v0.5.1
  153. * per project forums added
  154. * added the ability to archive projects
  155. * added “Watch” functionality on issues. It allows users to receive notifications about issue changes
  156. * custom fields for issues can now be used as filters on issue list
  157. * added per user custom queries
  158. * commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings)
  159. * projects list now shows the list of public projects and private projects for which the user is a member
  160. * versions can now be created with no date
  161. * added issue count details for versions on Reports view
  162. * added time report, by member/activity/tracker/version and year/month/week for the selected period
  163. * each category can now be associated to a user, so that new issues in that category are automatically assigned to that user
  164. * added autologin feature (disabled by default)
  165. * optimistic locking added for wiki edits
  166. * added wiki diff
  167. * added the ability to destroy wiki pages (requires permission)
  168. * a wiki page can now be attached to each version, and displayed on the roadmap
  169. * attachments can now be added to wiki pages (original patch by Pavol Murin) and displayed online
  170. * added an option to see all versions in the roadmap view (including completed ones)
  171. * added basic issue relations
  172. * added the ability to log time when changing an issue status
  173. * account information can now be sent to the user when creating an account
  174. * author and assignee of an issue always receive notifications (even if they turned of mail notifications)
  175. * added a quick search form in page header
  176. * added 'me' value for 'assigned to' and 'author' query filters
  177. * added a link on revision screen to see the entire diff for the revision
  178. * added last commit message for each entry in repository browser
  179. * added the ability to view a file diff with free to/from revision selection.
  180. * text files can now be viewed online when browsing the repository
  181. * added basic support for other SCM: CVS (Ralph Vater), Mercurial and Darcs
  182. * added fragment caching for svn diffs
  183. * added fragment caching for calendar and gantt views
  184. * login field automatically focused on login form
  185. * subproject name displayed on issue list, calendar and gantt
  186. * added an option to choose the date format: language based or ISO 8601
  187. * added a simple mail handler. It lets users add notes to an existing issue by replying to the initial notification email.
  188. * a 403 error page is now displayed (instead of a blank page) when trying to access a protected page
  189. * added portuguese translation (Joao Carlos Clementoni)
  190. * added partial online help japanese translation (Ken Date)
  191. * added bulgarian translation (Nikolay Solakov)
  192. * added dutch translation (Linda van den Brink)
  193. * added swedish translation (Thomas Habets)
  194. * italian translation update (Alessio Spadaro)
  195. * japanese translation update (Satoru Kurashiki)
  196. * fixed: error on history atom feed when there’s no notes on an issue change
  197. * fixed: error in journalizing an issue with longtext custom fields (Postgresql)
  198. * fixed: creation of Oracle schema
  199. * fixed: last day of the month not included in project activity
  200. * fixed: files with an apostrophe in their names can't be accessed in SVN repository
  201. * fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000)
  202. * fixed: open/closed issue counts are always 0 on reports view (postgresql)
  203. * fixed: date query filters (wrong results and sql error with postgresql)
  204. * fixed: confidentiality issue on account/show (private project names displayed to anyone)
  205. * fixed: Long text custom fields displayed without line breaks
  206. * fixed: Error when editing the wokflow after deleting a status
  207. * fixed: SVN commit dates are now stored as local time
  208. == 2007-04-11 v0.5.0
  209. * added per project Wiki
  210. * added rss/atom feeds at project level (custom queries can be used as feeds)
  211. * added search engine (search in issues, news, commits, wiki pages, documents)
  212. * simple time tracking functionality added
  213. * added version due dates on calendar and gantt
  214. * added subprojects issue count on project Reports page
  215. * added the ability to copy an existing workflow when creating a new tracker
  216. * added the ability to include subprojects on calendar and gantt
  217. * added the ability to select trackers to display on calendar and gantt (Jeffrey Jones)
  218. * added side by side svn diff view (Cyril Mougel)
  219. * added back subproject filter on issue list
  220. * added permissions report in admin area
  221. * added a status filter on users list
  222. * support for password-protected SVN repositories
  223. * SVN commits are now stored in the database
  224. * added simple svn statistics SVG graphs
  225. * progress bars for roadmap versions (Nick Read)
  226. * issue history now shows file uploads and deletions
  227. * #id patterns are turned into links to issues in descriptions and commit messages
  228. * japanese translation added (Satoru Kurashiki)
  229. * chinese simplified translation added (Andy Wu)
  230. * italian translation added (Alessio Spadaro)
  231. * added scripts to manage SVN repositories creation and user access control using ssh+svn (Nicolas Chuche)
  232. * better calendar rendering time
  233. * fixed migration scripts to work with mysql 5 running in strict mode
  234. * fixed: error when clicking "add" with no block selected on my/page_layout
  235. * fixed: hard coded links in navigation bar
  236. * fixed: table_name pre/suffix support
  237. == 2007-02-18 v0.4.2
  238. * Rails 1.2 is now required
  239. * settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)
  240. * added project roadmap view
  241. * mail notifications added when a document, a file or an attachment is added
  242. * tooltips added on Gantt chart and calender to view the details of the issues
  243. * ability to set the sort order for roles, trackers, issue statuses
  244. * added missing fields to csv export: priority, start date, due date, done ratio
  245. * added total number of issues per tracker on project overview
  246. * 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-)
  247. * added back "fixed version" field on issue screen and in filters
  248. * project settings screen split in 4 tabs
  249. * custom fields screen split in 3 tabs (one for each kind of custom field)
  250. * multiple issues pdf export now rendered as a table
  251. * added a button on users/list to manually activate an account
  252. * added a setting option to disable "password lost" functionality
  253. * added a setting option to set max number of issues in csv/pdf exports
  254. * fixed: subprojects count is always 0 on projects list
  255. * fixed: locked users are proposed when adding a member to a project
  256. * fixed: setting an issue status as default status leads to an sql error with SQLite
  257. * fixed: unable to delete an issue status even if it's not used yet
  258. * fixed: filters ignored when exporting a predefined query to csv/pdf
  259. * fixed: crash when french "issue_edit" email notification is sent
  260. * fixed: hide mail preference not saved (my/account)
  261. * fixed: crash when a new user try to edit its "my page" layout
  262. == 2007-01-03 v0.4.1
  263. * fixed: emails have no recipient when one of the project members has notifications disabled
  264. == 2007-01-02 v0.4.0
  265. * simple SVN browser added (just needs svn binaries in PATH)
  266. * comments can now be added on news
  267. * "my page" is now customizable
  268. * more powerfull and savable filters for issues lists
  269. * improved issues change history
  270. * new functionality: move an issue to another project or tracker
  271. * new functionality: add a note to an issue
  272. * new report: project activity
  273. * "start date" and "% done" fields added on issues
  274. * project calendar added
  275. * gantt chart added (exportable to pdf)
  276. * single/multiple issues pdf export added
  277. * issues reports improvements
  278. * multiple file upload for issues, documents and files
  279. * option to set maximum size of uploaded files
  280. * textile formating of issue and news descritions (RedCloth required)
  281. * integration of DotClear jstoolbar for textile formatting
  282. * calendar date picker for date fields (LGPL DHTML Calendar http://sourceforge.net/projects/jscalendar)
  283. * new filter in issues list: Author
  284. * ajaxified paginators
  285. * news rss feed added
  286. * option to set number of results per page on issues list
  287. * localized csv separator (comma/semicolon)
  288. * csv output encoded to ISO-8859-1
  289. * user custom field displayed on account/show
  290. * default configuration improved (default roles, trackers, status, permissions and workflows)
  291. * language for default configuration data can now be chosen when running 'load_default_data' task
  292. * javascript added on custom field form to show/hide fields according to the format of custom field
  293. * fixed: custom fields not in csv exports
  294. * fixed: project settings now displayed according to user's permissions
  295. * fixed: application error when no version is selected on projects/add_file
  296. * fixed: public actions not authorized for members of non public projects
  297. * fixed: non public projects were shown on welcome screen even if current user is not a member
  298. == 2006-10-08 v0.3.0
  299. * user authentication against multiple LDAP (optional)
  300. * token based "lost password" functionality
  301. * user self-registration functionality (optional)
  302. * custom fields now available for issues, users and projects
  303. * new custom field format "text" (displayed as a textarea field)
  304. * project & administration drop down menus in navigation bar for quicker access
  305. * text formatting is preserved for long text fields (issues, projects and news descriptions)
  306. * urls and emails are turned into clickable links in long text fields
  307. * "due date" field added on issues
  308. * tracker selection filter added on change log
  309. * Localization plugin replaced with GLoc 1.1.0 (iconv required)
  310. * error messages internationalization
  311. * german translation added (thanks to Karim Trott)
  312. * data locking for issues to prevent update conflicts (using ActiveRecord builtin optimistic locking)
  313. * new filter in issues list: "Fixed version"
  314. * active filters are displayed with colored background on issues list
  315. * custom configuration is now defined in config/config_custom.rb
  316. * user object no more stored in session (only user_id)
  317. * news summary field is no longer required
  318. * tables and forms redesign
  319. * Fixed: boolean custom field not working
  320. * Fixed: error messages for custom fields are not displayed
  321. * Fixed: invalid custom fields should have a red border
  322. * Fixed: custom fields values are not validated on issue update
  323. * Fixed: unable to choose an empty value for 'List' custom fields
  324. * Fixed: no issue categories sorting
  325. * Fixed: incorrect versions sorting
  326. == 2006-07-12 - v0.2.2
  327. * Fixed: bug in "issues list"
  328. == 2006-07-09 - v0.2.1
  329. * new databases supported: Oracle, PostgreSQL, SQL Server
  330. * projects/subprojects hierarchy (1 level of subprojects only)
  331. * environment information display in admin/info
  332. * more filter options in issues list (rev6)
  333. * default language based on browser settings (Accept-Language HTTP header)
  334. * issues list exportable to CSV (rev6)
  335. * simple_format and auto_link on long text fields
  336. * more data validations
  337. * Fixed: error when all mail notifications are unchecked in admin/mail_options
  338. * Fixed: all project news are displayed on project summary
  339. * Fixed: Can't change user password in users/edit
  340. * Fixed: Error on tables creation with PostgreSQL (rev5)
  341. * Fixed: SQL error in "issue reports" view with PostgreSQL (rev5)
  342. == 2006-06-25 - v0.1.0
  343. * multiple users/multiple projects
  344. * role based access control
  345. * issue tracking system
  346. * fully customizable workflow
  347. * documents/files repository
  348. * email notifications on issue creation and update
  349. * multilanguage support (except for error messages):english, french, spanish
  350. * online manual in french (unfinished)