Code Monkey home page Code Monkey logo

mybb-developer-tools's People

Contributors

kawaii avatar

Watchers

 avatar  avatar

mybb-developer-tools's Issues

Install Toolbar

Will eventually have the following features:

  • Basic installation (attached as panel to CodeMirror)
  • Standard functionality (w/o JS)
  • Preview
  • New Project
  • Load
  • Save
  • Save As
  • Delete Project(s)
  • Import/Export for code segments(projects)
  • Input validation

Toolbar JavaScript

Split from #7

  • Preview
  • New Project
  • Load
  • Save
  • Save As
  • Delete Project(s)
  • Import Project
  • Export Project
  • haschanged code states (ability of toolbar buttons)
  • "About to leave this page..." warning

Not Compatible With PostgreSQL

Fails on

SHOW TABLES FROM `dbname`

on install. Seeing it on line 774 in WindcardPluginInstaller010202.php.

		$query = $this->db->write_query("
			SELECT table_name
			FROM information_schema.tables
			WHERE table_type = 'BASE TABLE'
			AND table_schema = '{$config['database']['database']}'
		");

Above is a working version for PostgreSQL.

Upgrade To Installer 2.0

This should help solve some issues where permissions prevent image and style sheet installation.

Improve Username Avatars Aesthetics

  • the username can overflow the image if they are too long
  • they are not at all aesthetically pleasing
  • there are no options to allow customization

Code Cleanup

  • variable naming conventions
  • redundancy
  • string delimiter consistency
  • string concatenation style

PHiddle: Line Numbers Inaccurate

Since the extra line was added to the sandbox file for error reporting, the line numbers are off which will make debugging harder.

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.