summaryrefslogtreecommitdiffstats
path: root/test/functional
Commit message (Expand)AuthorAgeFilesLines
* Optional Regex delimiters to truncate incoming emails (#5864).Jean-Philippe Lang2016-12-131-0/+29
* Don't use assert_equal nil.Jean-Philippe Lang2016-12-121-1/+5
* Adds a setting to enable/disable formatting of commit messages (#22758).Jean-Philippe Lang2016-12-121-0/+10
* Use assert_nil instead of assert_equal.Jean-Philippe Lang2016-12-112-2/+2
* Redmine loses filters after deleting a spent time (#14817).Jean-Philippe Lang2016-12-111-0/+9
* Enforce issue assignee validation (#23921).Jean-Philippe Lang2016-12-101-2/+2
* Replaces project jump select with custom dropdown (#23310).Jean-Philippe Lang2016-11-262-2/+8
* Use the main menu for project related actions that support cross-project disp...Jean-Philippe Lang2016-11-191-1/+1
* Use the regular "icon icon-*" on search results (#24313).Jean-Philippe Lang2016-11-191-1/+1
* Test failure (#23996).Jean-Philippe Lang2016-11-181-1/+1
* Test failure (#23996).Jean-Philippe Lang2016-11-181-1/+1
* Project field disappears when target project disallows user to edit the proje...Jean-Philippe Lang2016-11-181-0/+20
* Issue subject is not updated when you select another issue on time entry form...Jean-Philippe Lang2016-11-181-6/+8
* My page - Spent time: configurable number of days to display (#8761).Jean-Philippe Lang2016-10-301-0/+12
* Don't use a global variable for storing context menu URL.Jean-Philippe Lang2016-10-291-1/+1
* Moves blocks definition to Redmine::MyPage.Jean-Philippe Lang2016-10-291-1/+1
* Role#copy_from should copy managed roles.Jean-Philippe Lang2016-10-201-1/+1
* Fixed that r15668 prevents from setting managed roles.Jean-Philippe Lang2016-10-201-0/+15
* Random test failure.Jean-Philippe Lang2016-10-111-3/+3
* Test failure.Jean-Philippe Lang2016-10-041-8/+12
* Adds accessors for report_last_commit.Jean-Philippe Lang2016-10-042-4/+14
* Edit/delete links displayed on issue even if project is closed (#23969).Jean-Philippe Lang2016-10-021-0/+19
* Rename AttachmentsController#edit and #update to #edit_all and #update_all (#...Jean-Philippe Lang2016-10-011-12/+12
* Allow to download javascript attachments again (#23376).Jean-Philippe Lang2016-10-011-0/+13
* Test failures (#23781).Jean-Philippe Lang2016-10-011-7/+7
* Bulk edit form not show fields based on target tracker and status (#23755).Jean-Philippe Lang2016-09-031-0/+14
* Journalize values that are cleared after project or tracker change (#21623).Jean-Philippe Lang2016-09-031-1/+1
* Use a single hash as argument.Jean-Philippe Lang2016-09-011-1/+1
* Don't show "status" field when creating a new version (#23377).Jean-Philippe Lang2016-08-311-2/+8
* Fixed that new role does not have non member permissions as default (#23633).Jean-Philippe Lang2016-08-301-0/+12
* Enable filtering versions on Project -> Settings -> Versions (#22608).Jean-Philippe Lang2016-08-301-0/+30
* Adds name filter on group list.Jean-Philippe Lang2016-08-301-0/+9
* User preference for monospaced / variable-width font in textareas (#23653).Jean-Philippe Lang2016-08-302-1/+21
* Disable "Select project modules" permission does not apply to the new project...Jean-Philippe Lang2016-08-301-0/+44
* Creating a wiki page named "Sidebar" without proper permission raises an exce...Jean-Philippe Lang2016-08-301-0/+9
* Test failure (#23410).Jean-Philippe Lang2016-08-201-1/+1
* New issue raises an error if no projects available (#23410).Jean-Philippe Lang2016-08-201-1/+19
* Adds issue tracker and status columns and filters on spent time list (#23401).Jean-Philippe Lang2016-08-201-0/+86
* Don't call #slice on association proxy.Jean-Philippe Lang2016-07-211-1/+1
* Don't use render :text => "".Jean-Philippe Lang2016-07-213-0/+49
* Don't error if an invalid setting is given.Jean-Philippe Lang2016-07-211-0/+9
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-218-311/+274
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-2116-350/+327
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-198-160/+105
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-1827-596/+324
* Don't respond with the error template when annotate is not available.Jean-Philippe Lang2016-07-171-2/+2
* Don't pass conditions to #delete_all.Jean-Philippe Lang2016-07-162-7/+7
* Pass parameters with :params in controller tests.Jean-Philippe Lang2016-07-1615-509/+869
* Pass parameters with :params in controller tests.Jean-Philippe Lang2016-07-161-73/+119
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-1463-63/+63