summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Allow attachment thumbnails from REST API (#18707).Jean-Philippe Lang2014-12-262-1/+5
* Do not truncate subissue/related issues titles on the issue view (#18659).Jean-Philippe Lang2014-12-242-3/+3
* Adds p/n access keys for previous/next links (#18692).Jean-Philippe Lang2014-12-247-11/+20
* Send the content type as parameter when uploading a file.Jean-Philippe Lang2014-12-211-0/+1
* Attachment content type not set when uploading attachment (#18667).Jean-Philippe Lang2014-12-211-4/+5
* Error when adding user to group where he is already assigned (#18665).Jean-Philippe Lang2014-12-212-8/+16
* Don't overwrite headers that were already set (#14699).Jean-Philippe Lang2014-12-211-1/+1
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-213-4/+4
* Use a CustomFieldValue instead of CustomValue.Jean-Philippe Lang2014-12-201-1/+1
* 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-142-2/+2
* 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
* Merged datepicker.js into application.js.Jean-Philippe Lang2014-12-131-1/+1
* Use a simple count query.Jean-Philippe Lang2014-12-133-25/+10
* Don't show roles without issue add/edit permission in workflow setup (#15988).Jean-Philippe Lang2014-12-135-5/+5
* Don't consider roles without issue add/edit permissions for determining field...Jean-Philippe Lang2014-12-132-0/+5
* Droped legacy behaviour that allows a user to edit a few attributes of an iss...Jean-Philippe Lang2014-12-132-9/+1
* Use projects association.Jean-Philippe Lang2014-12-131-1/+1
* Removed unused helper.Jean-Philippe Lang2014-12-121-15/+0
* Removed unused method.Jean-Philippe Lang2014-12-121-4/+0
* Rewrites search engine to properly paginate results (#18631).Jean-Philippe Lang2014-12-128-50/+43
* ignore X-Autoreply mails (#15999, #13425)Toshi MARUYAMA2014-12-121-1/+2
* Adds some helpers tests.Jean-Philippe Lang2014-12-112-4/+4
* Misc tests.Jean-Philippe Lang2014-12-081-1/+1
* Don't create a journal when creating an issue with attachments.Jean-Philippe Lang2014-12-081-1/+1
* Don't create a journal when creating an issue.Jean-Philippe Lang2014-12-081-3/+6
* Skip some validations if attribute did not change.Jean-Philippe Lang2014-12-062-3/+5
* Specify the order for finding a setting.Jean-Philippe Lang2014-12-051-1/+1
* Skip uniqueness validation when updating a setting without changing its name.Jean-Philippe Lang2014-12-051-1/+1
* Adds methods for loading and adding settings.Jean-Philippe Lang2014-12-051-32/+52
* Un-inline statement.Jean-Philippe Lang2014-12-051-1/+3
* Removed dead code, Rails4 handles that in its attribute writer.Jean-Philippe Lang2014-12-051-3/+0
* Removed unused scopes.Jean-Philippe Lang2014-12-051-15/+0
* Typo.Jean-Philippe Lang2014-12-051-1/+1
* Removed unused and deprecated Issue#move_to_project method.Jean-Philippe Lang2014-12-051-27/+0
* 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
* Moved journal details generation to Journal model.Jean-Philippe Lang2014-12-052-78/+122
* Removed unused helper.Jean-Philippe Lang2014-12-041-5/+0
* Removed unused helper.Jean-Philippe Lang2014-12-041-5/+0
* Removed unused helper.Jean-Philippe Lang2014-12-041-9/+0
* Removed unused helper.Jean-Philippe Lang2014-12-041-9/+0
* Removed unused helper.Jean-Philippe Lang2014-12-041-8/+0
* Removed unused helper.Jean-Philippe Lang2014-12-031-4/+0
* Rescue RecordNotSaved in #save_with_content.Jean-Philippe Lang2014-12-032-7/+7
* Get version ids with a single query (was n+1).Jean-Philippe Lang2014-12-021-3/+4