Skip to content

Commit

Permalink
Release 2.1.3
Browse files Browse the repository at this point in the history
Allow selection of future events including cancelled ones
  • Loading branch information
jkphl committed Apr 25, 2020
1 parent 702a4d1 commit 7f5ee5e
Show file tree
Hide file tree
Showing 32 changed files with 56 additions and 50 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.1.3] - Feature Release (2020-04-25)

### Changed

* Allow selection of future events including cancelled ones

## [0.1.0] - Unreleased

Initial release
2 changes: 1 addition & 1 deletion Classes/Controller/CoverageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* (c) 2019
* © 2020
*
***/

Expand Down
2 changes: 1 addition & 1 deletion Classes/Controller/EventController.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* (c) 2019
* © 2020
*
***/

Expand Down
2 changes: 1 addition & 1 deletion Classes/Controller/OrganizationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* (c) 2019
* © 2020
*
***/

Expand Down
2 changes: 1 addition & 1 deletion Classes/Controller/PresentationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* (c) 2019
* © 2020
*
***/

Expand Down
2 changes: 1 addition & 1 deletion Classes/Domain/Model/Coverage.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* (c) 2019
* © 2020
*
***/

Expand Down
2 changes: 1 addition & 1 deletion Classes/Domain/Model/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* (c) 2019
* © 2020
*
***/

Expand Down
2 changes: 1 addition & 1 deletion Classes/Domain/Model/Note.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* (c) 2019
* © 2020
*
***/

Expand Down
2 changes: 1 addition & 1 deletion Classes/Domain/Model/Organization.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* (c) 2019
* © 2020
*
***/

Expand Down
4 changes: 2 additions & 2 deletions Classes/Domain/Model/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
* @package Tollwerk\Vamoso
* @subpackage Tollwerk\TwEvents\Domain\Model
* @author Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2019 Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2020 Joschi Kuphal <[email protected]> / @jkphl
* @license http://opensource.org/licenses/MIT The MIT License (MIT)
*/

/***********************************************************************************
* The MIT License (MIT)
*
* Copyright © 2019 Joschi Kuphal <[email protected]>
* Copyright © 2020 Joschi Kuphal <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion Classes/Domain/Model/Person.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* (c) 2019
* © 2020
*
***/

Expand Down
2 changes: 1 addition & 1 deletion Classes/Domain/Model/Presentation.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* (c) 2019
* © 2020
*
***/

Expand Down
2 changes: 1 addition & 1 deletion Classes/Domain/Model/Sponsor.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* (c) 2019
* © 2020
*
***/

Expand Down
6 changes: 3 additions & 3 deletions Classes/Domain/Model/Traits/SlugTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
* @package Artefakt\Core
* @subpackage TwEvents\Domain\Model\Traits
* @author Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2019 Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2020 Joschi Kuphal <[email protected]> / @jkphl
* @license http://opensource.org/licenses/MIT The MIT License (MIT)
*/

/***********************************************************************************
* The MIT License (MIT)
*
* Copyright © 2019 Joschi Kuphal <[email protected]> / @jkphl
* Copyright © 2020 Joschi Kuphal <[email protected]> / @jkphl
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
Expand Down Expand Up @@ -69,4 +69,4 @@ public function setSlug(string $slug): void
{
$this->slug = $slug;
}
}
}
4 changes: 2 additions & 2 deletions Classes/Domain/Repository/AbstractRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
* @package Tollwerk\TwEvents
* @subpackage Tollwerk\TwEvents\Domain\Repository
* @author Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2019 Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2020 Joschi Kuphal <[email protected]> / @jkphl
* @license http://opensource.org/licenses/MIT The MIT License (MIT)
*/

/***********************************************************************************
* The MIT License (MIT)
*
* Copyright © 2019 Joschi Kuphal <[email protected]>
* Copyright © 2020 Joschi Kuphal <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
Expand Down
4 changes: 2 additions & 2 deletions Classes/Domain/Repository/CoverageRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
* @package Tollwerk\TwEvents
* @subpackage Tollwerk\TwEvents\Domain\Repository
* @author Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2019 Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2020 Joschi Kuphal <[email protected]> / @jkphl
* @license http://opensource.org/licenses/MIT The MIT License (MIT)
*/

/***********************************************************************************
* The MIT License (MIT)
*
* Copyright © 2019 Joschi Kuphal <[email protected]>
* Copyright © 2020 Joschi Kuphal <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
Expand Down
4 changes: 2 additions & 2 deletions Classes/Domain/Repository/EventRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
* @package Tollwerk\TwEvents
* @subpackage Tollwerk\TwEvents\Domain\Repository
* @author Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2019 Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2020 Joschi Kuphal <[email protected]> / @jkphl
* @license http://opensource.org/licenses/MIT The MIT License (MIT)
*/

/***********************************************************************************
* The MIT License (MIT)
*
* Copyright © 2019 Joschi Kuphal <[email protected]>
* Copyright © 2020 Joschi Kuphal <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
Expand Down
4 changes: 2 additions & 2 deletions Classes/Domain/Repository/NoteRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
* @package Tollwerk\TwEvents
* @subpackage Tollwerk\TwEvents\Domain\Repository
* @author Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2019 Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2020 Joschi Kuphal <[email protected]> / @jkphl
* @license http://opensource.org/licenses/MIT The MIT License (MIT)
*/

/***********************************************************************************
* The MIT License (MIT)
*
* Copyright © 2019 Joschi Kuphal <[email protected]>
* Copyright © 2020 Joschi Kuphal <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
Expand Down
4 changes: 2 additions & 2 deletions Classes/Domain/Repository/OrganizationRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
* @package Tollwerk\TwEvents
* @subpackage Tollwerk\TwEvents\Domain\Repository
* @author Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2019 Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2020 Joschi Kuphal <[email protected]> / @jkphl
* @license http://opensource.org/licenses/MIT The MIT License (MIT)
*/

