summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/Module.php
Commit message (Collapse)AuthorAgeFilesLines
* Add support for interfaces in our temporary autoloaders, not only for classes.Jaime Perez Crespo2016-03-091-4/+5
|
* Update the classes in lib/SimpleSAML/ too.Jaime Perez Crespo2016-03-091-2/+2
|
* Typo.Jaime Perez Crespo2016-02-221-1/+1
|
* Migrate the SimpleSAML_Module class to namespaces (SimpleSAML\Module) as an ↵Jaime Perez Crespo2016-02-221-17/+19
| | | | example.
* Move the two PSR 0 and PSR 4 module autoloader functions to SimpleSAML_Module.Jaime Perez Crespo2016-02-191-2/+81
|
* Add support for the new module namespace in SimpleSAML_Module::resolveClass().Jaime Perez Crespo2016-02-191-8/+22
|
* Reformat SimpleSAML_Module.Jaime Perez Crespo2015-08-051-196/+212
|
* Fix phpdoc comments for SimpleSAML_Module.Jaime Perez Crespo2015-08-051-17/+23
|
* Ensure that config.php is optional for module loading.Olav Morken2015-05-261-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 Crespo2015-04-211-1/+1
| | | | SimpleSAML\Utils\HTTP::getBaseURL() and deprecate the former.
* Move SimpleSAML_Utilities::addURLparameter() to ↵Jaime Perez Crespo2015-04-211-1/+1
| | | | SimpleSAML\Utils\HTTP::addURLParameters() and deprecate the former.
* Remove trailing PHP close tags. Closes #59.Jaime Perez2015-01-151-2/+0
|
* Drop obsolete SVN $Id$ keywords.Thijs Kinkhorst2014-07-091-1/+0
|
* SimpleSAML_Module: add module.enable configuration option for ↵Andjelko Horvat2013-01-091-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 Morken2012-04-121-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 Morken2010-11-261-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 Morken2010-07-091-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 Morken2009-12-161-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 Solberg2008-09-011-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@849 44740490-163a-0410-bde0-09ae8108e29a
* Add module hook interface.Olav Morken2008-08-201-0/+31
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@822 44740490-163a-0410-bde0-09ae8108e29a
* Module framework for request handling.Olav Morken2008-08-181-0/+17
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@809 44740490-163a-0410-bde0-09ae8108e29a
* Module framework.Olav Morken2008-08-181-0/+134
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@808 44740490-163a-0410-bde0-09ae8108e29a