- Feb 09, 2016
-
-
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.
-
Jaime Perez Crespo authored
Bugfix. The consentAdmin module was still calling SimpleSAML_XHTML_Template::getTag(), while that method has been moved to \SimpleSAML\Locale\Translate.
-
Jaime Perez Crespo authored
Rename \SimpleSAML\Locale\Translate::t_not_translated() to the more concise (and camel caps) getStringNotTranslated().
-
Jaime Perez Crespo authored
Return lang_merge() to SimpleSAML_XHTML_Template, as it was public, and mark it as deprecated. Use array_merge_recursive() instead.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Rename \SimpleSAML\Locale\Translate::getTranslation() to the more comprehensive \SimpleSAML\Locale\Translate::getPreferredTranslation().
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Pérez Crespo authored
add OIDs from SIS (Swedish Standards Institute), TK 450 AG04
-
- Feb 04, 2016
-
-
Jaime Perez Crespo authored
Try to make it build with the saml module included by using the phpunit version we are requiring instead of the one preinstalled.
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Pérez Crespo authored
Include .editorconfig file
-
- Feb 03, 2016
-
-
Jaime Perez Crespo authored
-