/***********************************************************************************
* The MIT License (MIT)
*
* Copyright © 2019 Joschi Kuphal <[email protected]>
* Copyright © 2020 Joschi Kuphal <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
Expand Down
4 changes: 2 additions & 2 deletions Classes/Domain/Repository/PageRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
* @package Tollwerk\Vamoso
* @subpackage Tollwerk\TwEvents\Domain\Repository
* @author Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2019 Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2020 Joschi Kuphal <[email protected]> / @jkphl
* @license http://opensource.org/licenses/MIT The MIT License (MIT)
*/

/***********************************************************************************
* The MIT License (MIT)
*
* Copyright © 2019 Joschi Kuphal <[email protected]>
* Copyright © 2020 Joschi Kuphal <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
Expand Down
4 changes: 2 additions & 2 deletions Classes/Domain/Repository/PersonRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
* @package Tollwerk\TwEvents
* @subpackage Tollwerk\TwEvents\Domain\Repository
* @author Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2019 Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2020 Joschi Kuphal <[email protected]> / @jkphl
* @license http://opensource.org/licenses/MIT The MIT License (MIT)
*/

/***********************************************************************************
* The MIT License (MIT)
*
* Copyright © 2019 Joschi Kuphal <[email protected]>
* Copyright © 2020 Joschi Kuphal <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
Expand Down
4 changes: 2 additions & 2 deletions Classes/Domain/Repository/PresentationRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
* @package Tollwerk\TwEvents
* @subpackage Tollwerk\TwEvents\Domain\Repository
* @author Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2019 Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2020 Joschi Kuphal <[email protected]> / @jkphl
* @license http://opensource.org/licenses/MIT The MIT License (MIT)
*/

/***********************************************************************************
* The MIT License (MIT)
*
* Copyright © 2019 Joschi Kuphal <[email protected]>
* Copyright © 2020 Joschi Kuphal <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
Expand Down
6 changes: 3 additions & 3 deletions Classes/Domain/Repository/SponsorRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
* @package Tollwerk\TwEvents
* @subpackage Tollwerk\TwEvents\Domain\Repository
* @author Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2019 Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2020 Joschi Kuphal <[email protected]> / @jkphl
* @license http://opensource.org/licenses/MIT The MIT License (MIT)
*/

/***********************************************************************************
* The MIT License (MIT)
*
* Copyright © 2019 Joschi Kuphal <[email protected]>
* Copyright © 2020 Joschi Kuphal <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
Expand Down Expand Up @@ -45,7 +45,7 @@
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*
* (c) 2019
* © 2020
*
***/

Expand Down
4 changes: 2 additions & 2 deletions Classes/Utility/DatetimeUtility.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
* @package Tollwerk\Vamoso
* @subpackage Tollwerk\TwEvents\Utility
* @author Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2019 Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2020 Joschi Kuphal <[email protected]> / @jkphl
* @license http://opensource.org/licenses/MIT The MIT License (MIT)
*/

/***********************************************************************************
* The MIT License (MIT)
*
* Copyright © 2019 Joschi Kuphal <[email protected]>
* Copyright © 2020 Joschi Kuphal <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
Expand Down
4 changes: 2 additions & 2 deletions Classes/Utility/Tca.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
* @package Tollwerk\Vamoso
* @subpackage Tollwerk\TwEvents\Utility
* @author Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2019 Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2020 Joschi Kuphal <[email protected]> / @jkphl
* @license http://opensource.org/licenses/MIT The MIT License (MIT)
*/

/***********************************************************************************
* The MIT License (MIT)
*
* Copyright © 2019 Joschi Kuphal <[email protected]>
* Copyright © 2020 Joschi Kuphal <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
Expand Down
4 changes: 2 additions & 2 deletions Classes/ViewHelpers/Event/BlocksViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
* @package Tollwerk\Vamoso
* @subpackage Tollwerk\TwEvents\ViewHelpers\Event
* @author Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2019 Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2020 Joschi Kuphal <[email protected]> / @jkphl
* @license http://opensource.org/licenses/MIT The MIT License (MIT)
*/

/***********************************************************************************
* The MIT License (MIT)
*
* Copyright © 2019 Joschi Kuphal <[email protected]>
* Copyright © 2020 Joschi Kuphal <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
Expand Down
4 changes: 2 additions & 2 deletions Classes/ViewHelpers/EventViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
* @package Jkphl\Antibot
* @subpackage Tollwerk\TwEvents\ViewHelpers
* @author Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2019 Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2020 Joschi Kuphal <[email protected]> / @jkphl
* @license http://opensource.org/licenses/MIT The MIT License (MIT)
*/

/***********************************************************************************
* The MIT License (MIT)
*
* Copyright © 2019 Joschi Kuphal <[email protected]>
* Copyright © 2020 Joschi Kuphal <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
Expand Down
4 changes: 2 additions & 2 deletions Classes/ViewHelpers/Presentation/ScheduleViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
* @package Tollwerk\TwEvents
* @subpackage Tollwerk\TwEvents\ViewHelpers\Presentation
* @author Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2019 Joschi Kuphal <[email protected]> / @jkphl
* @copyright Copyright © 2020 Joschi Kuphal <[email protected]> / @jkphl
* @license http://opensource.org/licenses/MIT The MIT License (MIT)
*/

/***********************************************************************************
* The MIT License (MIT)
*
* Copyright © 2019 Joschi Kuphal <[email protected]>
* Copyright © 2020 Joschi Kuphal <[email protected]>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
Expand Down
Loading

0 comments on commit 7f5ee5e

Please sign in to comment.