summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Disable "Select project modules" permission does not apply to the new project...Jean-Philippe Lang2016-08-302-3/+19
* Filter on issue ID with between/lesser/greater operator does not work (#23596).Jean-Philippe Lang2016-08-301-4/+9
* Fixed that restricted custom permissions on for non member/anonymous does not...Jean-Philippe Lang2016-08-301-1/+3
* 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
* Issue#editable_custom_field_values very slow for issues with many custom fiel...Jean-Philippe Lang2016-08-201-1/+2
* New issue raises an error if no projects available (#23410).Jean-Philippe Lang2016-08-201-7/+4
* Wrong CSS classes in subtasks tree (#23391).Jean-Philippe Lang2016-08-201-1/+1
* Adds issue tracker and status columns and filters on spent time list (#23401).Jean-Philippe Lang2016-08-204-5/+60
* Don't use render :text => "".Jean-Philippe Lang2016-07-214-7/+9
* Don't error if an invalid setting is given.Jean-Philippe Lang2016-07-211-1/+3
* 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
* Changes required by functional tests updates.Jean-Philippe Lang2016-07-212-2/+4
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-191-8/+2
* remove trailing white-space from app/models/time_entry_query.rbToshi MARUYAMA2016-07-191-1/+1
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-183-2/+4
* Don't respond with the error template when annotate is not available.Jean-Philippe Lang2016-07-172-9/+15
* Use safe_attributes for email addresses.Jean-Philippe Lang2016-07-172-4/+5
* Use safe_attributes for auth sources.Jean-Philippe Lang2016-07-172-5/+28
* Use safe_attributes for issue statuses.Jean-Philippe Lang2016-07-172-2/+11
* Use safe_attributes for custom field enumerations.Jean-Philippe Lang2016-07-172-3/+17
* Use safe_attributes for custom fields.Jean-Philippe Lang2016-07-173-3/+32
* Use safe_attributes for user preferences.Jean-Philippe Lang2016-07-174-4/+12
* Use head instead of render :nothing => true.Jean-Philippe Lang2016-07-1714-26/+26
* Don't use add_on_empty.Jean-Philippe Lang2016-07-161-1/+1
* Don't use an argument to reload.Jean-Philippe Lang2016-07-161-1/+2
* Don't pass conditions to #delete_all.Jean-Philippe Lang2016-07-163-4/+4
* Use named route.Jean-Philippe Lang2016-07-161-2/+2
* Don't pass conditions to #destroy_all.Jean-Philippe Lang2016-07-161-1/+1
* 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-162-3/+15
* Use safe_attributes.Jean-Philippe Lang2016-07-162-3/+19
* Don't pass conditions to #delete_all.Jean-Philippe Lang2016-07-161-1/+1
* Handle admin and login with safe_attributes.Jean-Philippe Lang2016-07-143-7/+7
* Don't pass conditions to #delete_all.Jean-Philippe Lang2016-07-141-3/+3
* Don't generate URL from params.Jean-Philippe Lang2016-07-141-1/+1
* Removes a call to alias_method_chain.Jean-Philippe Lang2016-07-141-4/+2
* 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-148-12/+12
* Ability to delete multiple attachments while updating an issue (#13072).Jean-Philippe Lang2016-07-132-3/+38
* Make time entries groupable (#16843).Jean-Philippe Lang2016-07-1312-136/+154
* Adds a link to spent time on version details (#13558).Jean-Philippe Lang2016-07-131-1/+2
* Adds a version filter on time entries (#13558).Jean-Philippe Lang2016-07-132-2/+26
* Remove special behaviour for listing issue time entries, use a filter for that.Jean-Philippe Lang2016-07-1210-41/+47
* Helper is needed to render the sidebar (#14790).Jean-Philippe Lang2016-07-121-0/+1
* Display the list of saved queries in the sidebar (#14790).Jean-Philippe Lang2016-07-124-6/+19