aboutsummaryrefslogtreecommitdiff
path: root/.library/IkiWiki/Plugin/getfield.pm
Commit message (Collapse)AuthorAgeFilesLines
* Resolve incompatibility in "getfield" and "texinfo" pluginsThomas Schwinge2018-09-261-6/+6
| | | | | | | | ... seen with recent versions of Perl: Failed to load plugin IkiWiki::Plugin::getfield: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/{{ <-- HERE \$([-\w/]+#)?[-\w]+}}/ at [...]/.library/IkiWiki/Plugin/getfield.pm line 68. Compilation failed in require at (eval 94) line 1. BEGIN failed--compilation aborted at (eval 94) line 1.
* Update to b329454a41390ca8b3f31215d62542a27e6a8b80 of ↵Thomas Schwinge2010-11-251-2/+2
| | | | <git://github.com/rubykat/ikiplugins.git>.
* .library/IkiWiki/Plugin/getfield.pm (get_other_page_field_value): Depend on ↵Thomas Schwinge2010-09-171-1/+1
| | | | use_page, not other_page.
* .library/IkiWiki/Plugin/getfield.pm (get_other_page_field_value): Add a ↵Thomas Schwinge2010-09-091-0/+3
| | | | dependency for the page from which we get the value.
* Add (part of) YAML field infrastructure.Thomas Schwinge2010-09-091-0/+123
New files copied from a2482475a7ed0b6f54df10a87a8665e2361f3598 of <git://github.com/rubykat/ikiplugins.git> by Kathryn Andersen <perlkat@katspace.org>.