aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/PConfig.php
Commit message (Collapse)AuthorAgeFilesLines
* :bulb: Improving Doxygen documentation.Klaus Weidenbach2017-11-031-20/+26
| | | | | Fix some Doxygen parsing errors. Improve hooks documentation.
* some doco fixes and other real minor stuff to improve logreading abilityzotlabs2017-08-091-4/+5
|
* grrr. stop making branding assumptions.zotlabs2017-03-121-1/+1
|
* minor changes to config api and markdown_to_bbzotlabs2016-12-051-3/+3
|
* silence a minor warningzotlabs2016-11-021-0/+1
|
* array_key_exists warning on PConfig::Delete()zotlabs2016-10-171-6/+9
|
* trace log pconfig cache if for some reason it isn't an arrayredmatrix2016-07-241-0/+8
|
* PConfig : Check for is_null($uid) as well as false. We actually allow $uid = ↵redmatrix2016-07-211-3/+6
| | | | 0 though it shouldn't normally happen.
* Finish the config familyredmatrix2016-06-071-1/+1
|
* move pconfig to static classredmatrix2016-06-051-0/+189