- Oct 19, 2015
-
-
coredumperror authored
-
- Sep 28, 2015
-
-
coredumperror authored
Now, when you code a setting into settings.php, that setting will be locked in, and the form field for it will be disabled. This makes it easier to store your site configuration in version control, and also makes it clearer from the UI side when a setting has been hard-coded.
-
- Sep 11, 2015
-
-
coredumperror authored
-
- Sep 01, 2015
-
-
coredumperror authored
-
- Aug 31, 2015
-
-
coredumperror authored
All the settings that aren't absolutely required for s3fs to run are now in the "Advanced Settings" fieldset, which is collapsed by default. The code is refactored for readability with that Advanced section in mind. I also refactored away the S3fsStreamWrapper::cacheControlHeader value. I can't even remember why I created that in the first place, since S3fsStreamWrapper::config already exists.
-
- Aug 25, 2015
-
-
coredumperror authored
-
- Aug 07, 2015
-
-
coredumperror authored
-
- Jul 31, 2015
-
-
coredumperror authored
-
coredumperror authored
-
coredumperror authored
-
coredumperror authored
-
- Jul 30, 2015
-
-
coredumperror authored
-
- Jul 20, 2015
-
-
coredumperror authored
-
- Jul 13, 2015
-
-
coredumperror authored
-
- Jun 29, 2015
-
-
coredumperror authored
This will improve performance for systems which use caching mechanisms like redis or memcache, since they are much faster than database queries.
-
coredumperror authored
It was never actually a good idea to have this thing, and I finally remembered to delete it.
-
- Jun 09, 2015
-
-
coredumperror authored
-
- May 29, 2015
-
-
coredumperror authored
Credit goes to d.o user Souvent22 for the basis of this patch.
-
- May 27, 2015
-
-
coredumperror authored
-
- Apr 27, 2015
-
-
coredumperror authored
Thanks go to Drupal.org user jozzhart for the nginx config settings!
-
- Apr 09, 2015
-
-
coredumperror authored
-
- Mar 30, 2015
-
-
coredumperror authored
-
coredumperror authored
-
coredumperror authored
Thanks go to d.o user FluxSauce for the makefile contents! I hadn't previously provided a makefile because I didn't know how to set the library folder, or that it was possible to install from a zip file.
-
- Mar 18, 2015
-
-
coredumperror authored
-
- Mar 04, 2015
-
-
coredumperror authored
This improves the readability of the function, and logically separates the file's URI from it's S3 Key: a very important separation when dealing with the root_folder setting and/or public:// takeover.
-
- Jan 14, 2015
-
-
coredumperror authored
-
- Jan 13, 2015
-
-
coredumperror authored
-
- Jan 12, 2015
-
-
coredumperror authored
Also set up the file system settings form to disable the paths to overridden file systems, since those settings are irrelevant except when using the drush s3fs-copy-local command.
-
- Jan 10, 2015
-
-
coredumperror authored
-
- Jan 05, 2015
-
-
coredumperror authored
-
- Dec 22, 2014
-
-
-
coredumperror authored
-
- Nov 26, 2014
-
-
coredumperror authored
Thanks go to user maxlmator for the patch!
-
- Nov 20, 2014
-
-
coredumperror authored
-
- Nov 06, 2014
-
-
coredumperror authored
-
- Nov 05, 2014
-
-
coredumperror authored
-
coredumperror authored
Rather kludging in support for existing local public/private files, I decided to add a utility (drush command and form button) to copy those files into S3.
-
- Nov 03, 2014
-
-
coredumperror authored
Having worked on this feature, I'm not entirely sure it's actually a good idea.
-
coredumperror authored
-