summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Added issues status changes on the activity view (initial patch by Cyril ↵Jean-Philippe Lang2007-11-084-3/+21
| | | | | | Mougel). git-svn-id: http://redmine.rubyforge.org/svn/trunk@892 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added forums topics on the activity view (disabled by default).Jean-Philippe Lang2007-11-071-2/+9
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@891 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: error when sorting the messages if there's only one board for the ↵Jean-Philippe Lang2007-11-071-2/+1
| | | | | | project. git-svn-id: http://redmine.rubyforge.org/svn/trunk@890 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Custom fields can now be displayed as columns on the issue list.Jean-Philippe Lang2007-11-074-20/+46
| | | | | | | Custom fields marked as "for all projects" can be added to the default columns of the issue list (in application settings). Project specific custom fields can be displayed on custom queries. git-svn-id: http://redmine.rubyforge.org/svn/trunk@889 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moved ProjectsController#list_news to NewsController#index.Jean-Philippe Lang2007-11-0513-280/+39
| | | | | | Removed FeedsController, issues and news feeds are now handled by issues and news controllers. git-svn-id: http://redmine.rubyforge.org/svn/trunk@888 e93f8b46-1217-0410-a6f0-8f06a7374b81
* ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf ↵Jean-Philippe Lang2007-11-0516-329/+280
| | | | | | merged into IssuesController#index git-svn-id: http://redmine.rubyforge.org/svn/trunk@887 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: <td> closed with a </th>Jean-Philippe Lang2007-11-051-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@886 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: <<me>> doesn't appear in the drop down filters on a project issue list.Jean-Philippe Lang2007-11-051-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@885 e93f8b46-1217-0410-a6f0-8f06a7374b81
* LDAP authentication: only ask for the user's DN if on-the-fly registration ↵Jean-Philippe Lang2007-11-041-1/+2
| | | | | | is disabled git-svn-id: http://redmine.rubyforge.org/svn/trunk@882 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed IssueStatus html_color attribute.Jean-Philippe Lang2007-11-042-5/+0
| | | | | | 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). git-svn-id: http://redmine.rubyforge.org/svn/trunk@881 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Pretty URL for the repository browser (Cyril Mougel)Jean-Philippe Lang2007-11-042-4/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@880 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added radio buttons on the documents list to sort documents by category, ↵Jean-Philippe Lang2007-11-044-9/+32
| | | | | | date, title or author. git-svn-id: http://redmine.rubyforge.org/svn/trunk@879 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mailer:Jean-Philippe Lang2007-11-0432-165/+138
| | | | | | | | | | * 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 git-svn-id: http://redmine.rubyforge.org/svn/trunk@877 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Activity view now uses events attributes.Jean-Philippe Lang2007-10-283-35/+6
| | | | | | Fixed: error on activity feed if it contains a document. git-svn-id: http://redmine.rubyforge.org/svn/trunk@876 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Some slight improvements in AJAX errors handling.Jean-Philippe Lang2007-10-282-3/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@874 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added the hability to copy an issue.Jean-Philippe Lang2007-10-286-21/+34
| | | | | | | | 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. git-svn-id: http://redmine.rubyforge.org/svn/trunk@873 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added AJAX based context menu on the project issue list that provide ↵Jean-Philippe Lang2007-10-285-4/+78
| | | | | | | | | 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. git-svn-id: http://redmine.rubyforge.org/svn/trunk@872 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: some quotation marks are rendered as strange characters in pdf.Jean-Philippe Lang2007-10-261-0/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@871 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added "Float" as a custom field format.Jean-Philippe Lang2007-10-254-18/+13
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@870 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Serbian translation added (Dragan Matic)Jean-Philippe Lang2007-10-251-0/+9
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@869 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: error when bulk editing with PostgresqlJean-Philippe Lang2007-10-232-6/+6
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@866 e93f8b46-1217-0410-a6f0-8f06a7374b81
* SCM browser: directories can now be collapsed and re-expanded with no ↵Jean-Philippe Lang2007-10-222-5/+5
| | | | | | additional request. git-svn-id: http://redmine.rubyforge.org/svn/trunk@863 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added a bit of AJAX on the SCM browser (tree view).Jean-Philippe Lang2007-10-223-17/+42
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@862 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Commit message parser:Jean-Philippe Lang2007-10-221-7/+6
| | | | | | | * Fixed: Error when parsing a commit message with duplicate issue identifiers * Strip referencing and fixing keywords git-svn-id: http://redmine.rubyforge.org/svn/trunk@861 e93f8b46-1217-0410-a6f0-8f06a7374b81
* SVN integration: reposman.rb can now register created repositories in ↵Jean-Philippe Lang2007-10-212-7/+10
| | | | | | | | 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). git-svn-id: http://redmine.rubyforge.org/svn/trunk@860 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed flashes style for IE6.Jean-Philippe Lang2007-10-212-5/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@859 e93f8b46-1217-0410-a6f0-8f06a7374b81
* * Emails footer can now be customized from the admin interface (Admin -> ↵Jean-Philippe Lang2007-10-2121-6/+60
| | | | | | | | Email notifications). * Added html part to all email templates. git-svn-id: http://redmine.rubyforge.org/svn/trunk@858 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added status and priority related classes for each row on the issue list so ↵Jean-Philippe Lang2007-10-202-2/+2
| | | | | | that a custom theme can colorize issues by priority or status. git-svn-id: http://redmine.rubyforge.org/svn/trunk@857 e93f8b46-1217-0410-a6f0-8f06a7374b81
* More flexible mail notifications settings at user level. A user has now 3 ↵Jean-Philippe Lang2007-10-209-72/+118
| | | | | | | | | | 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) git-svn-id: http://redmine.rubyforge.org/svn/trunk@855 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: LDAP authentication crashes if one of the LDAP attributes name is ↵Jean-Philippe Lang2007-10-191-1/+1
| | | | | | | | left blank on the LDAP setup screen. When not checking "On-the-fly" register, the 3 optional fields can now be safely left blank. git-svn-id: http://redmine.rubyforge.org/svn/trunk@854 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: unable to add a file to an issue without entering a note.Jean-Philippe Lang2007-10-193-16/+21
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@853 e93f8b46-1217-0410-a6f0-8f06a7374b81
* New document form can be accessed from the document list with no additional ↵Jean-Philippe Lang2007-10-185-8/+24
| | | | | | request. git-svn-id: http://redmine.rubyforge.org/svn/trunk@851 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added the ability to unassign issues with bulk edit.Jean-Philippe Lang2007-10-182-2/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@850 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed issue assignment validation to avoid validation failure when ↵Jean-Philippe Lang2007-10-182-6/+0
| | | | | | updating the issue and if the assignee is no longer a member of the project. git-svn-id: http://redmine.rubyforge.org/svn/trunk@848 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added LDAPS support migration and fixed connection test flash messages.Jean-Philippe Lang2007-10-161-2/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@845 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added LDAPS support for LDAP authentication.Jean-Philippe Lang2007-10-162-2/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@844 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: log is not displayed when browsing a copy in a svn repository.Jean-Philippe Lang2007-10-155-7/+17
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@843 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Search engine: added a checkbox to search titles only (usefull when ↵Jean-Philippe Lang2007-10-152-6/+13
| | | | | | searching on common words). git-svn-id: http://redmine.rubyforge.org/svn/trunk@842 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Search engine:Jean-Philippe Lang2007-10-152-2/+7
| | | | | | | * results are now displayed using different colors for tokens highlighting * added label tag around "all words" checkbox git-svn-id: http://redmine.rubyforge.org/svn/trunk@841 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: 'Issues' table shows weird date for 'Start' and 'Due date' columnsJean-Philippe Lang2007-10-151-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@840 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Slight style change on plugin configuration view.Jean-Philippe Lang2007-10-131-0/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@837 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed inconsistent user manual stuff (html/docbook content and ↵Jean-Philippe Lang2007-10-133-63/+1
| | | | | | | | controller). Help link now points to the Redmine guide which will be more easy to maintain. Also removed the useless components directory. git-svn-id: http://redmine.rubyforge.org/svn/trunk@835 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed translated email templates attachments_added and document_added (no ↵Jean-Philippe Lang2007-10-1231-130/+24
| | | | | | longer usefull). git-svn-id: http://redmine.rubyforge.org/svn/trunk@834 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added html part to news_added mail.Jean-Philippe Lang2007-10-122-1/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@833 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moved translated strings of 'register' and 'lost password' mail templates to ↵Jean-Philippe Lang2007-10-1222-64/+2
| | | | | | lang files. git-svn-id: http://redmine.rubyforge.org/svn/trunk@832 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Status can now be updated when bulk editing issues.Jean-Philippe Lang2007-10-123-4/+24
| | | | | | 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. git-svn-id: http://redmine.rubyforge.org/svn/trunk@831 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Gantt chart:Jean-Philippe Lang2007-10-111-4/+12
| | | | | | | * now starts at the current month by default * month count and zoom factor are automatically saved as user preferences git-svn-id: http://redmine.rubyforge.org/svn/trunk@829 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: unable to change how many months are displayed on the gantt.Jean-Philippe Lang2007-10-111-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@828 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulk editing:Jean-Philippe Lang2007-10-111-2/+7
| | | | | | | * Fixed: Done ratio always set to 0 even if (No change) is selected * Added mail notifications git-svn-id: http://redmine.rubyforge.org/svn/trunk@826 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulk editing:Jean-Philippe Lang2007-10-111-5/+5
| | | | | | | * Fixed: Done ratio always set to 0 even if (No change) is selected * Added mail notifications git-svn-id: http://redmine.rubyforge.org/svn/trunk@825 e93f8b46-1217-0410-a6f0-8f06a7374b81