summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Steve Sutton [Mon, 21 Oct 2019 20:51:43 +0000 (16:51 -0400)]
Updates to plugin manager.
Adding sites and plugins now working.
Steve Sutton [Fri, 18 Oct 2019 21:04:25 +0000 (17:04 -0400)]
Working on tables
setup tables to update data
Steve Sutton [Thu, 17 Oct 2019 20:48:10 +0000 (16:48 -0400)]
Remove debug
Removing {debug}
Steve Sutton [Thu, 17 Oct 2019 20:40:03 +0000 (16:40 -0400)]
Update tables
Worked on the tables for each section.
Adding functionality to the plugin detail page.
Plugin detail page can now edit the prod_version and dev_version
columns. They'll update the actual database record.
Steve Sutton [Mon, 14 Oct 2019 20:49:04 +0000 (16:49 -0400)]
Update table list to use js Tabulator.info
Using new javascript library for the table list views.
Steve Sutton [Fri, 11 Oct 2019 19:56:02 +0000 (15:56 -0400)]
Add Tabulator
js datagrid library
Steve Sutton [Thu, 10 Oct 2019 13:43:55 +0000 (09:43 -0400)]
Updating dashboard
Add list of plugins with latest_version and how many prod and dev sites
need to be updated.
Steve Sutton [Wed, 9 Oct 2019 20:55:47 +0000 (16:55 -0400)]
Adding more functianality to site plugins.
Working on adding site plugin records.
Steve Sutton [Wed, 9 Oct 2019 12:47:19 +0000 (08:47 -0400)]
Plugin update for server,sites,plugins
worked on list for server plugins and sites.
sites and plugins now show list of which plugin or site are installed.
plugins detail page now allows editing of the site_plugins record.
Steve Sutton [Fri, 4 Oct 2019 20:08:25 +0000 (16:08 -0400)]
Updating plugin manager.
Adding detail pages for sites and plugins.
Plugin detail shows list of sites.
Sites detail shows list of plugins.
color diff if plugin version is less than the latest.
Steve Sutton [Thu, 3 Oct 2019 20:56:20 +0000 (16:56 -0400)]
Working on the plugin management
import of plugins management tables.
Steve Sutton [Thu, 13 Jun 2019 20:37:37 +0000 (16:37 -0400)]
Adding database files.
Creating data classes and database sql files.
Steve Sutton [Thu, 13 Jun 2019 19:45:23 +0000 (15:45 -0400)]
Initial sources