summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Refactor: Extract method to the Member modelEric Davis2010-03-181-0/+7
* Makes subtasks rescheduled when a 'precedes' relation is set on a parent task.Jean-Philippe Lang2010-03-132-4/+20
* Adds subtasking (#443) including:Jean-Philippe Lang2010-03-133-48/+224
* Fixed: error while moving an issue to a project with disabled tracker with SQ...Jean-Philippe Lang2010-03-121-4/+4
* Adds named scopes to replace custom finders.Eric Davis2010-03-101-1/+7
* Refactor: Moved the contents of #issue_update into Issue.Eric Davis2010-03-051-0/+28
* Refactor: Replace @journal with @issue.current_journalEric Davis2010-03-041-0/+2
* Refactor: use the existing Issue#new_statuses_allowed_to method.Eric Davis2010-03-041-1/+2
* Fixed: no email notification on new project/version file added (#4966).Jean-Philippe Lang2010-03-031-2/+2
* Refactor: Decouple failed attachments and the flash messagesEric Davis2010-03-031-7/+2
* Refactor: Moved ApplicationController#attach_files to the Attachment modelEric Davis2010-03-021-0/+27
* Adds 'Blocked by' (#1755) and 'Duplicated by' relation types to the dropdown ...Jean-Philippe Lang2010-02-281-5/+10
* Fixed: attachments with the same name at the same time overwrite (#3691).Jean-Philippe Lang2010-02-281-5/+9
* Fixed: journal details duplicated when an issue is saved twice (#3690).Jean-Philippe Lang2010-02-281-29/+49
* Makes AuthSource.authenticate return a hash instead of an array.Jean-Philippe Lang2010-02-262-8/+8
* User model should not have to clean up LDAP attributes.Jean-Philippe Lang2010-02-262-3/+2
* Fix LDAP on the fly creation. The User object doesn't have a :dn attribute.Eric Davis2010-02-251-1/+2
* Optimize: Only select the name when getting the module names.Eric Davis2010-02-251-1/+1
* Fixed: projects are referenced by id in search results.Jean-Philippe Lang2010-02-241-1/+1
* Makes project identifiers searchable (#4897).Jean-Philippe Lang2010-02-241-1/+1
* Bulk edit refactoring.Jean-Philippe Lang2010-02-231-19/+7
* Refactor: Extract Issue#bulk_edit from the IssuesControllerEric Davis2010-02-231-0/+18
* Avoid unnecessary SQL queries when loading changesets.Jean-Philippe Lang2010-02-211-6/+7
* Memorize commit authors to speed up changesets loading.Jean-Philippe Lang2010-02-211-3/+10
* Remove invalid utf8 sequences from commit comments and author name (#4773).Jean-Philippe Lang2010-02-201-3/+8
* Fixed: Links in Forum mails should redirect to message, not topic (#4884).Jean-Philippe Lang2010-02-201-1/+1
* Refactor: Extract #get_user_dn from AuthSourceLdap.Eric Davis2010-02-191-16/+27
* Refactor: extract AuthSourceLdap#search_attributesEric Davis2010-02-191-2/+11
* Refactor: Rewrite authenticate_dn to use an implicit return.Eric Davis2010-02-181-6/+3
* Refactor: Moved the check for an empty DN to authenticate_dnEric Davis2010-02-181-2/+3
* Refactor: extract an #authenticate_dn method in AuthSourceLdapEric Davis2010-02-171-6/+13
* Refactor: Extract method from AuthSourceLdap#authenticateEric Davis2010-02-161-4/+11
* Removes duplicated LOC.Jean-Philippe Lang2010-02-141-1/+0
* Fixed: SystemStackError (stack level too deep) on Issue#attributes= after mod...Jean-Philippe Lang2010-02-141-1/+2
* Fixed a nil method error in Setting#value=Eric Davis2010-02-121-1/+1
* Fixed: Project copy loses wiki pages hierarchy (#4797).Jean-Philippe Lang2010-02-111-0/+12
* Adds filter for system shared versions on the cross project issue list (#4792).Jean-Philippe Lang2010-02-101-0/+4
* 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