Commit Graph

102 Commits

Author SHA1 Message Date
Ingo Schommer 2f5abd13e3
Note about maintenance status 2018-03-21 10:45:08 +13:00
Will Rossiter d417b6e869 Merge pull request #62 from ec8or/patch-1
Update StaticExporter with correct URL
2016-05-18 11:22:02 +12:00
Nils Hellberg 3230f3ca7a Update StaticExporter.md 2016-05-17 21:04:00 +01:00
Will Rossiter 58a3976631 Merge pull request #60 from dhensby/pulls/travis-update
Updating travis settings to be more standard
2016-02-25 15:34:52 +13:00
Will Rossiter a85d903a2d Merge pull request #56 from dhensby/pulls/remove-random-publishing
Remove random publishing of 10 pages
2016-02-25 09:10:29 +13:00
Will Rossiter ca7016edf5 Merge pull request #55 from helpfulrobot/add-standard-scrutinizer-config
Added standard Scrutinizer config
2016-02-25 09:10:18 +13:00
Will Rossiter d8b05ae14a Merge pull request #59 from dhensby/pulls/fix-tests
Fixing tests by ensuring allPageToCache is defind on SiteTree
2016-02-25 09:09:34 +13:00
Will Rossiter 001f6bfa1d Merge pull request #57 from dhensby/pulls/composer-deps
Fixing composer deps
2016-02-25 08:27:54 +13:00
Daniel Hensby cc25986b25 Updating travis settings to be more standard 2016-02-24 17:45:07 +00:00
Daniel Hensby 763a8d6afc Fixing tests by ensuring allPageToCache is defind on SiteTree 2016-02-24 17:34:27 +00:00
Daniel Hensby 4b64a7d54e Adding changelog 2016-02-24 17:01:09 +00:00
Daniel Hensby d6d220af5c NEW Adding debug helpers for skipping cache 2016-02-24 17:00:54 +00:00
Daniel Hensby 37e69c3af5 Fixing composer deps 2016-02-24 15:40:19 +00:00
Daniel Hensby 97cef021d6 Remove random publishing of 10 pages 2016-02-24 15:37:18 +00:00
helpfulrobot 07d0783ad4 Added standard Scrutinizer config 2016-02-17 05:17:52 +13:00
Daniel Hensby d53b3ad855 Merge pull request #54 from helpfulrobot/add-standard-code-of-conduct-file
Added standard code of conduct file
2016-02-16 09:43:16 +00:00
helpfulrobot bc63358766 Added standard code of conduct file 2016-02-16 11:07:27 +13:00
☃ Stephen Shkardoon ☃ 99e5162f23 Merge pull request #34 from dhensby/patch-3
FIX Removing dependence on cache dir name
2016-02-03 11:46:04 +13:00
Daniel Hensby f3d3b570d6 FIX Removing dependence on cache dir name
Removing the dependence that cache dir is actually named `cache`
2016-02-02 13:01:31 +00:00
Will Rossiter f1e0cdd5dc Merge pull request #52 from helpfulrobot/add-standard-gitattributes-file
Added standard .gitattributes file
2016-01-18 15:44:22 +13:00
Will Rossiter 9d65ac32d7 Merge pull request #29 from kevcenteno/master
Added cache headers for .html files
2016-01-18 15:44:10 +13:00
helpfulrobot fa78a98d9c Added standard .gitattributes file 2016-01-16 18:29:44 +13:00
Damian Mooyman 1a37a8033a Merge pull request #51 from helpfulrobot/convert-to-psr-2
Converted to PSR-2
2015-12-21 10:30:04 +13:00
helpfulrobot 5a5693b095 Converted to PSR-2 2015-12-20 17:19:24 +13:00
Damian Mooyman 6208a75ac5 Merge pull request #50 from helpfulrobot/add-standard-editorconfig-file
Added standard .editorconfig file
2015-12-17 14:08:21 +13:00
helpfulrobot 6ca144c4c4 Added standard .editorconfig file 2015-12-17 10:25:52 +13:00
Will Rossiter 680bd6b36f Merge pull request #49 from adamjudd/patch-1
Force publishPages() to use the Live stage
2015-10-14 16:40:20 +13:00
Adam Judd ea8014fadd Force publishPages() to use the Live stage
Fixes #42
2015-10-12 13:40:03 +10:30
Damian Mooyman 4a3d43d533 Merge pull request #48 from dhensby/patch-4
Move to new travis containerised infrastructure
2015-07-22 08:59:00 +12:00
Daniel Hensby c2c53b445d Move to new travis containerised infrastructure 2015-07-21 11:03:52 +01:00
Damian Mooyman 62d5bc5daf Merge pull request #40 from christopherdarling/patch-1
DOCS: fix references to static-main.php
2015-07-02 12:25:34 +12:00
Will Rossiter 937a3b5606 Merge pull request #45 from Ben-Speakman/patch-1
Fix RsyncMultiHostPublisher config loading error
2015-05-19 10:02:44 +12:00
Ben Speakman 8e24d17efd Fix RsyncMultiHostPublisher config loading error
Fixes issue #36
2015-05-18 11:01:05 +01:00
Will Rossiter 136cfea039 Merge pull request #44 from nickspiel/patch-2
Only publish 'legal' pages
2015-05-11 15:09:33 +12:00
Nick Spiel 0ebd8c7c0b Only publish 'legal' pages
The republish function now only publishes pages that are returned in the allPagesToCache(); function in the Page class.
2015-04-21 20:33:20 +10:00
Will Rossiter 4504fd0900 GET parameters should fall through cache 2015-03-10 16:17:43 +13:00
Will Rossiter 6d84b1e049 Pass quiet mode through to publisher 2015-03-09 15:48:39 +13:00
Will Rossiter c8d1b4b2e4 NEW Add quiet mode to RebuildStaticCacheTask 2015-03-07 00:22:45 +13:00
Will Rossiter 52f04b7435 Add environment flags for managing publisher settings
SS_STATICPUBLISHER_ENABLED - Set in the environment file if static publisher enabled or disabled

