| 64ac6e3f | 07-Aug-2025 |
Szymon Olewniczak <szyolewn@pg.edu.pl> |
integration with approve |
| 9a6813d7 | 29-Jul-2025 |
Andreas Gohr <gohr@cosmocode.de> |
do not break default summary behaviour |
| 9603fc81 | 08-Feb-2024 |
Andreas Gohr <andi@splitbrain.org> |
added config for optional copyright notice |
| b8adbb9e | 12-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
streamline page attributes
Page attribute icons should now align better and all look the same. |
| da9591f0 | 10-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
added closedwiki option
This hides most of the wiki tools including the sidebar and search until the user has logged in. |
| 621124b3 | 10-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
some cleanup in the usertool handling
do not display unavailable actions |
| a80089ca | 21-Jul-2021 |
Andreas Gohr <andi@splitbrain.org> |
defend against unavailable login mechanism |
| 3d614df8 | 08-Jun-2021 |
Andreas Gohr <andi@splitbrain.org> |
Revert "Fix usertools vertical alignment"
This reverts commit ed2d0a627543bf8d7734381ce06ee6b5328f94ec. |
| ed2d0a62 | 30-Apr-2021 |
Frieder Schrempf <dev@fris.de> |
Fix usertools vertical alignment
Remove the padding hacks and properly center the username vertically.
Signed-off-by: Frieder Schrempf <dev@fris.de> |
| 58332e8a | 13-Apr-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
No output before PHP sends headers |
| c1e0eaa8 | 12-Mar-2019 |
Andreas Gohr <gohr@cosmocode.de> |
added support for the sitemapnavi plugin
When installed the navigation can be switched between the default sidebar based navigation and the site tree |
| ed91dc00 | 11-Mar-2019 |
Andreas Gohr <gohr@cosmocode.de> |
support the quicksubscribe plugin |
| 9038109b | 24-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
fix: remove non-existing include, add placeholder comment |
| d23a0779 | 19-Jan-2018 |
Michael Große <grosse@cosmocode.de> |
feat: style site and user tools in sidebar
This uses the BEM methodology as far as possible in order to keep the code as clean and simple as possible. |
| 6b6e2bd6 | 19-Jan-2018 |
Michael Große <grosse@cosmocode.de> |
refactor: use the new menu classes from master if available
This is still fully compatible with the current stable Frusterick Manners, however these old method calls should be removed after the rele
refactor: use the new menu classes from master if available
This is still fully compatible with the current stable Frusterick Manners, however these old method calls should be removed after the release of Greebo.
show more ...
|
| d9d97457 | 20-Oct-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
SPR-908: QS prefix added |
| 7d802b57 | 02-May-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
keyboard access + direct link scrolling |
| b92c574d | 26-Apr-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
SPR-893: keyboard access |
| cbf9c4a6 | 26-Apr-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
fix conf-option |
| a2076f06 | 26-Apr-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
SPR-969: change wording for head_breadcrumb in head_breadcrumb_youarehere to show that it is used for hierarchical breadcrumbs (conf-option youarehere) |
| 84f94641 | 26-Apr-2017 |
Andreas Gohr <gohr@cosmocode.de> |
SPR-972 add more info to the breadcrumb
* add the current admin plugin to the breadcrumb * use proper translations for the various modes * do no longer rely on JavaScript for the enhanced breadcrumb
SPR-972 add more info to the breadcrumb
* add the current admin plugin to the breadcrumb * use proper translations for the various modes * do no longer rely on JavaScript for the enhanced breadcrumb * add image name in breadcrumb for detail view
show more ...
|
| 4a1a2863 | 26-Apr-2017 |
Michael Große <grosse@cosmocode.de> |
Check the correct conf-option for hierarchical breadcrumbs
SPR-969 |
| 211de8a5 | 24-Apr-2017 |
Michael Große <grosse@cosmocode.de> |
Use do-plugin's user task button w/ overlay
Motivation ---------- Since we do not have a dashboard it would be useful to directly see one's task on click upon the respective icon. Also this is most
Use do-plugin's user task button w/ overlay
Motivation ---------- Since we do not have a dashboard it would be useful to directly see one's task on click upon the respective icon. Also this is most likely the dominating reason of the dashboard-usage.
Implementation Decisions ------------------------ * Use SVG: Since we move towards using SVG everywhere in DokuWiki, I decided to use a SVG icon here as well. This makes it compatible with other templates too, without introducing an icon-font there. * Using a `<span>` instead of a `<strong>`: I do not see the semantic reason behind using a `<strong>` here.
Other Changes ------------- * The styles related to the do-plugin have been moved from css/area_nav-usertools.less to css/plugins/do_tasks.less
This needs the respective pull request merged from the do-plugin: https://github.com/cosmocode/do/pull/31
SPR-962
show more ...
|
| 9e264cdc | 24-Apr-2017 |
Andreas Gohr <gohr@cosmocode.de> |
show sidebar label on collapsed sidebar SPR-957
This removes the base z-indexes as they seem not to be needed (source order defines initial heights) and interfered with the sidbar functionality.
Re
show sidebar label on collapsed sidebar SPR-957
This removes the base z-indexes as they seem not to be needed (source order defines initial heights) and interfered with the sidbar functionality.
Removing it was suggested in SPR-899 as well
show more ...
|
| 81a9f400 | 24-Apr-2017 |
Michael Große <grosse@cosmocode.de> |
Prevent interaction between do-js and our page-tasks-icon
The javascript of the do-plugin tries to update the container with the plugin__do_pagetasks class. However, since our container has a differ
Prevent interaction between do-js and our page-tasks-icon
The javascript of the do-plugin tries to update the container with the plugin__do_pagetasks class. However, since our container has a different structure than the icon produced by the do-plugin, this attempt fails and leaves the icon in a broken state.
This commit changes the class of the container and thus ceases to be affected by the do-plugin's javascript.
SPR-946
show more ...
|