No readme file found in bundle.
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:
admin_role: ROLE_TICKET_ADMIN
user_class: ~ # Required
default_username: system # Required
ticket_class: ~ # Required
message_class: ~ # Required
event_manager: hackzilla_ticket.event_manager.symfony
storage_manager: hackzilla_ticket.storage_manager.doctrine_orm
translate_manager: hackzilla_ticket.translate_manager.symfony
user_manager: hackzilla_ticket.user_manager.symfony
features: []
pagination:
page_name: page
sort_field_name: sort
sort_direction_name: direction
items_per_page: 10
templates:
index: HackzillaTicketBundle:Ticket:index.html.twig
new: HackzillaTicketBundle:Ticket:new.html.twig
prototype: HackzillaTicketBundle:Ticket:prototype.html.twig
show: HackzillaTicketBundle:Ticket:show.html.twig
show_attachment: HackzillaTicketBundle:Ticket:show_attachment.html.twig
macros: HackzillaTicketBundle:Macros:macros.html.twig
-
convert ticket:create to user parameter for username
By hackzilla, 3 years ago
-
add method getUser
By hackzilla, 3 years ago
-
add plain user entity
By hackzilla, 3 years ago
-
update config
By hackzilla, 3 years ago
-
remove commented out code
By hackzilla, 3 years ago
-
use correct intreface for do nothing manager
By hackzilla, 3 years ago
-
mongo db storage manager
By hackzilla, 3 years ago
-
mongo db entities
By hackzilla, 3 years ago
-
use interface for constants
By hackzilla, 3 years ago
-
demoting 3.x to bug fixes
By hackzilla, 3 years ago
-
move to ticket message
By hackzilla, 3 years ago
-
interface no longer exists
By hackzilla, 3 years ago
-
update setUser to handle UserInterface object
By hackzilla, 3 years ago
-
Fixes #108
By hackzilla, 3 years ago
-
fix forms
By hackzilla, 3 years ago
-
wire in orderBy to storage manager
By hackzilla, 3 years ago
-
remove unused dependancy
By hackzilla, 3 years ago
-
rename variable to reflect actual contents
By hackzilla, 3 years ago
-
add example user entity
By hackzilla, 3 years ago
-
move vich_uploader to example entity
By hackzilla, 3 years ago
-
pagination
By hackzilla, 3 years ago
-
add getSortableFields method to storage manager
By hackzilla, 3 years ago
-
no default for entities
By hackzilla, 3 years ago
-
use getUserManager helper
By hackzilla, 3 years ago
-
replace knp pagination with pagerfanta
By hackzilla, 3 years ago
-
move ticket role into config
By hackzilla, 3 years ago
-
developer is responsible for the entities
By hackzilla, 3 years ago
-
suggestion for mongodb
By hackzilla, 3 years ago
-
no longer used
By hackzilla, 3 years ago
-
use phpunit from vendor
By hackzilla, 3 years ago