Djamil Legato
8bd7f8d666
Dashboard Charts now always refresh no matter what ( fixes #753 )
2016-10-24 12:12:08 -07:00
Djamil Legato
61982c7da2
Editor link button doesn't prefix links with http:// anymore ( fixes #813 )
2016-10-24 12:05:47 -07:00
Djamil Legato
b163dc5bb6
Updated node_modules dependencies
2016-10-24 12:05:26 -07:00
Andy Miller
96070a8c32
Merge branch 'release/1.2.4' into develop
2016-10-22 20:37:55 -06:00
Andy Miller
354464fa67
version update
2016-10-22 20:37:46 -06:00
Andy Miller
7927c58b5e
Added missing changelog
2016-10-22 20:36:46 -06:00
Flavio Copes
ed3a83345c
Fix #833 issue with files with accented chars
2016-10-21 17:57:54 +02:00
Flavio Copes
52c7ac956e
Push minified js
2016-10-21 16:44:00 +02:00
Flavio Copes
d5f2db76c9
Push minified js
2016-10-21 15:18:01 +02:00
xinsnake
83bca928a5
Fix Ctrl+S does not save changes to a page ( #832 )
...
Press Ctrl+S when editing a page does trigger a save prompt, however,
the content is not saved.
This was broken because Remodal changed their DOM structure in commit
461d5ec307a3214e0d2c1427b613178236ed9293, which caused the
"remodal-overlay" not to be a parent of the "Continue" button.
This commit updated the selector to rely on the DOM structure we
control, so that hopefully it will not break again if Remodal changes.
2016-10-21 14:42:17 +02:00
Flavio Copes
1a454dc565
Fix https://github.com/getgrav/grav/issues/1123
2016-10-21 11:50:50 +02:00
Andy Miller
d45955eea6
Merge branch 'release/1.2.3' into develop
2016-10-19 09:26:43 -06:00
Andy Miller
1607d0fdaf
getting ready for release
2016-10-19 09:26:33 -06:00
Flavio Copes
01d28d7e83
Drop extraneous char in the lang file
2016-10-19 17:23:43 +02:00
Andy Miller
c92bc65e28
Merge branch 'release/1.2.3' into develop
2016-10-19 09:15:49 -06:00
Andy Miller
3319141f82
version update
2016-10-19 09:15:37 -06:00
Flavio Copes
64da8fc481
Lang strings for fix orientation option
2016-10-19 15:22:22 +02:00
Djamil Legato
02eeca78e8
Support for Premium Resources ( #809 )
...
* Initial premium preparation for licenses and gpm handling
* Premium styling
* Removed unused import
* Synced CSS
* Updated selectize
2016-10-13 10:13:18 -07:00
Djamil Legato
d3556255c2
We can now use TC39 stage-3 🏋. We also ♥️ Yarn now.
2016-10-13 10:02:23 -07:00
Flavio Copes
93e9ac0493
Fill changelog
2016-10-13 18:57:16 +02:00
Flavio Copes
653c288952
gitignore tests output
2016-10-13 16:44:11 +02:00
Flavio Copes
26dff0bf6e
composer update --no-dev
2016-10-13 16:44:11 +02:00
Flavio Copes
04f17a02b3
Fix #821 issue in saving a page to a new language when the filename does not contain the filename yet.
...
Also extract determineFilenameIncludingLanguage() method and add
corresponding test.
2016-10-13 16:44:11 +02:00
Flavio Copes
d4be41f0bd
Add Codeception testing suite
2016-10-13 16:44:11 +02:00
Flavio Copes
c284c8a26c
Allow controller to be initialized in test without having to instantiate Grav
2016-10-13 16:44:11 +02:00
Andy Miller
916b116bed
Language updates
2016-10-12 18:06:55 -06:00
Flavio Copes
ba2c8177f8
Simplify how we determine if it's a page, fix https://github.com/getgrav/grav/issues/1100
2016-10-12 18:34:00 +02:00
Djamil Legato
81ff078ab9
Updated dependencies. Added Yarn lock file
2016-10-11 11:24:47 -07:00
Djamil Legato
d8e3e20be8
Page media and File field images thumbnail are now properly proportionate and 150x100
2016-10-11 11:24:21 -07:00
Flavio Copes
0b90065826
Small alignment issue
2016-10-11 19:32:29 +02:00
maxfrigge
f9d665891a
fix(ie): rename page move form to prevent blueprint submitting twice ( #816 )
2016-10-10 18:53:19 +02:00
maxfrigge
69d87e1524
feat(taxonomy): allow taxonomy fields to be styled vertical ( #817 )
2016-10-10 14:42:39 +02:00
Flavio Copes
fd426b4d49
Show more helpful error message if destination is not specified in a file field
2016-10-10 13:07:34 +02:00
Flavio Copes
ef063f0e7d
Show helpful error message if no tmp folder is found #811
2016-10-10 13:07:14 +02:00
Flavio Copes
0b42f8e34c
Add an onAdminData event to allow plugins to add additional blueprints data
2016-10-04 16:51:41 +02:00
Djamil Legato
f808e523c2
Recompiled JS
2016-10-02 23:58:27 -07:00
Djamil Legato
f4ef20de99
Tiny code enhancement
2016-10-02 14:13:12 -07:00
Djamil Legato
c4ed5aff44
Allow filepicker field to peak at the pending uploaded files and optimistically select them ( fixes #792 )
2016-10-02 14:00:53 -07:00
Djamil Legato
74b756d6a8
Dramatically improved filepicker performance. Data is only ever loaded when the dropdown is on focus, as it was supposed to be. Image preview of a selected item won't be rendered unless the field gains focus to avoid wasting resources. ( fixes #788 )
2016-10-01 00:09:01 -07:00
Djamil Legato
a011368e40
Fixed issue with file field in collections that caused unexpected duplication of items ( fixes #775 )
2016-09-30 21:55:49 -07:00
Djamil Legato
74b6b1edd8
Fixed regression when disabling the submit button upon save ( #802 )
2016-09-30 19:09:36 -07:00
Djamil Legato
31b22a322b
Fixed issue when reading the file size setting if set to 0 (in Pagemedia and File fields)
2016-09-30 18:18:45 -07:00
Andy Miller
5d3b2dd38f
Merge branch 'develop' of https://github.com/getgrav/grav-plugin-admin into develop
2016-09-30 08:58:46 -06:00
Andy Miller
1ea0a54903
Added new onAdminCreatePageFrontmatter event - https://github.com/getgrav/grav-plugin-admin/pull/781
2016-09-30 08:58:26 -06:00
Djamil Legato
82dcf37f0c
Merge branch 'develop' of github.com:getgrav/grav-plugin-admin into develop
2016-09-29 17:14:40 -07:00
Djamil Legato
0219b1c4e3
Fixed Submit buttons getting disabled in case of form invalidity disallowing to submit again ( fixes #802 )
2016-09-29 17:14:27 -07:00
Andy Miller
f13bd7983d
Added new Admin cache_enabled option independent of main site.
2016-09-29 18:14:08 -06:00
Djamil Legato
9d3eca7229
Fixed spacing
2016-09-29 17:12:19 -07:00
Djamil Legato
2930625923
Fixed UI for pagemedia notes when files cannot yet be uploaded ( fixes #798 )
2016-09-29 08:54:17 -07:00
Andy Miller
a77ac2f5be
Added new onAdminTaskExecute() event to better support 3rd party plugin tasks
2016-09-27 18:30:55 -06:00