Commit Graph

3137 Commits (c6201ae15b4fcb8ca17dbe39636e6efa626d7a03)
 

Author SHA1 Message Date
Eric Davis 8699e5bbcd Refactor: Decouple building Issue and TimeEntry objects in #issue_update. 15 years ago
Jean-Philippe Lang ae55978515 Adds a test for not sending email without recipient (#4920). 15 years ago
Jean-Philippe Lang 8e57b1f6cd Fixed: Trac importer creates duplicate wiki records (#4743). 15 years ago
Jean-Philippe Lang c9197769fb Fixes bottom links placement in issue with associated changesets (#4883). 15 years ago
Jean-Philippe Lang da84474391 Fixed: Plugin generators should display help if no parameter is given (#4609). 15 years ago
Jean-Philippe Lang 9a85d4d063 Fixed: Git blame/annotate fails on moved files (#3832). 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 82310d3162 Allow project custom fields to be searchable (#4945). 15 years ago
Jean-Philippe Lang 1ab77ee015 Fixes a test failure due to a default custom field value. 15 years ago
Jean-Philippe Lang 551993d3c2 Adds missing fixtures. 15 years ago
Jean-Philippe Lang 049f47eaf0 Update for 0.9.3 release. 15 years ago
Jean-Philippe Lang c174540a0e Adds attachments upload on wiki edit form (#1223). 15 years ago
Jean-Philippe Lang 02cc0efdd7 Fixed: journal details duplicated when an issue is saved twice (#3690). 15 years ago
Jean-Philippe Lang 26e9a0d919 Fixed: Wrong link when "http" not included in project "Homepage" link (#4944). 15 years ago
Eric Davis ddec53b9a2 Refactor: Extracted saving logic out of #update and into a utility method 15 years ago
Jean-Philippe Lang 113049412b Link to the user from the wiki history view. 15 years ago
Jean-Philippe Lang bda2aa474c Adds a link to the user profile from the administration user edit screen (#4480). 15 years ago
Jean-Philippe Lang c7c43d38ce Removes a useless assignment in Trac importer (#4931). 15 years ago
Jean-Philippe Lang bfed36ac84 Let administrators see locked user profiles. 15 years ago
Jean-Philippe Lang d6f9e576e8 Makes AuthSource.authenticate return a hash instead of an array. 15 years ago
Jean-Philippe Lang f1d16bc007 Test that AuthSourceLdap#authenticate returns valid User attributes only. 15 years ago
Jean-Philippe Lang 899f06612a Moves the LDAP test server to a fixture. 15 years ago
Jean-Philippe Lang 7ae53845ac Adds a sample test LDAP configuration file. 15 years ago
Jean-Philippe Lang aa521c5a5a User model should not have to clean up LDAP attributes. 15 years ago
Eric Davis 3de1f2e157 Refactor: Extracted the duplication from the last commit into a new method 15 years ago
Eric Davis c68d853bf4 Refactor: Move the updating of an Issue to the #update method. 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 f7bd0801f6 Fixed: changing user/roles of project member not possible without javascript (#4852) 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
Eric Davis d581510af6 Refactor: Start to extract IssuesController#edit into #update (REST). 15 years ago
Jean-Philippe Lang 6ed9734cb9 Reduces spacing on the bulk edit form. 15 years ago
Jean-Philippe Lang e24d6cc223 Bulk edit refactoring. 15 years ago
Jean-Philippe Lang 01dbba72ab Move hardcoded calendar images to css classes. 15 years ago
Jean-Philippe Lang a2537b3969 Fixed view_issues_move_bottom hook arguments (#4893). 15 years ago
Eric Davis f838904a7e Refactor: Extract Issue#bulk_edit from the IssuesController 15 years ago
Eric Davis 89cf2d256d Moved the IssuesController routing tests to an integration test. 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 93bcc68017 Adds a missing index (speeds up changesets loading). 15 years ago
Azamat Hackimov 24ec3bb7a9 Translation updates 15 years ago
Jean-Philippe Lang 103698b371 Wraps changeset creation inside a single transation. 15 years ago
Jean-Philippe Lang 87bc092d7c Removes --find-copies-harder git option to retrieve commits which was way to slow (#4547). 15 years ago
Jean-Philippe Lang 4878d749f4 Do not query git for tags and branches multiple times per request. 15 years ago
Jean-Philippe Lang 46aa855572 Remove invalid utf8 sequences from commit comments and author name (#4773). 15 years ago
Jean-Philippe Lang 6e68921590 Cleanup. 15 years ago
Jean-Philippe Lang dab0c07fba Fixed: Links in Forum mails should redirect to message, not topic (#4884). 15 years ago
Jean-Philippe Lang 08d7c5bfb4 Adds a controller hook before issue move (#4850). 15 years ago