- Sep 26, 2013
-
-
Ingo Schommer authored
-
- Sep 15, 2013
-
-
Ingo Schommer authored
-
- Jul 30, 2013
-
-
Stig Lindqvist authored
Fixing regression in composer post scripts
-
- Jul 26, 2013
-
-
Sean Harvey authored
Fixes regression on Windows where composer update and composer install because the path is hardcoded to only work on *nix systems.
-
- Jul 01, 2013
-
-
Simon Welsh authored
-
Simon Welsh authored
-
- Jun 03, 2013
-
-
Ingo Schommer authored
-
Ingo Schommer authored
Partially reverts e9f13512 This caused two issues in Travis builds: * CMS builds were using outdated framework dependencies. Example: https://travis-ci.org/silverstripe/silverstripe-cms/jobs/7718686 * Modules weren't building at all because the info in the lock file overwrote the custom composer.json. Example: https://travis-ci.org/silverstripe/silverstripe-translatable/jobs/7726954 In addition, I don't agree with having lock files on release branches (as opposed to tags), since it forces us to permantently update lock files or work with stale dependencies even when on branches (most likely not the developers intention).
-
- May 30, 2013
-
-
Sean Harvey authored
NEW: Added post-install and post-update dev/build call.
-
Sam Minnee authored
-
Sam Minnee authored
Now that Composer has been fixed, self.version can be used as a dependency for framework and cms in installer. This simplifies our composer.json, and meanst that we can commit composer.lock into the repo, as required. An annoying piece of our release process has been solved!
-
Sam Minnee authored
With this change, composer will automatically call dev/build after an update or install command. The main reason that this is 3.1-only is that previous releases would have necessitated the use of 'sudo -u www-data', which is too environment-specific. One thing that this may cause problems with is 'composer create-project' in an environment without a _ss_environment file. It will call dev/build, and dev/build will throw an error. That should be fixed in a subsequent commit.
-
Ingo Schommer authored
HTML5 video file types.
-
- May 28, 2013
-
-
Elvinas authored
-
- May 25, 2013
-
-
Simon Welsh authored
case insensitive the assets/ allowed extensions for Apache
-
Nightjar authored
-
- May 17, 2013
-
-
Ingo Schommer authored
-
Ingo Schommer authored
-
- May 13, 2013
-
-
Ingo Schommer authored
FIX: Put self.version in composer dependencies.
-
Sam Minnee authored
Now that https://github.com/composer/composer/pull/1883 is in Composer, self.version will work as a requirement for framework & cms. This will simplify the release process a great deal. Ultimately, the release of rc1 will be the place to test that, but it seems appropriate to get this in there for that. If it succeeds with 3.1-rc1, I'd suggest we backport to 3.0 and 2.4.
-
- May 10, 2013
-
-
Ingo Schommer authored
-
Ingo Schommer authored
-
- May 07, 2013
-
-
Sam Minnee authored
Remove require-dev section, composer doesn't handle it well
-
Ingo Schommer authored
Any "composer require <module>" call will first call a "composer update". This *automatically* includes dev requirements, without providing a way to turn off this behaviour. A workaround would be "composer require --no-update <module> && composer update --no-dev <module>", but that drastically reduces the usefulness of the command for our target audience (moderately technical devs). In the end, the small faction of devs needing the dev dependencies also know how to install them on their own. And having a local phpunit build actually gets in the way more than it helps in case you have it installed through PEAR already (can get really weird when using the PEAR provided "phpunit" binary, but the autoloader finds the composer managed classes).
-
- Apr 19, 2013
-
-
Ingo Schommer authored
Ignore build-related files in "git archive" (fixes #8167)
-
- Apr 03, 2013
-
-
Sean Harvey authored
IIS 7.5 does not like forward slash at the end of silverstripe-cache
-
sunnysideupnz authored
IIS 7.5 does not like forward slash at the end of silverstripe-cache
-
- Apr 02, 2013
-
-
Ingo Schommer authored
-
Ingo Schommer authored
-
Ingo Schommer authored
-
- Mar 25, 2013
-
-
Sam Minnee authored
-
- Mar 22, 2013
-
-
Ingo Schommer authored
-
- Mar 16, 2013
-
-
Ingo Schommer authored
Its now part of the core default YAML settings
-
- Mar 08, 2013
-
-
Ingo Schommer authored
Conflicts: composer.json
-
- Mar 06, 2013
-
-
Will Rossiter authored
Checking out framework can often take longer than the default (300 seconds). This gives a 10min limit to creating a new project.
-
- Feb 21, 2013
-
-
Ingo Schommer authored
-
Ingo Schommer authored
-
- Feb 20, 2013
-
-
Ingo Schommer authored
-
- Feb 18, 2013
-
-
-
Ingo Schommer authored
Since SS3 keeps values in configuration, direct access to known paths might expose them
-