Commit Graph

823 Commits (84998d22a690767166758db1653cab9a7367e38a)

Author SHA1 Message Date
Jean-Philippe Lang d550c46160 Makes subtasks rescheduled when a 'precedes' relation is set on a parent task. 15 years ago
Jean-Philippe Lang 8e3d1b694a Adds subtasking (#443) including: 15 years ago
Jean-Philippe Lang 3dc4dbe302 Fixed: error while moving an issue to a project with disabled tracker with SQLite3 (#5049). 15 years ago
Eric Davis 22c1e2b8cf Adds named scopes to replace custom finders. 15 years ago
Eric Davis 3f3e30c2aa Refactor: Moved the contents of #issue_update into Issue. 15 years ago
Eric Davis c58dc83e74 Refactor: Replace @journal with @issue.current_journal 15 years ago
Eric Davis 976cba0c5d Refactor: use the existing Issue#new_statuses_allowed_to method. 15 years ago
Jean-Philippe Lang cdb86d5ef7 Fixed: no email notification on new project/version file added (#4966). 15 years ago
Eric Davis fe1e3ccd18 Refactor: Decouple failed attachments and the flash messages 15 years ago
Eric Davis 0fd7e2d696 Refactor: Moved ApplicationController#attach_files to the Attachment model 15 years ago
Jean-Philippe Lang d6c299f57d Adds 'Blocked by' (#1755) and 'Duplicated by' relation types to the dropdown menu for new relations. 15 years ago
Jean-Philippe Lang 241f79ac06 Fixed: attachments with the same name at the same time overwrite (#3691). 15 years ago
Jean-Philippe Lang 02cc0efdd7 Fixed: journal details duplicated when an issue is saved twice (#3690). 15 years ago
Jean-Philippe Lang d6f9e576e8 Makes AuthSource.authenticate return a hash instead of an array. 15 years ago
Jean-Philippe Lang aa521c5a5a User model should not have to clean up LDAP attributes. 15 years ago
Eric Davis 19d4ddf2f2 Fix LDAP on the fly creation. The User object doesn't have a :dn attribute. 15 years ago
Eric Davis 39c97279ca Optimize: Only select the name when getting the module names. 15 years ago
Jean-Philippe Lang 46ecc488a9 Fixed: projects are referenced by id in search results. 15 years ago
Jean-Philippe Lang b2dee55e72 Makes project identifiers searchable (#4897). 15 years ago
Jean-Philippe Lang e24d6cc223 Bulk edit refactoring. 15 years ago
Eric Davis f838904a7e Refactor: Extract Issue#bulk_edit from the IssuesController 15 years ago
Jean-Philippe Lang 0341ac80eb Avoid unnecessary SQL queries when loading changesets. 15 years ago
Jean-Philippe Lang 3d393a5711 Memorize commit authors to speed up changesets loading. 15 years ago
Jean-Philippe Lang 46aa855572 Remove invalid utf8 sequences from commit comments and author name (#4773). 15 years ago
Jean-Philippe Lang dab0c07fba Fixed: Links in Forum mails should redirect to message, not topic (#4884). 15 years ago
Eric Davis c6b2f1d606 Refactor: Extract #get_user_dn from AuthSourceLdap. 15 years ago
Eric Davis d828122009 Refactor: extract AuthSourceLdap#search_attributes 15 years ago
Eric Davis 6f930e9be6 Refactor: Rewrite authenticate_dn to use an implicit return. 15 years ago
Eric Davis 82dd1b2bf2 Refactor: Moved the check for an empty DN to authenticate_dn 15 years ago
Eric Davis 4f268c5606 Refactor: extract an #authenticate_dn method in AuthSourceLdap 15 years ago
Eric Davis b3330d3995 Refactor: Extract method from AuthSourceLdap#authenticate 15 years ago
Jean-Philippe Lang 2f8cf7f762 Removes duplicated LOC. 15 years ago
Jean-Philippe Lang a811f67748 Fixed: SystemStackError (stack level too deep) on Issue#attributes= after model reload (#4838). 15 years ago
Eric Davis 4a67c211ca Fixed a nil method error in Setting#value= 15 years ago
Jean-Philippe Lang 541d830d2a Fixed: Project copy loses wiki pages hierarchy (#4797). 15 years ago
Jean-Philippe Lang 2c8a24092b Adds filter for system shared versions on the cross project issue list (#4792). 15 years ago
Jean-Philippe Lang d02ddefff4 Fixed: parent project field doesn't include blank value when a member with 'add subproject' permission edits a child project (#4790). 15 years ago
Jean-Philippe Lang d04d3f181a Fixed: Repository.fetch_changesets tries to fetch changesets for archived projects (#4782). 15 years ago
Jean-Philippe Lang 3c20a9b0ac Do not parse the entire git log to fetch new commits (takes several minutes for a few thousands commits), but only 1 week before the last known commit (#4547, #4716). 15 years ago
Jean-Philippe Lang 8fb29d4d21 Adds pagination to forum messages (#4664). 15 years ago
Eric Davis 5bd912e9a2 Refactor: Extracted the select_all calls to a new private method. 15 years ago
Eric Davis 155083ec97 Change Role#anonymous and #non_member so they generate the record as needed. 15 years ago
Eric Davis b86b9b898e Refactor: Moved the raw SQL finders from ReportsController to Issue. 15 years ago
Eric Davis 39c585740d Refactor: Extract method to create a Change from a Changeset. 15 years ago
Eric Davis 358e3194d7 Refactor: Move recipients method into acts_as_event 15 years ago
Jean-Philippe Lang d43c860448 Allow commits to reference issues of parent projects and subprojects (#4674). 15 years ago
Jean-Philippe Lang df46d704e8 Log email delivery errors. 15 years ago
Jean-Philippe Lang a0364deb6a Log info when sending an email notification. 15 years ago
Jean-Philippe Lang a1a24483b5 Fixed: deleting a project with subprojects breaks the project tree (#4701). 15 years ago
Jean-Philippe Lang 12ea682b66 Fixed: NOT NULL constraint error when adding a group (#4632). 15 years ago