summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Creating a wiki page named "Sidebar" without proper permission raises an exce...Jean-Philippe Lang2016-08-301-1/+3
* Test failure (#23410).Jean-Philippe Lang2016-08-201-2/+8
* New "Spent time" menu tab when spent time module is enabled on project (#23311).Jean-Philippe Lang2016-08-201-1/+1
* New issue raises an error if no projects available (#23410).Jean-Philippe Lang2016-08-201-7/+4
* Adds issue tracker and status columns and filters on spent time list (#23401).Jean-Philippe Lang2016-08-201-1/+0
* Don't use render :text => "".Jean-Philippe Lang2016-07-214-7/+9
* Don't check that params[:settings] is a Hash.Jean-Philippe Lang2016-07-211-4/+5
* Set preferences with #safe_attributes=.Jean-Philippe Lang2016-07-211-1/+1
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-191-8/+2
* Don't respond with the error template when annotate is not available.Jean-Philippe Lang2016-07-171-8/+11
* Use safe_attributes for email addresses.Jean-Philippe Lang2016-07-171-4/+1
* Use safe_attributes for auth sources.Jean-Philippe Lang2016-07-171-5/+12
* Use safe_attributes for issue statuses.Jean-Philippe Lang2016-07-171-2/+4
* Use safe_attributes for custom field enumerations.Jean-Philippe Lang2016-07-171-2/+6
* Use safe_attributes for custom fields.Jean-Philippe Lang2016-07-171-2/+5
* Use safe_attributes for user preferences.Jean-Philippe Lang2016-07-173-4/+4
* Use head instead of render :nothing => true.Jean-Philippe Lang2016-07-1714-26/+26
* Don't pass conditions to #delete_all.Jean-Philippe Lang2016-07-161-2/+2
* Use head instead of render :nothing => true.Jean-Philippe Lang2016-07-161-1/+1
* Don't compare with Hash.Jean-Philippe Lang2016-07-161-2/+2
* Use safe_attributes.Jean-Philippe Lang2016-07-161-3/+6
* Use safe_attributes.Jean-Philippe Lang2016-07-161-3/+6
* Handle admin and login with safe_attributes.Jean-Philippe Lang2016-07-142-6/+1
* Don't generate URL from params.Jean-Philippe Lang2016-07-141-1/+1
* Use .skip_before_action instead of .skip_before_filter.Jean-Philippe Lang2016-07-142-2/+2
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-1448-119/+119
* Use .distinct instead of .uniq.Jean-Philippe Lang2016-07-141-1/+1
* Make time entries groupable (#16843).Jean-Philippe Lang2016-07-131-1/+0
* Remove special behaviour for listing issue time entries, use a filter for that.Jean-Philippe Lang2016-07-121-8/+11
* Helper is needed to render the sidebar (#14790).Jean-Philippe Lang2016-07-121-0/+1
* Makes spent time queries savable (#14790).Jean-Philippe Lang2016-07-122-7/+19
* Makes QueriesController able to handle other Query subclasses.Jean-Philippe Lang2016-07-111-8/+16
* Removes action caching on /robots.txt.Jean-Philippe Lang2016-07-102-7/+0
* Preload issues project.Jean-Philippe Lang2016-07-101-0/+1
* Preload email addresses for displaying avatars.Jean-Philippe Lang2016-07-101-3/+4
* Wrap journal attributes with a journal parameter and use safe_attributes (#22...Jean-Philippe Lang2016-07-101-4/+2
* Enable updating private_notes property on journal edit form (#22575).Jean-Philippe Lang2016-07-101-1/+4
* Assignable users should not include users that cannot view the tracker (#23172).Jean-Philippe Lang2016-06-281-10/+2
* Add params to Redmine::Search::Fetcher#initialize optional parameter (#23153).Jean-Philippe Lang2016-06-281-1/+1
* Sort messages by ids to avoid the left join.Jean-Philippe Lang2016-06-201-5/+4
* Preload custom values when displaying the roadmap.Jean-Philippe Lang2016-06-181-2/+2
* Limits the tracker list in filters and issue counts (#285).Jean-Philippe Lang2016-06-182-3/+3
* Code cleanup (#23054).Jean-Philippe Lang2016-06-153-34/+18
* Clearing time entry custom fields while bulk editing results in values set to...Jean-Philippe Lang2016-06-151-1/+10
* Adds a setting for choosing the new object menu item style (#15880).Jean-Philippe Lang2016-06-111-1/+1
* Make Tracker map-able for CSV import (#22951).Jean-Philippe Lang2016-06-071-5/+1
* Adds permission to edit and delete issues by role/tracker (#285).Jean-Philippe Lang2016-06-052-2/+11
* Limit trackers for new issue to certain roles (#7839).Jean-Philippe Lang2016-06-051-1/+7
* Adds Issue#allowed_target_trackers (#7839).Jean-Philippe Lang2016-05-302-4/+3
* Add support for attaching file to WIKI pages by REST API (#14830).Jean-Philippe Lang2016-05-161-1/+1