Commit Graph

2105 Commits (e8f3dd07dd8462d8d80948d5c8f094bdcc966d9a)

Author SHA1 Message Date
Jean-Philippe Lang 82310d3162 Allow project custom fields to be searchable (#4945). 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 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 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
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
Jean-Philippe Lang 08d7c5bfb4 Adds a controller hook before issue move (#4850). 15 years ago
Jean-Philippe Lang 77459f9ae4 Adds a hook on issue move form (#4850). 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
Jean-Philippe Lang 026fbb99a6 Escaping in html email templates (#4874). 15 years ago
Jean-Philippe Lang d18fba4ffe Fixed: Pound (#) followed by number with leading zero (0) removes leading zero when rendered in wiki (#4872). 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
Jean-Philippe Lang 74e85953f0 Move SQL LIKE tokens to acts_as_searchable. 15 years ago
Jean-Philippe Lang c11d30ebc9 Makes search providers extensible (#3936). 15 years ago
Eric Davis 4f268c5606 Refactor: extract an #authenticate_dn method in AuthSourceLdap 15 years ago
Eric Davis 9e22faa640 Converted the REDMINE_SUPPORTED_SCM constant to a class 15 years ago
Eric Davis b3330d3995 Refactor: Extract method from AuthSourceLdap#authenticate 15 years ago
Eric Davis 49bfee0535 Refactor: Merged TrackersController#list and #index 15 years ago
Eric Davis c5f30fde28 Refactor: Merged AuthSourcesController#list and #index 15 years ago
Eric Davis 038a88e970 Refactor: Merged RolesController#list and #index 15 years ago
Jean-Philippe Lang d16c2d4cd3 Adds a few divs to the base layout (#871). 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
Jean-Philippe Lang 0ee17b132c Slight forum styles changes. 15 years ago
Jean-Philippe Lang 00cec500c6 Do not include news author in emphasis tag. 15 years ago
Jean-Philippe Lang 3168ee3d47 Adds projects links (#4812). 15 years ago
Eric Davis 4a67c211ca Fixed a nil method error in Setting#value= 15 years ago