Commit graph

19 commits

Author SHA1 Message Date
047a5be134
Prevent PHP warnings triggered by trying to fetch unset array entries 2024-10-04 20:45:57 +02:00
77a903816c
Update metadata to target the new git repository
Since tarballs are not provided by this new repository, only installation instructions using git are kept.
2024-04-24 20:06:28 +02:00
02692388ca Fix generation of link back to main page 2020-05-01 20:20:18 +02:00
04af95e6f3 A link to the current page can be shown
This is configurable through the administration panel.
Default is to not include a link to the current page.
2020-04-28 13:26:30 +02:00
fc78e5ffd8 Fix mentions of old plugin name 2020-04-03 23:25:51 +02:00
83bba9954a On children pages, show links to other children pages and back to the main parent page 2020-04-03 22:37:30 +02:00
e137f57890 Ensure compatibility with "translation" plugin
cf. https://www.dokuwiki.org/plugin:translation
2020-04-03 22:13:43 +02:00
9844188469 Improve handling of compatibility with "translate" plugin 2020-04-03 05:32:33 +02:00
32290a00d1 Ensure compatibility with "translate" plugin
cf. https://www.dokuwiki.org/plugin:translate
2020-04-03 02:46:35 +02:00
a45accac4b Add children pages to all pages that are not included in a reserved namespace 2020-04-03 02:19:57 +02:00
71295a3ec3 Generate a label from the item type if none is provided 2020-04-03 02:14:16 +02:00
60f3dfe08f Move list of namespaces used for children pages to a configurable array 2020-04-03 02:08:40 +02:00
b1725f934c Add a localized label on generated menu items 2020-04-03 01:44:50 +02:00
eefa64ecb4 Generate new menu items from a hardcoded list of children 2020-04-03 01:15:41 +02:00
a1c1c23c45 Only take action if the current page is not included in a namespace
This is to avoid recursive children pages creation, a future update will
handle this in a smarter way.
2020-04-03 00:56:58 +02:00
ec2433d044 Fix action plugin class name 2020-04-03 00:50:50 +02:00
4ca920f729 Only take action during the generation of the page menu 2020-04-03 00:06:42 +02:00
8bd362aa01 Register a hook against the MENU_ITEMS_ASSEMBLY event 2020-04-02 23:49:58 +02:00
93535bc845 Add basic action definition
This is an empty placeholder, all it does right now is triggering a
warning each time DokuWiki tries to load it.
2020-03-30 23:32:07 +02:00