| 751873d6 | 21-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
SPR-800 remove unused function file |
| 2b6ae420 | 21-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
use simpler striped pattern for section highlight |
| 8552c6f6 | 21-Feb-2017 |
Karsten Kosmala <kosmala@cosmocode.de> |
activate deployment |
| 26fe6117 | 21-Feb-2017 |
Karsten Kosmala <kosmala@cosmocode.de> |
Add fabfile.py |
| 3a6eaa0b | 21-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
SPR-787 use proper fallbacks for main logo as well |
| e988c176 | 21-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
fix problems with ini handling in svg dispatch |
| 06cdf148 | 20-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
SPR-787 use same logo resized |
| 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. |
| 0cdca115 | 16-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
some more list adjustments for sidebar |
| 373f4a8f | 16-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
add level1 class to fake inpage lists |
| 9eec2b7f | 16-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
adjusted language |
| 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 ...
|
| 2387fd46 | 15-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
moved tab logic to a new class
More of the logic should be moved to this class |
| be2c3645 | 15-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
simplistic fix for too narrow TOC when no other tabs available
This simply sets a minimum width and right alings the panel. I'm open for better suggestions. |
| ec6c9219 | 15-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
fixed missing closing a tag |
| 038d4bfe | 15-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
moved tab generation to PHP, no empty tabs SPR-799
I still don't like the code directly in the template there. I think it should be moved to a helper class.
The TOC CSS seems to be broken when ther
moved tab generation to PHP, no empty tabs SPR-799
I still don't like the code directly in the template there. I think it should be moved to a helper class.
The TOC CSS seems to be broken when there are no tabs right of the TOC.
show more ...
|
| 435c8032 | 15-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
allow closing tabs by clicking them again
also pass the proper type to attr() - it expects strings! |
| c93c93a8 | 15-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
simplify meta box tab handling RES-799
This simplifies the tab handling by attaching one click handler to handle the open/close mechanism for all tabs. It should now allow to dynamically add tabs ev
simplify meta box tab handling RES-799
This simplifies the tab handling by attaching one click handler to handle the open/close mechanism for all tabs. It should now allow to dynamically add tabs even after the fact and the handler should still work.
Support for the actual tab contents has been removed for now. This should most probably be readded via PHP anyway.
show more ...
|
| 285c4f96 | 15-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
style the fake icon
When no icon is provided, we use the first two letters as icon. A fancy border makes it look more like an icon. |
| f293a16b | 14-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
use jQuery slector to define the elements
This makes it possible to use multiple. For now I just use all headlines |
| a74658ac | 14-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
show license not copyright SPR-794 |
| fa2e0604 | 14-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
use proper translation mechanism for JS SPR-798 |
| a1de3dc1 | 14-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
added type ints for other plugins |