summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Adds missing html titles (#14517).Jean-Philippe Lang2013-07-2829-43/+34
* Set titles on Groups pages (#14517)Jean-Philippe Lang2013-07-284-6/+4
* Adds a helper for building h2 tags and setting html_title (#14517).Jean-Philippe Lang2013-07-281-1/+20
* Don't use finder options.Jean-Philippe Lang2013-07-281-12/+3
* Preload some associations.Jean-Philippe Lang2013-07-281-8/+5
* Fixed that sorting time entries by custom field raises a SQL error (#14366).Jean-Philippe Lang2013-07-282-9/+14
* Fixed that displaying time entries with custom field column raises an error (...Jean-Philippe Lang2013-07-242-1/+5
* Don't hardcode news model in Comment.Jean-Philippe Lang2013-07-151-2/+3
* Use AR callbacks instead of observers (removed in Rails4) for notifications.Jean-Philippe Lang2013-07-1414-169/+69
* Ability to save Gantt query filters (#7836).Jean-Philippe Lang2013-07-145-8/+68
* Test failures with ruby1.8.Jean-Philippe Lang2013-07-131-0/+1
* ruby1.8 compatibility.Jean-Philippe Lang2013-07-131-1/+2
* Use Hash#reject that returns a Hash with ruby1.8 when Hash#select that return...Jean-Philippe Lang2013-07-131-2/+4
* Don't notify users about relations that are not visible (#1005).Jean-Philippe Lang2013-07-132-3/+17
* Fixed that relations to issues that are not visible are displayed in the issu...Jean-Philippe Lang2013-07-131-0/+3
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-1326-72/+253
* Removed dead code.Jean-Philippe Lang2013-07-131-25/+0
* Log email delivery errors (#14403).Jean-Philippe Lang2013-07-131-1/+11
* Exception message may not be UTF-8 encoded.Jean-Philippe Lang2013-07-121-1/+1
* Fixed one query per member on project settings.Jean-Philippe Lang2013-07-111-1/+1
* One query is enough.Jean-Philippe Lang2013-07-111-2/+2
* Adds 'assigned-to-my-group' css class to issues that are assigned to a user's...Jean-Philippe Lang2013-07-111-3/+6
* Issue-notes Redmine links: append actual note reference to rendered links (#1...Jean-Philippe Lang2013-07-111-1/+1
* Useless "edit" link in workflow menu (#12824).Jean-Philippe Lang2013-07-113-7/+2
* Role based custom queries (#1019).Jean-Philippe Lang2013-07-117-16/+85
* gender neutral source comment at app/models/user.rbToshi MARUYAMA2013-07-061-1/+1
* gender neutral source comment at app/models/mailer.rbToshi MARUYAMA2013-07-061-1/+2
* gender neutral source comment at app/controllers/projects_controller.rbToshi MARUYAMA2013-07-061-1/+1
* Code cleanup.Jean-Philippe Lang2013-06-131-10/+13
* Fixed tests broken by r11965.Jean-Philippe Lang2013-06-121-5/+2
* Adds User#builtin_role.Jean-Philippe Lang2013-06-122-5/+12
* Preload boards projects.Jean-Philippe Lang2013-06-121-1/+1
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-1218-116/+104
* Don't redirect XHR requests to /login.Jean-Philippe Lang2013-06-121-1/+7
* Use #find_issues as before filter for issues context menu.Jean-Philippe Lang2013-06-111-4/+2
* Adds Watcher.any_watched? to check if at least one object of a collection is ...Jean-Philippe Lang2013-06-112-1/+14
* Perf: preload a few associations for bulk operations.Jean-Philippe Lang2013-06-111-1/+1
* Perf: don't load all projects.Jean-Philippe Lang2013-06-111-7/+6
* remove trailing white-space from app/models/user.rbToshi MARUYAMA2013-06-101-1/+1
* set html lang by user locale (#14206)Toshi MARUYAMA2013-06-101-1/+1
* Adds the email address to the flash message after registeration.Jean-Philippe Lang2013-06-091-1/+1
* Adds a way for a registered user to get a new action email (#14228).Jean-Philippe Lang2013-06-092-12/+51
* fix that project auto generation fails when projects created in the same time...Toshi MARUYAMA2013-06-081-1/+1
* Prepends issue numbers with a number sign (#1005).Jean-Philippe Lang2013-06-061-2/+2
* Fixed that journal details about issue relations may disclose issues that are...Jean-Philippe Lang2013-06-061-2/+2
* Don't validate start date when updating an issue without changing it (#14086).Jean-Philippe Lang2013-06-051-2/+2
* Adds a specific error message for when the start date is too earlier than the...Jean-Philippe Lang2013-06-041-1/+2
* Query#add_custom_fields_filters now takes a custom fields scope.Jean-Philippe Lang2013-06-013-40/+47
* Project#all_issue_custom_fields now returns a scope.Jean-Philippe Lang2013-06-011-2/+6
* Fixed that project name is not properly escaped in issue filters (#14186).Jean-Philippe Lang2013-05-311-1/+1