summaryrefslogtreecommitdiffstats
path: root/app/views/settings
Commit message (Collapse)AuthorAgeFilesLines
* Makes the text "Enable regular expressions" clickable (#5864).Jean-Philippe Lang2016-12-161-1/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16079 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Optional Regex delimiters to truncate incoming emails (#5864).Jean-Philippe Lang2016-12-132-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16065 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a setting to enable/disable formatting of commit messages (#22758).Jean-Philippe Lang2016-12-121-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16062 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Introduce a setting to change the display format of timespans to h:mm (#23996).Jean-Philippe Lang2016-11-181-0/+2
| | | | | | Patch by Jens Kraemer. git-svn-id: http://svn.redmine.org/redmine/trunk@15965 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a setting for choosing the new object menu item style (#15880).Jean-Philippe Lang2016-06-111-1/+1
| | | | | | Set to use the new "+" drop-down by default, but let users revert to the "New issue" tab, or no menu item at all. git-svn-id: http://svn.redmine.org/redmine/trunk@15508 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Restores the "New issue" tab in the project menu and makes it optional (#6204).Jean-Philippe Lang2016-05-091-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15407 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Improve accessibility for icon-only links by adding hidden text (#21805).Jean-Philippe Lang2016-03-201-4/+6
| | | | | | Patch by Daniel Ritz. git-svn-id: http://svn.redmine.org/redmine/trunk@15271 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Harmonize setting labels (#21421).Jean-Philippe Lang2016-02-052-3/+2
| | | | | | | For every setting, there should always is be a "setting_%{label} Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@15146 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace uses of image_tag() with CSS (#21256).Jean-Philippe Lang2016-01-201-8/+7
| | | | | | | | | | | | | * Replace image_tag() with CSS classes * Create some CSS classes where necessary * Change "check all" positioned on the right in "Trackers -> Summary" and "Roles -> Permissions report" instead of left like in "Worfklow" * Add missing title attribute in a few places * Makes some lines shorter while at it Patch by Daniel Ritz. git-svn-id: http://svn.redmine.org/redmine/trunk@15068 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Option to show email adresses by default for new users (#21447).Jean-Philippe Lang2015-12-131-0/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14974 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Files upload restriction by files extensions (#20008).Jean-Philippe Lang2015-11-011-0/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14792 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds 4h, 8h and 12h as options for session maximum lifetime (#20933).Jean-Philippe Lang2015-10-071-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14647 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moves attachments settings to a new tab.Jean-Philippe Lang2015-10-062-8/+15
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14646 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds options to display totals on the issue list (#1561).Jean-Philippe Lang2015-10-041-0/+5
| | | | | | Works for estimated hours, spent hours and any numeric custom field. git-svn-id: http://svn.redmine.org/redmine/trunk@14642 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moved API settings to their own tab.Jean-Philippe Lang2015-10-012-4/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14636 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a named route for test email.Jean-Philippe Lang2015-06-291-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14391 e93f8b46-1217-0410-a6f0-8f06a7374b81
* The test email action should only be accessible with POST (#20203).Jean-Philippe Lang2015-06-291-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14389 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a setting to control done ratio on parent tasks (#5490).Jean-Philippe Lang2015-05-251-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14270 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds settings to control start/due dates and priority on parent tasks (#5490).Jean-Philippe Lang2015-05-251-0/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14269 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add the ability to expire passwords after a configurable number of days ↵Jean-Philippe Lang2015-05-101-0/+4
| | | | | | | | (#19458). Patch by Holger Just and Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14264 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds the date format for ambiguous dates (#19243).Jean-Philippe Lang2015-03-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14048 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make search results per page configurable (#19005).Jean-Philippe Lang2015-02-071-0/+2
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@13962 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13886 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Configurable behavour for linking issues on copy (#18500).Jean-Philippe Lang2014-11-291-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13668 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed duplicate element ids.Jean-Philippe Lang2014-11-231-4/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13644 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use an handler instead of onsubmit attribute.Jean-Philippe Lang2014-11-181-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13616 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds settings for disabling browser language detection and language ↵Jean-Philippe Lang2014-01-241-0/+4
| | | | | | preference (#2691). git-svn-id: http://svn.redmine.org/redmine/trunk@12691 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from app/views/settings/_repositories.html.erbToshi MARUYAMA2014-01-101-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12613 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from app/views/settings/_projects.html.erbToshi MARUYAMA2014-01-101-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12610 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code format cleanup app/views/settings/_repositories.html.erbToshi MARUYAMA2014-01-101-6/+34
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12609 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds an option for formatter display name.Jean-Philippe Lang2013-12-231-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12450 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ability to define commit keywords per tracker (#7590).Jean-Philippe Lang2013-10-131-4/+7
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12208 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Support for multiple issue update keywords/rules in commit messages (#4911).Jean-Philippe Lang2013-10-051-14/+44
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12197 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Exclude attachments from incoming emails based on file name (#3413).Jean-Philippe Lang2013-09-291-0/+5
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12167 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds missing html titles (#14517).Jean-Philippe Lang2013-07-281-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12050 e93f8b46-1217-0410-a6f0-8f06a7374b81
* replace tabs to spaces and fix indents at ↵Toshi MARUYAMA2013-03-151-13/+13
| | | | | | app/views/settings/_repositories.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11625 e93f8b46-1217-0410-a6f0-8f06a7374b81
* replace tabs to spaces at app/views/settings/_issues.html.erbToshi MARUYAMA2013-03-151-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11624 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds an helper for rendering query columns selection.Jean-Philippe Lang2013-02-231-5/+3
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11452 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Possibility to define the default enable trackers when creating a project ↵Jean-Philippe Lang2013-02-151-0/+3
| | | | | | (#13175). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11394 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make JSONP support optional and disabled by default (#12992).Jean-Philippe Lang2013-01-261-0/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11272 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Plugin settings div should perhaps have 'settings' CSS class (#12910).Jean-Philippe Lang2013-01-201-1/+1
| | | | | | Patch by Harry Garrood. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11217 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds STI to Query model. Issue queries are now IssueQuery instances.Jean-Philippe Lang2012-12-091-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10964 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10917 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Non working days is an array of strings (#2161).Jean-Philippe Lang2012-10-291-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10749 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ignore non-working days when rescheduling an issue (#2161).Jean-Philippe Lang2012-10-291-0/+2
| | | | | | Weekly non-working days can be configured in application settings (set to saturday and sunday by default). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10747 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a setting to allow subtasks to belong to other projects (#5487).Jean-Philippe Lang2012-10-101-0/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10587 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed legend tag position.Jean-Philippe Lang2012-07-291-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10130 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add labels on SCMs.Jean-Philippe Lang2012-07-291-0/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10126 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed duplicate ids.Jean-Philippe Lang2012-07-291-6/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10125 e93f8b46-1217-0410-a6f0-8f06a7374b81
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-222-5/+5
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10068 e93f8b46-1217-0410-a6f0-8f06a7374b81