summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes error message for LDAP filter (#1060).Jean-Philippe Lang2012-03-241-0/+8
* Adds the repository identifier in the activity and search results (#779).Jean-Philippe Lang2012-03-241-1/+8
* Adds the repository identifier to Changeset#text_tag (#779).Jean-Philippe Lang2012-03-241-0/+3
* Ability to add non-member watchers on issue creation (#5159).Jean-Philippe Lang2012-03-246-14/+51
* Replace tables that were using the 'width' attribute with inline styles (shou...Toshi MARUYAMA2012-03-242-3/+3
* Remove some inline styling and some depreciated table cell attributes and rep...Toshi MARUYAMA2012-03-241-3/+3
* Fix missing cells at app/views/issues/show.html.erbToshi MARUYAMA2012-03-241-0/+3
* Fix duplicated 'back_url' IDsToshi MARUYAMA2012-03-242-2/+2
* Typo (#1913).Jean-Philippe Lang2012-03-171-1/+1
* LDAP: adds the ability to bind with user's account (#1913).Jean-Philippe Lang2012-03-171-3/+9
* Don't use #delete on String in Mailer.Jean-Philippe Lang2012-03-121-6/+16
* Adds an icon to the "Test" link.Jean-Philippe Lang2012-03-111-1/+1
* Fixed that LDAP error is not displayed when testing connection.Jean-Philippe Lang2012-03-111-2/+2
* Resourcified auth_sources.Jean-Philippe Lang2012-03-112-2/+2
* Merged LdapAuthSourceController into AuthSourceController.Jean-Philippe Lang2012-03-117-45/+16
* Removed dead code.Jean-Philippe Lang2012-03-101-11/+0
* Fixed Gantt months/weeks/days headers display with Ruby 1.9.Etienne Massip2012-03-101-7/+7
* Use #find_project_by_project_id from super-class.Jean-Philippe Lang2012-03-101-7/+2
* Use #find_project_by_project_id from super-class.Jean-Philippe Lang2012-03-071-7/+1
* remove trailing white-space from app/models/repository/git.rbToshi MARUYAMA2012-03-071-2/+2
* scm: git: performance improvements in fetching revisions (#8857, #9472)Toshi MARUYAMA2012-03-071-29/+61
* scm: git: reduce saving heads times in fetching revisions (#8857, #9472)Toshi MARUYAMA2012-03-071-3/+15
* scm: git: backout r8839 (#8857)Toshi MARUYAMA2012-03-071-39/+28
* scm: git: backout r8840 (#8857, #9472)Toshi MARUYAMA2012-03-071-7/+2
* Prevent mass-assignment when adding/updating a forum (#10390).Jean-Philippe Lang2012-03-062-3/+9
* Set user_id as a protected attribute (#10390).Jean-Philippe Lang2012-03-061-1/+1
* Prevent mass-assignment when adding/updating a wiki (#10390).Jean-Philippe Lang2012-03-062-1/+4
* Prevent mass-assignment when adding/updating a version (#10390).Jean-Philippe Lang2012-03-062-3/+15
* Prevent mass-assignment when adding/updating a time entry (#10390).Jean-Philippe Lang2012-03-062-5/+8
* Use safe_attributes= just like in #create.Jean-Philippe Lang2012-03-061-1/+2
* Prevent mass-assignment when adding/updating a news (#10390).Jean-Philippe Lang2012-03-062-2/+6
* Prevent mass-assignment when adding/updating a forum message (#10390).Jean-Philippe Lang2012-03-062-11/+13
* Prevent mass-assignment when adding a project member (#10390).Jean-Philippe Lang2012-03-061-8/+10
* Prevent mass-assignment when adding/updating an issue category (#10390).Jean-Philippe Lang2012-03-062-4/+8
* Prevent mass-assignment when adding/updating a document (#10390).Jean-Philippe Lang2012-03-062-3/+9
* Prevent mass-assignment when adding a news comment (#10390).Jean-Philippe Lang2012-03-062-1/+5
* Fixed that the proposed users list may be empty when adding a project member ...Jean-Philippe Lang2012-03-063-2/+13
* Cleanup in TimelogController#destroy.Jean-Philippe Lang2012-03-042-17/+21
* Adds a template for API error messages so that it does not depend on AR::Erro...Jean-Philippe Lang2012-03-042-9/+7
* Renamed Mailer#test to Mailer#test_email.Jean-Philippe Lang2012-03-044-3/+3
* Removed sort order on issues association.Jean-Philippe Lang2012-03-041-1/+1
* Rails 3.1 compatibility.Jean-Philippe Lang2012-03-041-2/+2
* Rails 3.1 compatibility.Jean-Philippe Lang2012-03-042-5/+7
* Adds Redmine::Utils.random_hex for generating a random hex string.Jean-Philippe Lang2012-03-044-5/+5
* Rails 3.1 compatibility.Jean-Philippe Lang2012-03-041-4/+2
* Adds Redmine::Plugin.public_directory to be used instead of Engines.public_di...Jean-Philippe Lang2012-03-041-1/+1
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-0321-58/+0
* Use a single query to retrieve issues on the roadmap.Jean-Philippe Lang2012-03-021-8/+7
* Use a single query to retrieve issues_count, open_issues_count and closed_iss...Jean-Philippe Lang2012-03-021-3/+21
* Use #issues_count which is already retrieved.Jean-Philippe Lang2012-03-021-2/+2