summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* scm: git: clarify the purpose of the unit model test to fetch history editing...Toshi MARUYAMA2012-02-101-13/+17
* Bulk-edit custom fields through context menu (#6296).Jean-Philippe Lang2012-02-091-0/+96
* scm: git: add explicit :excludes option to calling revision method in "test_r...Toshi MARUYAMA2012-02-091-1/+2
* scm: git: add test of get revisions from disjointed histories to unit lib tes...Toshi MARUYAMA2012-02-091-0/+17
* scm: git: update test repository (#8857)Toshi MARUYAMA2012-02-094-13/+15
* scm: git: remove redundant comma from test_revisions_includes_master_two_revs...Toshi MARUYAMA2012-02-091-1/+1
* scm: git: code cleanup "test_branches" of unit lib testToshi MARUYAMA2012-02-091-12/+16
* scm: git: add lib test to get master branch revisions from origin (#8857)Toshi MARUYAMA2012-02-091-0/+12
* scm: git: add model method to get heads from extra_info branches hash (#8857)Toshi MARUYAMA2012-02-091-0/+16
* scm: git: add includes and excludes options to lib revisions method (#8857)Toshi MARUYAMA2012-02-081-0/+56
* scm: git: remove unused "--all" option of "git log" in lib revisions methodToshi MARUYAMA2012-02-081-11/+0
* scm: git: use explicit "master" instead of all for revisions method at unit l...Toshi MARUYAMA2012-02-081-2/+2
* code layout cleanup test/unit/lib/redmine/scm/adapters/git_adapter_test.rbToshi MARUYAMA2012-02-081-7/+7
* scm: git: use explicit "master" for latest_changesets at unit app testToshi MARUYAMA2012-02-071-2/+2
* scm: git: remove "test_getting_certain_revisions" from unit lib testToshi MARUYAMA2012-02-071-4/+0
* Adds membership ids to /users/:id API response.Jean-Philippe Lang2012-02-061-0/+28
* Fixed "can't convert Fixnum into String" error on projects with numerical ide...Jean-Philippe Lang2012-02-061-0/+8
* TypoJean-Philippe Lang2012-02-061-1/+1
* Adds a simple API for listing roles (#9725).Jean-Philippe Lang2012-02-062-0/+73
* REST API for project memberships (#7420).Jean-Philippe Lang2012-02-062-0/+210
* Resourcified project memberships.Jean-Philippe Lang2012-02-052-19/+19
* Ability to edit a wiki page's parent on the edit page (#6449).Jean-Philippe Lang2012-02-051-4/+52
* Fixed an assertion for ruby1.9.Jean-Philippe Lang2012-02-051-1/+1
* Adds a X-Redmine-Sender header to email notifications (#5643).Jean-Philippe Lang2012-02-051-0/+8
* Removed mocha availability checks in tests.Jean-Philippe Lang2012-02-052-8/+1
* Fixed registration form broken by r8479.Jean-Philippe Lang2012-02-052-6/+13
* Increase username length limit from 30 to 60 (#2719).Jean-Philippe Lang2012-02-052-7/+14
* Adds a "Manage related isses" permission to add/remove commits/issues relatio...Jean-Philippe Lang2012-02-053-0/+59
* Fixes assertion.Jean-Philippe Lang2012-02-041-1/+1
* Better handling of issue update conflicts (#8691).Jean-Philippe Lang2012-02-043-4/+129
* Fixed rounding issue on spent hours column in CSV export (#10150).Jean-Philippe Lang2012-02-041-2/+13
* attachment: fix that diff type is not saved in user preference (#10152)Toshi MARUYAMA2012-02-041-0/+15
* scm: git: add test that diff type is saved in user preference (#10152)Toshi MARUYAMA2012-02-041-0/+20
* Adds a setting that allows to reference/fix issues of all projects (#3087).Jean-Philippe Lang2012-02-021-0/+30
* Fixed: associated changesets from other projects are not visible if the curre...Jean-Philippe Lang2012-02-021-1/+15
* Adds members of subprojects in assignee and author filters (#10126).Jean-Philippe Lang2012-02-012-0/+18
* Simplifies Principal.active scope (status defaults to 1 for groups).Jean-Philippe Lang2012-02-011-0/+8
* code layout clean up test/unit/mail_handler_test.rbToshi MARUYAMA2012-01-301-17/+78
* code layout cleanup unit mail handler test fixturesToshi MARUYAMA2012-01-301-19/+7
* Removed useless permission check in wiki controller.Jean-Philippe Lang2012-01-301-2/+4
* Adds export of all wiki pages to a PDF file (#3463).Jean-Philippe Lang2012-01-302-2/+24
* Allows attachments on news (#1972).Jean-Philippe Lang2012-01-292-10/+64
* Display of multi custom fields.Jean-Philippe Lang2012-01-292-1/+25
* Do not validate blank default custom field value.Jean-Philippe Lang2012-01-291-0/+5
* Adds support for multiselect custom fields (#1189).Jean-Philippe Lang2012-01-295-1/+457
* Support for nested array in API builder.Jean-Philippe Lang2012-01-292-0/+26
* test: add attachment tests at unit mail handler test for Rails3Toshi MARUYAMA2012-01-291-0/+3
* Extracts custom field values validation from CustomValue so that they can be ...Jean-Philippe Lang2012-01-285-111/+106
* test: route: repositories: split tests whether 'show' action or notToshi MARUYAMA2012-01-281-2/+8
* Allow underscores in project identifiers (#1363).Jean-Philippe Lang2012-01-271-0/+1