Home
last modified time | relevance | path

Searched hist:"58 cb2b195be4f170c094cdbf3cc5cb0ee0d1e9f0" (Results 1 – 3 of 3) sorted by relevance

/plugin/struct/meta/
H A DPageMeta.php58cb2b195be4f170c094cdbf3cc5cb0ee0d1e9f0 Sun Nov 01 19:50:46 UTC 2020 Anna Dabrowska <dabrowska@cosmocode.de> Only update page metadata on new revision

Implements a basic comparison of page revisions before update. We used to write to the database on every rendering just because PARSER_METADATA_RENDER is the only event that supplies all the required metadata. An additional database query is better than the redundant save.

Fixes #528

/plugin/struct/action/
H A Dtitle.php58cb2b195be4f170c094cdbf3cc5cb0ee0d1e9f0 Sun Nov 01 19:50:46 UTC 2020 Anna Dabrowska <dabrowska@cosmocode.de> Only update page metadata on new revision

Implements a basic comparison of page revisions before update. We used to write to the database on every rendering just because PARSER_METADATA_RENDER is the only event that supplies all the required metadata. An additional database query is better than the redundant save.

Fixes #528

/plugin/struct/
H A Dplugin.info.txt58cb2b195be4f170c094cdbf3cc5cb0ee0d1e9f0 Sun Nov 01 19:50:46 UTC 2020 Anna Dabrowska <dabrowska@cosmocode.de> Only update page metadata on new revision

Implements a basic comparison of page revisions before update. We used to write to the database on every rendering just because PARSER_METADATA_RENDER is the only event that supplies all the required metadata. An additional database query is better than the redundant save.

Fixes #528