-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow selection of future events including cancelled ones
- Loading branch information
Showing
32 changed files
with
56 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -69,4 +69,4 @@ public function setSlug(string $slug): void | |
{ | ||
$this->slug = $slug; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
* | ||
***/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
Oops, something went wrong.