- Mar 24, 2009
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1438 44740490-163a-0410-bde0-09ae8108e29a
-
- Mar 12, 2009
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1406 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1404 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 27, 2009
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1337 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 26, 2009
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1330 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 25, 2009
-
-
Olav Morken authored
Configuration: Make it possible to initialize from an array, and introduce replacements for init() and copyFromBase(). git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1322 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 24, 2009
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1314 44740490-163a-0410-bde0-09ae8108e29a
-
- Nov 04, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@973 44740490-163a-0410-bde0-09ae8108e29a
-
- Nov 01, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@967 44740490-163a-0410-bde0-09ae8108e29a
-
- Oct 14, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@915 44740490-163a-0410-bde0-09ae8108e29a
-
- Sep 15, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@874 44740490-163a-0410-bde0-09ae8108e29a
-
Olav Morken authored
Configuration - added getOptions function, which retrieves the names of all options in a configuration file. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@873 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 26, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@715 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 20, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@674 44740490-163a-0410-bde0-09ae8108e29a
-
- Jun 11, 2008
-
-
Olav Morken authored
This commit adds two convenience functions: getString and getBoolean to the configuration class. These functions will performe type checking before returning the value, and has support for required and optional values. Also update getValue to support required options. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@630 44740490-163a-0410-bde0-09ae8108e29a
-
- Apr 14, 2008
-
-
Andreas Åkre Solberg authored
Adding support for getting a new config file from the same directory as the current one. Used in example in the login modules that hae their own cofig file in addition to config.php. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@492 44740490-163a-0410-bde0-09ae8108e29a
-
- Mar 25, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@419 44740490-163a-0410-bde0-09ae8108e29a
-
- Mar 14, 2008
-
-
Andreas Åkre Solberg authored
Improving error message when no configuration file was found. Now also showing what configuration file was missing, because the configuration class is generic and can hold config for in example ldap.php git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@418 44740490-163a-0410-bde0-09ae8108e29a
-
- Mar 12, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@402 44740490-163a-0410-bde0-09ae8108e29a
-
- Mar 04, 2008
-
-
Olav Morken authored
Configuration: Extract the path resolution code from getPathValue into a resolvePath-function, for use elsewhere. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@345 44740490-163a-0410-bde0-09ae8108e29a
-
- Mar 03, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@343 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 27, 2008
-
-
Andreas Åkre Solberg authored
Adding support for full paths outside the simplesamlphp installation. This patch was provided by Kenneth Svee! Thanks! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@327 44740490-163a-0410-bde0-09ae8108e29a
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@324 44740490-163a-0410-bde0-09ae8108e29a
-
- Feb 02, 2008
-
-
Andreas Åkre Solberg authored
modified the configuration class so it allows multiple simultanous instances. This is important in the case where you write a separate application that makes use of simplesamlphp and also make use of the simplesamlphp libraries as the template system where the template directory is not the same as for simplesamlphp itself. I am writing an application called openwiki where this is important. should not break existing code, and no modifications neccessary in other simplesamlphp files. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@239 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 30, 2008
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@222 44740490-163a-0410-bde0-09ae8108e29a
-
- Jan 15, 2008
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@158 44740490-163a-0410-bde0-09ae8108e29a
-
- Dec 14, 2007
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@105 44740490-163a-0410-bde0-09ae8108e29a
-
- Dec 13, 2007
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@97 44740490-163a-0410-bde0-09ae8108e29a
-
- Nov 28, 2007
-
-
Olav Morken authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@82 44740490-163a-0410-bde0-09ae8108e29a
-
- Sep 14, 2007
-
-
Andreas Åkre Solberg authored
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2 44740490-163a-0410-bde0-09ae8108e29a
-