summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Collapse)AuthorAgeFilesLines
* Merged r13451 (#18119).Jean-Philippe Lang2014-10-201-5/+14
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@13463 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r13450 (#18110).Jean-Philippe Lang2014-10-201-0/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@13462 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded instance variable assignment from ProjectNestedSetTestToshi MARUYAMA2014-10-081-2/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13430 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't link multiple changesets from the same commit multiple times (#17931).Jean-Philippe Lang2014-10-051-0/+11
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13427 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds css classes to get sort order on the issue list (#17993).Jean-Philippe Lang2014-10-041-0/+22
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13425 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes routes for time entries nested under project/issues.Jean-Philippe Lang2014-10-041-0/+45
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13424 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed test failure with ruby1.8.7 and postgresql (#17976).Jean-Philippe Lang2014-09-301-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13420 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds buit-in groups to give specific permissions to anonymous and non ↵Jean-Philippe Lang2014-09-285-17/+86
| | | | | | members users per project (#17976). git-svn-id: http://svn.redmine.org/redmine/trunk@13417 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ignore email keywords after truncation line (#8758).Jean-Philippe Lang2014-09-201-0/+14
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13413 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Parent issue autocomplete does not follow to the "Allow cross-project ↵Jean-Philippe Lang2014-09-141-0/+69
| | | | | | subtasks" setting (#14281). git-svn-id: http://svn.redmine.org/redmine/trunk@13400 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Issues counters in roadmap only link to issues in the same project ↵Jean-Philippe Lang2014-09-141-0/+53
| | | | | | | | (#9660). Contributed by Sridhar Dhanapalan. git-svn-id: http://svn.redmine.org/redmine/trunk@13398 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Invalidate security tokens on password or email changes (#17717).Jean-Baptiste Barth2014-09-141-0/+36
| | | | | | | Contributed by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@13396 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add missing fixtures to TimeEntryActivityTestToshi MARUYAMA2014-09-121-1/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13386 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add missing fixtures to Redmine::VersionFieldFormatTestToshi MARUYAMA2014-09-121-1/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13385 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add missing fixtures to TimeEntryQueryTestToshi MARUYAMA2014-09-121-1/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13381 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add missing fixtures to Redmine::UserFieldFormatTestToshi MARUYAMA2014-09-121-1/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13379 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add missing fixtures to CustomFieldTestToshi MARUYAMA2014-09-111-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13374 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make 2nd parameter optional in User#allowed_to_globally? for consistency ↵Jean-Baptiste Barth2014-09-061-0/+13
| | | | | | (#6498). git-svn-id: http://svn.redmine.org/redmine/trunk@13364 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Honnor committers/users mapping in repository statistics (#13487).Jean-Baptiste Barth2014-08-261-2/+48
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13353 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix text failing on some rubies/sql drivers because of improper length in ↵Jean-Baptiste Barth2014-08-261-2/+2
| | | | | | Change#action (#13487). git-svn-id: http://svn.redmine.org/redmine/trunk@13352 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move some RepositoriesController logic to Repository#stats_by_author (#13487).Jean-Baptiste Barth2014-08-261-0/+19
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13351 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a warning if two plugins have the same settings partial name (#14008).Jean-Baptiste Barth2014-08-131-0/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13336 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed an error when member's project is nil (#17486).Jean-Philippe Lang2014-07-291-0/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13334 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add missing fixtures to ChangesetTestToshi MARUYAMA2014-07-161-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13332 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that query roles are not copied when copying a project (#17202).Jean-Philippe Lang2014-07-141-0/+11
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13329 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't prepend project name if the version is not shared.Jean-Philippe Lang2014-07-141-6/+15
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13325 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds version date as title in #link_to_version (#17431).Jean-Philippe Lang2014-07-141-2/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13324 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add missing fixtures to test/unit/journal_test.rbToshi MARUYAMA2014-07-131-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13302 e93f8b46-1217-0410-a6f0-8f06a7374b81
* backport rails-4.1 r13296 to trunkToshi MARUYAMA2014-07-131-1/+1
| | | | | | Add missing fixtures. git-svn-id: http://svn.redmine.org/redmine/trunk@13301 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include host in macro generated thumbnails urls (#16989).Jean-Philippe Lang2014-07-051-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13218 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Option to render boolean custom fields as a single check box or radio ↵Jean-Philippe Lang2014-07-051-0/+63
| | | | | | buttons (#17003). git-svn-id: http://svn.redmine.org/redmine/trunk@13216 e93f8b46-1217-0410-a6f0-8f06a7374b81
* only ignore undesirable Auto-Submitted headers defined in RFC3834 (#16190)Toshi MARUYAMA2014-07-021-2/+14
| | | | | | Contributed by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@13206 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add "Auto-Submitted: auto-forwarded" to ignore mail test (#16190)Toshi MARUYAMA2014-07-021-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13205 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add test of issue id in sending mail when issue is created by mail (#17078)Toshi MARUYAMA2014-06-301-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13195 e93f8b46-1217-0410-a6f0-8f06a7374b81
* 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
* 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
* 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-021-0/+10
| | | | 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
* 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