Djamil Legato
4da49c487d
Reverted 1858eb0268
2016-11-02 10:27:39 -07:00
Djamil Legato
1858eb0268
Fixed files thumbnail size to 150x150
2016-11-01 17:50:03 -07:00
Djamil Legato
fb6abb993a
Updated dependencies
2016-11-01 17:49:56 -07:00
Flavio Copes
4c030e0899
Changelog
2016-10-31 19:24:12 +01:00
Flavio Copes
9697b07aa6
Fix #843 use rawRoute for parent too when saving
2016-10-31 19:23:33 +01:00
Flavio Copes
909731270b
Changelog
2016-10-27 11:29:49 +02:00
Fredrik Ekelund
a42fd33c4f
Use Media class to retrieve files in AdminController#taskGetFilesInFolder ( #842 )
...
Using the same class that's used to list media when rendering
pages ensures a consistent experience. The goal here was to avoid
listing image alternatives, but retain all the files available
through $page->media()->all()
2016-10-27 11:28:09 +02:00
Flavio Copes
f82661abea
Changelog
2016-10-27 11:14:01 +02:00
Fredrik Ekelund
96ac75379f
Always delete image alternatives in AdminController#taskDelmedia ( #814 )
...
* Always delete image alternatives in AdminController#taskDelmedia
Previously, image alternatives would only be deleted if the base
image wasn't found, and only the first three alternatives would
be removed. This commit changes that, so that all image
alternatives are always deleted when the base image is.
* Remove use of $deleteCount in AdminController#taskDelmedia
2016-10-27 11:12:01 +02:00
Andy Miller
4dbeb5ab57
Added getRouteDetails() method
2016-10-26 17:52:26 -06:00
Andy Miller
3e3be9fae2
Updated to FontAwesome 4.7.0
2016-10-24 14:50:37 -06:00
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