Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 42b1d25241bf79471e3eb0fc83172fca3e78ffbc
      
https://github.com/jenkinsci/jenkins/commit/42b1d25241bf79471e3eb0fc83172fca3e78ffbc
  Author: Fred G <fred...@hotmail.com>
  Date:   2012-02-22 (Wed, 22 Feb 2012)

  Changed paths:
    M core/src/main/java/hudson/search/CollectionSearchIndex.java
  M core/src/main/java/hudson/search/FixedSet.java
  M core/src/main/java/hudson/search/Search.java
  M core/src/main/java/hudson/search/UserSearchProperty.java

  Log Message:
  -----------
  [FIXED JENKINS-850] search box should match non-casesensitively.

The real fix was provided in pull request #376 by lvotypko and vjuranek.
This commit just corrects a method name mix up, removes redundant
imports and adds the right JIRA ticket number.


  Commit: 1acb8309e652f3d5d4f78430f8af5219ebbb1d37
      
https://github.com/jenkinsci/jenkins/commit/1acb8309e652f3d5d4f78430f8af5219ebbb1d37
  Author: Fred G <fred...@hotmail.com>
  Date:   2012-02-22 (Wed, 22 Feb 2012)

  Changed paths:
    M changelog.html

  Log Message:
  -----------
  Added JIRA ticket number (850) to changelog.html


  Commit: 6baefcccb6648913303cf4e005952ce2910cb5a4
      
https://github.com/jenkinsci/jenkins/commit/6baefcccb6648913303cf4e005952ce2910cb5a4
  Author: vjuranek <vjura...@redhat.com>
  Date:   2012-02-23 (Thu, 23 Feb 2012)

  Changed paths:
    M changelog.html
  M core/src/main/java/hudson/search/CollectionSearchIndex.java
  M core/src/main/java/hudson/search/FixedSet.java
  M core/src/main/java/hudson/search/Search.java
  M core/src/main/java/hudson/search/UserSearchProperty.java

  Log Message:
  -----------
  Merge pull request #386 from fredg02/CaseInsensitiveSearch

Follow up to pull request #376 which implemented user configurable case 
insensitive search


Compare: https://github.com/jenkinsci/jenkins/compare/40e8952...6baefcc

Reply via email to