Hackzilla Ticket Bundle
Simple ticketing bundle for any project.
Requirements
You can see the full requirement definitions for each available version in Packagist.
Setup
Optional features
These optional features that can be turned on or off.
Features
Optional integrations
3rd party extensions
Email notifications
Custom templates (optional)
# config/packages/hackzilla_ticket.yaml
hackzilla_ticket:
templates:
index: '@App/Ticket/index.html.twig'
new: '@App/Ticket/new.html.twig'
prototype: '@App/Ticket/prototype.html.twig'
show: '@App/Ticket/show.html.twig'
show_attachment: '@App/Ticket/show_attachment.html.twig'
Translations
Built in translations are available for the following languages:
- Dutch
- English
- French
- German
- Italian
- Portuguese
- Russian
- Spanish
Demo
See Ticket Bundle Demo App for an example installation. This can also be used for confirming bugs.
Migrate a previous version
Pull requests
I'm open to pull requests for additional languages, features and/or improvements.
Copyright (c) 2013 Daniel Platt
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 the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
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 the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
hackzilla_ticket:
translation_domain: messages
user_class: ~ # Required
ticket_class: Hackzilla\Bundle\TicketBundle\Entity\Ticket
message_class: Hackzilla\Bundle\TicketBundle\Entity\TicketMessage
features:
attachment: true
templates:
index: @HackzillaTicket/Ticket/index.html.twig
new: @HackzillaTicket/Ticket/new.html.twig
prototype: @HackzillaTicket/Ticket/prototype.html.twig
show: @HackzillaTicket/Ticket/show.html.twig
show_attachment: @HackzillaTicket/Ticket/show_attachment.html.twig
macros: @HackzillaTicket/Macros/macros.html.twig
-
minor #199 Update URLs in status badges (phansys)
By phansys, 1 month ago
-
Update URLs in status badges
By phansys, 1 month ago
-
minor #198 Modernize routing definition (phansys)
By phansys, 1 month ago
-
Modernize routing definition
By phansys, 1 month ago
-
minor #196 Update dependency constraints in order to allow some major versions (phansys)
By phansys, 1 month ago
-
Update dependency constraints in order to allow some major versions
By phansys, 1 month ago
-
minor #197 Stop suggesting "friendsofsymfony/user-bundle" (phansys)
By phansys, 1 month ago
-
Stop suggesting "friendsofsymfony/user-bundle"
By phansys, 1 month ago
-
3.7.0
By phansys, 1 month ago
-
minor #193 Add support for "doctrine/persistence:^2.1" (phansys)
By phansys, 1 month ago
-
Add support for "doctrine/persistence:^2.1"
By phansys, 1 month ago
-
minor #194 Running tests from GitHub Actions (phansys)
By phansys, 1 month ago
-
Add `.editorconfig` and `.yamllint` files
By phansys, 2 months ago
-
Small cleanup in `.gitattributes` and `.gitignore` files
By phansys, 2 months ago
-
Remove config for Travis CI
By phansys, 2 months ago
-
Allow 3 direct deprecation notices
By phansys, 2 months ago
-
Running tests from GitHub Actions
By phansys, 2 months ago
-
3.6.0
By phansys, 5 months ago
-
minor #178 Bump dependencies (phansys)
By phansys, 5 months ago
-
Bump dependencies
By phansys, 5 months ago
-
tests #182 Remove `serialize()` and `unserialize()` methods from `TestKernel` (phansys)
By phansys, 7 months ago
-
Remove `serialize()` and `unserialize()` methods from `TestKernel`
By phansys, 7 months ago
-
minor #180 Deprecate return other type than boolean from `TicketFeatures::hasFeature()` (phansys)
By phansys, 7 months ago
-
minor #181 Use `::class` pseudo constants in `Configuration::getConfigTreeBuilder()` (phansys)
By phansys, 7 months ago
-
Deprecate return other type than boolean from `TicketFeatures::hasFeature()`
By phansys, 7 months ago
-
Use `::class` pseudo constants in `Configuration::getConfigTreeBuilder()`
By phansys, 7 months ago
-
tests #179 Mark `FunctionalTest::testConfiguredFileUploadSubscriber()` as skipped if "vich/uploader-bundle" is not available (phansys)
By phansys, 7 months ago
-
Mark `FunctionalTest::testConfiguredFileUploadSubscriber()` as skipped if "vich/uploader-bundle" is not available
By phansys, 7 months ago
-
3.5.0
By phansys, 7 months ago
-
minor #175 Add configuration for Dependabot (phansys)
By phansys, 7 months ago