summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* Move wiki page to other project (#5450).Jean-Philippe Lang2014-11-231-0/+5
* Moved select_list_move.js content to application.js.Jean-Philippe Lang2014-11-181-2/+6
* Removed submit_query_form function.Jean-Philippe Lang2014-11-182-3/+3
* Use an handler instead of onsubmit attribute.Jean-Philippe Lang2014-11-183-3/+3
* Removed deep nested time entries routes.Jean-Philippe Lang2014-11-161-1/+1
* Moved new group user to its own action GroupsController#new_users.Jean-Philippe Lang2014-11-166-19/+29
* Adds a hook at the bottom of the calender (#6586).Jean-Philippe Lang2014-11-151-0/+2
* Moved new project member to its own action MemberController#new.Jean-Philippe Lang2014-11-157-32/+38
* Adds a role setting for controlling visibility of users: all or members of vi...Jean-Philippe Lang2014-11-111-11/+15
* Overrides IssueRelation#to_s.Jean-Philippe Lang2014-11-051-4/+1
* Fixed that there's no space after lists in project description (#2573).Jean-Philippe Lang2014-11-041-1/+3
* Prevents one query per group.Jean-Philippe Lang2014-11-021-1/+1
* Prevents one query per tracker.Jean-Philippe Lang2014-11-021-1/+1
* Adds (un)check all buttons to select all projects (#11702).Jean-Philippe Lang2014-11-021-4/+6
* Default status per tracker (#5991).Jean-Philippe Lang2014-11-026-7/+8
* Restores commits reverted when rails-4.1 branch was merged (#18174).Jean-Philippe Lang2014-10-241-2/+2
* Adds a single controller for users and groups memberships and support for add...Jean-Philippe Lang2014-10-2310-133/+123
* Adds path to plugin_assets directory in admin/info (#8817).Jean-Philippe Lang2014-10-221-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-227-8/+8
* Adds a Cancel button on issue edit view (#18051).Jean-Philippe Lang2014-10-211-0/+1
* Adds css classes to get sort order on the issue list (#17993).Jean-Philippe Lang2014-10-041-1/+1
* Removes routes for time entries nested under project/issues.Jean-Philippe Lang2014-10-043-8/+8
* Adds a link to /time_entries/new from My Page Spent Time block (#17955).Jean-Philippe Lang2014-10-041-0/+6
* Let the new time_entry form be submitted without project (#17954).Jean-Philippe Lang2014-10-043-5/+6
* Adds buit-in groups to give specific permissions to anonymous and non members...Jean-Philippe Lang2014-09-287-8/+12
* Backport r13313 from rails-4.1 to trunk.Toshi MARUYAMA2014-09-148-10/+10
* Parent issue autocomplete does not follow to the "Allow cross-project subtask...Jean-Philippe Lang2014-09-141-1/+1
* Fixed: Issues counters in roadmap only link to issues in the same project (#9...Jean-Philippe Lang2014-09-141-14/+10
* Issue API: include is_private attribute in xml/json output (#10914).Jean-Philippe Lang2014-09-132-0/+2
* Moves project sidebar content to a partial (#17380).Jean-Philippe Lang2014-09-132-11/+13
* Mark private notes more clearly (#16240).Jean-Baptiste Barth2014-09-091-1/+2
* Include enabled modules in projects API (#17602).Jean-Baptiste Barth2014-09-062-12/+2
* revert r13199 (#17151)Toshi MARUYAMA2014-08-261-3/+1
* Add project is_public to GET /projects/:id and /projects API response (#17628).Jean-Baptiste Barth2014-08-152-0/+2
* Add time entries custom fields to the context menu for quick bulk edit (#17484).Jean-Philippe Lang2014-07-291-0/+14
* Use type="button" instead of return false; (#17401).Jean-Philippe Lang2014-07-141-2/+2
* Option to render boolean custom fields as a single check box or radio buttons...Jean-Philippe Lang2014-07-051-1/+1
* fix file upload broken on Chrome 36 (#17151)Toshi MARUYAMA2014-07-011-1/+3
* revert r13183 (#17151)Toshi MARUYAMA2014-06-251-3/+1
* fix file upload broken on Chrome 36 (#17151)Toshi MARUYAMA2014-06-251-1/+3
* Remove useless settings when editing a query from the gantt (#16747).Jean-Philippe Lang2014-05-241-4/+10
* Count users with a single query on group list (#16905).Jean-Philippe Lang2014-05-241-3/+2
* Missing type=array attributes in custom fields API (#16739).Jean-Philippe Lang2014-04-261-2/+2
* Don't submit the form when tabs are inside a form (#16708).Jean-Philippe Lang2014-04-261-2/+2
* Missing closing tag (#3177).Jean-Philippe Lang2014-04-061-1/+1
* Adds strings to locales (#3177).Jean-Philippe Lang2014-04-051-1/+1
* Adds strings to locales (#3177).Jean-Philippe Lang2014-04-051-2/+2
* Adds "Check for updates" for installed plugins (#3177).Jean-Philippe Lang2014-04-051-1/+45
* Custom queries: buttons to move column to top and bottom (#16326).Jean-Philippe Lang2014-03-211-1/+3
* Extract code to render project context links to helper (#16381).Jean-Philippe Lang2014-03-211-6/+1