summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed broken and unused method added in r5313.Jean-Philippe Lang2014-12-021-6/+0
* Use scope.Jean-Philippe Lang2014-12-021-1/+1
* Code cleanup.Jean-Philippe Lang2014-11-301-4/+5
* 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-295-2/+41
* 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-298-5/+128
* Group filters in the filter select list (#13849).Jean-Philippe Lang2014-11-281-7/+28
* Fixed "First argument in form cannot contain nil or be empty" error (#18275).Jean-Philippe Lang2014-11-281-3/+3
* Error raised on project settings after project wiki is deleted (#18429).Jean-Philippe Lang2014-11-281-1/+1
* Use named routes or helpers.Jean-Philippe Lang2014-11-264-7/+7
* Removed duplicate element ids.Jean-Philippe Lang2014-11-2313-28/+31
* Move wiki page to other project (#5450).Jean-Philippe Lang2014-11-236-25/+108
* Merged r13640 from 2.6-stable to trunk (#18280)Toshi MARUYAMA2014-11-221-1/+2
* replace tab to space at app/models/issue.rbToshi MARUYAMA2014-11-221-1/+1
* Selected projects in email notifications on "my account" are lost when the pa...Jean-Philippe Lang2014-11-221-1/+1
* Code cleanup.Jean-Philippe Lang2014-11-221-2/+1
* Clear @spent_hours on reload (#18410).Jean-Philippe Lang2014-11-221-0/+1
* Moved select_list_move.js content to application.js.Jean-Philippe Lang2014-11-181-2/+6
* Removed submit_query_form function.Jean-Philippe Lang2014-11-182-3/+3
* Use an handler instead of onsubmit attribute.Jean-Philippe Lang2014-11-183-3/+3
* Removed deep nested time entries routes.Jean-Philippe Lang2014-11-161-1/+1
* Moved new group user to its own action GroupsController#new_users.Jean-Philippe Lang2014-11-168-20/+36
* Adds a hook at the bottom of the calender (#6586).Jean-Philippe Lang2014-11-151-0/+2
* Moved new project member to its own action MemberController#new.Jean-Philippe Lang2014-11-159-37/+50
* Use named routes.Jean-Philippe Lang2014-11-141-19/+10
* Code cleanup.Jean-Philippe Lang2014-11-141-2/+2
* Fixed that Redmine links should not be parsed inside links (#18301).Jean-Philippe Lang2014-11-141-125/+129
* Fixed 500 error when displaying a news with comments in reverse order (#18332).Jean-Philippe Lang2014-11-141-1/+1
* Ignore bogus issue strings like [some-string#1234] in email subjects (#17705).Jean-Philippe Lang2014-11-141-1/+1