Steve Boyd
c80e10f892
FIX PDO transaction in PHP 8, add GitHub Actions CI ( #10360 )
2022-06-27 15:30:03 +12:00
GuySartorelli
21c279ba57
DOC Change "SilverStripe" to "Silverstripe" in readme ( #10206 )
2022-02-02 10:16:38 +13:00
Ed Wilde
ac90ec7d40
DOC remove the version number from docs urls
...
Removing the version number from the links will redirect users to the latest version, as suggested by @michalkleiner
2021-02-01 15:01:04 +13:00
Ed Wilde
296e41768a
DOC fix the 'Server Requirements' url
...
The existing url goes to a 404 in the documentation.
2021-02-01 11:22:04 +13:00
Steve Boyd
a2d7dd081d
Update build status badge
2021-01-21 16:31:21 +13:00
William Desportes
43777d1df2
FIX Update .gitattributes and some http:// links ( #9805 )
...
* Fix .gitattributes
* Make some readme links https
2020-12-22 15:57:32 +13:00
Aaron Carlino
b02e0bb920
META: add docs build badge
2020-04-20 20:51:15 +01:00
Nic
dd537f0cc9
DOCS correct changelog link in README
2020-02-02 20:20:38 -06:00
Guy Marriott
9f463236ab
Update README to fix issue reporting guidelines link
2019-01-07 13:06:59 +13:00
Dylan Wagstaff
c6e6be1209
Add supported module badge to readme
2018-06-15 17:40:30 +12:00
Damian Mooyman
f91c14551f
Merge branch '4' into pulls/4/remove-broken-badges
2018-06-06 09:27:07 +12:00
Robbie Averill
2dd8e867b0
DOCS Remove broken badges from readme: versioneye and helpfulrobot
2018-05-30 14:14:27 +12:00
Daniel Hensby
d5e2d3fa67
Merge branch '3.6' into 4.0
2018-05-01 21:47:17 +01:00
Lukas
6bce88b6ba
README fix contributing-link, add httpS
2018-04-10 17:54:44 +02:00
Daniel Hensby
0adbc6b21f
Merge branch '3.6' into 4.0
2018-03-28 11:14:21 +01:00
Lukas
78896a73e2
Update link forum
2018-03-20 22:14:23 +01:00
Daniel Hensby
e357d1e903
Merge branch '3.6' into 4.0
2018-02-13 16:32:32 +00:00
Daniel Hensby
24ea2638fe
Create licence file so that GitHub (and humans) can more easily find it
2018-02-12 11:21:03 +00:00
Sam Minnee
0828b03dc6
FIX: Add separate license file to match module standard.
2017-03-29 12:49:43 +13:00
Filis Futsarov
9417bba7aa
updated copyright year
2017-03-16 15:24:22 +01:00
Ingo Schommer
345b4d56e6
Code coverage via CodeCov on PHP7 builds
...
PHP7+phpdbg is waaaay faster: http://blog.remirepo.net/post/2015/11/09/PHPUnit-code-coverage-benchmark
2016-09-26 22:33:03 +13:00
Ingo Schommer
96892636c7
Removed CodeClimate badge
2016-09-18 16:25:08 +12:00
Christopher Pitt
971fd4291d
Added Helpful Robot badge
2016-05-21 16:58:04 +12:00
Ingo Schommer
2ecd73d303
Added CodeClimate integration ( #5443 )
2016-05-04 19:48:11 +12:00
Robert Reiz
747e87baeb
Adding dependency badge and reference badge
2015-06-03 08:57:07 +12:00
Damian Mooyman
0b1f297873
Merge remote-tracking branch 'origin/3.1'
...
Conflicts:
.travis.yml
README.md
admin/code/LeftAndMain.php
admin/css/screen.css
admin/scss/screen.scss
api/RestfulService.php
conf/ConfigureFromEnv.php
control/injector/ServiceConfigurationLocator.php
control/injector/SilverStripeServiceConfigurationLocator.php
core/ClassInfo.php
core/Object.php
css/AssetUploadField.css
css/ComplexTableField_popup.css
dev/CSSContentParser.php
dev/DevelopmentAdmin.php
docs/en/changelogs/index.md
docs/en/misc/contributing/code.md
docs/en/reference/execution-pipeline.md
filesystem/GD.php
filesystem/ImagickBackend.php
filesystem/Upload.php
forms/Form.php
forms/FormField.php
forms/HtmlEditorConfig.php
forms/gridfield/GridFieldDetailForm.php
forms/gridfield/GridFieldSortableHeader.php
lang/en.yml
model/Aggregate.php
model/DataList.php
model/DataObject.php
model/DataQuery.php
model/Image.php
model/MySQLDatabase.php
model/SQLQuery.php
model/fieldtypes/HTMLText.php
model/fieldtypes/Text.php
scss/AssetUploadField.scss
search/filters/SearchFilter.php
security/Authenticator.php
security/LoginForm.php
security/Member.php
security/MemberAuthenticator.php
security/MemberLoginForm.php
security/Security.php
tests/behat/features/bootstrap/SilverStripe/Framework/Test/Behaviour/CmsFormsContext.php
tests/control/HTTPTest.php
tests/control/RequestHandlingTest.php
tests/filesystem/UploadTest.php
tests/forms/FormTest.php
tests/forms/NumericFieldTest.php
tests/model/DataListTest.php
tests/model/DataObjectTest.php
tests/model/TextTest.php
tests/security/MemberAuthenticatorTest.php
tests/security/SecurityDefaultAdminTest.php
tests/view/SSViewerCacheBlockTest.php
tests/view/SSViewerTest.php
2014-11-18 12:45:54 +13:00
Sam Minnee
b99288db04
MINOR: Fixed copyright year
2014-09-18 13:13:38 +12:00
Sean Harvey
aa8c4fd004
Adding some README badges for downloads, license and stable version.
2014-09-09 09:28:43 +12:00
Simon Welsh
28d9b16325
Correct source of Travis status image
2014-07-11 10:36:41 +10:00
Simon Welsh
fbce9fd7cd
Merge branch '3.1'
...
Conflicts:
.travis.yml
docs/en/misc/contributing/code.md
javascript/HtmlEditorField.js
2013-07-05 10:22:58 +12:00
Dan Brooks
409be9a840
Fixed broken github issue tracker link
2013-07-04 16:41:53 +01:00
Sam Minnee
d97ca43cd0
Merge branch '3.1'
...
Conflicts:
README.md
dev/install/install.php5
forms/ConfirmedPasswordField.php
tests/forms/FormTest.php
2013-05-23 19:01:58 +12:00
Ingo Schommer
a87bbb2903
Updated github path
2013-05-17 00:45:52 +02:00
Ingo Schommer
ef3d974821
Merge remote-tracking branch 'origin/3.1'
...
Conflicts:
docs/en/misc/contributing/issues.md
2013-04-02 02:05:58 +02:00
Ingo Schommer
c08ab18c03
Merge remote-tracking branch 'origin/3.0' into 3.1
...
Conflicts:
.travis.yml
admin/javascript/LeftAndMain.AddForm.js
docs/en/reference/requirements.md
2013-04-02 02:00:50 +02:00
Ingo Schommer
f5754c11aa
Contribution guidelines, new bugtracker links
2013-04-02 01:51:40 +02:00
Ingo Schommer
1b83e489ef
Updated bugtracker links
2013-04-02 01:19:28 +02:00
Ingo Schommer
ce66bc1eaf
Merge remote-tracking branch 'origin/3.1'
...
Conflicts:
tests/travis/before_script
2013-02-27 13:34:03 +01:00
ajshort
9920e5bc45
Update the Travis build versions to 3.1.
2013-02-27 20:36:18 +11:00
Hamish Friedlander
5edf86fe7a
Merge branch '3.0.3' into 3.0
2012-11-16 14:57:50 +13:00
Stig Lindqvist
cf11892ab2
Updated license in readme to include year 2012
2012-11-13 22:32:31 +13:00
Ingo Schommer
05a44e8bfc
Correct branch for Travis build status image
2012-11-09 13:21:28 +01:00
Ingo Schommer
28dce229a3
Build status in README
2012-10-16 18:26:20 +02:00
Sam Minnee
439339d4fc
Broke up contributing docs into 4 sections and unified code contribtion guide.
...
The guidelines for contributing code were scattered across a section of contributing.md and collaboration-on-git.md. I've updated this to have separate contributing/code.md page with all the content in a single cohesive page. We also have contributing/documentation.md, contributing/issues.md and contributing/translation.md.
2012-10-09 14:53:39 +13:00
Simon Welsh
15a5dab395
MINOR: Add a fallback thumbnail image for oEmbed inserts
2012-05-25 15:40:17 +12:00
Simon Welsh
3a6341a251
API-CHANGE sapphire folder can now be renamed.
2012-04-15 10:50:19 +12:00
Ingo Schommer
c0d187071a
ENHANCEMENT New UploadField class to replace FileIframeField, ImageField and SimpleImageField
2012-02-03 01:00:08 +01:00
Ingo Schommer
a63215c6a5
MINOR Added README
2011-02-12 14:27:36 +13:00
Sam Minnee
b59d12e16e
MINOR: Removed README.md that was accidentally added.
...
From: Sam Minnee <sam@silverstripe.com>
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@88529 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-10-11 10:36:26 +00:00
Sam Minnee
d6345b4c79
Added readme for github
...
From: Sam Minnee <sam@silverstripe.com>
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@88527 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-10-11 10:31:02 +00:00