History log of /template/sprintdoc/tpl/main-sidebar-nav.php (Results 1 – 16 of 16)
Revision Date Author Comments
# 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


# 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 ...


# b92c574d 26-Apr-2017 Jana Deutschländer <deutschlaender@cosmocode.de>

SPR-893: keyboard access


# 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 ...


# 1fc95e4d 20-Apr-2017 Andreas Gohr <andi@splitbrain.org>

integrate the own stared pages into the sidebar


# 75a1a114 02-Mar-2017 Jana Deutschländer <deutschlaender@cosmocode.de>

Merge remote-tracking branch 'origin/mobilesidebar'


# 15e86d99 22-Feb-2017 Andreas Gohr <gohr@cosmocode.de>

fixed broken closing tag


# 4055de39 22-Feb-2017 Andreas Gohr <gohr@cosmocode.de>

mobile handling of the sidebar SPR-840


# 06938c6d 22-Feb-2017 Andreas Gohr <gohr@cosmocode.de>

use a instead of h6 in navigation

this makes focusing and selecting in assistive technologies easier


# ef84665d 20-Feb-2017 Andreas Gohr <gohr@cosmocode.de>

added profile link to usertools in sidebar


# fa1028ad 16-Feb-2017 Andreas Gohr <gohr@cosmocode.de>

finally align the menu items correctly

I had to wrap the labels in their own span and use flex box to make them
behave correctly. Simplifications welcome.


# 373f4a8f 16-Feb-2017 Andreas Gohr <gohr@cosmocode.de>

add level1 class to fake inpage lists


# 83e6372c 16-Feb-2017 Andreas Gohr <gohr@cosmocode.de>

some style adjustments for the sidebar

There is no need to differentiate between site tools and the navigation
anymore. Instead now it's differentiated between the navigation tools
and the displayed

some style adjustments for the sidebar

There is no need to differentiate between site tools and the navigation
anymore. Instead now it's differentiated between the navigation tools
and the displayed content.

show more ...


# 6c61749b 16-Feb-2017 Andreas Gohr <gohr@cosmocode.de>

complete refactor of the sidebar behaviour javascript RES-754

Now all toggling of the sidebar and the related menus is done through
the same click handler. HTML has been unified. All sidebar related

complete refactor of the sidebar behaviour javascript RES-754

Now all toggling of the sidebar and the related menus is done through
the same click handler. HTML has been unified. All sidebar related
content is now in a single include file instead of several. Icons for
the site tools user tools and trace have been added.

The CSS for the whole sidebar still has to be refactored.

show more ...