nieuws: create new articles relative to page root
[minimedit.git] / page.php
2018-08-10 Mischa POSLAWSKYpage: http redirect to html symlinks
2018-08-10 Mischa POSLAWSKYpage: predetermine static html include
2018-07-14 Mischa POSLAWSKYpage: stable include path (site then minimedit root) v3.5
2018-07-09 Mischa POSLAWSKYpage: catch exceptions in placeholder scripts
2018-07-07 Mischa POSLAWSKYpage: localise page variables within template includes
2018-06-14 Mischa POSLAWSKYpage: silence php warning of undefined user
2018-06-09 Mischa POSLAWSKYpage: set placeholder after page script v3.0
2018-06-08 Mischa POSLAWSKYpage: placeholder options
2018-06-08 Mischa POSLAWSKYpage: include scripts from placeholders
2018-06-08 Mischa POSLAWSKYpage: apply placeholder replacement to all page output
2018-06-08 Mischa POSLAWSKYpage: include controllers from index.php
2018-06-08 Mischa POSLAWSKYpage: replace missing placeholders by warning
2018-06-08 Mischa POSLAWSKYpage: replace placeholders dynamically
2018-06-08 Mischa POSLAWSKYpage: provide abort function from edit
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