Giter VIP home page Giter VIP logo

stale's Introduction

stale's People

Contributors

gerardnico avatar

Watchers

 avatar  avatar

stale's Issues

Error 500 on toolbar popup pages like media manager

Hello,

hogfather.

I've managed to determine this plugin is causing me to have internal 500 errors on the popup windows that come from the toolbar.

Seems to affect popup window from the icons plugin by the bootstrap3 guy and the media manager popout.

I dug around the debug logs, the server error logs, and I'm not finding anything particularly useful either. I don't know if this is caused by interaction with some of my other plugins.

EDIT: I see this is a problem with bootstrap3 and this plugin in your issue history and it's marked a won't fix. Alright thanks, it's definitely a needed plugin for dokuwiki and that's too bad.

I wonder if there is a chance to get giterlizzi to fix whatever is causing it. You should reach out.. I'd do it but I wouldn't be able to describe it well enough.

https://github.com/giterlizzi/dokuwiki-template-bootstrap3

Doesn't work with Bootstrap3 Template

In combination with Bootstrap3 Template the page structure is broken: the navbar doesn't function, and the menu of the indexmenu is no longer displayed as a structure tree

HTTP ERROR 500 with Bootstrap3

When I click on an image of a wiki page, the media file with its detail page is not displayed. Instead, I get an HTTP ERROR 500 error message (Firefox: blank page).

And when I try to load the media manager in edit mode of a wiki page, the media manager window remains empty as well.

Disabling the plugin solves the problem.

One more hint: In my test wiki (Xampp) I get another error message:
Fatal error: Cannot declare class dokuwiki\Menu\Item\AbstractItem, because the name is already in use in C:\xampp\htdocs\wiki\lib\tpl\bootstrap3\compat\inc\Menu\Item\AbstractItem.php on line 20

cause error when trying insert media in default editor

Dokuwiki: Release 2020-07-29 "Hogfather"
Template: Bootstrap3

when I try to insert media file in the default editor by clicking the icon on the toolbar, I get the following error message:

Fatal error: Cannot declare class dokuwiki\Menu\Item\AbstractItem, because the name is already in use in /homepages/6/d839166723/htdocs/clickandbuilds/dokuWiki/Gonglue/lib/tpl/bootstrap3/compat/inc/Menu/Item/AbstractItem.php on line 20

2021-10-07_14-58

`

Feature request: Add page refresh after cache stale dialog in --- stale.js ---

Feature request: Add "page refresh" after "cache stale dialog" in stale.js

            dialogElement.dialog({
                dialogClass: "stale-dialog",
                closeOnEscape: true,
                modal: true,
                open: function () {
                    // close it after 2 seconds (toast)
                    setTimeout(function() { remove(dialogElement); }, 2000);
                    setTimeout(function() { window.location.reload(); }, 1300);
                }
            });

Works for me!
Cheers!

Source: https://stackoverflow.com/questions/3992353/javascript-function-to-reload-a-page-every-x-seconds

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.