Commit Graph

1206 Commits

Author SHA1 Message Date
Djamil Legato
e15d188270 Better error handling for 500 Internal Server Errors, when Fetch fails. 2016-08-15 13:16:31 -07:00
Andy Miller
e88a9ea015 Fix for Firefox News Feed dashboard widget 2016-08-12 18:26:29 -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
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
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
Benny
93e58dd607 Hide tab when user is not authorized to access it (#712) 2016-07-20 14:52:31 +02:00
Flavio Copes
7097434b8d Fix #704 favicon url 2016-07-18 08:27:02 +02: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
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
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
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
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
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
Djamil Legato
373e97924e Updated dependencies 2016-06-27 18:37:43 -07:00
Flavio Copes
8a13d06401 Fix #672 confirm deletion of multiple images 2016-06-23 18:50:26 +02:00
Flavio Copes
88f3b8192f Fix #658 clearing all cache 2016-06-20 18:50:53 +02:00
Benny
6fb7ba8c52 Add field description to forms (#667)
* Add field description to forms

* Allow HTML in field descriptions
2016-06-17 18:10:11 +02:00
Andy Miller
73737ad220 Fix for front-end shortcut showing in mobile sidebar incorrectly 2016-06-14 18:35:37 +01:00
Flavio Copes
99bc525095 Translate some missing string, fix #629 2016-06-10 15:10:24 +02:00
Djamil Legato
bc7db5ce35 Fixed issue with checkbox in toggleables getting submitted with the form even when disabled (fixes #646) 2016-06-07 15:01:16 -07:00
Flavio Copes
235c2c9e73 Fix #649 use color convention 2016-06-06 10:54:23 +02:00
Andy Miller
82805558e0 Drown font size fix #647 2016-06-04 17:52:50 -06:00
Andy Miller
74d6f258f8 Oops.. accidentally committed some random typing. 2016-06-03 18:26:47 -06:00
Andy Miller
8f9fd6fd78 Fix for scrollbars CSS breaking layout in IE9+ #644 2016-06-03 17:14:21 -06:00
Andy Miller
39e3f92343 fixed trailing slash issue 2016-06-03 11:15:10 -06:00
Andy Miller
96562e5692 This does not appear to be used as $this->pages in admin.php does not exist 2016-06-02 17:28:20 -06:00