- Jul 27, 2021
-
-
Tim van Dijen authored
Fix error logger; encoded urls would be cut off. Instead just don't touch placeholders that have not been translated
-
- Mar 14, 2021
-
-
Tim van Dijen authored
* Migrate email utils to non-static * Migrate http utils to non-static * Migrate net utils to non-static * Migrate random utils to non-static * Migrate system utils to non-static * Migrate time utils to non-static * Migrate xml utils to non-static * Upgrade notes * Update test-framework * Fix tests
-
- Mar 09, 2021
-
-
Tim van Dijen authored
-
- Jan 22, 2021
-
-
Tim van Dijen authored
-
- Sep 15, 2020
-
-
Tim van Dijen authored
-
- Sep 10, 2020
-
-
Tim van Dijen authored
-
- Feb 15, 2020
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Dec 24, 2019
-
-
Tim van Dijen authored
-
- Oct 01, 2019
-
-
Tim van Dijen authored
PSR-12 compliancy
-
- Jun 06, 2019
-
-
Tim van Dijen authored
-
- Feb 03, 2019
-
-
Tim van Dijen authored
-
- Oct 17, 2018
-
-
Arno van der Vegt authored
-
- Jun 01, 2018
-
-
Tim van Dijen authored
-
- May 31, 2018
-
-
Tim van Dijen authored
-
- Apr 04, 2016
-
-
Jaime Perez Crespo authored
-
- Apr 01, 2016
-
-
Jaime Perez Crespo authored
Migrate all the logging handlers to namespaces. Make SimpleSAML\Logger a bit more intelligent so that it allows using custom logging handlers. Now you just need to implement SimpleSAML\Logger\LogginghandlerInterface in a class, and set the 'logging.handler' option in the configuration file to a string with the full name of your class.
-
- Mar 31, 2016
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Fix build. If we are logging to STDERR, we don't have to write to the filesystem anyway, so why checking?
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
-
- Mar 09, 2016
-
-
Jaime Perez Crespo authored
-
- Nov 06, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
(being respectful with occurences that might change the behaviour, i.e. default database prefixes)
-
- Apr 20, 2015
-
-
Jaime Perez Crespo authored
-
Jaime Perez Crespo authored
Move SimpleSAML_Utilities::initTimezone() to SimpleSAML\Utils\Time::initTimezone(). Deprecate the former.
-
- Apr 15, 2015
-
-
Jaime Perez Crespo authored
Refactor SimpleSAML_Utilities::isWindowsOS() to SimpleSAML_Utilities::getOS(). Reimplemented to support most operating systems. Schedule SimpleSAML_Utilities::isWindowsOS() for removal.
-
- Jun 17, 2014
-
-
Jaime Perez authored
Reformat the logging classes. Extract the LoggingHandler to its own file. Add proper documentation. Fix typos.
-
Jaime Perez authored
-
- Jan 13, 2012
-
-
Andjelko Horvat authored
Add SimpleSAML_Utilities::isWindowsOS and chmod file in SimpleSAML_Utilities::writeFile() (issue #469). git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3015 44740490-163a-0410-bde0-09ae8108e29a
-
- Nov 17, 2011
-
-
Olav Morken authored
PHP on Windows does not differentiate between all the different log levels, which means that attempting to specify the 'logging.level' option will not work properly. This patch replaces the use of the syslog constants with custom constants. Thanks to Ryan Panning for fixing this bug! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2981 44740490-163a-0410-bde0-09ae8108e29a
-
- Apr 16, 2010
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2251 44740490-163a-0410-bde0-09ae8108e29a
-
- Aug 14, 2009
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1665 44740490-163a-0410-bde0-09ae8108e29a
-
- Mar 27, 2009
-
-
Cato Olsen authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1448 44740490-163a-0410-bde0-09ae8108e29a
-
- Sep 26, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@897 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 18, 2008
-
-
Lasse Birnbaum Jensen authored
Added options to configure processname for logging. Usefull when having multiple installations on the same machine. Processname in the log is determined by the 'logging.processname' configuration key. It defaults to "simpleSAMLphp" if not set. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@667 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 06, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@610 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 03, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@586 44740490-163a-0410-bde0-09ae8108e29a
-
- Mar 05, 2008
-
-
Andreas Åkre Solberg authored
Adding a SIMPLESAML_INCPREFIX parameter before the inclusion of new files. This workaround was neccessary for university of oslo to make simplesamlphp work when ini_Set was not available. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@353 44740490-163a-0410-bde0-09ae8108e29a
-