page: prefer named template in parent directory
[minimedit.git] / page.php
2018-04-25 Mischa POSLAWSKYpage: prefer named template in parent directory v2.6
2018-04-21 Mischa POSLAWSKYlogin: templating support for warning message
2017-10-04 Mischa POSLAWSKYconsistently use empty() to check user existence
2017-10-02 Mischa POSLAWSKYpage: override request by given script path
2017-09-27 Mischa POSLAWSKYpage: redirect to login on access denial
2017-09-18 Mischa POSLAWSKYpage: save granted access for admin options
2017-09-18 Mischa POSLAWSKYpage: restore error display in page includes
2017-09-18 Mischa POSLAWSKYpage: save document root for includes during shutdown
2017-09-18 Mischa POSLAWSKYpage: catch triggered php errors
2017-09-18 Mischa POSLAWSKYpage: silence php reporting of handled fatal errors
2017-09-18 Mischa POSLAWSKYpage: .private to restrict access to subdirectories
2017-09-18 Mischa POSLAWSKYpage: unconditional declaration of getoutput()
2017-09-18 Mischa POSLAWSKYpage: strip nested placeholder indicators
2017-09-18 Mischa POSLAWSKYpage: prefer page template from script root
2017-09-18 Mischa POSLAWSKYpage: omit numeric placeholders during edit
2017-09-18 Mischa POSLAWSKYpage: edit template in static contents
2017-09-18 Mischa POSLAWSKYedit: restore placeholders on edit
2017-09-18 Mischa POSLAWSKYpage: common getoutput() to replace placeholders
2017-09-18 Mischa POSLAWSKYpage: catch fatal php errors
2017-09-18 Mischa POSLAWSKYpage: replace error scripts by editable html with place...
2017-09-18 Mischa POSLAWSKYpage: prepare static output before dynamic code
2017-09-18 Mischa POSLAWSKYpage: return 500 status and page on php exceptions
2017-09-18 Mischa POSLAWSKYpage: rework script control
2017-09-18 Mischa POSLAWSKYedit: distinct admin template for missing pages
2017-09-18 Mischa POSLAWSKYlogin: replace http authentication by cookie system
2017-09-18 Mischa POSLAWSKYpage: rename head includes
2017-09-18 Mischa POSLAWSKYpage: skip head formatting for script overrides (edit)
2017-09-18 Mischa POSLAWSKYpage: global var to indicate edit mode v2.0
2017-09-18 Mischa POSLAWSKYpage: route requests through global php handler