| 29eb0b0b | 21-Jan-2026 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Version upped |
| d81be0dd | 21-Jan-2026 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Fix undefined variable $inited in editbutton.php - use $this->inited |
| 1cae7079 | 16-Jun-2020 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Version upped |
| 85182e1a | 21-Apr-2020 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Add option to remove tags as css style names from sections |
| 5a024756 | 15-May-2017 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Version upped |
| cbf2460c | 15-May-2017 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Update tabs to spaces. |
| b88e4f51 | 22-Mar-2017 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Version upped |
| 3932c1c8 | 11-Nov-2016 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Update README.md |
| 9d3fa38b | 23-Mar-2016 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Better detection and setting of classes to mark a tagged section. |
| 93ba2e64 | 21-Mar-2016 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Move __concstruct into helper. |
| eacb4dd3 | 03-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
Adjust method signatures to match parent |
| af93fc32 | 12-Aug-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Update plugin.info.txt |
| a3b2d3e6 | 12-Aug-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Hint for a missing tag plugin.
see #2 |
| 16aa993a | 12-Aug-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
correction of installation information |
| e3e580f9 | 15-Jul-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Add title attribute to link. |
| 8b087268 | 15-Jul-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Add option to format the link of the tag.
This is only very basic and replaces occurrences of {TAG} {NAME} and {RAW} |
| 7e38e762 | 14-Jul-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Use tag plugins links to be displayed |
| 1e5432db | 10-Jun-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Version Update |
| 2d49f5e9 | 10-Jun-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Security measures for weird plugins. |
| 30f1bcdc | 28-May-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Update plugin.info.txt |
| 1f98df39 | 28-May-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Evil trick to re-initialize
Handle with care. jQuery does not allow to re-init the page. This commit will remove the current js.php from the DOM and add it again so that jQuery gets initialised agai
Evil trick to re-initialize
Handle with care. jQuery does not allow to re-init the page. This commit will remove the current js.php from the DOM and add it again so that jQuery gets initialised again (leaving us with yet another jQuery instance due to noConflict() - which is OKish). It is very evil and might lead to problems that I’m not yet aware of. But it works.
show more ...
|
| a91cf7bf | 21-May-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Move the tag button up the section, close to the header. |
| 23a99e94 | 21-May-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Bump version. |
| c2028aa0 | 21-May-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Syntax errors. |
| 6e242c2a | 21-May-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Remove Dependency for tagadd plugin. |