Commit Graph

374 Commits

Author SHA1 Message Date
Sean Harvey
c08645b3da MINOR Added silverstripe-cache and Eclipse specific metadata dirs/files to .gitignore 2011-10-30 11:04:31 +13:00
Hamish Friedlander
ceb45f9808 BUGFIX: Make default mysite/_config.php work when CMS module isnt installed 2011-10-29 17:04:21 +13:00
Hamish Friedlander
a0527ce846 MINOR: Update PHP requirements in notice 2011-10-29 15:56:51 +13:00
Hamish Friedlander
d5723f7b0e BUGFIX: If sapphire hasn't been installed as subdirectory, give error message rather than erroring out with a 500 or a php error 2011-10-29 15:53:41 +13:00
Hamish Friedlander
c7b6eab151 API CHANGE: Move the core install code to sapphire, leave just stub here 2011-10-29 15:53:30 +13:00
Hamish Friedlander
1463dbd5ae ENHANCEMENT: Allow specifying the directory to put the built archive 2011-10-29 12:55:31 +13:00
Hamish Friedlander
0e7ad4b5ce BUGFIX: Make archive task run if providing archivetype via phing -D argument 2011-10-29 12:08:22 +13:00
Hamish Friedlander
71d71dc3b6 MINOR: If blackcandy isn't included, or is already in the right place, dont error out 2011-10-29 12:01:20 +13:00
Ingo Schommer
e323b233a3 MINOR Excluding tests from release pacakges 2011-10-18 22:58:56 +02:00
Ingo Schommer
5dcd2f3cdd MINOR Excluding docs from release, as they bring the package size from 5mb to 8mb 2011-10-18 16:43:13 +02:00
Ingo Schommer
0fdd330ef4 MINOR gitignore 2011-10-18 16:33:56 +02:00
Ingo Schommer
078d5710b3 MINOR gitignore 2011-10-18 16:31:50 +02:00
Ingo Schommer
48649d6640 MINOR Creating release archives in parent folder by default, to avoid archiving the archive by accident 2011-10-18 16:31:04 +02:00
Ingo Schommer
ff301f9ea9 MINOR Correct release archive name 2011-10-18 15:22:06 +02:00
Ingo Schommer
57e465409e MINOR Moving theme dirs when release packaging 2011-10-18 15:20:47 +02:00
Ingo Schommer
4a805a4ef9 MINOR Fixed release archive file inclusions/exclusions 2011-10-18 14:55:14 +02:00
Ingo Schommer
b8397f5448 MINOR Don't auto-create an _ss_environment.php file 2011-10-18 12:56:50 +02:00
Ingo Schommer
7e36cdc48e MINOR Excluding build files from release packages 2011-10-18 12:56:47 +02:00
Ingo Schommer
ba55351c95 MINOR Fixed whitespace and greedy regex problems in changelog generator 2011-10-18 09:51:14 +02:00
Will Rossiter
8b08fa2058 Merge pull request #5 from simonwelsh/patch-2
BUGFIX: Quote RewriteBase to handle paths with spaces
2011-09-15 19:48:38 -07:00
simonwelsh
c1712dc992 Quote RewriteBase to handle paths with spaces 2011-09-14 19:46:49 +12:00
Ingo Schommer
3b9c569ed1 MINOR ArchiveTask now creates subfolder of the same name in the tar.gz/zip file (to avoid toplevel extracts) 2011-05-02 13:51:44 +12:00
Ingo Schommer
843becc676 MINOR Removed archive existence detection from build.xml 'archiveTask', doesn't work 2011-05-02 11:57:38 +12:00
Ingo Schommer
665b63b6a7 Merge branch 'phing-scripts' 2011-05-02 11:54:37 +12:00
Ingo Schommer
50cb45ba04 BUGFIX Fixed date sorting in CreateChangelog task, linking hashes, filtering 2011-05-02 11:54:16 +12:00
Ingo Schommer
2215f97afc MINOR Added "verbose" flag to SilverStripeBuildTask 2011-05-02 11:54:16 +12:00
Julian Seidenberg
23f5340c85 BUGFIX: direct call to exec method instead of trying to non-existent object attribute 2011-05-02 11:54:16 +12:00
Julian Seidenberg
6c549169ed BUGFIX: now dev/build does not always run after checkout 2011-05-02 11:54:16 +12:00
Julian Seidenberg
c98eb981ce BUGFIX: renaming task to callingTask to avoid conflict with superclass method in Task class 2011-05-02 11:54:15 +12:00
Julian Seidenberg
eb305ee33f API-CHANGE: piston support (from 1292fba039) 2011-05-02 11:54:15 +12:00
Julian Seidenberg
24705fd9f5 ENHANCEMENT: phing checkout task now stashes local content before performing checkout and has the option to exclude the base (silverstripe-installer) folder 2011-05-02 11:54:15 +12:00
Julian Seidenberg
73a5fb5e62 MINOR: documentation for phing tasks (run 'phing help' to view) 2011-05-02 11:54:10 +12:00
Julian Seidenberg
9e0c03d1d7 BUGFIX: createchangelog script now gives a message when it can't find a folder or repository. It now also correctly creates logs repos in subdirectories. 2011-04-26 15:32:21 +12:00
Julian Seidenberg
0ecaf0c45d API-CHANGE: new checkout and changelog tools using Phing 2011-04-26 13:57:55 +12:00
Will Rossiter
b74f07fbd6 ENHANCEMENT: added checks for reflection class and standard library methods. PATCH via vice (http://open.silverstripe.org/ticket/6603) 2011-04-19 11:04:56 +12:00
Will Rossiter
c80912bfb5 MINOR: fixed typo in installer. FIXES: #6602 2011-04-19 10:58:56 +12:00
Ingo Schommer
e4031aa344 MINOR Using QSA RewriteRule flag in .htaccess instead of manually appending (fixes #6593, thanks smares) 2011-04-14 21:07:17 +12:00
Howard Grigg
940df33c44 Updated the installer to reflect the moved Sapphire files 2011-04-06 11:22:34 +10:00
Hamish Friedlander
b39937f40e MINOR: Make new-project use github source for blackcandy theme, not svn 2011-03-31 11:52:27 +13:00
Sam Minnee
c5ce75fae4 Added a default .gitignore 2011-03-30 10:11:14 +13:00
Ingo Schommer
b3ac8ccbd6 MINOR Moved additional CSS needed for tutorial 3 to themes/tutorials rather than sapphire/docs 2011-02-14 11:08:51 +13:00
Ingo Schommer
7277461f28 MINOR Migrated COPYING, Changelog, INSTALL, UPGRADING into a new README.md 2011-02-12 14:28:05 +13:00
Hamish Friedlander
7b777c70e8 ENHANCEMENT: Add first version of tools for pulling in modules, now that we cant just use svn externals 2011-02-10 11:25:56 +13:00
sharvey
d8ee7bde57 BUGFIX #6321 Whitelisted file extensions with uppercase extensions blocked by case sensitive FilesMatch directive in assets/.htaccess (does not affect IIS 7.x which uses web.config) (from r115816)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@115819 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-01-26 03:14:26 +00:00
sharvey
e1ad6609b4 ENHANCEMENT Installer now checks for magic_quotes_gpc being turned off. This option turned on can cause issues with serialized data in cookies when unserializing
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@115264 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-12-21 09:28:28 +00:00
sharvey
b13c561c51 BUGFIX Fixed conflicting check of mysite directory with recommendation of removal of _config.php in installer (from r115169)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@115170 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-12-19 22:18:05 +00:00
sharvey
88aea2f456 Removed temporary datetimefields from externals
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@114918 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-12-13 23:42:03 +00:00
sharvey
089e28e004 BUGFIX Installer should check asp_tags is disabled, as it can cause issues with SilverStripe (from r114823)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@114824 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-12-11 06:02:51 +00:00
sminnee
3f55474dec ENHANCEMENT PHP requirements in installer now check for date.timezone correctly being set for PHP 5.3.0+. This option is *required* to be set starting with 5.3.0 and will cause an error during installation if not (from r114467)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@114495 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-12-05 00:04:05 +00:00
sharvey
4868877ee6 MINOR Merged r113913 through r113984 from phpinstaller/branches/2.4
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@113985 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-11-21 23:53:50 +00:00