SS_STATICPUBLISHER_CACHEDIR - Set the cache directory (if not /cache)

SS_STATICPUBLISHER_DEBUG - modify debug flag.
2015-03-07 00:22:14 +13:00
Mateusz U 3e14e51643 Merge pull request #38 from ss23/master
Fix static exporter to export URLs properly
2015-01-09 12:01:47 +13:00
☃ Stephen Shkardoon ☃ e496341b70 Fix static exporter to export URLs properly 2015-01-09 11:42:25 +13:00
Will Rossiter 1a5527b635 Merge pull request #41 from dhensby/pulls/editorconfig
adding .editorconfig
2015-01-05 14:38:24 +13:00
Daniel Hensby 401980b19b adding .editorconfig 2015-01-03 17:44:31 +00:00
Christopher Darling bc77768412 DOCS: fix references to static-main.php
framework/static-main.php no longer exists and is now part of this module, references to static-main.php have been updated to staticpublisher/main.php
2014-11-18 12:16:26 +00:00
Will Rossiter 76ba1a8b25 Merge pull request #37 from dhensby/pulls/rebase-31
Removed commented code and relevant method externalReferencesFor
2014-09-03 21:04:56 +12:00
Stig Lindqvist 9821120d72 Removed commented code and relevant method externalReferencesFor 2014-09-01 11:03:24 +01:00
☃ Stephen Shkardoon ☃ dfbfd7fbbc Merge pull request #21 from dhensby/patch-1
Use Config::nest() where appropriate
2014-09-01 00:52:55 +12:00
Ingo Schommer 9bdf8e68d9 Running CI against SilverStripe master 2014-08-03 22:04:35 +12:00
Will Rossiter 1a4e07c036 Fix incorrect set call. 2014-03-23 18:09:04 +13:00
Will Rossiter efb7b1dc94 Merge pull request #33 from dhensby/patch-2
FIX start and count of urls is ignored
2014-03-01 09:09:48 +13:00