summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fixes bottom links placement in issue with associated changesets (#4883).Jean-Philippe Lang2010-02-281-1/+2
* 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
* Allow project custom fields to be searchable (#4945).Jean-Philippe Lang2010-02-281-0/+1
* Adds attachments upload on wiki edit form (#1223).Jean-Philippe Lang2010-02-282-1/+5
* Fixed: journal details duplicated when an issue is saved twice (#3690).Jean-Philippe Lang2010-02-281-29/+49
* Fixed: Wrong link when "http" not included in project "Homepage" link (#4944).Jean-Philippe Lang2010-02-281-1/+1
* Refactor: Extracted saving logic out of #update and into a utility methodEric Davis2010-02-261-29/+34
* Link to the user from the wiki history view.Jean-Philippe Lang2010-02-261-1/+1
* Adds a link to the user profile from the administration user edit screen (#44...Jean-Philippe Lang2010-02-261-0/+1
* Let administrators see locked user profiles.Jean-Philippe Lang2010-02-261-4/+6
* 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
* Refactor: Extracted the duplication from the last commit into a new methodEric Davis2010-02-251-32/+27
* Refactor: Move the updating of an Issue to the #update method.Eric Davis2010-02-251-7/+25
* 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: changing user/roles of project member not possible without javascript ...Jean-Philippe Lang2010-02-241-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
* Refactor: Start to extract IssuesController#edit into #update (REST).Eric Davis2010-02-242-3/+11
* Reduces spacing on the bulk edit form.Jean-Philippe Lang2010-02-231-1/+1
* Bulk edit refactoring.Jean-Philippe Lang2010-02-234-53/+28
* Move hardcoded calendar images to css classes.Jean-Philippe Lang2010-02-232-11/+6
* Fixed view_issues_move_bottom hook arguments (#4893).Jean-Philippe Lang2010-02-231-1/+1
* Refactor: Extract Issue#bulk_edit from the IssuesControllerEric Davis2010-02-232-13/+31
* 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
* Adds a controller hook before issue move (#4850).Jean-Philippe Lang2010-02-191-0/+1
* Adds a hook on issue move form (#4850).Jean-Philippe Lang2010-02-191-0/+2
* Refactor: Extract #get_user_dn from AuthSourceLdap.Eric Davis2010-02-191-16/+27
* Refactor: extract AuthSourceLdap#search_attributesEric Davis2010-02-191-2/+11
* Escaping in html email templates (#4874).Jean-Philippe Lang2010-02-1810-21/+21
* Fixed: Pound (#) followed by number with leading zero (0) removes leading zer...Jean-Philippe Lang2010-02-181-6/+6
* 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
* Move SQL LIKE tokens to acts_as_searchable.Jean-Philippe Lang2010-02-171-4/+2
* Makes search providers extensible (#3936).Jean-Philippe Lang2010-02-171-1/+1
* Refactor: extract an #authenticate_dn method in AuthSourceLdapEric Davis2010-02-171-6/+13
* Converted the REDMINE_SUPPORTED_SCM constant to a classEric Davis2010-02-163-3/+3
* Refactor: Extract method from AuthSourceLdap#authenticateEric Davis2010-02-161-4/+11
* Refactor: Merged TrackersController#list and #indexEric Davis2010-02-152-11/+6
* Refactor: Merged AuthSourcesController#list and #indexEric Davis2010-02-153-12/+7
* Refactor: Merged RolesController#list and #indexEric Davis2010-02-152-7/+2
* Adds a few divs to the base layout (#871).Jean-Philippe Lang2010-02-141-0/+4
* 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
* Slight forum styles changes.Jean-Philippe Lang2010-02-141-1/+1