Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/0.8'
Browse files Browse the repository at this point in the history
Conflicts:
	app/config/database.php
	app/config/local/queue.php
	app/config/local/session.php
	app/config/log.php
	app/config/platform.php
	app/config/remote.php
	app/config/testing/mail.php
	app/config/testing/queue.php
	app/config/views.php
	app/filters.php
	app/start/global.php
	app/views/partials/footer.blade.php
	bootstrap/paths.php
	composer.lock
	server.php
	src/Models/Relations/Interfaces/HasManyCommentsInterface.php
	src/Models/Relations/Interfaces/HasManyEventsInterface.php
	src/Models/Relations/Interfaces/HasManyPagesInterface.php
	src/Models/Relations/Interfaces/HasManyPostsInterface.php
	src/Presenters/PagePresenter.php
	src/Providers/EventProvider.php
	src/Providers/PostProvider.php
	src/Subscribers/CoreSubscriber.php
  • Loading branch information
GrahamCampbell committed Jan 4, 2015
2 parents cf8489b + 44b300f commit e410ed1
Show file tree
Hide file tree
Showing 121 changed files with 570 additions and 1,348 deletions.
17 changes: 5 additions & 12 deletions app/BootstrapCMSServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
<?php

/*
* This file is part of Bootstrap CMS by Graham Campbell.
* This file is part of Bootstrap CMS.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* (c) Graham Campbell <graham@mineuk.com>
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace GrahamCampbell\BootstrapCMS;
Expand All @@ -21,9 +16,7 @@
/**
* This is the bootstrap cms service provider class.
*
* @author Graham Campbell <graham@mineuk.com>
* @copyright 2013-2014 Graham Campbell
* @license <https://github.com/GrahamCampbell/Bootstrap-CMS/blob/master/LICENSE.md> AGPL 3.0
* @author Graham Campbell <graham@mineuk.com>
*/
class BootstrapCMSServiceProvider extends ServiceProvider
{
Expand Down
17 changes: 5 additions & 12 deletions app/Console/Kernel.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
<?php

/*
* This file is part of Bootstrap CMS by Graham Campbell.
* This file is part of Bootstrap CMS.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* (c) Graham Campbell <graham@mineuk.com>
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace GrahamCampbell\BootstrapCMS\Console;
Expand All @@ -21,9 +16,7 @@
/**
* This is the console kernel class.
*
* @author Graham Campbell <graham@mineuk.com>
* @copyright 2013-2014 Graham Campbell
* @license <https://github.com/GrahamCampbell/Bootstrap-CMS/blob/master/LICENSE.md> AGPL 3.0
* @author Graham Campbell <graham@mineuk.com>
*/
class Kernel extends ConsoleKernel
{
Expand Down
17 changes: 5 additions & 12 deletions app/Facades/CommentRepository.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
<?php

/*
* This file is part of Bootstrap CMS by Graham Campbell.
* This file is part of Bootstrap CMS.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* (c) Graham Campbell <graham@mineuk.com>
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace GrahamCampbell\BootstrapCMS\Facades;
Expand All @@ -21,9 +16,7 @@
/**
* This is the comment repository facade class.
*
* @author Graham Campbell <graham@mineuk.com>
* @copyright 2013-2014 Graham Campbell
* @license <https://github.com/GrahamCampbell/Bootstrap-CMS/blob/master/LICENSE.md> AGPL 3.0
* @author Graham Campbell <graham@mineuk.com>
*/
class CommentRepository extends Facade
{
Expand Down
17 changes: 5 additions & 12 deletions app/Facades/EventRepository.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
<?php

/*
* This file is part of Bootstrap CMS by Graham Campbell.
* This file is part of Bootstrap CMS.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* (c) Graham Campbell <graham@mineuk.com>
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace GrahamCampbell\BootstrapCMS\Facades;
Expand All @@ -21,9 +16,7 @@
/**
* This is the event repository facade class.
*
* @author Graham Campbell <graham@mineuk.com>
* @copyright 2013-2014 Graham Campbell
* @license <https://github.com/GrahamCampbell/Bootstrap-CMS/blob/master/LICENSE.md> AGPL 3.0
* @author Graham Campbell <graham@mineuk.com>
*/
class EventRepository extends Facade
{
Expand Down
17 changes: 5 additions & 12 deletions app/Facades/NavigationFactory.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
<?php

/*
* This file is part of Bootstrap CMS by Graham Campbell.
* This file is part of Bootstrap CMS.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* (c) Graham Campbell <graham@mineuk.com>
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace GrahamCampbell\BootstrapCMS\Facades;
Expand All @@ -21,9 +16,7 @@
/**
* This is the navigation factory facade class.
*
* @author Graham Campbell <graham@mineuk.com>
* @copyright 2013-2014 Graham Campbell
* @license <https://github.com/GrahamCampbell/Bootstrap-CMS/blob/master/LICENSE.md> AGPL 3.0
* @author Graham Campbell <graham@mineuk.com>
*/
class NavigationFactory extends Facade
{
Expand Down
17 changes: 5 additions & 12 deletions app/Facades/PageRepository.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
<?php

/*
* This file is part of Bootstrap CMS by Graham Campbell.
* This file is part of Bootstrap CMS.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* (c) Graham Campbell <graham@mineuk.com>
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace GrahamCampbell\BootstrapCMS\Facades;
Expand All @@ -21,9 +16,7 @@
/**
* This is the page repository facade class.
*
* @author Graham Campbell <graham@mineuk.com>
* @copyright 2013-2014 Graham Campbell
* @license <https://github.com/GrahamCampbell/Bootstrap-CMS/blob/master/LICENSE.md> AGPL 3.0
* @author Graham Campbell <graham@mineuk.com>
*/
class PageRepository extends Facade
{
Expand Down
17 changes: 5 additions & 12 deletions app/Facades/PostRepository.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
<?php

/*
* This file is part of Bootstrap CMS by Graham Campbell.
* This file is part of Bootstrap CMS.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* (c) Graham Campbell <graham@mineuk.com>
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace GrahamCampbell\BootstrapCMS\Facades;
Expand All @@ -21,9 +16,7 @@
/**
* This is the post repository facade class.
*
* @author Graham Campbell <graham@mineuk.com>
* @copyright 2013-2014 Graham Campbell
* @license <https://github.com/GrahamCampbell/Bootstrap-CMS/blob/master/LICENSE.md> AGPL 3.0
* @author Graham Campbell <graham@mineuk.com>
*/
class PostRepository extends Facade
{
Expand Down
17 changes: 5 additions & 12 deletions app/Http/Controllers/AbstractController.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
<?php

/*
* This file is part of Bootstrap CMS by Graham Campbell.
* This file is part of Bootstrap CMS.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* (c) Graham Campbell <graham@mineuk.com>
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace GrahamCampbell\BootstrapCMS\Http\Controllers;
Expand All @@ -23,9 +18,7 @@
/**
* This is the abstract controller class.
*
* @author Graham Campbell <graham@mineuk.com>
* @copyright 2013-2014 Graham Campbell
* @license <https://github.com/GrahamCampbell/Bootstrap-CMS/blob/master/LICENSE.md> AGPL 3.0
* @author Graham Campbell <graham@mineuk.com>
*/
abstract class AbstractController extends Controller
{
Expand Down
17 changes: 5 additions & 12 deletions app/Http/Controllers/CachingController.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
<?php

/*
* This file is part of Bootstrap CMS by Graham Campbell.
* This file is part of Bootstrap CMS.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* (c) Graham Campbell <graham@mineuk.com>
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace GrahamCampbell\BootstrapCMS\Http\Controllers;
Expand All @@ -21,9 +16,7 @@
/**
* This is the caching controller class.
*
* @author Graham Campbell <graham@mineuk.com>
* @copyright 2013-2014 Graham Campbell
* @license <https://github.com/GrahamCampbell/Bootstrap-CMS/blob/master/LICENSE.md> AGPL 3.0
* @author Graham Campbell <graham@mineuk.com>
*/
class CachingController extends AbstractController
{
Expand Down
17 changes: 5 additions & 12 deletions app/Http/Controllers/CommentController.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
<?php

/*
* This file is part of Bootstrap CMS by Graham Campbell.
* This file is part of Bootstrap CMS.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* (c) Graham Campbell <graham@mineuk.com>
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace GrahamCampbell\BootstrapCMS\Http\Controllers;
Expand All @@ -33,9 +28,7 @@
/**
* This is the comment controller class.
*
* @author Graham Campbell <graham@mineuk.com>
* @copyright 2013-2014 Graham Campbell
* @license <https://github.com/GrahamCampbell/Bootstrap-CMS/blob/master/LICENSE.md> AGPL 3.0
* @author Graham Campbell <graham@mineuk.com>
*/
class CommentController extends AbstractController
{
Expand Down
17 changes: 5 additions & 12 deletions app/Http/Controllers/EventController.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
<?php

/*
* This file is part of Bootstrap CMS by Graham Campbell.
* This file is part of Bootstrap CMS.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* (c) Graham Campbell <graham@mineuk.com>
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace GrahamCampbell\BootstrapCMS\Http\Controllers;
Expand All @@ -27,9 +22,7 @@
/**
* This is the event controller class.
*
* @author Graham Campbell <graham@mineuk.com>
* @copyright 2013-2014 Graham Campbell
* @license <https://github.com/GrahamCampbell/Bootstrap-CMS/blob/master/LICENSE.md> AGPL 3.0
* @author Graham Campbell <graham@mineuk.com>
*/
class EventController extends AbstractController
{
Expand Down
17 changes: 5 additions & 12 deletions app/Http/Controllers/PageController.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
<?php

/*
* This file is part of Bootstrap CMS by Graham Campbell.
* This file is part of Bootstrap CMS.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* (c) Graham Campbell <graham@mineuk.com>
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace GrahamCampbell\BootstrapCMS\Http\Controllers;
Expand All @@ -27,9 +22,7 @@
/**
* This is the page controller class.
*
* @author Graham Campbell <graham@mineuk.com>
* @copyright 2013-2014 Graham Campbell
* @license <https://github.com/GrahamCampbell/Bootstrap-CMS/blob/master/LICENSE.md> AGPL 3.0
* @author Graham Campbell <graham@mineuk.com>
*/
class PageController extends AbstractController
{
Expand Down
Loading

0 comments on commit e410ed1

Please sign in to comment.