summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Use #get instead of #[] to read errors on the attribute.Jean-Philippe Lang2016-11-191-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15988 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the main menu for project related actions that support cross-project ↵Jean-Philippe Lang2016-11-192-4/+31
| | | | | | display. git-svn-id: http://svn.redmine.org/redmine/trunk@15983 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the regular "icon icon-*" for admin menu links (#24313).Jean-Philippe Lang2016-11-181-13/+23
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@15972 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show the entered value when it's not valid (#23996).Jean-Philippe Lang2016-11-181-0/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15971 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Introduce a setting to change the display format of timespans to h:mm (#23996).Jean-Philippe Lang2016-11-181-2/+14
| | | | | | Patch by Jens Kraemer. git-svn-id: http://svn.redmine.org/redmine/trunk@15965 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Code cleanup (#24007).Jean-Philippe Lang2016-11-183-16/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15964 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change plugins directory through the configuration.yml file (#24007).Jean-Philippe Lang2016-11-184-4/+17
| | | | | | Patch by Helder Manuel Torres Vieira. git-svn-id: http://svn.redmine.org/redmine/trunk@15963 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed left-over code comment.Jean-Philippe Lang2016-11-181-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15961 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Typo in class name (#24150).Jean-Philippe Lang2016-11-181-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15960 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add tablename to siblings query (#24296).Jean-Philippe Lang2016-11-181-1/+1
| | | | | | Patch by Danil Tashkinov. git-svn-id: http://svn.redmine.org/redmine/trunk@15958 e93f8b46-1217-0410-a6f0-8f06a7374b81
* acts_as_versioned use old style (Rails 2.x) of method call for #all (#24348).Jean-Philippe Lang2016-11-181-3/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15950 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moves blocks definition to Redmine::MyPage.Jean-Philippe Lang2016-10-292-32/+62
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15930 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't bulk edit file custom fields (#6719).Jean-Philippe Lang2016-10-231-0/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15923 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Option to specify allowed extensions for a file custom field (#6719).Jean-Philippe Lang2016-10-231-2/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15921 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds file custom field format (#6719).Jean-Philippe Lang2016-10-233-13/+142
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15917 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Autoloading Redmine::Scm::Adapters::CommandFailed might fail.Jean-Philippe Lang2016-10-202-2/+25
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15914 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates for 3.3.1.Jean-Philippe Lang2016-10-101-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15898 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r15891 (#23318).Jean-Philippe Lang2016-10-091-4/+1
| | | | | | Deadlocks with MySQL. git-svn-id: http://svn.redmine.org/redmine/trunk@15892 e93f8b46-1217-0410-a6f0-8f06a7374b81
* #lock_nested_set very slow on mysql with thousands of subtasks (#23318).Jean-Philippe Lang2016-10-081-1/+4
| | | | | | Patch by Stephane Evr. git-svn-id: http://svn.redmine.org/redmine/trunk@15891 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Encode values, not full URL (#23841).Jean-Philippe Lang2016-10-011-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15846 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Sudo-Mode refinements (#23587).Jean-Philippe Lang2016-09-031-1/+1
| | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@15813 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that new role does not have non member permissions as default (#23633).Jean-Philippe Lang2016-08-301-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15764 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "Log time" to global button menu (+) (#23639).Jean-Philippe Lang2016-08-301-0/+2
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@15760 e93f8b46-1217-0410-a6f0-8f06a7374b81
* New "Spent time" menu tab when spent time module is enabled on project (#23311).Jean-Philippe Lang2016-08-201-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15747 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds issue tracker and status columns and filters on spent time list (#23401).Jean-Philippe Lang2016-08-201-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15738 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-181-0/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15695 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't pass conditions to #delete_all.Jean-Philippe Lang2016-07-161-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15675 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use .around_action instead of .around_filter.Jean-Philippe Lang2016-07-141-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15658 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15655 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use .distinct instead of .uniq.Jean-Philippe Lang2016-07-143-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15654 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes a call to alias_method_chain.Jean-Philippe Lang2016-07-141-3/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15653 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes a call to alias_method_chain.Jean-Philippe Lang2016-07-141-3/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15652 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fully qualify the Version class in Redmine::Helpers::TimeReport (#23269).Jean-Philippe Lang2016-07-121-1/+1
| | | | | | Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@15645 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Makes spent time queries savable (#14790).Jean-Philippe Lang2016-07-121-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15639 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't generate urls with params.Jean-Philippe Lang2016-07-101-0/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15631 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't generate pagination links with params.Jean-Philippe Lang2016-07-101-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15627 e93f8b46-1217-0410-a6f0-8f06a7374b81
* When creating issues by receiving an email, watchers created via CC in the ↵Jean-Philippe Lang2016-07-091-0/+4
| | | | | | mail don't get an email notification (#23278). git-svn-id: http://svn.redmine.org/redmine/trunk@15609 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that empty Markdown image tag raises en error (#23246).Jean-Philippe Lang2016-07-061-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15607 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed deprecated pagination that no longer works.Jean-Philippe Lang2016-06-301-17/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15591 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ability to define a default assigned_to when receiving emails (#23020).Jean-Philippe Lang2016-06-181-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15547 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Custom field List Link values to URL breaks on entries with spaces (#23067).Jean-Philippe Lang2016-06-181-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15539 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow global versions to be shown outside of a project for version custom ↵Jean-Philippe Lang2016-06-181-7/+14
| | | | | | | | fields (#23083). Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@15536 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a setting for choosing the new object menu item style (#15880).Jean-Philippe Lang2016-06-111-1/+3
| | | | | | 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
* Don't skip condition if defined (#15880).Jean-Philippe Lang2016-06-111-2/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15507 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add link to add a new wiki page to "new object" menu (#15880).Jean-Philippe Lang2016-06-111-0/+2
| | | | | | Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@15506 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move "New issue" menu item to the new object menu (#15880).Jean-Philippe Lang2016-06-111-1/+5
| | | | | | Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@15505 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Keep the "new object" drop down open when the + sign was clicked (#15880).Jean-Philippe Lang2016-06-111-1/+2
| | | | | | | | For touch displays where :hover does not exist. Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@15504 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add virtual menu at the beginning of the project menu (#15880).Jean-Philippe Lang2016-06-111-0/+11
| | | | | | | | | It contains menu items for creating issue categories, versions, news, documents, and files. Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@15503 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Introduce virtual MenuNodes (#15880).Jean-Philippe Lang2016-06-111-2/+17
| | | | | | | | They are characterized by having a blank url. they will only be rendered if the user is authorized to see at least one of its children. they render as links which do nothing when clicked. Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@15501 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display view permissions first.Jean-Philippe Lang2016-06-051-13/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15467 e93f8b46-1217-0410-a6f0-8f06a7374b81