2017 © Pedro Peláez
 

silverstripe-module fancy-devbuild

Simple SilverStripe module to trigger a dev/build via ajax

image

mediabeast/fancy-devbuild

Simple SilverStripe module to trigger a dev/build via ajax

  • Saturday, July 8, 2017
  • by mediabeast
  • Repository
  • 3 Watchers
  • 8 Stars
  • 467 Installations
  • JavaScript
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 10 Versions
  • 1 % Grown

The README.md

A Fancy SilverStripe dev/build Tool

Simple SilverStripe module to trigger a dev/build via ajax in the CMS. This will allow you to close that extra tab that we all keep open just for dev/build., (*1)

Scrutinizer Code Quality, (*2)

Installation

Composer is the recommended way of installing SilverStripe modules., (*3)

composer require mediabeast/fancy-devbuild 1.*

Run dev/build the "Normal way"., (*4)

Customisation

You can define additional links in your config.yml, (*5)

DevTasks:
  tasks:
    newdevtaskid:
      title: Dev/NewTask
      link: dev/task
      reset_time: 5000 # Optional
      error_handler: newtab # Optional
      success_handler: ignore # Optional

Theming

Incase your using a custom admin theme you can quickly customise the colors of the icon and text. For example I have added this to the Flat Admin CSS. Other classes are .error and .success, (*6)

.devbuild-trigger.loading {
  color: rgb(249, 191, 59);
  .icon {
    color: rgb(249, 191, 59);
  }
}

Screenshots

These screenshots are of the very first version of this module and are likely to change. They give you a quick idea of what the module does., (*7)

Default button status

Default button status, (*8)

After a click the site will build the database and flush in the background

After a click the site will build the database and flush in the background, (*9)

Contributing

If you have any ideas please submit an issue and label it as Enhancement. Pull requests are welcome!, (*10)

Todo List

All ideas, issues and questions will be found under Issues., (*11)

The Versions

08/07 2017

dev-master

9999999-dev https://github.com/mediabeastnz/silverstripe-fancy-devbuild

Simple SilverStripe module to trigger a dev/build via ajax

  Sources   Download

MIT

by Myles Beardsmore

admin dev silverstripe tool build mediabeast

05/02 2016

v1.2.4

1.2.4.0 https://github.com/mediabeastnz/silverstripe-fancy-devbuild

Simple SilverStripe module to trigger a dev/build via ajax

  Sources   Download

MIT

by Myles Beardsmore

admin dev silverstripe tool build mediabeast

02/02 2016

dev-scrutinizer-patch-1

dev-scrutinizer-patch-1 https://github.com/mediabeastnz/silverstripe-fancy-devbuild

Simple SilverStripe module to trigger a dev/build via ajax

  Sources   Download

MIT

by Myles Beardsmore

admin dev silverstripe tool build mediabeast

28/01 2016

v1.2.3

1.2.3.0 https://github.com/mediabeastnz/silverstripe-fancy-devbuild

Simple SilverStripe module to trigger a dev/build via ajax

  Sources   Download

MIT

by Myles Beardsmore

admin dev silverstripe tool build mediabeast

26/01 2016

v1.2.1

1.2.1.0 https://github.com/mediabeastnz/silverstripe-fancy-devbuild

Simple SilverStripe module to trigger a dev/build via ajax

  Sources   Download

MIT

by Myles Beardsmore

admin dev silverstripe tool build mediabeast

26/01 2016

v1.2.0

1.2.0.0 https://github.com/mediabeastnz/silverstripe-fancy-devbuild

Simple SilverStripe module to trigger a dev/build via ajax

  Sources   Download

MIT

by Myles Beardsmore

admin dev silverstripe tool build mediabeast

25/01 2016

v1.1.0

1.1.0.0 https://github.com/mediabeastnz/silverstripe-fancy-devbuild

Simple SilverStripe module to trigger a dev/build via ajax

  Sources   Download

MIT

by Myles Beardsmore

admin dev silverstripe tool build mediabeast

24/01 2016

v1.0.2

1.0.2.0 https://github.com/mediabeastnz/silverstripe-fancy-devbuild

Simple SilverStripe module to trigger a dev/build via ajax

  Sources   Download

MIT

by Myles Beardsmore

admin dev silverstripe tool build mediabeast

21/01 2016

v1.0.1

1.0.1.0 https://github.com/mediabeastnz/silverstripe-fancy-devbuild

Simple SilverStripe module to trigger a dev/build via ajax

  Sources   Download

MIT

by Myles Beardsmore

admin dev silverstripe tool build mediabeast

20/01 2016

v1.0.0

1.0.0.0 https://github.com/mediabeastnz/silverstripe-fancy-devbuild

Simple SilverStripe module to trigger a dev/build via ajax

  Sources   Download

MIT

by Myles Beardsmore

admin dev silverstripe tool build mediabeast