login/pass: error messages below page title
[minimedit.git] / article.inc.php
2021-09-22 Mischa POSLAWSKYpage: apply admin restrictions from .private contents
2021-01-26 Mischa POSLAWSKYpage: url encode widget attributes
2021-01-10 Mischa POSLAWSKYedit/head: keep login containers only if editable
2021-01-06 Mischa POSLAWSKYpage: call handler through index method
2021-01-01 Mischa POSLAWSKYpage: api attribute indicate index requests
2020-12-30 Mischa POSLAWSKYthumb: append .jpg extension to match file type
2020-12-21 Mischa POSLAWSKYpage: rename page method to file
2020-12-21 Mischa POSLAWSKYpage: retain conditional login elements in editor
2020-12-21 Mischa POSLAWSKYpage: quote link name fallback
2020-12-21 Mischa POSLAWSKYpage: search results as article objects
2020-12-21 Mischa POSLAWSKYpage: index method to call metadata handler
2020-12-19 Mischa POSLAWSKYpage: skip directory handlers in search
2020-12-19 Mischa POSLAWSKYpage: retain thumb subhandlers over invalid resize
2020-12-19 Mischa POSLAWSKYwidget: unnamed options as placeholders instead of...
2020-12-19 Mischa POSLAWSKYpage: move showdate() into formatting include
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: editable meta tags without xml closure
2020-12-05 Mischa POSLAWSKYpage: ignore asides in article body (cq title, teaser)
2020-06-07 Mischa POSLAWSKYnieuws: navigation links in common aside container v4.4
2020-06-07 Mischa POSLAWSKYarticle: ignore placeholders before teaser paragraph
2020-06-07 Mischa POSLAWSKYarticle: find teaser paragraph from variable offset
2020-05-17 Mischa POSLAWSKYhead: include canonical location in og:url
2020-05-16 Mischa POSLAWSKYpage: extend teaser range of fallback paragraph
2020-02-04 Mischa POSLAWSKYissue: match image replies for metadata
2020-02-04 Mischa POSLAWSKYpage: article method to find handler code
2020-02-04 Mischa POSLAWSKYpage: separate method to load page contents
2020-01-01 Mischa POSLAWSKYpage: fix titleless article teaser fallback
2019-12-05 Mischa POSLAWSKYpage: capture multiline titles in article contents
2019-10-27 Mischa POSLAWSKYsitemap: skip subdirectories containing .gitignore
2019-10-17 Mischa POSLAWSKYpage: include partial templates from *.inc.html
2019-10-17 Mischa POSLAWSKYwidget/sitemap: move find code to global PageSearch...
2019-07-12 Mischa POSLAWSKYpage: strip metadata tags from article preface
2019-07-12 Mischa POSLAWSKYpage: teaser fallback to untitled paragraph
2019-07-12 Mischa POSLAWSKYpage: prefer meta description as article teaser
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: rename article method "body" to "story"
2019-06-28 Mischa POSLAWSKYpage: promote news article class to represent all pages