Commit Graph

2052 Commits

Author SHA1 Message Date
Djamil Legato
19799ce2db Updated Selfupgrade and Install tasks to use tmp:// for storing the downloaded packages 2016-08-23 16:35:41 -07:00
Flavio Copes
3170b236d0 Fix #739 avoid requiring admin.super for ajax calls 2016-08-22 14:41:00 +02:00
Andy Miller
e982490f85 lang update for EXTERNAL_URL 2016-08-17 14:19:48 -06:00
Djamil Legato
e15d188270 Better error handling for 500 Internal Server Errors, when Fetch fails. 2016-08-15 13:16:31 -07:00
Andy Miller
3cf84ddf92 Merge branch 'develop' of https://github.com/getgrav/grav-plugin-admin into develop 2016-08-15 10:47:22 -06:00
Andy Miller
18c3b3e39f Potential Curl fix for invalid cert errors with News Feeds 2016-08-15 10:45:58 -06:00
Andy Miller
828e1294ec Merge branch 'release/1.1.4' into develop 2016-08-14 10:46:44 -06:00
Andy Miller
6f8c7ff59e version update 2016-08-14 10:46:35 -06:00
Andy Miller
e88a9ea015 Fix for Firefox News Feed dashboard widget 2016-08-12 18:26:29 -06:00
Andy Miller
2e904be833 Merge branch 'release/1.1.3' into develop 2016-08-11 12:40:05 -06:00
Andy Miller
73b089b3ea version update 2016-08-11 12:38:56 -06:00
Andy Miller
6b7f3f3f2d Make use of new list features in media.yaml 2016-08-11 12:36:52 -06:00
Djamil Legato
b6712a057d More lists fixes 2016-08-11 11:27:00 -07:00
Djamil Legato
32c1020bf2 Cherry-picked the new lists implementation 2016-08-11 11:16:33 -07:00
Andy Miller
f95c4957e8 changelog updates 2016-08-11 11:55:31 -06:00
Flavio Copes
988f4a0389 [WIP] Notifications (#599)
Adds a new notifications feature to the Admin plugin. It will now lookup notifications which are set up on getgrav.org and will inform users, and also alert for new updates and provide awareness on various topics.

Also fixes issue with Array field in `value_only` mode, improperly displaying the key when novalue was set, and fixes issue with drag handlers in Array not showing/hiding properly (#950)

Updated FontAwesome to 4.6.3
2016-08-11 19:17:02 +02:00
Flavio Copes
c837942669 Allow translating field description fix #729 2016-08-04 16:18:10 +02:00
Flavio Copes
4a50d2f0e2 Only avoid overwriting files (introduced in b159581156) if avoid_overwriting is set on the field 2016-08-02 17:48:07 +02:00
Flavio Copes
acfe5e5954 Merge remote-tracking branch 'origin/develop' into develop
# Conflicts:
#	CHANGELOG.md
2016-08-02 16:23:01 +02:00
Flavio Copes
b159581156 Avoid overwriting a file when uploaded with the same filename through the Admin blueprint file type 2016-08-02 16:22:20 +02:00
Djamil Legato
8d99ddaad0 It is now possible to sort via drag & drop the Array fields (fixes getgrav/grav#950) 2016-08-01 18:52:30 -07:00
Djamil Legato
cb8b7db922 Lists: mobile tweaks for the new UI 2016-08-01 17:56:19 -07:00
Djamil Legato
352d80e9a3 Lists now features a new YAML option collapsed: [true|false] (default: false) and a new UI/UX that allows for collapsing / expanding collection items, allowing to better managing long lists of items. It is advised to always put as first field the most significant one, so that when a list is collapsed it can be still easily browsed.
Reworked List UI to better handle drag & drop sort. To sort it is now required to use the left drag handle (fixes #724)
2016-08-01 17:37:31 -07:00
Djamil Legato
b23a194318 Minor typos 2016-08-01 16:43:08 -07:00
Djamil Legato
d0972b0454 Lists now features two new YAML options sortby: [field] (default: disabled) and sortby_dir: [asc|desc] (default: asc) which will display a new Sorting button in the list allowing to automatically reindex the collection based on the given sort field set. 2016-08-01 16:40:04 -07:00
Djamil Legato
1d55ffc616 Fixed Lists issue when reindexing, causing Radio fields to potentially lose their checked status 2016-08-01 16:38:03 -07:00
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