Commit Graph

  • 8509cf80f0 ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf merged into IssuesController#index Jean-Philippe Lang 2007-11-05 18:38:42 +00:00
  • 26a1ae4808 Fixed: <td> closed with a </th> Jean-Philippe Lang 2007-11-05 17:33:28 +00:00
  • 040cfa6ae2 Fixed: <<me>> doesn't appear in the drop down filters on a project issue list. Jean-Philippe Lang 2007-11-05 17:30:45 +00:00
  • 3fa3b14afe tagged version 0.6.0 0.6.0 Jean-Philippe Lang 2007-11-04 14:05:15 +00:00
  • d0af24870e Slight changes for 0.6.0 release. Jean-Philippe Lang 2007-11-04 13:19:42 +00:00
  • 308118ce97 LDAP authentication: only ask for the user's DN if on-the-fly registration is disabled Jean-Philippe Lang 2007-11-04 11:49:03 +00:00
  • 7535c211d5 Removed IssueStatus html_color attribute. Issue list colorization can be done using a custom theme. Each row is given a class that correspond to the issue status (eg. status-1 where 1 is the status position). Jean-Philippe Lang 2007-11-04 11:40:17 +00:00
  • d46e3a501e Pretty URL for the repository browser (Cyril Mougel) Jean-Philippe Lang 2007-11-04 11:20:21 +00:00
  • d4e47d5d64 Added radio buttons on the documents list to sort documents by category, date, title or author. Jean-Philippe Lang 2007-11-04 11:15:04 +00:00
  • 11cf016c58 Added Korean translation (Choi Jong Yoon) Updated Japanese translation (Go Maeda) Jean-Philippe Lang 2007-11-04 10:59:37 +00:00
  • bd434427e6 Mailer: * added an application setting to specify the application protocol (http or https) used to generate urls * added layouts for text and html emails * no more language specific templates * urls are now generated using UrlWriter * the mailer now uses AdvAttrAccessor code style to set email parameters Jean-Philippe Lang 2007-11-04 10:43:39 +00:00
  • 4ded4277c5 Activity view now uses events attributes. Fixed: error on activity feed if it contains a document. Jean-Philippe Lang 2007-10-28 16:13:39 +00:00
  • b60bedafc0 Added a missing string to lang files. Jean-Philippe Lang 2007-10-28 15:07:10 +00:00
  • 9a3d743ae5 Some slight improvements in AJAX errors handling. Jean-Philippe Lang 2007-10-28 15:04:17 +00:00
  • 0af6f34758 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. The Copy functionality is of course only available if the user is allowed to create an issue. It copies the issue attributes and the custom fields values. Jean-Philippe Lang 2007-10-28 14:31:59 +00:00
  • bb4acc02d0 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. The context menu shows up when right-clicking an issue (Opera users have to use Ctrl + left-click instead since right-click can't be reassigned for this browser). Works with Firefox 2, IE 7 (not perfect), Opera 9 and Safari 2. IE 6 doesn't display submenus. Jean-Philippe Lang 2007-10-28 10:55:59 +00:00
  • d9e6359a83 Fixed: some quotation marks are rendered as strange characters in pdf. Jean-Philippe Lang 2007-10-26 16:35:27 +00:00
  • 8610b191ae Added "Float" as a custom field format. Jean-Philippe Lang 2007-10-25 17:38:05 +00:00
  • 01ef9f12c8 Serbian translation added (Dragan Matic) Jean-Philippe Lang 2007-10-25 16:49:06 +00:00
  • 24ec30b10c SCM browser: * open subfolders are preserved when collapsing/re-expanding a folder * prevent a folder to be loaded twice if double-clicked while loading Jean-Philippe Lang 2007-10-23 20:42:15 +00:00
  • 152a5da64d SCM browser: * js code improvement (was very slow when collapsing a folder with a lot of entries) * folder icons changed Jean-Philippe Lang 2007-10-23 19:07:59 +00:00
  • 295e8c86ab Fixed: error when bulk editing with Postgresql Jean-Philippe Lang 2007-10-23 17:15:00 +00:00
  • 5d1d778ed5 Removed 'not null' constraint on position fields. Previous migrations updated for new sqlite databases. Jean-Philippe Lang 2007-10-22 21:07:29 +00:00
  • 8f7f305f7c Removed 'not null' constraint on position fields. Previous migrations updated for new sqlite databases. Jean-Philippe Lang 2007-10-22 21:07:13 +00:00
  • 33003e5b2d SCM browser: directories can now be collapsed and re-expanded with no additional request. Jean-Philippe Lang 2007-10-22 19:34:21 +00:00
  • 8ca4d35dcc Added a bit of AJAX on the SCM browser (tree view). Jean-Philippe Lang 2007-10-22 17:45:41 +00:00
  • b30b6717a2 Commit message parser: * Fixed: Error when parsing a commit message with duplicate issue identifiers * Strip referencing and fixing keywords Jean-Philippe Lang 2007-10-22 16:52:36 +00:00
  • cedca57620 SVN integration: reposman.rb can now register created repositories in Redmine, so that the administrator doesn't have to enter the repository url in Redmine once it's created. To do so, use the --url option when running reposman (see reposman help). Jean-Philippe Lang 2007-10-21 16:26:14 +00:00
  • 0d605006a3 Fixed flashes style for IE6. Jean-Philippe Lang 2007-10-21 14:30:01 +00:00
  • a200e97667 * Emails footer can now be customized from the admin interface (Admin -> Email notifications). * Added html part to all email templates. Jean-Philippe Lang 2007-10-21 14:10:07 +00:00
  • 2ee11c9089 Added status and priority related classes for each row on the issue list so that a custom theme can colorize issues by priority or status. Jean-Philippe Lang 2007-10-20 16:47:10 +00:00
  • 01105966d9 More accurate vertical positioning of #main-menu Jean-Philippe Lang 2007-10-20 15:09:32 +00:00
  • 90d33c3e51 More flexible mail notifications settings at user level. A user has now 3 options: * notification on any event on all his projects * notification on any event on selected projects only (if the user belongs to more than 1 project) * notification only for things that he watches or he is involded in (eg. issues that he watches or he is author or assignee) Jean-Philippe Lang 2007-10-20 12:47:05 +00:00
  • eacd050630 Fixed: LDAP authentication crashes if one of the LDAP attributes name is left blank on the LDAP setup screen. When not checking "On-the-fly" register, the 3 optional fields can now be safely left blank. Jean-Philippe Lang 2007-10-19 19:36:42 +00:00
  • 0e4e0a795a Fixed: unable to add a file to an issue without entering a note. Jean-Philippe Lang 2007-10-19 19:09:47 +00:00
  • ecfc40629f Quote subversion username and password in svn commands. Jean-Philippe Lang 2007-10-19 17:59:59 +00:00
  • 0006c5f3b0 New document form can be accessed from the document list with no additional request. Jean-Philippe Lang 2007-10-18 16:59:28 +00:00
  • 3c42abe07e Added the ability to unassign issues with bulk edit. Jean-Philippe Lang 2007-10-18 16:29:23 +00:00
  • 11cc0a4857 Updated Polish translation (Mariusz Olejnik) Jean-Philippe Lang 2007-10-18 16:12:13 +00:00
  • 11f7a13971 Removed issue assignment validation to avoid validation failure when updating the issue and if the assignee is no longer a member of the project. Jean-Philippe Lang 2007-10-18 16:07:36 +00:00
  • d10e9f1157 Disallow /repositories/diff in robots.txt Jean-Philippe Lang 2007-10-17 19:18:20 +00:00
  • f3eeff03c4 Added Hebrew translation (Bob Builder). Updated Bulgarian translation (Nikolay Solakov). Jean-Philippe Lang 2007-10-16 20:11:17 +00:00
  • 49eb65e925 Added LDAPS support migration and fixed connection test flash messages. Jean-Philippe Lang 2007-10-16 19:19:10 +00:00
  • 4c509c9423 Added LDAPS support for LDAP authentication. Jean-Philippe Lang 2007-10-16 19:09:21 +00:00
  • 9ce5713ee4 Fixed: log is not displayed when browsing a copy in a svn repository. Jean-Philippe Lang 2007-10-15 18:41:27 +00:00
  • b9cc65db61 Search engine: added a checkbox to search titles only (usefull when searching on common words). Jean-Philippe Lang 2007-10-15 16:53:39 +00:00
  • 74ecb37be6 Search engine: * results are now displayed using different colors for tokens highlighting * added label tag around "all words" checkbox Jean-Philippe Lang 2007-10-15 16:15:20 +00:00
  • 7d54215ccb Fixed: 'Issues' table shows weird date for 'Start' and 'Due date' columns Jean-Philippe Lang 2007-10-15 15:58:53 +00:00
  • 58b67fa914 Added reposman Ruby version (Nicolas Chuche). Jean-Philippe Lang 2007-10-14 17:27:04 +00:00
  • f55a5e4572 Slight style change on plugin configuration view. Jean-Philippe Lang 2007-10-13 14:11:06 +00:00
  • a53c86f063 Removed inconsistent user manual stuff (html/docbook content and controller). Help link now points to the Redmine guide which will be more easy to maintain. Also removed the useless components directory. Jean-Philippe Lang 2007-10-13 10:30:24 +00:00
  • dead6a28f8 Removed translated email templates attachments_added and document_added (no longer usefull). Jean-Philippe Lang 2007-10-12 18:04:56 +00:00
  • 0682b8cfc4 Added html part to news_added mail. Jean-Philippe Lang 2007-10-12 17:22:18 +00:00
  • 4b3ff7af50 Moved translated strings of 'register' and 'lost password' mail templates to lang files. Jean-Philippe Lang 2007-10-12 16:28:06 +00:00
  • 65e05d822a Status can now be updated when bulk editing issues. Workflow permissions are applied as when changing the status of a single issue. The issue is not saved (and an error is displayed) if the status transition is not allowed for the user. Jean-Philippe Lang 2007-10-12 15:55:06 +00:00
  • bce286f458 Fixed: Can not set 'No change' value for commit_fix_done_ratio setting. Jean-Philippe Lang 2007-10-12 15:11:10 +00:00
  • b950caa21e Gantt chart: * now starts at the current month by default * month count and zoom factor are automatically saved as user preferences Jean-Philippe Lang 2007-10-11 20:57:37 +00:00
  • 3a0cd55622 Fixed: unable to change how many months are displayed on the gantt. Jean-Philippe Lang 2007-10-11 20:38:49 +00:00
  • f7daee47a6 Updated Japanese translation (Go Maeda). Jean-Philippe Lang 2007-10-11 17:32:09 +00:00
  • 7486125e6d Bulk editing: * Fixed: Done ratio always set to 0 even if (No change) is selected * Added mail notifications Jean-Philippe Lang 2007-10-11 17:20:23 +00:00
  • ff2e031400 Bulk editing: * Fixed: Done ratio always set to 0 even if (No change) is selected * Added mail notifications Jean-Philippe Lang 2007-10-11 17:20:02 +00:00
  • 2ce184d1de Added revision number in Redmine::VERSION (the revision number is read from .svn/entries if it exists). Jean-Philippe Lang 2007-10-11 16:59:08 +00:00
  • 3844e4bca8 Fixed: a user not authorized to edit wiki pages gets the edit form if the page doesn't exist. He now gets a 404. Jean-Philippe Lang 2007-10-10 21:18:10 +00:00
  • 38f540a701 Added custom fields in issue related mail notifications. Jean-Philippe Lang 2007-10-10 19:43:54 +00:00
  • 5f10cc8673 Added the ability to set the "done ratio" of issues fixed by commit (original path by Nikolay Solakov, slightly edited). Jean-Philippe Lang 2007-10-10 18:56:59 +00:00
  • 45203143c1 Fixed: Bulk edit doesn't change the category or fixed version properties. Jean-Philippe Lang 2007-10-10 18:08:49 +00:00
  • 6b63889fcd Added missing string in lang files. Jean-Philippe Lang 2007-10-10 17:27:14 +00:00
  • 824a67ab5a Added basic Theme support. Theme is set at application level (in Admin -> Settings). For now, themes can override stylesheets only (application.css). Jean-Philippe Lang 2007-10-10 17:17:37 +00:00
  • 2c4647f8c6 Added 'Bulk edit' functionality. This can be done by clicking on the edit link (little pen icon) at the upper-left corner of the issue list. Most properties can be set (priority, assignee, category, fixed version, start and due dates, done ratio) and a note can be entered. Only issues of the current project can be selected for bulk edit (subproject issues can't). Jean-Philippe Lang 2007-10-09 19:07:19 +00:00
  • df631e8c06 Set enumeration positions and default priority (Normal) in default configuration data. Jean-Philippe Lang 2007-10-08 16:58:52 +00:00
  • ec51cdd0f9 Calendar: * added an helper and moved the rendering code to a shared partial (used by project calendar and my calendar) * first day of week can now be set in lang files (general_first_day_of_week) Jean-Philippe Lang 2007-10-07 20:07:11 +00:00
  • cdb2781b48 Default encodings for repository files can now be set in application settings (Admin -> Settings -> Repositories encodings). These encodings are used to convert files content and diff to UTF-8 so that they're properly displayed. Multiple values are allowed (comma separated). Jean-Philippe Lang 2007-10-07 15:21:40 +00:00
  • bb724e75c0 Fixed: improper 0x5c char handling in PDF output (Go Maeda). Jean-Philippe Lang 2007-10-06 14:27:35 +00:00
  • 5259dec061 Added preview on add/edit issue form. Jean-Philippe Lang 2007-10-06 08:54:05 +00:00
  • 75c4c4f6b3 Content of projects/add_issue.rhtml and issues/edit.rhtml moved to a shared partial. Jean-Philippe Lang 2007-10-06 08:08:29 +00:00
  • fa094a3fe5 Merged IssuesController#export_pdf into IssuesController#show. Jean-Philippe Lang 2007-10-05 23:17:49 +00:00
  • 31467731fa Fixed: Migration 71 broken if run with code >= r803 (Enumeration#before_save relies on an attribute added in migration 72). Jean-Philippe Lang 2007-10-05 22:53:26 +00:00
  • 57d3dd3b80 Sligth changes on my page issue tables and wiki history, changesets tables. Jean-Philippe Lang 2007-10-05 20:34:21 +00:00
  • 26528d1004 'Manage repository' permission requires to be a project member. Jean-Philippe Lang 2007-10-05 20:08:46 +00:00
  • df8945177a Added label tags on role form permission checkboxes. Jean-Philippe Lang 2007-10-05 20:06:53 +00:00
  • 69c2965051 Fixed: Title with non-ascii characters breaks wiki Jean-Philippe Lang 2007-10-05 19:33:25 +00:00
  • e8971e5f83 Added some accesskeys: * e => edit * r => preview * f => quick search * 4 => search Jean-Philippe Lang 2007-10-05 18:05:41 +00:00
  • 73dba2ac04 Added default value for enumerations. Only default issue priority is actually used. Jean-Philippe Lang 2007-10-05 17:44:15 +00:00
  • fd7910efc9 Added wiki_syntax.html Japanese translation (Motohiro Takayama). Jean-Philippe Lang 2007-10-04 18:59:21 +00:00
  • 185547af69 Issues sorted by priority position. Jean-Philippe Lang 2007-10-04 17:15:55 +00:00
  • c216ab325b Added position on Enumeration model. Jean-Philippe Lang 2007-10-04 17:04:50 +00:00
  • 479b9b5433 Updated Japanese translation (Go Maeda). Jean-Philippe Lang 2007-10-03 19:02:07 +00:00
  • f6f1fee92f Updated Spanish translation (Manuel Garcia Ortega). Jean-Philippe Lang 2007-10-03 18:59:08 +00:00
  • a32d6a49c0 Fixed: pagination broken on news list with Opera. Jean-Philippe Lang 2007-10-03 18:43:38 +00:00
  • 586231067b Fixed: URL with ~ broken in wiki formatting. All RedCloth quick phrase modifiers are now limited to a single line. Jean-Philippe Lang 2007-10-03 18:00:50 +00:00
  • cb8bee3a4e Fixed: can't select columns when creating a new query. Jean-Philippe Lang 2007-10-03 17:38:18 +00:00
  • 20b4e226fe Performance improvement on calendar and gantt (about 45% on gantt for large number of issues). Partial issues/_tooltip is replaced by an helper and some translated strings are now cached. Jean-Philippe Lang 2007-10-03 17:20:04 +00:00
  • c3e3a1891b Small fix in project activity feed. Jean-Philippe Lang 2007-10-01 18:49:31 +00:00
  • 47e7ceacd7 Better handling of external link style assignment. Jean-Philippe Lang 2007-10-01 17:45:40 +00:00
  • 48fb20f540 Fixed TOC positionning in wiki pages. Jean-Philippe Lang 2007-10-01 16:46:46 +00:00
  • 0fc93a1197 Span caps turned off in textile formatting. Jean-Philippe Lang 2007-10-01 15:25:31 +00:00
  • 0f966dbcfd Added label tags on various checkboxes. Jean-Philippe Lang 2007-10-01 15:22:03 +00:00
  • ca094446b3 Don't show attributes on role form for built-in roles. Jean-Philippe Lang 2007-10-01 14:00:38 +00:00
  • 50096526bc Removed ProjectsController#feeds. This view was incomplete and inconsistent with permissions. Feeds can still be accessed from the corresponding screens (eg. news feed is accessible from the news view). Jean-Philippe Lang 2007-10-01 13:13:04 +00:00
  • c6e8cf5c21 Moved media print specific styles to application.css (print.css removed). Jean-Philippe Lang 2007-10-01 12:36:38 +00:00