- Feb 19, 2016
-
-
Jaime Perez Crespo authored
-
- Feb 18, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Add a PSR-4 autoloader for modules. Now modules can declare their classes under the SimpleSAML\Module namespace.
-
Jaime Perez Crespo authored
-
Jaime Pérez Crespo authored
Fix misplaced </tr> (2x)
-
Tim van Dijen authored
The login-page would not verify as valid XHTML 1.0 Transitional
-
- Feb 17, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Bugfix. While SimpleSAML\Database::query() returns a PDOStatement, SimpleSAML\Database::exec() doesn't. Make both return an integer with the amount of rows affected. Add a return value to SimpleSAML_Metadata_MetadataStorageHandlerPdo::initDatabase().
-
- Feb 16, 2016
-
-
Thijs Kinkhorst authored
Fix missing argument
-
Tim van Dijen authored
This fixes: [Tue Feb 16 13:50:09 2016] [error] [client 10.48.224.4] PHP Warning: Missing argument 2 for SimpleSAML_Error_AuthSource::__construct(), called in /apps/simplesamlphp-bd-1.14.0/modules/negotiate/lib/Auth/Source/Negotiate.php on line 336 [Tue Feb 16 13:50:09 2016] [error] [client 10.48.224.4] PHP Notice: Undefined variable: reason in /apps/simplesamlphp-bd-1.14.0/lib/SimpleSAML/Error/AuthSource.php(31)
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
- Feb 15, 2016
-
-
Jaime Perez Crespo authored
Avoid the PHP session handler to generate errors when we try to retrieve a session after the headers being sent to the browser.
-
- Feb 09, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Enhance the documentation for SimpleSAML\Locale\Language. Move all the configuration properties to the constructor, instead of the methods.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Add tests for SimpleSAML\Locale\Language::getDefaultLanguage() and fix other tests for the same class.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Pérez Crespo authored
Template refactor rebased
-
- Feb 05, 2016
-
-
Jaime Perez Crespo authored
Fix the calls to the old getTranslation() and getAttributeTranslation() methods from SimpleSAML_XHTML_Template.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Restore the rest of the public methods in SimpleSAML_XHTML_Template that were removed, make them wrappers of the new methods, and mark them as deprecated.
-
Jaime Perez Crespo authored
Restore SimpleSAML_XHTML_Template::getLanguageCookie() and setLanguageCookie() temporarily, as wrappers over the new methods in SimpleSAML\Locale\Language.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
More bugfixes. includeLanguageFile() has been moved from SimpleSAML_XHTML_Template to SimpleSAML\Locale\Translate.
-
Jaime Perez Crespo authored
More bugfixes. The SimpleSAML\Locale\Language::$languageParameterName and SimpleSAML\Locale\Language::$language properties should be private, and therefore not accessed from the outside of their respective classes. Add getters instead.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Add a method SimpleSAML_XHTML_Template::getTranslator() to retrieve the SimpleSAML\Locale\Translate instance local to the template, and use it to fix a bug in a template of the consent module.
-