Skip to content

Commit b34f54f

Browse files
committed
update 2015 folder links
1 parent d12684e commit b34f54f

8 files changed

+18
-18
lines changed

2015/01/02/CakePHP-3-0-0-RC1-Released.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In previous versions you would do
3131
`
3232
$article=$this->Articles->newEntity($this->request->data);
3333
$this->Articles->save($article,['validate'=>'myCustomValidatorName']);
34-
34+
3535
`
3636

3737
But now, user-facing validation is performed when creating the entity
@@ -45,7 +45,7 @@ option to either `newEntity` or `patchEntity` methods:
4545
'validate'=>'myCustomValidatorName'
4646
]);
4747
$this->Articles->save($article);
48-
48+
4949
`
5050

5151
It is important to notice that fields that fail validation will *not*
@@ -60,12 +60,12 @@ arity or foreignKey constraints:
6060

6161
`
6262
//InUsersTable.php
63-
63+
6464
publicfunctionbuildRules(RulesChecker$rules){
6565
$rules->add($rules->isUnique('email'));
6666
return$rules;
6767
}
68-
68+
6969
`
7070

7171
Application rules can also be used to enforce business logic
@@ -108,7 +108,7 @@ get the `Bake` plugin run:
108108

109109
`
110110
composerrequirecakephp/bake=dev-master--dev
111-
111+
112112
`
113113

114114
And load it in your application `bootstrap_cli.php` file:
@@ -138,7 +138,7 @@ tables or entities:
138138
}
139139
$this->set('contact',$contact);
140140
}
141-
141+
142142
`
143143

144144
You can read more about them here
@@ -169,7 +169,7 @@ documentation or feedback to 3.0 so far. Please help us find any
169169
issues or rough edges in the code by opening tickets in Github.
170170

171171

172-
.. _PSR-2: http://www.php-fig.org/psr/psr-2/
172+
.. _PSR-2: https://www.php-fig.org/psr/psr-2/
173173
.. _CakePHP 3.0.0: https://github.com/cakephp/cakephp/releases/3.0.0-rc1
174174
.. _Rails' better errors plugin: https://camo.githubusercontent.com/3fa6840d5e20236b4f768d6ed4b42421ba7c2f21/68747470733a2f2f692e696d6775722e636f6d2f367a42474141622e706e67
175175
.. _this blog post: https://bakery.cakephp.org/articles/jameswatts/2014/12/16/cakephp_3_to_fully_adopt_psr-2

2015/03/16/CakePHP-2-6-3-Released.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ github`_.
4242

4343
.. _packaged release on github: https://github.com/cakephp/cakephp/releases/2.6.3
4444
.. _changelog on cakephp.org: https://cakephp.org/changelogs/2.6.3
45-
.. _CakeFest 2015: http://cakefest.org/schedule
46-
.. _tickets now: http://cakefest.org/tickets
45+
.. _CakeFest 2015: https://cakefest.org/schedule
46+
.. _tickets now: https://cakefest.org/tickets
4747

4848
.. author:: markstory
4949
.. categories:: release, news

2015/03/31/cakefest_2015_new_york_usa.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CakeFest 2015: New York, USA
33

44
Join us at CakeFest 2015, the annual CakePHP conference, held this year in New York, USA,
55
from the 28th until the 31st of May, and experience the very best of Open Source!
6-
Visit http://cakefest.org for info and tickets.
6+
Visit https://cakefest.org for info and tickets.
77

88
The biggest CakePHP event, ever!
99
--------------------------------
@@ -34,7 +34,7 @@ related technologies, the conference portion of CakeFest is an event you
3434
don’t want to miss, for both enthusiasts and newcomers to the framework.
3535
It’s a unique time to engage and network with the community, learn from
3636
other experienced developers, and hang out with the core team! See
37-
http://cakefest.org/schedule for more details.
37+
https://cakefest.org/schedule for more details.
3838

3939
Sponsors
4040
~~~~~~~~
@@ -43,7 +43,7 @@ This year we’ve teamed up again with some of the biggest names in the
4343
industry, to make this the best CakePHP and Open Source community
4444
conference ever! These people, organisations and companies help make
4545
everything happen, so be sure to check them out at
46-
http://cakefest.org/sponsors and say hi!
46+
https://cakefest.org/sponsors and say hi!
4747

4848
Event
4949
~~~~~
@@ -55,7 +55,7 @@ sees the 2 conference days through to the closing of the conference.
5555
There are tickets for only the workshops, just the conference days, or
5656
the full event (recommended), and we currently have the Early Bird
5757
discount on all prices. Grab your tickets now at
58-
http://cakefest.org/tickets, and see you there!
58+
https://cakefest.org/tickets, and see you there!
5959

6060
.. author:: jameswatts
6161
.. categories:: news

2015/04/04/cakephp_3_0_1_released.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ changes you can expect is:
3939
* Improved API documentation.
4040

4141
There is still time to get your tickets for `CakeFest 2015
42-
<http://cakefest.org/tickets>`_ if you haven't already. May 28th and CakePHP's
42+
<https://cakefest.org/tickets>`_ if you haven't already. May 28th and CakePHP's
4343
10th anniversary are quickly approaching.
4444

4545
You can view the full `changelog on cakephp.org

2015/04/18/cakephp_2_6_4_and_3_0_2_released.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ CakeFest 2015 Tickets
6666
---------------------
6767

6868
There is still time to get your tickets for `CakeFest 2015
69-
<http://cakefest.org/tickets>`_ if you haven't already. May 28th and CakePHP's
69+
<https://cakefest.org/tickets>`_ if you haven't already. May 28th and CakePHP's
7070
10th anniversary are quickly approaching.
7171

7272
I'd like to thank the people who have contributed to these releases. Your

2015/05/03/cakephp_3_0_3_released.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ CakeFest 2015 Tickets
2121
---------------------
2222

2323
There is still time to get your tickets for `CakeFest 2015
24-
<http://cakefest.org/tickets>`_ if you haven't already. May 28th and CakePHP's
24+
<https://cakefest.org/tickets>`_ if you haven't already. May 28th and CakePHP's
2525
10th anniversary are quickly approaching.
2626

2727
As always, a huge thanks to all the community members that helped make this

2015/05/07/cakephp_3_0_4_released.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ CakeFest 2015 Tickets
4646
---------------------
4747

4848
There is still time to get your tickets for `CakeFest 2015
49-
<http://cakefest.org/tickets>`_ if you haven't already. May 28th and CakePHP's
49+
<https://cakefest.org/tickets>`_ if you haven't already. May 28th and CakePHP's
5050
10th anniversary are quickly approaching.
5151

5252
As always, a huge thanks to all the community members that helped make this

2015/05/17/cakephp_3_0_5_released.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ the following new features were added.
5454
CakeFest 2015 Tickets
5555
---------------------
5656

57-
`CakeFest 2015 <http://cakefest.org/tickets>`_ is happening in 11 days in NYC.
57+
`CakeFest 2015 <https://cakefest.org/tickets>`_ is happening in 11 days in NYC.
5858
If you haven't already purchased your tickets, there is still time.
5959

6060
As always, a huge thanks to all the community members that helped make this

0 commit comments

Comments
 (0)