summaryrefslogtreecommitdiffstats
path: root/test/functional
Commit message (Expand)AuthorAgeFilesLines
...
* fix find_all_by_id(n1, n2) parameter at IssuesCustomFieldsVisibilityTest#test...Toshi MARUYAMA2014-01-111-1/+1
* Rails4: replace deprecated Relation#first with finder options at IssuesContro...Toshi MARUYAMA2014-01-101-24/+24
* remove unneeded Relation#all from IssuesControllerTest#test_bulk_copy_to_anot...Toshi MARUYAMA2014-01-101-1/+1
* remove unneeded Relation#all from IssuesControllerTest#test_bulk_copy_should_...Toshi MARUYAMA2014-01-101-1/+1
* Rails4: replace deprecated Relation#first with finder options at IssueRelatio...Toshi MARUYAMA2014-01-101-4/+4
* Rails4: replace deprecated Relation#last with finder options at IssuesControl...Toshi MARUYAMA2014-01-101-1/+1
* remove unneeded Relation#all from WorkflowsControllerTest#status_transitionsToshi MARUYAMA2014-01-101-1/+0
* Rails4: replace deprecated Relation#first with finder options at AttachmentsC...Toshi MARUYAMA2014-01-101-1/+1
* Rails4: replace deprecated find_all_by_* at ProjectEnumerationsControllerTestToshi MARUYAMA2014-01-081-6/+13
* Rails4: replace deprecated Relation#first with finder options at NewsControll...Toshi MARUYAMA2014-01-081-2/+2
* Rails4: replace deprecated Relation#first with finder options at NewsControll...Toshi MARUYAMA2014-01-081-1/+1
* Rails4: replace deprecated Relation#update_all at IssuesControllerTestToshi MARUYAMA2014-01-081-6/+6
* Rails4: replace deprecated Relation#update_all at BoardsControllerTestToshi MARUYAMA2014-01-081-1/+1
* Rails4: replace deprecated Relation#first with finder options at IssueCategor...Toshi MARUYAMA2014-01-081-1/+1
* Rails4: replace deprecated Relation#first with finder options at GroupsContro...Toshi MARUYAMA2014-01-081-2/+2
* Rails4: replace deprecated Relation#first with finder options at DocumentsCon...Toshi MARUYAMA2014-01-081-1/+1
* Rails4: replace deprecated Relation#first with finder options at BoardsContro...Toshi MARUYAMA2014-01-081-2/+2
* Rails4: replace deprecated Relation#first with finder options at AccountContr...Toshi MARUYAMA2014-01-081-1/+1
* Rails4: replace deprecated Relation#first with finder options at AccountContr...Toshi MARUYAMA2014-01-081-1/+1
* Fixed that magic links to existing attachments are not converted when preview...Jean-Philippe Lang2014-01-031-0/+8
* fix find_all_by_id(n1, n2) parameter at test_show_export_to_pdf_with_changese...Toshi MARUYAMA2013-12-271-6/+11
* Fixed that OpenID authentication fails with 422 error due to token verificati...Jean-Philippe Lang2013-12-211-0/+10
* fix svn raw diff failure on svn version 1.6.17 (revision 1128011)Toshi MARUYAMA2013-12-201-2/+2
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-142-11/+24
* add tests for non member watchers (#15622)Toshi MARUYAMA2013-12-091-0/+31
* code format clean up WatchersControllerTestToshi MARUYAMA2013-12-091-4/+6
* remove duplicate test from UsersControllerTestToshi MARUYAMA2013-12-071-6/+0
* fix duplicate test name in IssuesControllerTestToshi MARUYAMA2013-12-071-1/+1
* Fixed that preferences are not preserved when adding a user fails (#15552).Jean-Philippe Lang2013-11-291-0/+19
* Fixed that the sidebar may be displayed empty (#15414).Jean-Philippe Lang2013-11-201-0/+10
* Fixed that update_form always proposes the default status when updating an ex...Jean-Philippe Lang2013-11-151-0/+10
* Accept issue id with leading sharp when adding a related issue.Jean-Philippe Lang2013-11-091-0/+8
* Return to section anchor after wiki section edit (#15182).Jean-Philippe Lang2013-10-261-2/+2
* Replaces <option value=""></option> which is not HTML5 valid (#15191).Jean-Philippe Lang2013-10-261-1/+1
* Projects selection on custom field form (#15136).Jean-Philippe Lang2013-10-201-1/+24
* Fixed that viewing/editing a wiki page without WikiContent raises an error (#...Jean-Philippe Lang2013-10-131-0/+23
* Ability to define commit keywords per tracker (#7590).Jean-Philippe Lang2013-10-131-15/+19
* Rows may not be oredered as expected with ruby1.8 (#4911).Jean-Philippe Lang2013-10-051-2/+2
* Support for multiple issue update keywords/rules in commit messages (#4911).Jean-Philippe Lang2013-10-051-0/+51
* Allows user to clear dates and text fields when bulk editing issues (#2199).Jean-Philippe Lang2013-09-301-0/+6
* Adds a project specific css class to body (#14767).Jean-Philippe Lang2013-09-291-0/+5
* remove trailing white-space from test/functional/repositories_bazaar_controll...Toshi MARUYAMA2013-09-181-1/+1
* scm: fix annotate error with non ASCII author on Ruby 1.9 and Ruby 2.0 (#14931)Toshi MARUYAMA2013-09-182-0/+56
* scm: git: fix indents of non ASCII path annotate test (#14931)Toshi MARUYAMA2013-09-181-4/+4
* use assert_select instead of assert_tag in Git non ASCII path annotate test (...Toshi MARUYAMA2013-09-181-5/+9
* scm: bazaar: add test for author html escaping (#14931)Toshi MARUYAMA2013-09-181-0/+22
* scm: bazaar: split REPOSITORY_PATH to trunk in functional test (#14931)Toshi MARUYAMA2013-09-181-2/+3
* use assert_select instead of assert_tag in Bazaar annotate test (#14931)Toshi MARUYAMA2013-09-181-20/+9
* use assert_select instead of assert_tag in Mercurial annotate test (#14931)Toshi MARUYAMA2013-09-181-24/+9
* fix test failure (#14931)Toshi MARUYAMA2013-09-181-1/+1