Commit Graph

737 Commits (26ef9da02b7ef7550712317ad050e5a2f31744c6)

Author SHA1 Message Date
Jean-Philippe Lang 0004b52646 Fixes behaviour of move_issues permission for non member role (#5309). 15 years ago
Jean-Philippe Lang 2c0ce104e7 Fixed: Error on db:migrate with table prefix set (#5335). 15 years ago
Eric Davis 88db9d0bdc Replace the hardcoded CustomField::FIELD_FORMATS with a class. 15 years ago
Jean-Philippe Lang 9ccccb9984 Do not raise an error when destroying a Version with assigned issues. 15 years ago
Jean-Philippe Lang f35921d308 Fixes Issue#save_issue_with_child_records so that time entry do not get saved if issue save fails. 15 years ago
Jean-Philippe Lang 43e5bb75d2 Fixed: issue optimistic locking broken by r3308 (#5280). 15 years ago
Jean-Philippe Lang 5163904a3a Fixed: Update of Subversion changesets broken by r3466 under Solaris (#5255). 15 years ago
Jean-Philippe Lang 71a4158fd0 Fixes calculation of version estimated hours with subtasks (#5265). 15 years ago
Jean-Philippe Lang 5879273739 Makes the wiki sidebar editable (#5208). 15 years ago
Jean-Philippe Lang 4524bc04e9 Issue list improvements for subtasking (#5196): 15 years ago
Jean-Philippe Lang 79b4f68176 Adds an option to enable/disable email notifications during a project copy (#4672). 15 years ago
Jean-Philippe Lang 5225fb70f5 Optimize retrieval of user's projects members. 15 years ago
Jean-Philippe Lang e584ae220d Cleans up status assignment in IssuesController#new handled by Issue#safe_attributes= now. 15 years ago
Eric Davis 6e6e260cea Refactor: Extract Query#sortable_columns from the controller. 15 years ago
Eric Davis b5d9a1dfbd Refactor: Extract method to the Member model 15 years ago
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