| e1fee953 | 13-Feb-2017 |
Andreas Gohr <andi@splitbrain.org> |
SPR-797 fix ID uniqueness
As explained on https://www.dokuwiki.org/devel:javascript#using_ids IDs may not clash with headlines. To avoid that all IDs have to use two subsequent underscores. |
| 9fd3d99b | 13-Feb-2017 |
Andreas Gohr <andi@splitbrain.org> |
directly embed SVGs for better styling
Now the SVGs are loaded via AJAX and are directly embedded into the HTML. This allows for styling them via CSS and we can apply proper hover styles.
The svg d
directly embed SVGs for better styling
Now the SVGs are loaded via AJAX and are directly embedded into the HTML. This allows for styling them via CSS and we can apply proper hover styles.
The svg dispatcher was extended with an embed option (boolean parameter 'e') which will return an absolute minimum svg with absolutely no styles.
show more ...
|
| 96fae1c8 | 13-Feb-2017 |
Andreas Gohr <andi@splitbrain.org> |
very simple styling of the new sidebar behaviour.
I had a really hard time to understand the existing CSS which seemed much too complicated for what it does.
Variable use was suboptimal. I couldn't
very simple styling of the new sidebar behaviour.
I had a really hard time to understand the existing CSS which seemed much too complicated for what it does.
Variable use was suboptimal. I couldn't figure out which variable defines the proper size for the icon and the resulting margin.
show more ...
|
| 9d8dba14 | 13-Feb-2017 |
Andreas Gohr <andi@splitbrain.org> |
New sidebar JavaScript logic
This implements the JS logic as discussed in our meeting. A sidebar can now contain virtually any wiki syntax. (currently hardcoded) H2 elements will toggle all their fo
New sidebar JavaScript logic
This implements the JS logic as discussed in our meeting. A sidebar can now contain virtually any wiki syntax. (currently hardcoded) H2 elements will toggle all their following content which is wrapped in a wrapper div.
This is currently implemented on top of the old JavaScript which should be removed.
The toggle element should be made configurable.
We probably want to reuse some of the toggle logic for the user tools.
show more ...
|
| 94def893 | 13-Feb-2017 |
Andreas Gohr <andi@splitbrain.org> |
allow style.ini replacements in SVG dispatcher |
| c24a2e1e | 13-Feb-2017 |
Andreas Gohr <andi@splitbrain.org> |
SVG Dispatch: allow for referencing material design icons
A SVG not found in the template or in the local media storage will now be looked up in the Material Design Icon library (via a cached HTTP r
SVG Dispatch: allow for referencing material design icons
A SVG not found in the template or in the local media storage will now be looked up in the Material Design Icon library (via a cached HTTP request to the rawgit CDN).
show more ...
|
| ccfc6726 | 10-Feb-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
wrong float for edit button for table |
| d2177fbf | 10-Feb-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
bug in mediaqueries |
| 909a97a0 | 10-Feb-2017 |
Silke Pisulla <pisulla@cosmocode.de> |
positionierung |
| 9281ecfa | 09-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
fixed line endings CRLF -> LF |
| 6b795a1e | 09-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
move msg area down to content area. fixes SPR-792 |
| aef10432 | 09-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
fix name of toc tab |
| 59568563 | 09-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
use new admin.less instead of admin.css |
| 55a903a9 | 09-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
changed default logo location (and line endings) |
| 9d282a57 | 09-Feb-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
debug breadcrumb height vs search toggle icon |
| 69248271 | 09-Feb-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
merge part 2 |
| 4b8b6591 | 09-Feb-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
merge part 2
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, a
merge part 2
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
show more ...
|
| 5671e6e5 | 09-Feb-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
merge jde_bar_search and bar_search branch |
| 3bd1b21a | 09-Feb-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
sidebar nav reset open toggle areas when switch to wide content view |
| 28eb39b2 | 09-Feb-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
merge styles of prototype beuth hs project |
| 24ab1f72 | 19-Jan-2017 |
Andreas Gohr <gohr@cosmocode.de> |
add caching and fix <g> wrapping |
| 4fd6492b | 12-Jan-2017 |
Andreas Gohr <gohr@cosmocode.de> |
fixed content type header |
| 3ec07d58 | 12-Jan-2017 |
Andreas Gohr <gohr@cosmocode.de> |
fixed auth check |
| edabe53b | 11-Jan-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
trigger defaultcontent in wide-content state main menu on click |
| d0530116 | 11-Jan-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
mobile + js: min-height for content > sidebar hight |