Skip to content

Releases: silverleague/silverstripe-logviewer

1.0.0

04 Apr 01:04
Compare
Choose a tag to compare

Implemented enhancements:

  • Add documentation #8
  • Add button to CMS to remove old log entries manually #4
  • Add BuildTask/CronTask/both to remove old log entries automatically #3
  • Add SilverStripe config handling for which log levels should be handled #2
  • DOCS Update readme to include a screenshot, configuration and cleanup examples #9 (robbieaverill)

1.0.0-beta1

26 Oct 00:16
Compare
Choose a tag to compare
1.0.0-beta1 Pre-release
Pre-release

Implemented enhancements:

  • Format JSON part of the error message #13
  • Add a ModelAdmin icon other than the default #11

Fixed bugs:

  • Circular dependency error from a dependency of silverstripe/config #29

Merged pull requests:

  • Removed unnecessary paragraph tags causing other buttons to become askew #36 (zanderwar)
  • Changed type to vendor module #34 (zanderwar)
  • NEW Add "list" icon for ModelAdmin #33 (robbieaverill)
  • NEW Format log entries as JSON, replace Compass with webpack, update screenshot #32 (robbieaverill)
  • FIX Update namespace for LoggerInterface in config, move config to statics, fix delete all button #31 (robbieaverill)
  • FIX Update Travis config and update for SS4 beta2 compatibility #30 (robbieaverill)
  • FIX Move tests to non-dev PSR-4 autoloader definition #28 (robbieaverill)
  • FIX Update logger injector alias in example code #26 (robbieaverill)

1.0.0-alpha1

02 Apr 13:05
Compare
Choose a tag to compare
1.0.0-alpha1 Pre-release
Pre-release

Note: Minimum PHP versions returned to 5.6.

Fixed bugs:

  • Update config API to match framework from alpha5 #24
  • Circular dependency in configuration #22

Merged pull requests:

  • FIX Update config API. Bind to LogEntry instead of LogViewer. Remove some complexity. #25 (robbieaverill)

0.3.0

02 Apr 13:04
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • Support PHP 5.5. Reduce to PHPUnit 4.8. Add roles to readme. Update Travis configuration. #21 (robbieaverill)
  • FIX Remove second paginator. The original is invisible, but will be fixed in the framework. #18 (robbieaverill)
  • MINOR Change array declarations for consistency. Fix line length. Add description to canCreate. #17 (robbieaverill)
  • Provide permissions correctly #15 (Firesphere)

0.2.2

02 Apr 13:04
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release
  • FIX Bootstrap style for clear all button, and add paginator for LogViewerAdmin #12 (robbieaverill)

0.2.1

02 Apr 13:04
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release
  • Add documentation #8
  • DOCS Update readme to include a screenshot, configuration and cleanup examples #9 (robbieaverill)
  • Update composer alias for next dev version #10 (robbieaverill)

0.2.0

02 Apr 13:03
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • Add SilverStripe config handling for which log levels should be handled #2

0.1.0

07 Jan 14:05
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
  • Create DataObject representing a log entry
  • Add and configure new Monolog LoggerInterface to push the log into a new LogEntry
  • API Add configurable minimum log capture level - default 300 (warning) #7 (robbieaverill)
  • API Add BuildTask/CronTask to remove old log entries #6 (robbieaverill)
  • API Add "Clear all" GridFieldAction to log viewer #5 (robbieaverill)
  • TEST Remove silverstripe-installer from Travis build process #1 (robbieaverill)