summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove instance variable which is unused after r9603 (#24832).Jean-Philippe Lang2017-01-151-1/+0
* Cast as decimal(30,0) instead of integer (#21249).Jean-Philippe Lang2017-01-141-2/+2
* Filtering out specific subprojects (using 'is not' operator) (#15773).Jean-Philippe Lang2017-01-141-3/+10
* Filters on chained custom fields and custom field attributes (#21249).Jean-Philippe Lang2017-01-142-2/+85
* Filter group should be a Symbol.Jean-Philippe Lang2017-01-141-1/+1
* Handle the case of none existing enumerations using no-data blocks (#24776).Jean-Philippe Lang2017-01-141-0/+2
* Add 'icon' and 'icon-add' classes to new enum links (#24776).Jean-Philippe Lang2017-01-141-1/+1
* Move 'New enumeration' links to above the item tables (#24776).Jean-Philippe Lang2017-01-141-2/+3
* Remove superfluous spaces before colon (#24720).Jean-Philippe Lang2017-01-142-2/+2
* Add nbsp below project settings version filter section (#24720).Jean-Philippe Lang2017-01-141-0/+1
* Move 'New ...' links to above item tables in project settings (#24720).Jean-Philippe Lang2017-01-144-12/+12
* Don't always load data that is for html response only.Jean-Philippe Lang2017-01-141-5/+4
* Let user always see his private notes (#17632).Jean-Philippe Lang2017-01-142-7/+8
* Moves journals selection to Issue#visible_journals_with_index (#17632).Jean-Philippe Lang2017-01-142-12/+22
* Adds settings to make the issue and/or comment fields mandatory for time logs...Jean-Philippe Lang2017-01-124-2/+15
* Don't compare timestamps with 0, triggers SQL errors with PostgreSQL (#10840).Jean-Philippe Lang2017-01-121-4/+3
* Allow "stay logged in" from multiple browsers (#10840).Jean-Philippe Lang2017-01-121-4/+56
* Don't preload custom field filter values (#24787).Jean-Philippe Lang2017-01-121-5/+0
* Adds a link to all projects in the jump drop down (#23310).Jean-Philippe Lang2017-01-103-2/+9
* Don't preload all query filters (#24787).Jean-Philippe Lang2017-01-095-114/+162
* Adds a flash message when deleting a board (#24535).Jean-Philippe Lang2017-01-081-1/+3
* Issue destroy : Reassign time issue autocomplete (#24692).Jean-Philippe Lang2017-01-081-0/+1
* Remove iteration in ApplicationHelper#syntax_highlight_lines (#24713).Jean-Philippe Lang2017-01-081-3/+1
* Adds a tooltip to cells on workflow page (#12598).Jean-Philippe Lang2017-01-082-5/+10
* remove trailing white space from app/controllers/files_controller.rbToshi MARUYAMA2017-01-081-1/+1
* remove trailing white space from app/models/version.rbToshi MARUYAMA2017-01-081-1/+1
* Preload :roles for displaying user memberships (#23519).Jean-Philippe Lang2017-01-071-1/+1
* Don't destructively insert builtin_role into roles (#23519).Jean-Philippe Lang2017-01-071-3/+2
* Reset #roles on reload (#23519).Jean-Philippe Lang2017-01-071-0/+1
* Don't preload projects and roles on Principal#memberships association (#23519).Jean-Philippe Lang2017-01-074-8/+11
* More readable regexp for parse_redmine_links (#24382).Jean-Philippe Lang2017-01-071-2/+47
* Don't redirect to lost password page after login (#13741).Jean-Philippe Lang2017-01-071-1/+1
* Sort user memberships by project.Jean-Philippe Lang2017-01-072-2/+8