login/pass: error messages below page title
[minimedit.git] / page.php
2021-09-22 Mischa POSLAWSKYpage: apply admin restrictions from .private contents
2021-05-17 Mischa POSLAWSKYpage: indicate repost status in http redirects
2021-05-17 Mischa POSLAWSKYpage: referrer policy to include details cross-origin
2021-04-27 Mischa POSLAWSKYpage: omit editing <div> container for xml response
2021-04-27 Mischa POSLAWSKYpage: ignore missing accept header in api detection
2021-01-10 Mischa POSLAWSKYedit/head: keep login containers only if editable
2021-01-10 Mischa POSLAWSKYpage: allow remote access for xml requests
2021-01-06 Mischa POSLAWSKYpage: call handler through index method
2021-01-01 Mischa POSLAWSKYpage: only html body on application/xml requests
2021-01-01 Mischa POSLAWSKYpage: text/plain request triggers api mode
2020-12-30 Mischa POSLAWSKYpage: redirect location option in abort()
2020-12-30 Mischa POSLAWSKYedit/page: allow image uploads through easyimage
2020-12-21 Mischa POSLAWSKYedit/head: move admin preparation to separate include
2020-12-19 Mischa POSLAWSKYpage: move showdate() into formatting include
2020-12-19 Mischa POSLAWSKYpage: delay loading user code until after page
2020-12-19 Mischa POSLAWSKYpage: move custom error handling to include
2020-12-19 Mischa POSLAWSKYpage: prepend 404 contents to admin template
2020-12-19 Mischa POSLAWSKYpage: ignore output buffer in article render
2020-12-19 Mischa POSLAWSKYpage: store placeholder values in $Page object
2020-12-19 Mischa POSLAWSKYpage: move getoutput() to render method
2020-12-19 Mischa POSLAWSKYpage: move placeholder_include() to widget method
2020-12-19 Mischa POSLAWSKYpage: replace global variables by $Page object
2020-12-05 Mischa POSLAWSKYpage: record creation time in template meta tag
2020-12-05 Mischa POSLAWSKYpage: record author metadata on creation
2020-12-05 Mischa POSLAWSKYpage: extract metadata after reading template
2020-12-05 Mischa POSLAWSKYpage: editable meta tags without xml closure
2020-12-05 Mischa POSLAWSKYedit/page: indicate edit replacements in data-dyn attri...
2020-12-05 Mischa POSLAWSKYpage: ignore failed user setup during errors
2020-12-01 Mischa POSLAWSKYauth: create user object regardless of login
2020-05-17 Mischa POSLAWSKYpage: restrict security policy of base-src
2020-05-16 Mischa POSLAWSKYpage: declare minimal security policy header
2020-05-16 Mischa POSLAWSKYpage: disallow frame ancestors to prevent clickjacking
2020-03-18 Mischa POSLAWSKYpage: reenclose template contents in static container
2020-02-04 Mischa POSLAWSKYpage: article method to find handler code
2020-01-01 Mischa POSLAWSKYpage: fix variable dependencies in error headers
2019-12-05 Mischa POSLAWSKYpage: convert error messages to html strings
2019-12-05 Mischa POSLAWSKYpage: reload error page within fail handler
2019-11-27 Mischa POSLAWSKYpage: filter login/logout classes on any html element
2019-11-25 Mischa POSLAWSKYpage: restore meta tags for editors
2019-11-09 Mischa POSLAWSKYpage: silence object warnings on missing pages
2019-11-09 Mischa POSLAWSKYpage: replace output caching by article object
2019-10-27 Mischa POSLAWSKYauth: admin subpermission check for edit pages
2019-10-17 Mischa POSLAWSKYpage: include partial templates from *.inc.html
2019-10-15 Mischa POSLAWSKYauth: admin permissions per function
2019-07-12 Mischa POSLAWSKYpage: maintain all placeholder includes in widget/
2019-07-12 Mischa POSLAWSKYpage: read file during article object initialisation
2019-06-28 Mischa POSLAWSKYpage: retrieve static contents from article object
2019-06-28 Mischa POSLAWSKYpage: promote news article class to represent all pages
2019-06-28 Mischa POSLAWSKYauth: store global user metadata in User object
2019-03-02 Mischa POSLAWSKYpage: hide login class sections in all contents
2018-11-27 Mischa POSLAWSKYpage: prevent reparsing of placeholder blocks v3.8
2018-09-03 Mischa POSLAWSKYpage: resolve include path for placeholder names
2018-09-03 Mischa POSLAWSKYpage: separate function to run placeholder includes
2018-08-17 Mischa POSLAWSKYpage: strip html suffix from symlink redirects
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