summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fixed: German umlauts in Subject get striped with ruby1.8 (#11065).Jean-Philippe Lang2012-06-102-0/+20
* Fixed that link to user is escaped in activity title (#11124).Jean-Philippe Lang2012-06-091-0/+2
* Fixed that content_for does not work in Hook.render_on (#11105).Jean-Philippe Lang2012-06-092-1/+24
* Fixed that custom_fields property is ignored for time entries in REST API (#1...Jean-Philippe Lang2012-06-091-0/+15
* Change in Rails' for handling localized number precision (#11118).Jean-Philippe Lang2012-06-091-1/+2
* Priorities have the same position and can't be reordered (#11098).Jean-Philippe Lang2012-06-091-1/+26
* Ability to set default column order in issue list (#11068).Jean-Philippe Lang2012-06-081-0/+20
* Show repository images inline when clicking 'View' (#10362).Jean-Philippe Lang2012-06-071-0/+7
* Makes users optional in GET /groups/:id (#8981).Jean-Philippe Lang2012-06-031-0/+9
* Test failure due to a regression in Rails 3.2.5.Jean-Philippe Lang2012-06-031-1/+1
* Renamed #changes association to #filechanges (clash with AR::Base.changes tha...Jean-Philippe Lang2012-06-038-16/+18
* REST Api for Groups (#8981).Jean-Philippe Lang2012-06-033-25/+235
* scm: git: skip Latin-1 path tests on Git for Windows above 1.7.10Toshi MARUYAMA2012-06-023-8/+32
* Replaced group[lastname] parameter with group[name].Jean-Philippe Lang2012-06-013-7/+10
* Fixed that project, issue and activity should be preserved when logging time ...Jean-Philippe Lang2012-05-291-3/+14
* Fixed that logging time inside redirects at global time logging (#11038).Jean-Philippe Lang2012-05-291-0/+2
* fix project list is not shown on Email notifications (#11032)Toshi MARUYAMA2012-05-281-0/+23
* code layout cleanup test/functional/users_controller_test.rbToshi MARUYAMA2012-05-281-8/+6
* Fixed time zone issues introduced by r9719 (#10996).Jean-Philippe Lang2012-05-262-25/+56
* Code cleanup.Jean-Philippe Lang2012-05-251-0/+17
* Code cleanup.Jean-Philippe Lang2012-05-251-1/+30
* Code cleanup.Jean-Philippe Lang2012-05-251-0/+13
* Fixed that some input fields are escaped on validation failures (#11027).Jean-Philippe Lang2012-05-251-0/+1
* Fixed that project identifier can always be updated (#11028).Jean-Philippe Lang2012-05-251-0/+14
* Fixed that the issue link is escaped on my page spent time (#10991).Jean-Philippe Lang2012-05-251-1/+16
* Use a modal form to create a category from the issue form.Jean-Philippe Lang2012-05-241-1/+3
* Fixed that updated_on is not updated when updating an issue (#10964).Jean-Philippe Lang2012-05-211-0/+13
* Fixed that columns selection in not displayed on the custom query form (#10972).Jean-Philippe Lang2012-05-211-0/+4
* Fixed that watchers delete links are escaped on the issue view (#10932).Jean-Philippe Lang2012-05-151-0/+30
* Restored List-Id header in email notifications (#10888).Jean-Philippe Lang2012-05-131-0/+1
* Fixed that option tags are escaped.Jean-Philippe Lang2012-05-131-0/+12
* Fixed that enumerations option tags are escaped.Jean-Philippe Lang2012-05-131-0/+3
* Fixed that group filter is escaped on users index.Jean-Philippe Lang2012-05-131-0/+3
* Adds all/none operators to text custom field filters (#9790).Jean-Philippe Lang2012-05-122-0/+19
* Tests for Setting.per_page_options_array.Jean-Philippe Lang2012-05-101-0/+28
* Adaptive display of "Per page" links (#7720).Jean-Philippe Lang2012-05-101-0/+15
* Stub Mailer with mocha.Jean-Philippe Lang2012-05-061-15/+1
* Trackers should be sorted by position not by name.Jean-Philippe Lang2012-05-051-0/+7
* Fixed that activities option tags on the time entry bulk edit form are escaped.Jean-Philippe Lang2012-05-051-0/+6
* add Copyright statement to test/integration/repositories_git_test.rbToshi MARUYAMA2012-05-051-0/+17
* fix error of AdminControllerTest test_test_email_failure_should_display_the_e...Toshi MARUYAMA2012-05-051-1/+15
* replace Mailer deliver syntax to Rails3 styleToshi MARUYAMA2012-05-052-39/+39
* Copyright update.Jean-Philippe Lang2012-05-05187-186/+203
* move unit mailer test last_email method to the bottom and change to privateToshi MARUYAMA2012-05-051-6/+7
* add missing fixture to test/unit/mailer_test.rbToshi MARUYAMA2012-05-051-1/+2
* route: scm: fix diff of two revisionsToshi MARUYAMA2012-05-051-0/+33
* test: route: scm: move changes action tests to non revisions path testsToshi MARUYAMA2012-05-051-50/+52
* fix typo of integration users testToshi MARUYAMA2012-05-051-1/+1
* route: scm: split entry and raw actionsToshi MARUYAMA2012-05-053-13/+11
* test: switch to Rails3 Active Record syntax at test_destroy of unit/repositor...Toshi MARUYAMA2012-05-041-3/+2