[Bps-public-commit] rt-authen-externalauth annotated tag, 0.08_02, created. 0.08_02

Kevin Falcone falcone at bestpractical.com
Mon Apr 25 12:04:50 EDT 2011


The annotated tag, 0.08_02 has been created
        at  3d29f8205200f84866aff6bd8f6bc629271ef0ec (tag)
   tagging  03f633d0be7595ca49a321d28437c608f63e7fad (commit)
 tagged by  Kevin Falcone
        on  Fri Apr 15 15:45:32 2011 -0400

- Log -----------------------------------------------------------------
release 0.08_02
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (Darwin)

iEYEABECAAYFAk2ooFwACgkQ0+gKWp5CJQqB1gCgmw6kgDqQyQPL5aNrut21DwQR
H8IAn1X7uIAB1+PBMYwwpMThBV/IsrHP
=o8pg
-----END PGP SIGNATURE-----

Alex Vandiver (1):
      Fix example RT_SiteConfig.pm path in README

Kevin Falcone (36):
      * update Module::Install::RTx
      * patch for 3.8
      * add required modules
      * update docs
      * bump version number
      * add Net::LDAP requirement
      * add note about bogus files in /local that need to be deleted
      * handle errors on Create
      * whine in the logs when a user doesn't specify d_filter
      * add more error handling
      * changes since 06_02
      * fix POD so functions get loaded.
      * we're in a subroutine, not a loop so return
      * only load once
      * 3.8.2 correctly loads User, so we need to reload
      new release to play well with 3.8.2
      upgrade M::I
      more MI upgrades
      Make feature/recommends more compatible with modern MI
      a rudimentary gitignore so git-svn is more usable
      Use css to hide the password box for users with no password
      more useful ignores
      Upgrade META.yml and Module::Install
      more meta.yml fixes
      Revert "Login has been moved to /NoAuth, we need to prevent MaybeShowNoAuthPage returning page directly when people submit the login form"
      Work around some changes to Login flow in 3.8.9 and 4.0
      Changelogging and distribution frobbing for 0.08_01
      update MIRTx
      Make these author tests for now until we're sure they won't hurt people
      ignore my editor
      While we're cleaning things, kill this 3.8.1 compatibility code
      Fix up the manifest and ignore some generated files
      Make sure canonicalization works
      When I removed the 3.8.0 and 3.8.1 workaround, CanonicalizeUserInfo
      Add tests to ensure that EmailAddress is yanked from ldap
      Bump version for a bugfix release

Mike Peachey (42):
      initial import of RT-Authen-ExternalAuth 0.01 from CPAN
      import RT-Authen-ExternalAuth 0.02 from CPAN
      import RT-Authen-ExternalAuth 0.03 from CPAN
      import RT-Authen-ExternalAuth 0.04 from CPAN
      import RT-Authen-ExternalAuth 0.05 from CPAN
      RT::Authen::ExternalAuth v0.06_03
      RT::Authen::ExternalAuth v0.06 - First 3.8.x Compatible Release
      Update to Auth callback :: Change method for looking up ::AutoCreate
      Reverting RT::Authen::ExternalAuth Auth callback to 16655 - 3.6 compat broken
      * Initial attempt at refactoring RT-Authen/ExternalAuth
      * Initial refactoring of ExternalAuth done
      Basic Syntax fixes
      RT::Authen::ExternalAuth - package updates, MANIFEST etc. Version changed to 0.07_01, although admittedly still a while away
      * User_Vendor.pm reduced to absolute minimum
      * 0.07_01-prealpha
      Critial RT::Authen::ExternalAuth fixes
      RT::Authen::ExternalAuth -- committing to transfer
      * 0.07_01-prealpha
      RT::Authen::ExternalAuth v0.07_01-prealpha : First functional commit
      RT::Authen::ExternalAuth v0.07_01-prealpha : Principal problems
      RT::Authen::ExternalAuth
      * 0.07_01
      * 0.07_01
      RT::Authen::ExternalAuth -- Start of 0.07_03
      RT::Authen::ExternalAuth // 2009-01-16 Zordrak <zordrak at cpan.org> // CookieAuth pulled in as subpackage of DBI
      RT::Authen::ExternalAuth // 2009-01-16 Zordrak <zordrak at cpan.org> // CookieAuth module refactoring predominantly complete, work required on the Auth callback to properly integrate it
      * RT::Authen::ExternalAuth 0.08_01
      RT::Authen::ExternalAuth v0.08_01 alpha. Not preserving %session on leaving ExternalAuth, but otherwise seemingly functional.
      RT::Authen::ExternalAuth v0.08_01-alpha == First functional release candidate
      RT::Authen::ExternalAuth v0.08_01-alpha2 == Second functional release candidate. Only warnings, no failures.
      RT::Authen::ExternalAuth v0.08_01-alpha3 -- Seemingly Complete
      RT::Authen::ExternalAuth v0.08_01-alpha4 - Empty BaseDN fix applied
      RT::Authen::ExternalAuth v0.08_01-alpha5 - Added sanity checks for ExternalAuthPriority and ExternalInfoPriority
      RT::Authen::ExternalAuth v0.08_01-alpha6 - Fix for RT-3.8.[0,1] plugin bug re-admitted
      RT::Authen::ExternalAuth v0.08_01
      RT::Authen::ExternalAuth v0.08_02 -- Added ssl_version to the example LDAP configuration.
      RT::Authen::ExternalAuth v0.08_02 -- s/Crypt::MD5::md5_hex/Digest::MD5::md5_hex/
      RT::Authen::ExternalAuth v0.08_02 -- Added ability to specify salt for DBI password encryption.
      RT::Authen::ExternalAuth v0.08_02 -- Replaced userSupportAccess with more generic "disabled" in DBI example config
      RT::Authen::ExternalAuth v0.08_02 -- Modified log message for plugin bug in Auth callback. error->debug and change to text.
      RT::Authen::ExternalAuth v0.08
      RT::Authen::ExternalAuth v0.09_01 -- New devel version started. For the moment, just fixing CPAN installs.

Thomas Sibley (2):
      Fix a minor logic nit that makes the code slightly cleaner
      Ensure that logging in using query params works with ExternalAuth

sunnavy (13):
      typo fix
      Login has been moved to /NoAuth, we need to prevent MaybeShowNoAuthPage returning page directly when people submit the login form
      customized CanonicalizeUserInfo in User_Vendor.pm makes RT::Test cry, so move it to ExternalAuth.pm
      simple ldap test
      need to hack for the right redirect
      test redirect after login
      check the default created user is unprivileged
      test create privileged users
      support sqlite too
      sqlite test
      home page may end in index.html
      make test happy with rt4
      skip warnings tests in a less hacky way

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list