Commit Graph

1457 Commits

Author SHA1 Message Date
Andy Miller
82888c6ac1 Merge branch 'release/1.0.4' into develop 2015-12-22 17:00:03 -07:00
Andy Miller
1996b7f873 version update 2015-12-22 16:59:53 -07:00
Flavio Copes
0eb87ede66 Fix redirect in deleting media from file field. Better format for file field code 2015-12-22 14:06:23 +01:00
Flavio Copes
8f52ad156b Restore file inputs functionality. Process the form via javascript only if no file inputs are found.
The file inputs are not found in Pages, so in that case, the JS form
processing still kicks in as usual. In plugins and themes blueprints on
the other hand, if there is a file input we avoid JS processing, since
we also do not actually need this part of code in those forms.
2015-12-22 13:48:59 +01:00
Flavio Copes
011c53515e Fix problem in form code introduced by fix to allow file uploads. Only triggered the issue on Pages form code
Fix #361
Fix #365
2015-12-22 12:56:00 +01:00
Flavio Copes
08b2043dd3 Fix for the image preview in the file filed on multilang sites 2015-12-21 16:33:16 +01:00
Flavio Copes
b76b79e611 Improve File input field for Admin
Add removing files from a blueprint to Admin, moved from Pro. Drop
`showuploaded`, `ispluginconfig`, `showuploadedpreview` options from
the File field. Added a "blueprint" option to specify the field name
and type, e.g. `plugins.admin` or `themes.antimatter`. Dropped the
multiple option, as it'd need more handling that now it's not there.
2015-12-21 16:22:04 +01:00
Flavio Copes
5cabfb815e Merge pull request #362 from khanduras/patch-1
Update blueprints.yaml
2015-12-21 08:57:34 +01:00
khanduras
8a5c8144c2 Update blueprints.yaml
Small language change
2015-12-20 22:56:49 -08:00
Andy Miller
b7bd4fa8e0 Merge branch 'release/1.0.3' into develop 2015-12-20 12:13:42 -07:00
Andy Miller
f40fc7a89b version update 2015-12-20 12:13:33 -07:00
Flavio Copes
eb6a91b173 Merge pull request #355 from MATsxm/patch-12
Update fr.yaml
2015-12-20 08:52:10 +01:00
Marc-Antoine Thevenet
21f471ae8a Update fr.yaml
Ok... grammar typo but please, PLEASE! don't ask me to explain it in English...
😆
2015-12-19 19:09:03 -04:00
Flavio Copes
db0227320a Check method exists prior to calling meetsRequirements
As Grav might not yet have been updated
2015-12-19 20:21:13 +01:00
Flavio Copes
3af4494d9b Merge pull request #353 from fbardel/patch-1
Update fr.yaml
2015-12-19 16:01:48 +01:00
François
8d75c1c2ed Update fr.yaml 2015-12-19 15:18:40 +01:00
Flavio Copes
ece5d43352 Added a "pagemediaselect" special select field, to be used in Pages blueprints. Add warning when used inside themes or plugins blueprints 2015-12-19 14:06:57 +01:00
Flavio Copes
371d709630 Make "file" a form field to be used in plugins and themes blueprints only. Add warning when used inside pages blueprints 2015-12-19 14:06:27 +01:00
Andy Miller
7064d9a2e0 Merge pull request #351 from mikewink/patch-1
Updated de.yaml with missing translations
2015-12-18 19:56:03 -07:00
Andy Miller
72340d44e3 Merge branch 'release/1.0.2' into develop 2015-12-18 17:30:37 -07:00
Andy Miller
331898de63 version update 2015-12-18 17:30:25 -07:00
Andy Miller
853d934c5e Fix for language picker to use new individual language files 2015-12-18 17:28:31 -07:00
Andy Miller
ba1c1c2347 Merge branch 'release/1.0.1' into develop 2015-12-18 16:39:25 -07:00
Andy Miller
d302d48a5f version update 2015-12-18 16:39:11 -07:00
Mike Wink
9d0d2eb5ee Updated de.yaml with missing translations
Adding the missing translations for the security section in the user account admin page.
2015-12-19 00:26:47 +01:00
Djamil Legato
fbe778dbae Prevent upgrade of Grav if PHP min requirement is not met. Gracefully fail with additional information 2015-12-18 13:42:57 -08:00
Djamil Legato
688d488218 Added button styling for toastr notifications 2015-12-18 13:42:25 -08:00
Andy Miller
c7caceae4f Moved languages into their own languages files 2015-12-18 12:27:57 -07:00
Flavio Copes
7d9ce1a138 Edit the admin file input to handle showing uploaded files, showing previews, allow deleting if it's a plugin config 2015-12-18 17:20:57 +01:00
Flavio Copes
4247d6b20d Fix showing custom image in top left in admin 2015-12-18 10:37:54 +01:00
Flavio Copes
18a2a21e50 Override the default file field to work in admin. Handles files.showuploaded 2015-12-18 10:37:54 +01:00
Flavio Copes
f05299020e Merge pull request #350 from webfed/develop
Added dutch translation for managing pages. Rest of translation will …
2015-12-18 10:05:17 +01:00
Andy Miller
4c5ca1b03a Update README.md 2015-12-17 19:56:11 -07:00
Gerard Roos
a02cac55fd Added dutch translation for managing pages. Rest of translation will follow. 2015-12-17 23:20:57 +01:00
Flavio Copes
6a11e8bdeb Changes regarding file field now saving a string instead of an array 2015-12-16 15:19:34 +01:00
Flavio Copes
64048e4fff cleanFilesData now returns just the filename 2015-12-16 15:14:46 +01:00
Flavio Copes
41b33ab128 Merge pull request #347 from getgrav/feature/form-file-admin
Feature/form file admin
2015-12-16 10:23:08 +01:00
Flavio Copes
f03e357dbd If admin pro defines a custom_logo_top_left image, show it instead of the default image 2015-12-16 10:21:05 +01:00
Flavio Copes
135df6720e Add files processing to the admin plugin, to be used by the file fileds 2015-12-16 10:20:34 +01:00
Flavio Copes
370ca99620 If a field of the form is file, add enctype attribute with multipart/form-data 2015-12-16 10:18:36 +01:00
Flavio Copes
cd295a33b3 Let forms work with file inputs 2015-12-16 10:18:06 +01:00
Flavio Copes
5805b5d774 Merge pull request #345 from diomed/patch-2
Update languages.yaml
2015-12-14 17:48:48 +01:00
Kruno H
07dd9dff80 Update languages.yaml 2015-12-14 17:48:21 +01:00
Flavio Copes
50c245ff91 Merge pull request #341 from MATsxm/patch-11
Update languages.yaml
2015-12-12 14:15:43 +01:00
Marc-Antoine Thevenet
ba317cfe27 Update languages.yaml
/FR updated
2015-12-12 08:34:21 -04:00
Flavio Copes
d6a4b374e9 Merge pull request #338 from joomline/patch-5
Update languages.yaml RU
2015-12-12 10:39:20 +01:00
Flavio Copes
e8bc0bb746 Merge pull request #340 from diomed/patch-2
Update languages.yaml
2015-12-12 10:39:04 +01:00
Kruno H
c53240b674 Update languages.yaml 2015-12-12 10:29:38 +01:00
Andy Miller
9d0a88fae3 Safer check for popularity JSON data 2015-12-11 21:49:06 -07:00
joomline
6ea9af9694 Update languages.yaml RU 2015-12-12 00:24:13 +02:00