summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
...
* Moved users list diplayed as available watchers on the new issue form to an h...Jean-Philippe Lang2015-02-131-4/+0
* Adds a :copy_issues permission (#18855).Jean-Philippe Lang2015-02-082-1/+26
* Removed :move_issues permission (#18855).Jean-Philippe Lang2015-02-082-9/+6
* Make search results per page configurable (#19005).Jean-Philippe Lang2015-02-071-1/+3
* Show long text custom field changes as a diff (#15236).Jean-Philippe Lang2015-01-311-2/+10
* Removed :update key and use :edit instead.Jean-Philippe Lang2015-01-271-1/+0
* The :change_status permission was removed in r1043.Jean-Philippe Lang2015-01-271-1/+1
* Adds support for macro and Redmine links in PDF export (#13051).Jean-Philippe Lang2015-01-252-8/+4
* Send password reset email to the email used in lost password form (#4244).Jean-Philippe Lang2015-01-171-2/+5
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-172-1/+106
* Copyright update.Jean-Philippe Lang2015-01-1147-47/+47
* Option to search open issues only (#10734).Jean-Philippe Lang2015-01-101-1/+2
* Option to search attachment filenames and description (#4383).Jean-Philippe Lang2015-01-091-1/+3
* 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
* Cleans up parent project assignment in ProjectsController.Jean-Philippe Lang2015-01-071-23/+3
* Allow attachment thumbnails from REST API (#18707).Jean-Philippe Lang2014-12-261-1/+1
* Send the content type as parameter when uploading a file.Jean-Philippe Lang2014-12-211-0/+1
* Error when adding user to group where he is already assigned (#18665).Jean-Philippe Lang2014-12-212-8/+16
* Cache search result ids for faster search pagination (#18631).Jean-Philippe Lang2014-12-201-3/+1
* Moved search logic to Redmine::Search (#18631).Jean-Philippe Lang2014-12-201-47/+18
* Use logger.info? (#18605).Jean-Philippe Lang2014-12-141-1/+1
* Use a simple count query.Jean-Philippe Lang2014-12-131-1/+3
* Don't show roles without issue add/edit permission in workflow setup (#15988).Jean-Philippe Lang2014-12-131-1/+1
* Use projects association.Jean-Philippe Lang2014-12-131-1/+1
* Rewrites search engine to properly paginate results (#18631).Jean-Philippe Lang2014-12-121-27/+29
* Don't create a journal when creating an issue with attachments.Jean-Philippe Lang2014-12-081-1/+1
* Un-inline statement.Jean-Philippe Lang2014-12-051-1/+3
* Use :only instead of :except option in IssueRelationsController filters.Jean-Philippe Lang2014-12-051-4/+6
* Removed unimplemented JournalsController#edit html response and added some te...Jean-Philippe Lang2014-12-051-4/+1
* Rescue RecordNotSaved in #save_with_content.Jean-Philippe Lang2014-12-031-5/+0
* Localisation not set correctly on authenticity token errors (#18499).Jean-Philippe Lang2014-11-291-0/+1
* Configurable behavour for linking issues on copy (#18500).Jean-Philippe Lang2014-11-291-2/+15
* Edit attachments after upload (#1326).Jean-Philippe Lang2014-11-291-3/+39
* Error raised on project settings after project wiki is deleted (#18429).Jean-Philippe Lang2014-11-281-1/+1
* Move wiki page to other project (#5450).Jean-Philippe Lang2014-11-231-3/+8
* Moved new group user to its own action GroupsController#new_users.Jean-Philippe Lang2014-11-161-0/+3
* Moved new project member to its own action MemberController#new.Jean-Philippe Lang2014-11-151-3/+7
* Fixed 500 error when displaying a news with comments in reverse order (#18332).Jean-Philippe Lang2014-11-141-1/+1
* Don't load user activity for API responses (#18128).Jean-Philippe Lang2014-11-111-4/+5
* Adds a role setting for controlling visibility of users: all or members of vi...Jean-Philippe Lang2014-11-112-14/+14
* Moved controller code to new method Project#add_default_member.Jean-Philippe Lang2014-11-021-4/+1
* Adds a 'sorted' scope to Project.Jean-Philippe Lang2014-11-022-6/+7
* Code cleanup, #roadmap no longer exists.Jean-Philippe Lang2014-11-021-1/+0
* Removed unused helpers.Jean-Philippe Lang2014-11-021-6/+0
* Code cleanup, removed conditions on request method.Jean-Philippe Lang2014-11-021-5/+5
* Default status per tracker (#5991).Jean-Philippe Lang2014-11-021-10/+12
* Fixed that IssueRelation should not be responsible for calling Issue#init_jou...Jean-Philippe Lang2014-11-022-0/+3
* Code cleanup.Jean-Philippe Lang2014-10-261-8/+4
* remove unneeded "references" of joinsToshi MARUYAMA2014-10-241-1/+0