| ce73262e | 21-Jan-2026 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Fix require_once deprecation in syntax files |
| 1f6f3fca | 27-May-2025 |
Yury Ovsyannikov <contact@jurik-phys.net> |
Fix warnings "Undefined variable" & "Undefined array key 1"
E_WARNING: Undefined variable $ID/../wiki/lib/plugins/popupviewer/syntax/viewer.php(62) E_WARNING: Undefined array key 1/../wiki/lib/plugi
Fix warnings "Undefined variable" & "Undefined array key 1"
E_WARNING: Undefined variable $ID/../wiki/lib/plugins/popupviewer/syntax/viewer.php(62) E_WARNING: Undefined array key 1/../wiki/lib/plugins/popupviewer/syntax/viewer.php(47)
show more ...
|
| aab2f4b2 | 16-Jun-2020 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Check keepOpen with lower case.
fix #11 |
| f7024f21 | 16-Jun-2020 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Add default class to popup link
Fixes #13 - the link can be used for additional styling information if required |
| dea8a38d | 16-Jun-2020 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Moved up some code
the Doku_HAndler_Parse_Media is only available during the handler phase. |
| 4558ab00 | 12-Jun-2020 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Somehow Hogfather has a problem here. |
| 3b546a7e | 15-May-2017 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Update tabs to spaces. |
| 53d98515 | 30-Mar-2017 |
lisps <stummp@loewen.de> |
add metadata renderer |
| c780bbc5 | 13-Feb-2017 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
If the renderer has a `_media` function - as the default renderer has - use it. |
| 252878ea | 23-Feb-2016 |
lisps <lisps@users.noreply.github.com> |
fix relative media IDs |
| bf11fd13 | 12-Feb-2016 |
lisps <lisps@users.noreply.github.com> |
fix error third parameter missing
remove function call because it is called twice (there is onother one on line 109) |
| 17068d0f | 02-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
Adjust method signatures to match parent |
| 14a3d58e | 24-Nov-2015 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Resolve ID so that relative IDs will work. |
| 1b06b0ce | 03-Dec-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Add "keepOpen" option
Allows to keep the popupviewer open for links inside a popup. |
| ee88561d | 07-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
avoid leading and trailing spaces on $more |
| 71189f11 | 07-Jul-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Modify attributes to html5 valid data- ones |
| 16153982 | 30-Jun-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
headers is now private API on DW renderer |
| a8a154eb | 27-Mar-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Add implementation for image map
This allows to have popups inside the image map. |
| f5f1fead | 25-Feb-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Add option to enable JavaScript in pages loaded by popupviewer. |
| 886a8c8f | 25-Feb-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Allow only one popupscript per page. |
| efbf612e | 24-Feb-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Add a popupscript tag that allows embedding script into a newly loaded page
This can only be done for direct popup pages, not links and it will run the script in an inner scope. |
| 0b5af900 | 24-Feb-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Move syntax script for another syntax mode |