Skip to content

Commit 12c7203

Browse files
committed
Merge branch '1.3-alpha' into 1.3
Conflicts: cake/libs/view/pages/home.ctp
2 parents 5da3bec + bc8d920 commit 12c7203

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

cake/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
// @license MIT License (http://www.opensource.org/licenses/mit-license.php)
1818
// +--------------------------------------------------------------------------------------------+ //
1919
////////////////////////////////////////////////////////////////////////////////////////////////////
20-
1.3.0.0
20+
1.3.0-alpha

cake/config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
* @since CakePHP(tm) v 1.1.11.4062
2020
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
2121
*/
22-
return $config['Cake.version'] = '1.3.0';
22+
return $config['Cake.version'] = '1.3.0-alpha';
2323
?>

cake/libs/view/pages/home.ctp

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ endif;
2828
?>
2929
<h2><?php echo sprintf(__('Release Notes for CakePHP %s.', true), Configure::version()); ?></h2>
3030
<?php
31-
echo $this->Html->link(__('Read the changelog', true), 'http://code.cakephp.org/wiki/changelog/1_2_x_x');
31+
echo $this->Html->link(__('Read the changelog', true), 'http://code.cakephp.org/wiki/changelog/1_3_0-alpha');
3232

3333
if (Configure::read() > 0):
3434
Debugger::checkSessionKey();
@@ -138,6 +138,7 @@ You can also add some CSS styles for your pages at: APP/webroot/css.');
138138
</p>
139139

140140
<ul>
141+
<<<<<<< HEAD:cake/libs/view/pages/home.ctp
141142
<li>
142143
<?php
143144
echo $this->Html->link(__('Cake Software Foundation', true), 'http://www.cakefoundation.org/');
@@ -210,4 +211,30 @@ You can also add some CSS styles for your pages at: APP/webroot/css.');
210211
?>
211212
<ul><li><?php __('Get your own CakePHP gear - Doughnate to Cake'); ?></li></ul>
212213
</li>
214+
=======
215+
<li><a href="http://www.cakefoundation.org/"><?php __('Cake Software Foundation'); ?> </a>
216+
<ul><li><?php __('Promoting development related to CakePHP'); ?></li></ul></li>
217+
<li><a href="http://www.cakephp.org"><?php __('CakePHP'); ?> </a>
218+
<ul><li><?php __('The Rapid Development Framework'); ?></li></ul></li>
219+
<li><a href="http://book.cakephp.org"><?php __('CakePHP Documentation'); ?> </a>
220+
<ul><li><?php __('Your Rapid Development Cookbook'); ?></li></ul></li>
221+
<li><a href="http://api.cakephp.org"><?php __('CakePHP API'); ?> </a>
222+
<ul><li><?php __('Quick Reference'); ?></li></ul></li>
223+
<li><a href="http://bakery.cakephp.org"><?php __('The Bakery'); ?> </a>
224+
<ul><li><?php __('Everything CakePHP'); ?></li></ul></li>
225+
<li><a href="http://live.cakephp.org"><?php __('The Show'); ?> </a>
226+
<ul><li><?php __('The Show is a live and archived internet radio broadcast CakePHP-related topics and answer questions live via IRC, Skype, and telephone.'); ?></li></ul></li>
227+
<li><a href="http://groups.google.com/group/cake-php"><?php __('CakePHP Google Group'); ?> </a>
228+
<ul><li><?php __('Community mailing list'); ?></li></ul></li>
229+
<li><a href="irc://irc.freenode.net/cakephp">irc.freenode.net #cakephp</a>
230+
<ul><li><?php __('Live chat about CakePHP'); ?></li></ul></li>
231+
<li><a href="http://code.cakephp.org/"><?php __('CakePHP Code'); ?> </a>
232+
<ul><li><?php __('For the Development of CakePHP (Tickets, Git browser, Roadmap, Changelogs)'); ?></li></ul></li>
233+
<li><a href="http://www.cakeforge.org"><?php __('CakeForge'); ?> </a>
234+
<ul><li><?php __('Open Development for CakePHP'); ?></li></ul></li>
235+
<li><a href="http://astore.amazon.com/cakesoftwaref-20/"><?php __('Book Store'); ?> </a>
236+
<ul><li><?php __('Recommended Software Books'); ?></li></ul></li>
237+
<li><a href="http://www.cafepress.com/cakefoundation"><?php __('CakePHP gear'); ?> </a>
238+
<ul><li><?php __('Get your own CakePHP gear - Doughnate to Cake'); ?></li></ul></li>
239+
>>>>>>> 1.3-alpha:cake/libs/view/pages/home.ctp
213240
</ul>

0 commit comments

Comments
 (0)