summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* Refresh watchers list when watching/unwatching an issue (#4334).Jean-Philippe Lang2015-05-082-1/+2
* "Required" and "Read-only" rules on "Fields Permissions" screen are not color...Jean-Philippe Lang2015-04-111-1/+1
* Include custom fields description in project settings and issue view (#19296).Jean-Philippe Lang2015-03-211-1/+1
* Don't let users be sorted by email (#19161).Jean-Philippe Lang2015-03-201-1/+1
* Adds the date format for ambiguous dates (#19243).Jean-Philippe Lang2015-03-071-1/+1
* Use named routes.Jean-Philippe Lang2015-02-251-5/+5
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-2394-159/+159
* Check plugins updates using https (#17722).Jean-Philippe Lang2015-02-151-1/+1
* Adds custom fields to documents (#7249).Jean-Philippe Lang2015-02-142-0/+13
* Implements /issues/new form for creating issues outside a project (#1003).Jean-Philippe Lang2015-02-142-3/+3
* Removed IssuesController#update_form action, use #new and #edit instead.Jean-Philippe Lang2015-02-134-3/+4
* Added Issue#attributes_editable?Jean-Philippe Lang2015-02-131-1/+1
* Moved users list diplayed as available watchers on the new issue form to an h...Jean-Philippe Lang2015-02-131-1/+1
* 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