Commit Graph

2026 Commits

Author SHA1 Message Date
Djamil Legato
9182e6dbc1 Lists now features a new YAML option controls: [top|bottom|both] (default: bottom) which will display the "Add Item" button at the Top and/or Bottom position relative to the list. When the Top button is pressed, a new item will be added at the beginning of the list, when the Bottom button is pressed, a new item will be appended to the list. 2016-08-01 12:52:01 -07:00
Djamil Legato
1a55ebe110 Recompiled JS 2016-08-01 11:17:31 -07:00
Djamil Legato
153bd0c7ff Updated modules dependencies 2016-08-01 11:14:59 -07:00
Flavio Copes
f68680c8d8 Changelog 2016-07-22 15:18:42 +02:00
Flavio Copes
5e294ca362 Add translation strings for force_ssl system config option 2016-07-21 14:37:10 +02:00
Flavio Copes
53d398fb47 Changelog 2016-07-20 14:59:05 +02:00
Benny
93e58dd607 Hide tab when user is not authorized to access it (#712) 2016-07-20 14:52:31 +02:00
Djamil Legato
e234acb581 Fixed issue in selfupgrade where the package would get downloaded in the wrong destination 2016-07-19 11:23:59 -07:00
Andy Miller
262f3d8485 Merge branch 'develop' of https://github.com/getgrav/grav-plugin-admin into develop
# Conflicts:
#	CHANGELOG.md
2016-07-18 15:44:04 -06:00
Andy Miller
65cfce624e Get media 'fresh' every time 2016-07-18 15:42:38 -06:00
Flavio Copes
7097434b8d Fix #704 favicon url 2016-07-18 08:27:02 +02:00
Andy Miller
f1f378f117 Merge branch 'release/1.1.2' into develop 2016-07-16 11:06:28 -06:00
Andy Miller
f345ef6154 version update 2016-07-16 11:06:19 -06:00
Andy Miller
1382223fe6 cache/compiled upload fix for https://github.com/getgrav/grav/issues/938 2016-07-16 10:52:06 -06:00
Djamil Legato
82a642952f Forcing limit of upload files based on System settings 2016-07-15 18:21:06 -07:00
Djamil Legato
0633bbd2b6 Redraw Dashboard Charts when collapsing/expanding the sidebar 2016-07-15 16:02:17 -07:00
Flavio Copes
0c2efb0a7c Fill changelog 2016-07-15 18:07:00 +02:00
Flavio Copes
d233220726 Prepend / to theme_url variable 2016-07-15 17:39:13 +02:00
Flavio Copes
5852eb59da Check for null payload before going on, refs #526 2016-07-15 17:09:15 +02:00
Djamil Legato
105d48d5c2 Definitive fix for multi form submission in Microsoft Edge causing the Save to not work (fixes #694) 2016-07-14 23:10:50 -07:00
Andy Miller
01e5da50ea Merge branch 'release/1.1.1' into develop 2016-07-14 23:02:32 -06:00
Andy Miller
04a441e79d version update 2016-07-14 23:02:15 -06:00
Djamil Legato
0fac7a35b2 Fixed issue with forms causing creation of new pages not to work (#698, getgrav/grav#934) 2016-07-14 21:59:51 -07:00
Andy Miller
a6ea1ec09c Merge branch 'release/1.1.0' into develop 2016-07-14 12:00:34 -06:00
Andy Miller
0591261365 version update 2016-07-14 12:00:22 -06:00
Andy Miller
5b4b1577e8 Fix for preview escaping when it shouldn't 2016-07-14 11:28:08 -06:00
Andy Miller
c4b4b34467 updated versions 2016-07-13 17:12:45 -06:00
Andy Miller
7295e2e3ca Fixed up the languages 2016-07-13 17:08:41 -06:00
Djamil Legato
4cc60c2fe4 Fixed issue with Save in Microsoft Edge (fixes #694) 2016-07-13 14:08:27 -07:00
Djamil Legato
74fa8f93db Fixed inconsistency in the way selectized fields would be rendered (fixes #692) 2016-07-12 14:58:41 -07:00
Djamil Legato
201640545e Fixed Fullscreen tooltip in Editor displaying off screen (when in fullscreen mode) (fixes #677) 2016-07-11 17:04:46 -07:00
Andy Miller
70aa5b806c minor alignment tweaks 2016-07-11 17:24:33 -06:00
Djamil Legato
93457434be Added new Enabled sorting option for Plugins list view 2016-07-11 16:19:06 -07:00
Djamil Legato
cf3114d730 Added a filter field in Plugins and Themes list views, to allow for quick search of a particular resource 2016-07-11 16:04:22 -07:00
Andy Miller
ae5347a297 fixes for 'install' pages 2016-07-10 07:18:09 -06:00
Andy Miller
3f29a75a14 Tweak styling to fit 2016-07-09 13:31:08 -06:00
Andy Miller
90c629b0ed Removed redundant text 2016-07-09 13:26:46 -06:00
Andy Miller
cb4faa19b7 Tweaked alignment 2016-07-09 13:25:14 -06:00
Djamil Legato
387030c78c Reset originalValue when looping through nested fields in a list (fixes #688) 2016-07-09 00:18:04 -07:00
Djamil Legato
87b045dc22 Updated Changelog 2016-07-08 21:43:24 -07:00
Djamil Legato
74e8ba204e Merge branch 'develop' of github.com:getgrav/grav-plugin-admin into develop
# Conflicts:
#	CHANGELOG.md
2016-07-08 21:42:54 -07:00
Djamil Legato
39cffadbf5 Prevent external links (like the Preview button) to trigger the "Changes Detected" notice (fixes #689) 2016-07-08 21:42:19 -07:00
Flavio Copes
be3630249c Fill changelog 2016-07-08 13:56:41 +02:00
Flavio Copes
1c19190929 Lint 2016-07-07 18:55:52 +02:00
Flavio Copes
e8ca08ed8d Fix method name 2016-07-07 18:53:37 +02:00
Flavio Copes
64a88c916c Feature: Ability to Login with Email
Thanks to @gsumpster for https://github.com/getgrav/grav-plugin-admin/pull/685

* implemented email-login, close #674
* changed placeholder text
* Fix Utils namespace thing
* Drop use
* Cleanup styling
2016-07-07 18:47:48 +02:00
Flavio Copes
35013859cf Remove unused method 2016-07-04 18:02:24 +02:00
Flavio Copes
9f14a6fd91 Fix sort by release date on installed themes too #583 2016-06-30 08:49:32 +02:00
Djamil Legato
94bb752e0c Properly sort installed plugins/themes by Date (#583) 2016-06-29 10:37:26 -07:00
Djamil Legato
d2acf2dfe2 Implemented Sorting for Themes and Plugins views (fixes #583) 2016-06-27 18:54:02 -07:00