Giter Site home page Giter Site logo

mybb-patches's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

sama34

mybb-patches's Issues

preview modification

when creating patches it would be helpful to show a preview of the exact modification that this patch would result in

since the effect of a patch can change if the contents of the input file changes, maybe add a preview / confirmation step every time you apply changes to a file

editing a patch does not update the file status

When editing a patch, the status of the file is not updated, so if the patch was applied before, it will still show as applied after the edit, even though it has to be reapplied for the change to become active

language file loading

make sure language file is only loaded when really required

there's a bug in mybb that changes the language directory when a datahandler is involved, so it may be looking for the patches language file in the wrong dir

SQL Error on MyBB 1.8.12 using PostgreSQL 9.6.5

I created a thread on the official MyBB support forums also regarding this:

https://community.mybb.com/thread-213092-post-1284753.html

I am using PostgreSQL as my database backend, this is the only plugin I have been unable to install for some reason.

SQL Error:
0 - ERROR: syntax error at or near "`" LINE 1: CREATE TABLE `mybb_patches` ^

Query:
CREATE TABLE `mybb_patches` ( pid INTEGER NOT NULL AUTO_INCREMENT, ptitle VARCHAR(100) NOT NULL, pdescription VARCHAR(200), pfile VARCHAR(150) NOT NULL, psize BIGINT NOT NULL, pdate BIGINT NOT NULL, psearch TEXT NOT NULL, pbefore TEXT, pafter TEXT, preplace INTEGER NOT NULL, pmulti INTEGER NOT NULL, pnone INTEGER NOT NULL, PRIMARY KEY (pid) )

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.