| 4e86a8f0 | 20-Apr-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
SPR-930: pseudo state for breadcrumb on detail template SPR-814: prevent Uncaught TypeErrors of JSINFO in detail template |
| a21c6f87 | 13-Apr-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
SPR-869: debug for wiki in root |
| 2bd7f884 | 12-Apr-2017 |
Michael Große <grosse@cosmocode.de> |
Remember sidebar section state when browsing the wiki
So we do not have to open the same section of the sidebar every time, we click a link to a new page. It forgets the toggle-state if the content
Remember sidebar section state when browsing the wiki
So we do not have to open the same section of the sidebar every time, we click a link to a new page. It forgets the toggle-state if the content is manually or automatically widened, for example by clicking on an edit-button.
SPR-883
show more ...
|
| cb7cc643 | 12-Apr-2017 |
Michael Große <grosse@cosmocode.de> |
Make sidebar toggle elements configurable
Current options are h1, h1 and h2, h1-h5, top-level list items
SPR-754 |
| fbf9e9d6 | 09-Mar-2017 |
Andreas Gohr <gohr@cosmocode.de> |
integrate QC plugin (ajax branch)
This refactors the page-attribute area a bit and intergrates the new ajax branch of the QC plugin. I'm not really happy about the included file - it should probably
integrate QC plugin (ajax branch)
This refactors the page-attribute area a bit and intergrates the new ajax branch of the QC plugin. I'm not really happy about the included file - it should probably be moved to our Template class instead.
show more ...
|
| 0503402f | 08-Mar-2017 |
Andreas Gohr <gohr@cosmocode.de> |
fixed wrong scope for function definition |
| d19c9b95 | 02-Mar-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
SPR-840: debug IE10 (vendor extensions for flex) |
| b10c27f3 | 02-Mar-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
SPR-840: debug sidebar script IE10, styling for mobile menu debug background-color: qc |
| 1b74bdc1 | 23-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
fixed clicking links in sidebar |
| 2eac3d45 | 22-Feb-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
SPR-753: add ACT mode as node to breadcrumb |
| 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 |
| bed1717f | 22-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
make sidebar headers toggable via keyboard |
| a36c5fa0 | 21-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
reveal sidebar when clicking the search icon |
| 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. |
| 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 ...
|
| 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 |
| fa2e0604 | 14-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
use proper translation mechanism for JS SPR-798 |
| 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 ...
|
| 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 ...
|
| 9281ecfa | 09-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
fixed line endings CRLF -> LF |
| 3bd1b21a | 09-Feb-2017 |
Jana Deutschländer <deutschlaender@cosmocode.de> |
sidebar nav reset open toggle areas when switch to wide content view |