summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Fixed: parent project field doesn't include blank value when a member with 'a...Jean-Philippe Lang2010-02-101-1/+1
* Fixed: Repository.fetch_changesets tries to fetch changesets for archived pro...Jean-Philippe Lang2010-02-091-3/+7
* Do not parse the entire git log to fetch new commits (takes several minutes f...Jean-Philippe Lang2010-02-071-9/+12
* Adds pagination to forum messages (#4664).Jean-Philippe Lang2010-02-061-1/+1
* Refactor: Extracted the select_all calls to a new private method.Eric Davis2010-02-041-67/+47
* Change Role#anonymous and #non_member so they generate the record as needed.Eric Davis2010-02-031-4/+20
* Refactor: Moved the raw SQL finders from ReportsController to Issue.Eric Davis2010-02-031-0/+100
* Refactor: Extract method to create a Change from a Changeset.Eric Davis2010-02-024-15/+12
* Refactor: Move recipients method into acts_as_eventEric Davis2010-02-013-21/+0
* Allow commits to reference issues of parent projects and subprojects (#4674).Jean-Philippe Lang2010-01-311-2/+13
* Log email delivery errors.Jean-Philippe Lang2010-01-311-1/+15
* Log info when sending an email notification.Jean-Philippe Lang2010-01-311-1/+10
* Fixed: deleting a project with subprojects breaks the project tree (#4701).Jean-Philippe Lang2010-01-311-2/+9
* Fixed: NOT NULL constraint error when adding a group (#4632).Jean-Philippe Lang2010-01-301-0/+14
* Set a white list of issue attributes that can be mass-assigned from controllers.Jean-Philippe Lang2010-01-121-0/+26
* Fixed: email notifications may affect language of notices on the UI (#4086).Jean-Philippe Lang2010-01-101-0/+2
* Fixed: undefined method `stringify_keys!' error in Issue#attributes_with_trac...Jean-Philippe Lang2010-01-091-1/+1
* Fixed: issue summary counts should link to the issue list without subprojects...Jean-Philippe Lang2010-01-071-1/+1
* Create and assign the api token so the current instance can access it. (#4497)Eric Davis2009-12-301-1/+1
* Auto-detect attachment content type when blank (#3782).Jean-Philippe Lang2009-12-291-0/+3
* Fixed: project copy doesn't copy group memberships (#3975).Jean-Philippe Lang2009-12-262-2/+11
* Ask for confirmation when a non-admin users tries to remove himself from a pr...Jean-Philippe Lang2009-12-261-0/+8
* Fixed: subject of incoming emails gets mangled (#3717).Jean-Philippe Lang2009-12-261-1/+0
* Removes column opt in enumerations table.Jean-Philippe Lang2009-12-254-42/+0
* Project#activities should check all overridden activities, not just active ones.Eric Davis2009-12-241-3/+3
* Adds a 'Add subprojects' permission.Jean-Philippe Lang2009-12-241-1/+5
* Force TimeEntry#hours default to nil (#3075, #4449).Jean-Philippe Lang2009-12-231-0/+1
* Fixed: wiki pages in search results are referenced by project number, not by ...Jean-Philippe Lang2009-12-231-1/+1
* Fixes delimiters regexp.Jean-Philippe Lang2009-12-231-1/+1
* Adds a setting to remove incoming emails body after a delimiter (#4409).Jean-Philippe Lang2009-12-231-3/+18
* Added an API token for each User to use when making API requests. (#3920)Eric Davis2009-12-231-0/+12
* Added an optimization note for later.Eric Davis2009-12-201-0/+1
* Adds a 'no_permission_check' option to the MailHandler.Jean-Philippe Lang2009-12-191-5/+17
* Avoid a ruby warning.Jean-Philippe Lang2009-12-191-1/+1
* Fixes 'follows' relation validation.Jean-Philippe Lang2009-12-181-3/+3
* Adds 'follows' relation (#1432).Jean-Philippe Lang2009-12-181-1/+16
* By default, only show statuses that are used by the tracker on the workflow e...Jean-Philippe Lang2009-12-181-0/+17
* Make sure users don't get notified for thing they can not view (#3589).Jean-Philippe Lang2009-12-136-19/+54
* Moves watchers filtering logic to ActsAsWatchable.Jean-Philippe Lang2009-12-131-7/+0
* Makes user unwatch what he can no longer view after its permissions have chan...Jean-Philippe Lang2009-12-137-2/+73
* Copy issue relations when copying a project. (#3367)Eric Davis2009-12-131-0/+31
* Display users then groups on project memberships view (#4389).Jean-Philippe Lang2009-12-122-6/+6
* Issue#done_ratio should not break if status is nil.Jean-Philippe Lang2009-12-121-2/+2
* Retrieve root_url if needed (#4377).Jean-Philippe Lang2009-12-121-1/+1
* Allow blank value for IssueStatus#default_done_ratio.Jean-Philippe Lang2009-12-122-2/+3
* Adds workflow copy functionality (#1727).Jean-Philippe Lang2009-12-123-16/+50
* Refactor conditions.Eric Davis2009-12-121-1/+1
* Search mail addresses in Principal#likeEric Davis2009-12-121-2/+2
* Adds a Setting to control how an Issue's done_ratio is calculated:Eric Davis2009-12-112-1/+40
* Fixes tracker_id and custom_field_values assignment order for issues (#4353).Jean-Philippe Lang2009-12-091-0/+14