summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* add missing fixture to ApplicationHelperTestToshi MARUYAMA2014-06-021-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13172 e93f8b46-1217-0410-a6f0-8f06a7374b81
* pass PatchesTest on Rails 4.0.5 (#16194)Toshi MARUYAMA2014-05-251-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13171 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix ProjectsHelperTest fails when config.threadsafe! is enabled (#12097)Toshi MARUYAMA2014-05-251-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13170 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: unable to clear value for list custom field with multiple values and ↵Jean-Philippe Lang2014-05-241-0/+12
| | | | | | checkboxes style (#16798). git-svn-id: http://svn.redmine.org/redmine/trunk@13167 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed "column specified more than once" error with SQLServer (#6579).Jean-Philippe Lang2014-05-241-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13153 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Count users with a single query on group list (#16905).Jean-Philippe Lang2014-05-241-0/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13149 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that custom field referencing deleted value trigger an error on ↵Jean-Philippe Lang2014-05-241-0/+7
| | | | | | display (#16926). git-svn-id: http://svn.redmine.org/redmine/trunk@13141 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that Member#destroy triggers after_destroy callbacks twice (#16795).Jean-Philippe Lang2014-05-241-0/+17
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13140 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded trailing ';' from ↵Toshi MARUYAMA2014-05-071-1/+1
| | | | | | test/functional/repositories_git_controller_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@13131 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mailer.token_for generates invalid message_id when using from address with ↵Jean-Philippe Lang2014-05-021-0/+6
| | | | | | full name (#16619). git-svn-id: http://svn.redmine.org/redmine/trunk@13126 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Blank content type for attachments attached via Ajax file upload (Patch by ↵Jean-Philippe Lang2014-05-021-0/+9
| | | | | | Jens Krämer). git-svn-id: http://svn.redmine.org/redmine/trunk@13125 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Field set as read-only still available in the issues list context menu (#16755).Jean-Philippe Lang2014-05-022-0/+22
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13124 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Crash in markdown formatter causes ruby process to end (#16781).Jean-Philippe Lang2014-05-021-0/+12
| | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@13122 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add patch for regression of Hash#reject in Ruby 2.1.1 (#16194)Toshi MARUYAMA2014-05-011-0/+61
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13115 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Missing type=array attributes in custom fields API (#16739).Jean-Philippe Lang2014-04-261-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13109 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redmine links not working with html escpaed characters (#16668).Jean-Philippe Lang2014-04-261-0/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13106 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set Redcarpet :no_intra_emphasis to true (#16669).Jean-Philippe Lang2014-04-261-0/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13105 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set default start date on issues created by email if ↵Jean-Philippe Lang2014-04-261-13/+23
| | | | | | default_issue_start_date_to_creation_date is set (#16655). git-svn-id: http://svn.redmine.org/redmine/trunk@13104 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix typo at test/unit/helpers/application_helper_test.rbToshi MARUYAMA2014-04-161-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13093 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded tabs from test/functional/repositories_cvs_controller_test.rbToshi MARUYAMA2014-04-151-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13090 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix typos at unit version testToshi MARUYAMA2014-04-071-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13061 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Exclude custom fields with multiple values from time report criteria (#16519).Jean-Philippe Lang2014-04-061-1/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13055 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that back_url=/ param is ignored (#16467).Jean-Philippe Lang2014-04-051-2/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13040 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed back url verification (#16466).Jean-Philippe Lang2014-03-291-2/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13018 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix race condition of highest rgt at ↵Toshi MARUYAMA2014-03-261-3/+7
| | | | | | Issue#update_nested_set_attributes_on_parent_change (#6579) git-svn-id: http://svn.redmine.org/redmine/trunk@13011 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix always new lft and rgt are lft = 1, rgt = 2 (#6579)Toshi MARUYAMA2014-03-261-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13009 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't run the test if Redcarpet is not available (#16236).Jean-Philippe Lang2014-03-211-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12997 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Let user choose an issue of another project when updating a time entry (#16338).Jean-Philippe Lang2014-03-211-0/+22
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12990 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: right-aligned table of contents (TOC) not working with markdown (#16236).Jean-Philippe Lang2014-03-211-0/+16
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12989 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't clear plugins in tests (#16258).Jean-Philippe Lang2014-03-211-3/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12988 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't clear plugins in tests (#16258).Jean-Philippe Lang2014-03-211-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12987 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Error generated on 'search for watchers to add' after clicking add ↵Jean-Philippe Lang2014-03-211-0/+7
| | | | | | without selected users (#14298). git-svn-id: http://svn.redmine.org/redmine/trunk@12985 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed test failure (#16362).Jean-Philippe Lang2014-03-171-3/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12980 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wrong argument.Jean-Philippe Lang2014-03-171-13/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12976 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds an option to send email on "Assignee updated" in application settings ↵Jean-Philippe Lang2014-03-172-3/+39
| | | | | | (#16362). git-svn-id: http://svn.redmine.org/redmine/trunk@12974 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove garbage comment from test/integration/account_test.rbToshi MARUYAMA2014-03-151-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12972 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that requesting a specific version of a non-existent wiki page raises ↵Jean-Philippe Lang2014-03-151-0/+5
| | | | | | an error (#16255). git-svn-id: http://svn.redmine.org/redmine/trunk@12971 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that integer custom fields with "Link values to URL" set are displayed ↵Jean-Philippe Lang2014-03-152-0/+39
| | | | | | as escaped html in text email (#16321). git-svn-id: http://svn.redmine.org/redmine/trunk@12967 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Watcher search now displays project members by default.Jean-Philippe Lang2014-03-021-2/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12951 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Changeset comments set to longtext for handling comments > 64KB with Mysql ↵Jean-Philippe Lang2014-02-281-0/+11
| | | | | | (#16143). git-svn-id: http://svn.redmine.org/redmine/trunk@12944 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that non-empty blank strings as custom field values are not properly ↵Jean-Philippe Lang2014-02-281-0/+8
| | | | | | validated (#16169). git-svn-id: http://svn.redmine.org/redmine/trunk@12938 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: add one "closed" branch to test repository (#16177)Toshi MARUYAMA2014-02-264-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12929 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulk edit workflows for multiple trackers/roles (#16164).Jean-Philippe Lang2014-02-252-63/+166
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12924 e93f8b46-1217-0410-a6f0-8f06a7374b81
* explicitly set encoding UTF-8 (#16107)Toshi MARUYAMA2014-02-221-1/+6
| | | | | | | Default Ruby source file encoding changed in Ruby 2.0.0. https://bugs.ruby-lang.org/issues/6679 git-svn-id: http://svn.redmine.org/redmine/trunk@12918 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add "assert_response 401" to tests (#16107)Toshi MARUYAMA2014-02-221-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12917 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Strip invalid UTF-8 bytes in User#find_by_login (#16107).Jean-Philippe Lang2014-02-221-1/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12916 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Trigger basic HTTP authentication only when Basic authorization header is ↵Jean-Philippe Lang2014-02-221-0/+10
| | | | | | present (#16107). git-svn-id: http://svn.redmine.org/redmine/trunk@12915 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix newline of fixture (#16122)Toshi MARUYAMA2014-02-181-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12904 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add test of gmail ISO-8859-2 mail receiving (#16122)Toshi MARUYAMA2014-02-182-0/+22
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12903 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add test of quoted printable UTF-8 mail reviving (#14675)Toshi MARUYAMA2014-02-172-0/+30
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12901 e93f8b46-1217-0410-a6f0-8f06a7374b81