summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
...
* Preload associations used to display issues on My page.Jean-Philippe Lang2017-03-131-2/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16395 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't reload the page when adding/removing a block.Jean-Philippe Lang2017-03-135-8/+24
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16394 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that move/delete links disappear after updating block settings.Jean-Philippe Lang2017-03-132-9/+14
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16393 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use explicit url.Jean-Philippe Lang2017-03-131-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16392 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes unneeded inclusions of sort_helper.Jean-Philippe Lang2017-03-133-6/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16391 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Get rid of sort_helper when using queries.Jean-Philippe Lang2017-03-1311-146/+89
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16390 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix sort handle on "My page".Jean-Philippe Lang2017-03-112-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16389 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Get the count by group from the query directly.Jean-Philippe Lang2017-03-098-15/+15
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16387 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use local variables in issues/list partial.Jean-Philippe Lang2017-03-092-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16386 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes MyControllerTest#page_layout (#25297).Jean-Philippe Lang2017-03-094-50/+42
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16385 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test broken by r16381 (#25289).Jean-Philippe Lang2017-03-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16384 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adding a subtask should default to a tracker without disabled parent field ↵Jean-Philippe Lang2017-03-081-2/+9
| | | | | | (#16260). git-svn-id: http://svn.redmine.org/redmine/trunk@16383 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a test for #25289.Jean-Philippe Lang2017-03-081-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16382 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adding a principal to 2 projects with member inheritance leads to an error ↵Jean-Philippe Lang2017-03-081-2/+4
| | | | | | | | (#25289). Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@16381 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Emails with no text or html Content not handled properly (#25269, #25256).Jean-Philippe Lang2017-03-071-2/+8
| | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@16379 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Issue description filter's 'none' operator does not match issues with blank ↵Jean-Philippe Lang2017-03-071-2/+2
| | | | | | | | descriptions (#25077). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16378 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Preload journal's user (#6375).Jean-Philippe Lang2017-03-051-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16377 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix loading of last visible journal (#1474, #6375).Jean-Philippe Lang2017-03-051-9/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16376 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Password reset should count as a password change for User#must_change_passwd ↵Jean-Philippe Lang2017-03-051-7/+12
| | | | | | | | (#25253). Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@16374 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Span elements should not contain a div.Jean-Philippe Lang2017-03-051-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16373 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mail parts with empty content should be ignored (#25256).Jean-Philippe Lang2017-03-051-10/+10
| | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@16371 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Load only last journal with notes (#1474).Jean-Philippe Lang2017-03-051-2/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16370 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't load all issues' journals (#1474).Jean-Philippe Lang2017-03-051-6/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16369 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show Last Comment in Issue list (#1474).Jean-Philippe Lang2017-03-056-3/+46
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16367 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Last updated by colum in issue list (#6375).Jean-Philippe Lang2017-03-052-0/+35
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16366 e93f8b46-1217-0410-a6f0-8f06a7374b81
* REST API: option to get the project activities for time entries (#7506).Jean-Philippe Lang2017-03-031-1/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16365 e93f8b46-1217-0410-a6f0-8f06a7374b81
* The cancel operation in the issue edit mode doesn't work (#21579).Jean-Philippe Lang2017-03-031-1/+1
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16361 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add attachment information to issues.xml in REST API (#12181).Jean-Philippe Lang2017-03-031-0/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16360 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow to disable description field in tracker setting (#25052).Jean-Philippe Lang2017-03-021-2/+2
| | | | | | Patch by Go MAEDA and Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16351 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Filter out current issue from the related issues autocomplete (#25055).Jean-Philippe Lang2017-03-021-1/+1
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16350 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Flash messages on CustomFields destroy (#24801).Jean-Philippe Lang2017-03-021-1/+3
| | | | | | Patch by Javier Menéndez. git-svn-id: http://svn.redmine.org/redmine/trunk@16348 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Priority should always be preloaded as it's used to render issue links.Jean-Philippe Lang2017-03-021-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16346 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a filter on issue attachments (#2783).Jean-Philippe Lang2017-03-021-0/+15
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16344 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes uploading of empty files (#25115).Jean-Philippe Lang2017-02-281-3/+1
| | | | | | | | | | | | | | - prevents creation of attachment records without existing diskfile and empty digest - adds test case to check file upload API response - also removes the file size check in ActsAsAttachable which still prevented attachment of zero size attachments to containers but only for clients without Javascript (where save_attachments is called with the actual file upload). Patch by Jens Kraemer. git-svn-id: http://svn.redmine.org/redmine/trunk@16341 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white space from app/controllers/issues_controller.rbToshi MARUYAMA2017-02-091-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16332 e93f8b46-1217-0410-a6f0-8f06a7374b81
* revert r16322 (#24970)Toshi MARUYAMA2017-02-021-2/+2
| | | | | | Some tests fail. git-svn-id: http://svn.redmine.org/redmine/trunk@16323 e93f8b46-1217-0410-a6f0-8f06a7374b81
* replace depricated Net::LDAP::LdapError by Net::LDAP::Error (#24970)Toshi MARUYAMA2017-02-021-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16322 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Clean up sort orders.Jean-Philippe Lang2017-01-311-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16321 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Time entry queries should be copied and deleted too.Jean-Philippe Lang2017-01-311-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16320 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes default order on Project#versions association.Jean-Philippe Lang2017-01-311-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16319 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redirect to the parent issue after adding a subtask.Jean-Philippe Lang2017-01-303-6/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16317 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Set thumbnail width on image tag to avoid too wide white boxes on Firefox ↵Jean-Philippe Lang2017-01-301-1/+2
| | | | | | | | (#24927). Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@16316 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Whitespace-only reorg of ApplicationHelper#thumbnail_tag (#24927).Jean-Philippe Lang2017-01-301-3/+11
| | | | | | Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@16315 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Hires (2x DPR) image support for Thumbnails (#24927).Jean-Philippe Lang2017-01-301-1/+1
| | | | | | Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@16314 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add support for @2x, @3x, etc. hires images (#24922).Jean-Philippe Lang2017-01-301-1/+10
| | | | | | Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@16311 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disable description and columns when checking "Default columns" (#24907).Jean-Philippe Lang2017-01-291-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16304 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show visible spent time link for users allowed to view time entries (#20661).Jean-Philippe Lang2017-01-292-1/+6
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16292 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redirect with token in session (#24416).Jean-Philippe Lang2017-01-291-2/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16287 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Always send images user-uploaded images with Content-Disposition: attachment ↵Jean-Philippe Lang2017-01-292-2/+2
| | | | | | | | (#24199). Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@16285 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Only show issue details in time entry activity events if the issue is ↵Jean-Philippe Lang2017-01-291-1/+5
| | | | | | | | visible (#23803). Patch by Holger Just. git-svn-id: http://svn.redmine.org/redmine/trunk@16284 e93f8b46-1217-0410-a6f0-8f06a7374b81