- Jul 31, 2018
-
-
Tim van Dijen authored
-
- May 31, 2018
-
-
Tim van Dijen authored
-
- Oct 25, 2017
-
-
Jaime Pérez Crespo authored
-
- Oct 19, 2017
-
-
fentie authored
-
- Jul 18, 2017
-
-
Jaime Pérez Crespo authored
-
Jaime Pérez Crespo authored
Therefore, it should be accessed using self, not $this.
-
- Dec 15, 2016
-
-
Guy Halse authored
-
- Nov 24, 2016
-
-
Jaime Pérez authored
-
Hanne Moa authored
-
- Nov 15, 2016
-
-
Hanne Moa authored
-
- Nov 14, 2016
-
-
Hanne Moa authored
-
- Oct 27, 2016
-
-
Jaime Pérez authored
-
- Oct 11, 2016
-
-
Jaime Pérez authored
-
- Aug 31, 2016
-
-
Hanne Moa authored
-
- Aug 30, 2016
-
-
Hanne Moa authored
-
- Feb 29, 2016
-
-
Jaime Perez Crespo authored
Move the list of language localized names to the SimpleSAML\Locale\Language class, and make the array of languages generated by SimpleSAML_XHTML_Template::generateLanguageBar() a bit more useful.
-
- 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
-
- Feb 05, 2016
-
-
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
-
- Jan 14, 2016
-
-
Hanne Moa authored
-
Hanne Moa authored
A template now has a translator-object, SimpleSAML_Locale_Translate. This handles the existing translation system. The translator has a language-object, SimpleSAML_Locale_Language. This handles discovery and switching of locale. SimpleSAML_XHTML_Template has several methods that are wrapped translator-methods: t() isLanguageRTL() getLanguageList() getTranslation() This way it isn't necessary to change much of the existing system.
-