Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for interfaces in our temporary autoloaders, not only for classes. | Jaime Perez Crespo | 2016-03-09 | 1 | -4/+5 |
| | |||||
* | Update the classes in lib/SimpleSAML/ too. | Jaime Perez Crespo | 2016-03-09 | 1 | -2/+2 |
| | |||||
* | Typo. | Jaime Perez Crespo | 2016-02-22 | 1 | -1/+1 |
| | |||||
* | Migrate the SimpleSAML_Module class to namespaces (SimpleSAML\Module) as an ↵ | Jaime Perez Crespo | 2016-02-22 | 1 | -17/+19 |
| | | | | example. | ||||
* | Move the two PSR 0 and PSR 4 module autoloader functions to SimpleSAML_Module. | Jaime Perez Crespo | 2016-02-19 | 1 | -2/+81 |
| | |||||
* | Add support for the new module namespace in SimpleSAML_Module::resolveClass(). | Jaime Perez Crespo | 2016-02-19 | 1 | -8/+22 |
| | |||||
* | Reformat SimpleSAML_Module. | Jaime Perez Crespo | 2015-08-05 | 1 | -196/+212 |
| | |||||
* | Fix phpdoc comments for SimpleSAML_Module. | Jaime Perez Crespo | 2015-08-05 | 1 | -17/+23 |
| | |||||
* | Ensure that config.php is optional for module loading. | Olav Morken | 2015-05-26 | 1 | -1/+1 |
| | | | | | | | | | | | Currently, if we try to load a class from a module, and the config.php is absent, we will get an error about the missing configuration file. There is no reason for the configuration file to be mandatory here, since we have reasonable fallbacks, so fix the code to make it optional. This should make it easier to write tests for code in modules. | ||||
* | Move SimpleSAML_Utilities:::getBaseURL() to ↵ | Jaime Perez Crespo | 2015-04-21 | 1 | -1/+1 |
| | | | | SimpleSAML\Utils\HTTP::getBaseURL() and deprecate the former. | ||||
* | Move SimpleSAML_Utilities::addURLparameter() to ↵ | Jaime Perez Crespo | 2015-04-21 | 1 | -1/+1 |
| | | | | SimpleSAML\Utils\HTTP::addURLParameters() and deprecate the former. | ||||
* | Remove trailing PHP close tags. Closes #59. | Jaime Perez | 2015-01-15 | 1 | -2/+0 |
| | |||||
* | Drop obsolete SVN $Id$ keywords. | Thijs Kinkhorst | 2014-07-09 | 1 | -1/+0 |
| | |||||
* | SimpleSAML_Module: add module.enable configuration option for ↵ | Andjelko Horvat | 2013-01-09 | 1 | -0/+11 |
| | | | | | | enabling/disabling modules (issue #475). git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3218 44740490-163a-0410-bde0-09ae8108e29a | ||||
* | Module: Log a better error if the module is missing a default-enable or ↵ | Olav Morken | 2012-04-12 | 1 | -1/+3 |
| | | | | | | | | default-enable file. Thanks to Ryan Panning for providing this patch. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3065 44740490-163a-0410-bde0-09ae8108e29a | ||||
* | Module: Ensure stable order of hook-functions. | Olav Morken | 2010-11-26 | 1 | -1/+3 |
| | | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2657 44740490-163a-0410-bde0-09ae8108e29a | ||||
* | Replace uses of utilities::selfURLhost() followed by config->getBaseURL with ↵ | Olav Morken | 2010-07-09 | 1 | -2/+1 |
| | | | | | | a call to utilities::getBaseURL(). git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2389 44740490-163a-0410-bde0-09ae8108e29a | ||||
* | Module::getModuleURL: Add $parameters parameter. | Olav Morken | 2009-12-16 | 1 | -2/+7 |
| | | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2054 44740490-163a-0410-bde0-09ae8108e29a | ||||
* | Short tag is not allowed in simplesamlphp!!! | Andreas Åkre Solberg | 2008-09-01 | 1 | -1/+1 |
| | | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@849 44740490-163a-0410-bde0-09ae8108e29a | ||||
* | Add module hook interface. | Olav Morken | 2008-08-20 | 1 | -0/+31 |
| | | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@822 44740490-163a-0410-bde0-09ae8108e29a | ||||
* | Module framework for request handling. | Olav Morken | 2008-08-18 | 1 | -0/+17 |
| | | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@809 44740490-163a-0410-bde0-09ae8108e29a | ||||
* | Module framework. | Olav Morken | 2008-08-18 | 1 | -0/+134 |
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@808 44740490-163a-0410-bde0-09ae8108e29a |