2009-11-17 Oliver Hader * Set version to 1.0.0 2009-11-05 Oliver Hader * Set version to 0.9.2 2009-11-03 Oliver Hader * Fixed bug: Define tx_saltedpasswords_salts_phpass to be the default due to compatibility reasons 2009-10-21 Oliver Hader * Fixed bug: Disable to use the AJAX relogin of the TYPO3 Core 2009-10-16 Oliver Hader * Set version to 0.9.1 2009-10-16 Oliver Hader * Fixed bug: Evaluation function for t3lib_TCEmain does not need to store already salted password again * Cleanup: Fixed formatting and cleaned up PHPdoc comments * Cleanup: Added type hints in signatures of methods 2009-09-29 Oliver Hader * Set version to 0.9.0 2009-09-28 Oliver Hader * Cleanup: Removed require_once() calls and TYPO3_MODE checks, fixed descriptions (thanks to Michael Stucki) * Cleanup: Fixed strucural flaws in tx_saltedpasswords_emconfhelper and changed descriptions (thanks to Michael Stucki) * Cleanup: Removed superfluous whitespaces 2009-09-22 Michael Stucki * Cleanup: Various code cleanup before reviewing the code... 2009-09-22 Oliver Hader * Fixed bug: PHP warning occurs when extension is configured the first time in EM * Cleanup: Removed require_once() calls and TYPO3_MODE checks from unit tests * Fixed bug: Use proper setUp() and tearDown() methods in unit tests * Fixed bug: Mark unit tests as skipped if blowfish is not installed 2009-09-09 Marcus Krause * Refactoring: Extracted method getLengthBase64FromBytes() 2009-09-08 Marcus Krause * Feature: Added lots of unit tests * Feature: Added phpass salted hashing method * Feature/Cleanup: Refactored extension to use an OOP approach 2009-09-04 Steffen Ritter * Feature: Introduced/Registered hook in felogin, for new "forgotPassword" handling (introduced with Core #10017) * Feature: Configuration Check and UserInformation in Ext-EmConf via Flash-Messages 2009-07-20 Steffen Ritter * Cleanup: Removed TYPO3 4.2 compatibility 2009-07-19 Oliver Hader * Cleanup: Added ChangeLog file * Cleanup: Added short labels for extension configuration template shown in Extension Manager * Cleanup: Removed superfluous whitespace characters * Cleanup: Fixed SQL extension definition