Commit Graph

1477 Commits

Author SHA1 Message Date
Flavio Copes
67c4a4e501 Fix site title issue when installing a theme/plugin, title was "Plugin: | Grav" or "Theme: | Grav" 2016-03-10 18:28:26 +01:00
Flavio Copes
b99f6c5f92 Fix linting issue 2016-03-10 18:27:51 +01:00
Flavio Copes
852bbe840c Handle the update all plugins / themes buttons 2016-03-09 22:05:34 +01:00
Flavio Copes
d9ffd603ea More groundwork to allow installing multiple packages at once 2016-03-09 21:19:13 +01:00
Flavio Copes
68a183c05c getDependenciesNeededToInstall accepts an array to ease transition to handling multiple packages 2016-03-09 19:40:23 +01:00
Flavio Copes
7c3b39022a Use the add package form for updating too 2016-03-09 18:08:23 +01:00
Flavio Copes
246ec9bee0 Drop redundant version check, we already check via JS in Updates.resources() 2016-03-09 17:01:58 +01:00
Flavio Copes
e903d0300b Drop useless error checking code in the JS 2016-03-08 19:21:08 +01:00
Flavio Copes
73fd4b22df Drop eslint-disable on js files, fix issues found 2016-03-08 18:16:47 +01:00
Flavio Copes
86cc517ec4 Fix flow when no dependencies are defined, can install right away 2016-03-08 18:16:28 +01:00
Flavio Copes
1fc0fa589e Use new modal for installing plugins from plugins details page too, in addition to list 2016-03-08 11:41:24 +01:00
Flavio Copes
ddd9d438c4 Use new modal for installing themes too 2016-03-08 11:41:01 +01:00
Flavio Copes
9562de4222 Move common code to modal-add-package.html.twig and modal-remove-package.html.twig. 2016-03-08 11:40:45 +01:00
Flavio Copes
693bad0e38 Move the duplicated changes detected modal to its own partial 2016-03-08 11:38:40 +01:00
Flavio Copes
1d6257c90a Move the common plugins/themes events handling to utils/packages.js 2016-03-08 11:37:46 +01:00
Flavio Copes
c0f73bf6ed Actually remove a package 2016-03-08 11:37:04 +01:00
Flavio Copes
b2a886fe88 Merge branch 'develop' into feature/admin-gpm-dependencies 2016-03-08 09:14:19 +01:00
Flavio Copes
6c92563e05 Handle installing a plugin and its dependencies 2016-03-07 11:34:08 +01:00
Flavio Copes
856a325a17 Add taskPackageDependencies, taskInstallDependenciesOfPackage, taskInstallPackage 2016-03-07 11:33:23 +01:00
Flavio Copes
532093e86d Add getDependenciesNeededToInstall, used by the controller 2016-03-07 11:31:18 +01:00
Flavio Copes
fa8b584d63 Handle removing a theme too 2016-03-06 11:57:47 +01:00
Flavio Copes
2417c88ecd Generalize taskRemovePlugin into taskRemovePackage 2016-03-06 11:57:27 +01:00
Flavio Copes
6f5d9bfecb Drop redundant nonce 2016-03-06 11:42:30 +01:00
Flavio Copes
7f2f26a74b Generalize the code so can be easily reused by themes too 2016-03-06 10:34:32 +01:00
Flavio Copes
409a98ea98 Drop old remove button 2016-03-06 10:08:07 +01:00
Flavio Copes
1f890c2a7d Move the bulk of plugins removal to utils/packages.js 2016-03-06 10:07:58 +01:00
Andy Miller
a2dc026551 Merge branch 'develop' of https://github.com/getgrav/grav-plugin-admin into develop 2016-03-05 15:37:36 -07:00
Andy Miller
f01737cf0a refreshes for the login/logout pages 2016-03-05 15:37:04 -07:00
Flavio Copes
cf6bfff8cc Complete client-side dependencies management. Add information of which plugin needed an additional package that can now be deleted since not required any more 2016-03-05 20:58:19 +01:00
Flavio Copes
c9b6b01607 Complete remove plugin task. Handle failure. 2016-03-05 20:57:13 +01:00
Flavio Copes
382fd32916 Steps towards deleting dependencies when removing a plugin 2016-03-05 18:46:41 +01:00
Flavio Copes
33abe0d4ca Merge branch 'develop' into feature/admin-gpm-dependencies 2016-03-05 12:11:55 +01:00
Flavio Copes
707a7b71ed Lint controller 2016-03-05 12:11:13 +01:00
Flavio Copes
c72689a1f5 Merge branch 'develop' into feature/admin-gpm-dependencies 2016-03-05 09:12:44 +01:00
Andy Miller
5d323ed7f3 fixed update colors 2016-03-04 23:17:21 -07:00
Andy Miller
6fa90d3755 shrunk logo a smudge 2016-03-04 20:24:02 -07:00
Djamil Legato
ea0c7bd648 Fixed issue in page filters that wouldn't allow to reset the flags to empty 2016-03-04 18:07:30 -08:00
Djamil Legato
d178def675 Allow editor to be resized in lists 2016-03-04 18:02:53 -08:00
Djamil Legato
136e91487c Added generic implementation for vertically reisizing the editor via drag handler 2016-03-04 18:01:04 -08:00
Djamil Legato
d3e9bc9402 Fixed line numbers font in editor 2016-03-04 17:18:29 -08:00
Djamil Legato
1244e88d78 Added support for active line in editor. Fixed selection for editors with line numbers enabled 2016-03-04 17:01:18 -08:00
Andy Miller
523a57c225 revamped user details page a little 2016-03-04 15:53:41 -07:00
Andy Miller
fa7de9d52f Merge branch 'develop' of https://github.com/getgrav/grav-plugin-admin into develop 2016-03-04 14:00:05 -07:00
Andy Miller
f41d356775 sync'ed pagemedia field with other fields 2016-03-04 13:59:45 -07:00
Djamil Legato
9b99eeee8f Merge branch 'develop' of github.com:getgrav/grav-plugin-admin into develop 2016-03-04 12:50:12 -08:00
Djamil Legato
4d0508aad4 Preserve filters values and automatically filter pages when fields are not empty on load (fixes #372) 2016-03-04 12:49:47 -08:00
Andy Miller
52507341b0 chart loader in effect 2016-03-04 13:43:52 -07:00
Djamil Legato
452b9443e5 Fixed detection of CTRL key in windows systems with Polish keyboard (fixes #405) 2016-03-04 11:23:24 -08:00
Djamil Legato
40c869d6d8 Rely on the event system to remove hidden classes for the Chart 2016-03-04 10:33:22 -08:00
Flavio Copes
9d70e9e09f Merge branch 'develop' into feature/admin-gpm-dependencies 2016-03-04 19:22:02 +01:00