summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
...
* Links to completed versions on the roadmap page might lead to a "403 not auth...Jean-Philippe Lang2015-02-081-1/+1
* Adds a :copy_issues permission (#18855).Jean-Philippe Lang2015-02-082-3/+4
* Removed :move_issues permission (#18855).Jean-Philippe Lang2015-02-081-1/+1
* Extract grouping logic to an helper.Jean-Philippe Lang2015-02-071-5/+3
* Respect cross-project subtask setting on issue bulk edit form (#18711).Jean-Philippe Lang2015-02-071-1/+1
* Make search results per page configurable (#19005).Jean-Philippe Lang2015-02-071-0/+2
* Removed :update key and use :edit instead.Jean-Philippe Lang2015-01-271-8/+8
* Adds support for macro and Redmine links in PDF export (#13051).Jean-Philippe Lang2015-01-254-0/+4
* Link to the anchor only.Jean-Philippe Lang2015-01-241-1/+1
* Don't check if attachments are editable individually.Jean-Philippe Lang2015-01-241-1/+1
* Fixed that group is not displayed when the first group is a boolean custom fi...Jean-Philippe Lang2015-01-191-3/+3
* Fixed that boolean custom field groups have same label for blank and false va...Jean-Philippe Lang2015-01-191-1/+1
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-1/+1
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-176-0/+35
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Fixed: Custom field is rendered, even if its value is empty (for multiple) (#...Jean-Philippe Lang2015-01-102-8/+4
* Fixed open div tag position.Jean-Philippe Lang2015-01-101-1/+1
* Option to search open issues only (#10734).Jean-Philippe Lang2015-01-101-0/+1
* Option to search attachment filenames and description (#4383).Jean-Philippe Lang2015-01-091-1/+21
* Same fix as r13582 for trackers and statuses (#18769).Jean-Philippe Lang2015-01-072-2/+2
* Redirect to the current page when reordering roles (#18769).Jean-Philippe Lang2015-01-071-1/+1
* remove duplicated :remote key from app/views/messages/show.html.erbToshi MARUYAMA2015-01-041-1/+0
* remove duplicated :id key from app/views/timelog/report.html.erbToshi MARUYAMA2015-01-041-2/+2
* Do not truncate subissue/related issues titles on the issue view (#18659).Jean-Philippe Lang2014-12-241-2/+2
* Adds p/n access keys for previous/next links (#18692).Jean-Philippe Lang2014-12-245-9/+17
* User detail : show user login to admins (#17354).Jean-Philippe Lang2014-12-141-0/+3
* Removed debug stuff.Jean-Philippe Lang2014-12-131-2/+0
* Don't use #downcase on search tokens, let the database handle it (#18537).Jean-Philippe Lang2014-12-131-0/+2
* HTML improvements on project landing page (#18565).Jean-Philippe Lang2014-12-133-7/+7
* Use a simple count query.Jean-Philippe Lang2014-12-131-7/+7
* Don't show roles without issue add/edit permission in workflow setup (#15988).Jean-Philippe Lang2014-12-132-2/+2
* Droped legacy behaviour that allows a user to edit a few attributes of an iss...Jean-Philippe Lang2014-12-131-1/+1
* Rewrites search engine to properly paginate results (#18631).Jean-Philippe Lang2014-12-121-13/+4
* Configurable behavour for linking issues on copy (#18500).Jean-Philippe Lang2014-11-293-0/+16
* Adds a more specific title for the attachments edit link (#1326).Jean-Philippe Lang2014-11-292-2/+4
* Edit attachments after upload (#1326).Jean-Philippe Lang2014-11-292-0/+33
* Fixed "First argument in form cannot contain nil or be empty" error (#18275).Jean-Philippe Lang2014-11-281-3/+3
* Use named routes or helpers.Jean-Philippe Lang2014-11-263-6/+6
* Removed duplicate element ids.Jean-Philippe Lang2014-11-2312-27/+30
* 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