summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Merged r5215 from trunk.Jean-Philippe Lang2011-04-291-1/+1
* Merged r5157 from trunk.Jean-Philippe Lang2011-04-291-1/+1
* Merged r5105 from trunk.Jean-Philippe Lang2011-04-291-1/+2
* Merged r5097 from trunk.Jean-Philippe Lang2011-04-291-2/+2
* Merged r5230 from trunk.Jean-Philippe Lang2011-04-291-2/+2
* Merged r5225 from trunk.Jean-Philippe Lang2011-04-291-1/+1
* Merged r5091 from trunk.Toshi MARUYAMA2011-03-111-1/+1
* Merged r4820 from trunk.Jean-Philippe Lang2011-03-061-1/+5
* Merged r4888 from trunk.Jean-Philippe Lang2011-03-061-2/+12
* Merged r4951 from trunk.Jean-Philippe Lang2011-03-061-2/+4
* Merged r4727 and r4730 from trunk.Jean-Philippe Lang2011-01-301-3/+7
* Merged r4761 from trunk.Jean-Philippe Lang2011-01-301-1/+6
* Merged r4708 and r4709 from trunk.Jean-Philippe Lang2011-01-301-0/+3
* Merged r4680 from trunk.Jean-Philippe Lang2011-01-161-3/+3
* Merged r4712 from trunk.Toshi MARUYAMA2011-01-141-3/+3
* Merged r4703 from trunk (scm: fix error on revision page for empty revision).Toshi MARUYAMA2011-01-131-0/+1
* Merged r4645 to r4651 from trunk.Jean-Philippe Lang2011-01-081-1/+4
* Merged r4615 and r4616 from trunk.Jean-Philippe Lang2011-01-021-1/+6
* Merged r4613 from trunk.Toshi MARUYAMA2011-01-022-2/+30
* Merged r4611 from trunk (Mercurial sorting).Toshi MARUYAMA2011-01-021-0/+15
* Fixed: CLI-supplied defaults should not be applied when replying to an issue ...Jean-Philippe Lang2010-12-291-0/+3
* Fixed: Tracker reset to default when replying to an issue email (#7197).Jean-Philippe Lang2010-12-291-2/+8
* Makes Version#start_date return the minimum start_date of its issues.Jean-Philippe Lang2010-12-232-4/+3
* Fixed: 500 error on issue query grouped by a custom field that was deleted (#...Jean-Philippe Lang2010-12-211-3/+3
* Prevents n SQL queries (n = project count) on cross-project issues list.Jean-Philippe Lang2010-12-201-10/+12
* Fixed: r4492 breaks the ability to select issue custom fields available for p...Jean-Philippe Lang2010-12-171-1/+2
* Refactor and add tests for News #index API (#7072).Jean-Philippe Lang2010-12-121-0/+5
* Extracts user groups assignment from controller.Jean-Philippe Lang2010-12-121-1/+4
* Validates user's mail_notification and turn options into strings (the attribu...Jean-Philippe Lang2010-12-121-15/+16
* Declare safe attributes for User and Projects models.Jean-Philippe Lang2010-12-122-1/+27
* Makes issue safe_attributes extensible (#6000).Jean-Philippe Lang2010-12-121-32/+27
* Fixes Changeset#text_tag for numeric scmid (#6681).Jean-Philippe Lang2010-12-111-4/+3
* Do not try to copy relations for issues that could not be copied.Jean-Philippe Lang2010-12-101-1/+9
* Support for updating custom fields using the received custom_fields array (#6...Jean-Philippe Lang2010-12-101-0/+1
* Select projects with issue_tracking module for gantt display and remove the n...Jean-Philippe Lang2010-12-071-14/+10
* Automatic spent time logging from commit messages (#4155).Jean-Philippe Lang2010-12-051-40/+88
* Safer code in IssueRelation (#7018).Jean-Philippe Lang2010-12-041-3/+4
* Moves project attributes default assignments from ProjectsController#new to t...Jean-Philippe Lang2010-12-031-1/+24
* Prevents validation error when adding a user to a group (#6457).Jean-Philippe Lang2010-11-271-0/+1
* Fixed: messages attachments/watchers are not deleted when deleting a project ...Jean-Philippe Lang2010-11-271-1/+1
* Fixed: Wiki#find_page should not be case sensitive because page title uniquen...Jean-Philippe Lang2010-11-271-3/+3
* Fixed: gantt displays issues by date of creation.Jean-Philippe Lang2010-11-211-2/+1
* Fixed: submitting a non numerical parent task input creates a 500 error (#6932).Jean-Philippe Lang2010-11-201-1/+1
* MailHandler: ignore assignee if invalid.Jean-Philippe Lang2010-11-141-1/+4
* Raised maximum length of project names and identifiers to 255 and 100 respect...Jean-Philippe Lang2010-11-141-2/+5
* Makes MailHandler ignore invalid keyword values to avoid validation failures.Jean-Philippe Lang2010-11-121-6/+7
* Makes MailHandler accept localized keywords for default or user language (#61...Jean-Philippe Lang2010-11-121-2/+17
* Makes MailHandler accept all issue attributes and custom fields that can be s...Jean-Philippe Lang2010-11-122-50/+50
* Moved some permission checks for issue update from controller to model.Jean-Philippe Lang2010-11-111-3/+21
* Allow non-unique names for projects (#630).Jean-Philippe Lang2010-11-111-1/+1