summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* remove trailing white space from app/controllers/issues_controller.rbToshi MARUYAMA2017-02-091-1/+1
* revert r16322 (#24970)Toshi MARUYAMA2017-02-021-2/+2
* replace depricated Net::LDAP::LdapError by Net::LDAP::Error (#24970)Toshi MARUYAMA2017-02-021-2/+2
* Clean up sort orders.Jean-Philippe Lang2017-01-311-4/+4
* Time entry queries should be copied and deleted too.Jean-Philippe Lang2017-01-311-3/+3
* Removes default order on Project#versions association.Jean-Philippe Lang2017-01-311-1/+1
* Redirect to the parent issue after adding a subtask.Jean-Philippe Lang2017-01-303-6/+10
* Set thumbnail width on image tag to avoid too wide white boxes on Firefox (#2...Jean-Philippe Lang2017-01-301-1/+2
* Whitespace-only reorg of ApplicationHelper#thumbnail_tag (#24927).Jean-Philippe Lang2017-01-301-3/+11
* Hires (2x DPR) image support for Thumbnails (#24927).Jean-Philippe Lang2017-01-301-1/+1
* Add support for @2x, @3x, etc. hires images (#24922).Jean-Philippe Lang2017-01-301-1/+10
* Disable description and columns when checking "Default columns" (#24907).Jean-Philippe Lang2017-01-291-3/+3
* Show visible spent time link for users allowed to view time entries (#20661).Jean-Philippe Lang2017-01-292-1/+6
* Redirect with token in session (#24416).Jean-Philippe Lang2017-01-291-2/+10
* Always send images user-uploaded images with Content-Disposition: attachment ...Jean-Philippe Lang2017-01-292-2/+2
* Only show issue details in time entry activity events if the issue is visible...Jean-Philippe Lang2017-01-291-1/+5
* Check permission of wiki pages before generating a link to it (#23793).Jean-Philippe Lang2017-01-291-1/+1
* Adds odd_even class to time entries (#15361).Jean-Philippe Lang2017-01-261-1/+1
* Use ids for testing inclusion.Jean-Philippe Lang2017-01-251-2/+4
* Use ids for testing inclusion.Jean-Philippe Lang2017-01-251-1/+2
* Remove background on subtasks and relations introduced in r16249 (#15361).Jean-Philippe Lang2017-01-251-2/+2
* Omit blank fields as we do for the description (#21705).Jean-Philippe Lang2017-01-251-3/+5
* Use #html_safe first.Jean-Philippe Lang2017-01-251-2/+2
* Option for long text custom fields to be displayed under the description fiel...Jean-Philippe Lang2017-01-255-4/+41
* Use css pseudo-classes instead of cycle("odd", "even") (#15361).Jean-Philippe Lang2017-01-2541-55/+51
* Changed filter position (#17720).Jean-Philippe Lang2017-01-211-8/+8
* Use #none for empty scope.Jean-Philippe Lang2017-01-211-1/+1
* Clean up SQL.Jean-Philippe Lang2017-01-211-3/+3
* Adds a scope for issue auto complete.Jean-Philippe Lang2017-01-212-1/+7
* Clean up SQL.Jean-Philippe Lang2017-01-211-2/+2
* Filter parent task issues in auto complete by open/closed status depending on...Jean-Philippe Lang2017-01-212-1/+10
* Use EXISTS instead of IN subquery (#21608).Jean-Philippe Lang2017-01-211-1/+1
* Allow forward reference to parent when importing issues (#22701).Jean-Philippe Lang2017-01-212-5/+42
* Reset sort criteria when clearing filters.Jean-Philippe Lang2017-01-191-1/+1
* Adds updated_by and last_updated_by filters on issues (#17720).Jean-Philippe Lang2017-01-194-8/+45
* Searching for issues with "updated = none" always returns zero results (#15226).Jean-Philippe Lang2017-01-181-0/+11
* Add warning when loosing data from custom fields when bulk editing issues (#2...Jean-Philippe Lang2017-01-183-0/+34
* Fixed #joins_for_order_statement (#24865).Jean-Philippe Lang2017-01-181-4/+4
* Don't join all associations by default (#24865).Jean-Philippe Lang2017-01-182-6/+20
* Handle csv columns selection in query to preload appropriate associations (#2...Jean-Philippe Lang2017-01-184-16/+11
* Fixed that Query#has_column? returns false with default columns.Jean-Philippe Lang2017-01-171-1/+2
* Moves sort joins for issues to IssueQuery.Jean-Philippe Lang2017-01-172-3/+12
* Use exists? instead of count (#24839).Jean-Philippe Lang2017-01-162-2/+2
* Use exists? instead of count (#24839).Jean-Philippe Lang2017-01-161-1/+1
* Make Spent time clickable in issue lists (#24649).Jean-Philippe Lang2017-01-151-1/+5
* Add tooltip on trackers summary matrix (#24790).Jean-Philippe Lang2017-01-151-3/+4
* Add tooltip on Permissions report matrix (#24780).Jean-Philippe Lang2017-01-151-6/+9
* Wrap conditions with a single if new_record?.Jean-Philippe Lang2017-01-151-8/+10
* Add default timezone for new users (#16484).Jean-Philippe Lang2017-01-152-0/+5
* Always show "Jump to project" drop-down (#24833).Jean-Philippe Lang2017-01-151-14/+12