summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Introduce virtual MenuNodes (#15880).Jean-Philippe Lang2016-06-111-0/+35
| | | | | | | | They are characterized by having a blank url. they will only be rendered if the user is authorized to see at least one of its children. they render as links which do nothing when clicked. Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@15501 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds assertions for import result.Jean-Philippe Lang2016-06-081-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15497 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make Status map-able for CSV import (#22951).Jean-Philippe Lang2016-06-072-4/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15493 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make Tracker map-able for CSV import (#22951).Jean-Philippe Lang2016-06-073-6/+37
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15490 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds permission to edit and delete issues by role/tracker (#285).Jean-Philippe Lang2016-06-051-0/+50
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15466 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds issue visibility by role/tracker (#285).Jean-Philippe Lang2016-06-051-0/+63
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15465 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Limit trackers for new issue to certain roles (#7839).Jean-Philippe Lang2016-06-053-0/+143
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15464 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Tests for #22754.Jean-Philippe Lang2016-06-041-0/+20
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15443 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix HTML generated for floating images in paragraphs (#22898).Jean-Philippe Lang2016-06-041-1/+1
| | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@15442 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Limits the schemes that custom field URL patterns can use (#22925).Jean-Philippe Lang2016-06-011-0/+15
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15435 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test failure (#22926).Jean-Philippe Lang2016-06-011-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15434 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds Issue#allowed_target_trackers (#7839).Jean-Philippe Lang2016-05-301-2/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15430 e93f8b46-1217-0410-a6f0-8f06a7374b81
* NoMethodError: undefined method `id' error on ↵Jean-Philippe Lang2016-05-281-0/+4
| | | | | | | | EnumerationFormat#value_from_keyword (#22911). Patch by Haihan Ji. git-svn-id: http://svn.redmine.org/redmine/trunk@15429 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Malformed SQL query with SQLServer when grouping and sorting by fixed ↵Jean-Philippe Lang2016-05-161-0/+16
| | | | | | version (#22808). git-svn-id: http://svn.redmine.org/redmine/trunk@15416 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add support for attaching file to WIKI pages by REST API (#14830).Jean-Philippe Lang2016-05-161-0/+19
| | | | | | Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@15415 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include private_notes property in xml/json Journals output (#20985).Jean-Philippe Lang2016-05-161-1/+8
| | | | | | Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@15414 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Restores the "New issue" tab in the project menu and makes it optional (#6204).Jean-Philippe Lang2016-05-091-4/+50
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15407 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include value and label of possible values in custom fields API (#22745).Jean-Philippe Lang2016-05-081-0/+15
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15401 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show attachment view even is no preview is available (#22482).Jean-Philippe Lang2016-05-081-4/+6
| | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@15398 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add view for "no preview" repository files (#22482).Jean-Philippe Lang2016-05-082-5/+6
| | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@15397 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add basic test for image view (#22482).Jean-Philippe Lang2016-05-081-0/+9
| | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@15396 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Child nodes should only be rendered if the user is actually authorized to ↵Jean-Philippe Lang2016-05-081-2/+48
| | | | | | | | see them (#15880). Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@15393 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test failure with SQLServer (#22320).Jean-Philippe Lang2016-05-071-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15392 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes Query#date_clause timezone handling (#22320).Jean-Philippe Lang2016-05-071-0/+44
| | | | | | | | | When querying time fields based on date values these should be interpreted in the user's time zone, since that's what a user usually expects. Patch by Jens Kraemer. git-svn-id: http://svn.redmine.org/redmine/trunk@15381 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace Date.today with User.current.today (#22320).Jean-Philippe Lang2016-05-071-0/+26
| | | | | | | | | | | | | | Depending on the offset between a user's configured timezone and the server timezone, Date.today may be more or less often wrong from the user's perspective, leading to things like issues marked as overdue too early or too late, or yesterday / tomorrow being displayed / selected where 'today' is intended. A test case illustrating the problem with Issue#overdue? is included Patch by Jens Kraemer. git-svn-id: http://svn.redmine.org/redmine/trunk@15379 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Notify the user of missing attachments (#22401).Jean-Philippe Lang2016-05-071-0/+11
| | | | | | | | | | | under certain (rare) circumstances it may happen that, when an issue or other container is saved, added attachments have already been removed (i.e. by the attachments:prune rake task). This patch adds a validation error to the container in this case. Patch by Jens Kraemer. git-svn-id: http://svn.redmine.org/redmine/trunk@15378 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filter by issue id (#4806).Jean-Philippe Lang2016-05-061-0/+8
| | | | | | A shortcut is added to the context menu to filter the selected issues. git-svn-id: http://svn.redmine.org/redmine/trunk@15371 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test failure (#22147).Jean-Philippe Lang2016-04-241-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15361 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Do not propose trackers which disallow parent_issue_id for new child issues ↵Jean-Philippe Lang2016-04-241-0/+17
| | | | | | | | | | | (#22345). also removes the tracker_id from the "Add new child issue" link in case it doesn't allow parent_issue_id Patch by Jens Kraemer. git-svn-id: http://svn.redmine.org/redmine/trunk@15359 e93f8b46-1217-0410-a6f0-8f06a7374b81
* SQL server: non ASCII filter on text fields does not work (#22405).Jean-Philippe Lang2016-04-241-9/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15353 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set source encoding (#22405).Jean-Philippe Lang2016-04-241-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15352 e93f8b46-1217-0410-a6f0-8f06a7374b81
* SQL server: non ASCII filter on issue subject does not work (#22405).Jean-Philippe Lang2016-04-241-0/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15350 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds "New wiki page" link to create a new wiki page (#5536).Jean-Philippe Lang2016-04-222-0/+52
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15346 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a "New issue" link on the global issue list (#6204).Jean-Philippe Lang2016-04-191-0/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15345 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed the "New issue" menu item (#6204).Jean-Philippe Lang2016-04-193-34/+25
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15344 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes #move_to= (#12909).Jean-Philippe Lang2016-04-183-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15339 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Forum list can be reordered with drag and drop (#12909).Jean-Philippe Lang2016-04-181-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15337 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Lists can be reordered with drag and drop (#12909).Jean-Philippe Lang2016-04-171-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15336 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces acts_as_list with an implementation that handles #position= (#12909).Jean-Philippe Lang2016-04-179-23/+122
| | | | | | Objects are reordered using the regular attribute writer #position= and AR callbacks. git-svn-id: http://svn.redmine.org/redmine/trunk@15335 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing + signs (#22493).Jean-Philippe Lang2016-04-141-3/+3
| | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@15333 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Support for deleting attachments via API (#14828).Jean-Philippe Lang2016-04-121-0/+18
| | | | | | Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@15332 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Support of default Active Record (I18n) transliteration paths (#22383).Jean-Philippe Lang2016-04-121-1/+1
| | | | | | Patch by Ivan Zabrovskiy. git-svn-id: http://svn.redmine.org/redmine/trunk@15330 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix test failures (#22058).Jean-Philippe Lang2016-04-122-6/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15328 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Validate status of users and groups.Jean-Philippe Lang2016-04-111-0/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15320 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that subtasks lose their custom fields when copying an issue to a ↵Jean-Philippe Lang2016-04-111-0/+18
| | | | | | different project (#22342). git-svn-id: http://svn.redmine.org/redmine/trunk@15318 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow addition of watchers via bulk edit context menu (#5754).Jean-Philippe Lang2016-04-091-1/+23
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15311 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Missing fixtures (#14574).Jean-Philippe Lang2016-04-031-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15305 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Highlighting of required and read-only custom fields broken in Workflow ↵Jean-Philippe Lang2016-04-031-0/+3
| | | | | | | | editor (#22305). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@15293 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bulk edit form lacks estimated time field (#5156).Jean-Philippe Lang2016-04-031-0/+9
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@15290 e93f8b46-1217-0410-a6f0-8f06a7374b81
* "I don't want to be notified of changes that I make myself" as Default for ↵Jean-Philippe Lang2016-04-037-11/+21
| | | | | | all User (#14574). git-svn-id: http://svn.redmine.org/redmine/trunk@15288 e93f8b46-1217-0410-a6f0-8f06a7374b81