summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* add missing fixtures to test/unit/journal_test.rbToshi MARUYAMA2014-07-131-0/+3
* backport rails-4.1 r13296 to trunkToshi MARUYAMA2014-07-131-1/+1
* Include host in macro generated thumbnails urls (#16989).Jean-Philippe Lang2014-07-051-6/+6
* Option to render boolean custom fields as a single check box or radio buttons...Jean-Philippe Lang2014-07-051-0/+63
* Don't redirect to another suburi (#16530).Jean-Philippe Lang2014-07-051-0/+36
* only ignore undesirable Auto-Submitted headers defined in RFC3834 (#16190)Toshi MARUYAMA2014-07-021-2/+14
* add "Auto-Submitted: auto-forwarded" to ignore mail test (#16190)Toshi MARUYAMA2014-07-021-1/+2
* add test of issue id in sending mail when issue is created by mail (#17078)Toshi MARUYAMA2014-06-301-0/+1
* add test of attachment thumbnail etagToshi MARUYAMA2014-06-081-1/+7
* add test of attachment download etagToshi MARUYAMA2014-06-021-0/+7
* use with_settings at AttachmentsControllerTest#test_show_text_file_should_sen...Toshi MARUYAMA2014-06-021-6/+6
* add missing fixture to ApplicationHelperTestToshi MARUYAMA2014-06-021-0/+1
* pass PatchesTest on Rails 4.0.5 (#16194)Toshi MARUYAMA2014-05-251-2/+2
* fix ProjectsHelperTest fails when config.threadsafe! is enabled (#12097)Toshi MARUYAMA2014-05-251-0/+1
* Fixed: unable to clear value for list custom field with multiple values and c...Jean-Philippe Lang2014-05-241-0/+12
* Fixed "column specified more than once" error with SQLServer (#6579).Jean-Philippe Lang2014-05-241-1/+1
* Count users with a single query on group list (#16905).Jean-Philippe Lang2014-05-241-0/+6
* Fixed that custom field referencing deleted value trigger an error on display...Jean-Philippe Lang2014-05-241-0/+7
* Fixed that Member#destroy triggers after_destroy callbacks twice (#16795).Jean-Philippe Lang2014-05-241-0/+17
* remove unneeded trailing ';' from test/functional/repositories_git_controller...Toshi MARUYAMA2014-05-071-1/+1
* Mailer.token_for generates invalid message_id when using from address with fu...Jean-Philippe Lang2014-05-021-0/+6
* Blank content type for attachments attached via Ajax file upload (Patch by Je...Jean-Philippe Lang2014-05-021-0/+9
* Field set as read-only still available in the issues list context menu (#16755).Jean-Philippe Lang2014-05-022-0/+22
* Crash in markdown formatter causes ruby process to end (#16781).Jean-Philippe Lang2014-05-021-0/+12
* add patch for regression of Hash#reject in Ruby 2.1.1 (#16194)Toshi MARUYAMA2014-05-011-0/+61
* Missing type=array attributes in custom fields API (#16739).Jean-Philippe Lang2014-04-261-0/+2
* Redmine links not working with html escpaed characters (#16668).Jean-Philippe Lang2014-04-261-0/+8
* Set Redcarpet :no_intra_emphasis to true (#16669).Jean-Philippe Lang2014-04-261-0/+4
* Set default start date on issues created by email if default_issue_start_date...Jean-Philippe Lang2014-04-261-13/+23
* fix typo at test/unit/helpers/application_helper_test.rbToshi MARUYAMA2014-04-161-1/+1
* remove unneeded tabs from test/functional/repositories_cvs_controller_test.rbToshi MARUYAMA2014-04-151-1/+1
* fix typos at unit version testToshi MARUYAMA2014-04-071-2/+2
* Exclude custom fields with multiple values from time report criteria (#16519).Jean-Philippe Lang2014-04-061-1/+13
* Fixed that back_url=/ param is ignored (#16467).Jean-Philippe Lang2014-04-051-2/+8
* Fixed back url verification (#16466).Jean-Philippe Lang2014-03-291-2/+8
* fix race condition of highest rgt at Issue#update_nested_set_attributes_on_pa...Toshi MARUYAMA2014-03-261-3/+7
* fix always new lft and rgt are lft = 1, rgt = 2 (#6579)Toshi MARUYAMA2014-03-261-1/+2
* Don't run the test if Redcarpet is not available (#16236).Jean-Philippe Lang2014-03-211-0/+2
* Let user choose an issue of another project when updating a time entry (#16338).Jean-Philippe Lang2014-03-211-0/+22
* Fixed: right-aligned table of contents (TOC) not working with markdown (#16236).Jean-Philippe Lang2014-03-211-0/+16
* Don't clear plugins in tests (#16258).Jean-Philippe Lang2014-03-211-3/+6
* Don't clear plugins in tests (#16258).Jean-Philippe Lang2014-03-211-1/+2
* Fixed: Error generated on 'search for watchers to add' after clicking add wit...Jean-Philippe Lang2014-03-211-0/+7
* Fixed test failure (#16362).Jean-Philippe Lang2014-03-171-3/+1
* Wrong argument.Jean-Philippe Lang2014-03-171-13/+12
* Adds an option to send email on "Assignee updated" in application settings (#...Jean-Philippe Lang2014-03-172-3/+39
* remove garbage comment from test/integration/account_test.rbToshi MARUYAMA2014-03-151-1/+0
* Fixed that requesting a specific version of a non-existent wiki page raises a...Jean-Philippe Lang2014-03-151-0/+5
* Fixed that integer custom fields with "Link values to URL" set are displayed ...Jean-Philippe Lang2014-03-152-0/+39
* Watcher search now displays project members by default.Jean-Philippe Lang2014-03-021-2/+1