summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fixed: a user not authorized to edit wiki pages gets the edit form if the ↵Jean-Philippe Lang2007-10-101-2/+7
| | | | | | page doesn't exist. He now gets a 404. git-svn-id: http://redmine.rubyforge.org/svn/trunk@823 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added custom fields in issue related mail notifications.Jean-Philippe Lang2007-10-104-6/+20
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@822 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added the ability to set the "done ratio" of issues fixed by commit ↵Jean-Philippe Lang2007-10-102-1/+4
| | | | | | (original path by Nikolay Solakov, slightly edited). git-svn-id: http://redmine.rubyforge.org/svn/trunk@821 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Bulk edit doesn't change the category or fixed version properties.Jean-Philippe Lang2007-10-101-0/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@820 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added basic Theme support.Jean-Philippe Lang2007-10-101-0/+3
| | | | | | | Theme is set at application level (in Admin -> Settings). For now, themes can override stylesheets only (application.css). git-svn-id: http://redmine.rubyforge.org/svn/trunk@818 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added 'Bulk edit' functionality.Jean-Philippe Lang2007-10-096-7/+85
| | | | | | | | 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). git-svn-id: http://redmine.rubyforge.org/svn/trunk@817 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Calendar:Jean-Philippe Lang2007-10-075-108/+51
| | | | | | | * 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) git-svn-id: http://redmine.rubyforge.org/svn/trunk@815 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Default encodings for repository files can now be set in application ↵Jean-Philippe Lang2007-10-074-6/+23
| | | | | | | | | 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). git-svn-id: http://redmine.rubyforge.org/svn/trunk@814 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: improper 0x5c char handling in PDF output (Go Maeda).Jean-Philippe Lang2007-10-061-2/+5
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@813 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added preview on add/edit issue form.Jean-Philippe Lang2007-10-066-5/+40
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@812 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Content of projects/add_issue.rhtml and issues/edit.rhtml moved to a shared ↵Jean-Philippe Lang2007-10-063-93/+55
| | | | | | partial. git-svn-id: http://redmine.rubyforge.org/svn/trunk@811 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged IssuesController#export_pdf into IssuesController#show.Jean-Philippe Lang2007-10-054-20/+24
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@810 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Sligth changes on my page issue tables and wiki history, changesets tables.Jean-Philippe Lang2007-10-054-9/+9
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@808 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added label tags on role form permission checkboxes.Jean-Philippe Lang2007-10-051-2/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@806 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Title with non-ascii characters breaks wikiJean-Philippe Lang2007-10-051-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@805 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added some accesskeys:Jean-Philippe Lang2007-10-057-6/+18
| | | | | | | | | | * e => edit * r => preview * f => quick search * 4 => search git-svn-id: http://redmine.rubyforge.org/svn/trunk@804 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added default value for enumerations.Jean-Philippe Lang2007-10-054-7/+23
| | | | | | Only default issue priority is actually used. git-svn-id: http://redmine.rubyforge.org/svn/trunk@803 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Issues sorted by priority position.Jean-Philippe Lang2007-10-042-3/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@801 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added position on Enumeration model.Jean-Philippe Lang2007-10-043-27/+54
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@800 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: pagination broken on news list with Opera.Jean-Philippe Lang2007-10-031-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@797 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: can't select columns when creating a new query.Jean-Philippe Lang2007-10-033-8/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@795 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Performance improvement on calendar and gantt (about 45% on gantt for large ↵Jean-Philippe Lang2007-10-038-12/+21
| | | | | | | | number of issues). Partial issues/_tooltip is replaced by an helper and some translated strings are now cached. git-svn-id: http://redmine.rubyforge.org/svn/trunk@794 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Small fix in project activity feed.Jean-Philippe Lang2007-10-011-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@793 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added label tags on various checkboxes.Jean-Philippe Lang2007-10-015-9/+9
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@789 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't show attributes on role form for built-in roles.Jean-Philippe Lang2007-10-012-3/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@788 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed ProjectsController#feeds. This view was incomplete and inconsistent ↵Jean-Philippe Lang2007-10-013-49/+1
| | | | | | | | with permissions. Feeds can still be accessed from the corresponding screens (eg. news feed is accessible from the news view). git-svn-id: http://redmine.rubyforge.org/svn/trunk@787 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moved media print specific styles to application.css (print.css removed).Jean-Philippe Lang2007-10-011-2/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@786 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Default columns displayed on the issue list can now be selected at ↵Jean-Philippe Lang2007-10-012-13/+20
| | | | | | | | application level. Saved queries can overide this selection. git-svn-id: http://redmine.rubyforge.org/svn/trunk@785 e93f8b46-1217-0410-a6f0-8f06a7374b81