Coder Social home page Coder Social logo

live-controls's People

Contributors

daredloco avatar

Watchers

 avatar

live-controls's Issues

BBEditor can be escaped with '

Describe the bug
The BBEditor could be escaped when adding the ' character to it before Version 1.8.15. A new update Version 1.8.16 will replace the ' character with a ` character. This is also not optimal, but better than the fix in Version 1.8.15.

Expected behavior
Have all characters being written without the need to change them afterwards.

Additional context
This problem should be relatively easy to fix and the place where it needs to be changed is on line 54 inside the file bbeditor.blade.php:

sceditor.instance(textarea{{ $areaid }}).insert('{!! str_replace(["\r", "\n", "'"], ['\\r', '\\n', "`"], $oldcontent) !!}');

This line is subject to change!

Include images configuration values to image functions

At the moment most of the configuration values for images are ignored, check them inside the ImagesHandler class and the HasImages trait

Unused Variables

  • images_gallery_enabled
  • images_thumbnails_enabled
  • images_thumbnails_runtime
  • images_thumbnail_size

When clicking on calendar event, calendar will be reset to now()

Describe the bug
When clicking on a calendar event, the calendar will fire an event which then will refresh the element, causing it to reset to the actual month.

To Reproduce
Steps to reproduce the behavior:

  1. Go a month to the future or past
  2. Click on a calendar event
  3. See how the calendar will move back to the month now

Expected behavior
Calendar will ignore this and not refresh itself

Version
1.5.10

Update Wiki

The WIKI is a little bit outdated and several parts are missing.

Content:

  • Home
  • Installation & Setup (Missing configuration variables)
  • Admin Interface
  • User Groups
  • User Permissions
  • Support Tickets
  • Financial
  • Payment
  • Crypto
  • ToastR (Just a message to not use it)
  • SweetAlert2
  • AutoCEP
  • MaskedInput
  • Subscriptions
  • BB Editor
  • Calendar
  • Analytics
  • Images
  • Storage
  • Utils

Also need to check if the Wiki entries are up to date.

Edit: Added "Images" Pages

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.