- Dec 20, 2013
-
-
Ingo Schommer authored
Correct YAML syntax
-
Fred Condo authored
-
- Nov 23, 2013
-
-
Ingo Schommer authored
Addition of gpx and kml files to 3.1
-
- Nov 12, 2013
-
-
Will Rossiter authored
Removed misleading comments and legacy requirement calls
-
Gordon Anderson authored
-
Gordon Anderson authored
-
- Nov 11, 2013
-
-
jonom authored
The instructions in the init() function seem to be at odds with the current documentation which suggests that it is preferable to include requirements in PHP code rather than in templates. Also the requirement calls here are supposedly included so that older themes still work - but how old are we talking? I would assume that these older themes would not be compatible with SS3.1, and the bundled Simple theme does not need these requirement calls in the init() function, making them redundant. I am guessing that the Installer is primarily used by people just getting started with SilverStripe, so ideally this bundled example Page.php should provide a clear pathway to best practice SS development, rather than supporting out-dated code.
-
- Oct 22, 2013
-
-
Ingo Schommer authored
They should be hidden in CI, but its more of a cleanliness activity, while snippets are a great time saver for devs that they shouldn't need to go hunting for via CLI params.
-
- Oct 19, 2013
-
-
Ingo Schommer authored
-
- Oct 07, 2013
-
-
Will Rossiter authored
Correct paths for framework and cms issues
-
Stevie Mayhew authored
-
- Oct 03, 2013
-
-
Ingo Schommer authored
-
- Sep 27, 2013
-
-
Ingo Schommer authored
-
- Sep 26, 2013
-
-
Ingo Schommer authored
-
Ingo Schommer authored
-
Ingo Schommer authored
-
- Sep 15, 2013
-
-
Ingo Schommer authored
-
- Sep 13, 2013
-
-
Ingo Schommer authored
-
- Aug 08, 2013
-
-
Ingo Schommer authored
Conflicts: composer.json
-
Ingo Schommer 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.
-
- Aug 04, 2013
-
-
Ingo Schommer authored
-
- Aug 03, 2013
-
-
Ingo Schommer authored
FIX Include flushtoken when install redirects to successfullyinstalled
-
- Aug 02, 2013
-
-
Hamish Friedlander 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
-