GithubHelp home page GithubHelp logo

xoopscube / adelie-debug-xcl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nao-pon/xoops-adelie-debug

1.0 1.0 0.0 1.82 MB

๐Ÿ›  Adelie Debug is a powerful development tool for developers of XCL modules, preloads and themes.

PHP 88.52% CSS 4.70% Smarty 5.26% Hack 0.05% JavaScript 1.46%
browser debug debugging-tool frontend gui php preload report sql tool xcl xoopscube

adelie-debug-xcl's People

Contributors

gigamaster avatar nao-pon avatar nunoluciano avatar orrisroot avatar ryujiamano avatar suin avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

adelie-debug-xcl's Issues

ParseError given - Errors are not extended from Exception

must be an instance of Exception, instance of ParseError given!

AdelieDebug_Debug_ExceptionHandler must accept an object of Type Throwable in order to accept Errors.
Becaue Errors are not extended from Exception.
While Errors and Exceptions, both extend Throwable.
A simple fix is to replace Exception with Trowable.

	class AdelieDebug_Debug_ExceptionHandler extends AdelieDebug_Debug_ExceptionHandler_Abstract
	{
	//public function catchException(Exception $exception)
        public function catchException(\Throwable $exception)

		{
			$this->logger->addPhpError(strval($exception));
		}
	}

UI - new design for report

Frontend User-Friendly Report

  • jQuery - if it's optional, the preload will be lighter
  • Color scheme for background time and pre
  • Use Pure CSS for headings
  • Improve readability with accordion-like : details + summary
  • Bar nav and Z-index to pop-up
  • Optional dialog

Parse error in Sudo.php

Parse error: syntax error, unexpected 'new' (T_NEW) in /Sudo.php on line 43

$criteria =& new CriteriaCompo();

same on line ~70

Offset parent to div panel top

Offset parent for anchor within panel

scrollTop: $('#adelieReport').offset().top - $('#adelieReport').offsetParent().offset().top -20

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.