initial commit
authorChuck Scott <cscott@gaslightmedia.com>
Tue, 9 Jul 2019 14:57:03 +0000 (10:57 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Tue, 9 Jul 2019 14:57:03 +0000 (10:57 -0400)
commit8df2e67c320d40efd27fbf3d50bbe9d6f734c4f7
tree04489874832290f3a2d3db5b2e202a58d7ba44c9
initial commit
613 files changed:
Notes/GaslightPages/SiteSample.html [new file with mode: 0644]
Notes/GaslightPages/TicketCart.html [new file with mode: 0644]
Notes/GaslightPages/TicketCheckout.html [new file with mode: 0644]
Notes/GaslightPages/TicketSelection.html [new file with mode: 0644]
Notes/GaslightPages/css/main.css [new file with mode: 0644]
Notes/Sites_Using.txt [new file with mode: 0644]
classes/EasyPassword.php [new file with mode: 0644]
classes/EasyPassword.words [new file with mode: 0644]
classes/GeoCalculations.php [new file with mode: 0644]
classes/data/Reports/dataEventReport.php [new file with mode: 0644]
classes/data/Reports/dataReservationReport.php [new file with mode: 0644]
classes/data/Reports/dataRoomBlockReport.php [new file with mode: 0644]
classes/data/Reports/dataRoomRequestReport.php [new file with mode: 0644]
classes/data/dataAccoms.php [new file with mode: 0644]
classes/data/dataAddonSold.php [new file with mode: 0644]
classes/data/dataAddons.php [new file with mode: 0644]
classes/data/dataAmenities.php [new file with mode: 0644]
classes/data/dataAttendance.php [new file with mode: 0644]
classes/data/dataBookings.php [new file with mode: 0644]
classes/data/dataContacts.php [new file with mode: 0644]
classes/data/dataDivisions.php [new file with mode: 0644]
classes/data/dataEntrances.php [new file with mode: 0644]
classes/data/dataEvents.php [new file with mode: 0644]
classes/data/dataFees.php [new file with mode: 0644]
classes/data/dataInventory.php [new file with mode: 0644]
classes/data/dataMemberScansFor.php [new file with mode: 0644]
classes/data/dataMembers.php [new file with mode: 0644]
classes/data/dataMisc.php [new file with mode: 0644]
classes/data/dataOrders.php [new file with mode: 0644]
classes/data/dataPerformances.php [new file with mode: 0644]
classes/data/dataPromoSold.php [new file with mode: 0644]
classes/data/dataPromoTickets.php [new file with mode: 0644]
classes/data/dataPromos.php [new file with mode: 0644]
classes/data/dataReservations.php [new file with mode: 0644]
classes/data/dataRooms.php [new file with mode: 0644]
classes/data/dataSections.php [new file with mode: 0644]
classes/data/dataSold.php [new file with mode: 0644]
classes/data/dataStates.php [new file with mode: 0644]
classes/data/dataTeams.php [new file with mode: 0644]
classes/data/dataTicketClaimTracking.php [new file with mode: 0644]
classes/data/dataTicketInventory.php [new file with mode: 0644]
classes/data/dataTicketPackages.php [new file with mode: 0644]
classes/data/dataTickets.php [new file with mode: 0644]
classes/data/dataVoucherCoupons.php [new file with mode: 0644]
configs/common.ini [new file with mode: 0644]
controllers/AdminController.php [new file with mode: 0644]
controllers/FrontController.php [new file with mode: 0644]
data/DatabaseModificationsForTicketing.sql [new file with mode: 0644]
data/EventManagement.sql [new file with mode: 0644]
docs/Current_Deployment_Notes.txt [new file with mode: 0644]
docs/Delete_Event.sql [new file with mode: 0644]
docs/Development_Notes.txt [new file with mode: 0644]
docs/Field Specifications [new file with mode: 0644]
docs/Install.txt [new file with mode: 0644]
docs/ProgramFlow.txt [new file with mode: 0644]
docs/Sites_Using.txt [new file with mode: 0644]
docs/Streamlined Ticketing for Star Line.odg [new file with mode: 0644]
docs/Testing Notes.txt [new file with mode: 0644]
docs/Toolkit/EventManagement/EventManagement.php [new file with mode: 0644]
docs/Toolkit/EventManagement/MembersEventManagement.php [new file with mode: 0644]
docs/Toolkit/EventManagement/NOT_SURE_ABOUT_THIS_STUFF_MIGHT_NOT_BE_USED [new file with mode: 0644]
docs/VenueAdminGuide.odt [new file with mode: 0644]
docs/admin/EventManagement/EventManagement.php [new file with mode: 0644]
docs/barcode/FRE3OF9X.TTF [new file with mode: 0644]
docs/barcode/FREE3OF9.TTF [new file with mode: 0644]
docs/barcode/FREE3OF9.TXT [new file with mode: 0644]
docs/config.ini.SAMPLE [new file with mode: 0644]
docs/config/applications/EventManagement.ini [new file with mode: 0644]
help.html [new file with mode: 0644]
index.html [new file with mode: 0644]
models/admin/actions/Accommodation/add.inc [new file with mode: 0644]
models/admin/actions/Accommodation/addRoom.inc [new file with mode: 0644]
models/admin/actions/Accommodation/detail.inc [new file with mode: 0644]
models/admin/actions/Accommodation/edit.inc [new file with mode: 0644]
models/admin/actions/Accommodation/editRoom.inc [new file with mode: 0644]
models/admin/actions/Accommodation/insert.inc [new file with mode: 0644]
models/admin/actions/Accommodation/insertRoom.inc [new file with mode: 0644]
models/admin/actions/Accommodation/list.inc [new file with mode: 0644]
models/admin/actions/Accommodation/update.inc [new file with mode: 0644]
models/admin/actions/Accommodation/updateRoom.inc [new file with mode: 0644]
models/admin/actions/Addon/add.inc [new file with mode: 0644]
models/admin/actions/Addon/confirmDelete.inc [new file with mode: 0644]
models/admin/actions/Addon/delete.inc [new file with mode: 0644]
models/admin/actions/Addon/detail.inc [new file with mode: 0644]
models/admin/actions/Addon/edit.inc [new file with mode: 0644]
models/admin/actions/Addon/insert.inc [new file with mode: 0644]
models/admin/actions/Addon/list.inc [new file with mode: 0644]
models/admin/actions/Addon/selected.inc [new file with mode: 0644]
models/admin/actions/Addon/update.inc [new file with mode: 0644]
models/admin/actions/Attendance/add.inc [new file with mode: 0755]
models/admin/actions/Attendance/confirmDelete.inc [new file with mode: 0755]
models/admin/actions/Attendance/delete.inc [new file with mode: 0755]
models/admin/actions/Attendance/detail.inc [new file with mode: 0644]
models/admin/actions/Attendance/edit.inc [new file with mode: 0755]
models/admin/actions/Attendance/insert.inc [new file with mode: 0755]
models/admin/actions/Attendance/list.inc [new file with mode: 0755]
models/admin/actions/Attendance/selected.inc [new file with mode: 0755]
models/admin/actions/Attendance/update.inc [new file with mode: 0755]
models/admin/actions/Block/detail.inc [new file with mode: 0644]
models/admin/actions/Block/show.inc [new file with mode: 0644]
models/admin/actions/Block/summary.inc [new file with mode: 0644]
models/admin/actions/Block/updateBlocks.inc [new file with mode: 0644]
models/admin/actions/Block/updateDetail.inc [new file with mode: 0644]
models/admin/actions/Booking/add.inc [new file with mode: 0644]
models/admin/actions/Booking/detail.inc [new file with mode: 0644]
models/admin/actions/Booking/insert.inc [new file with mode: 0644]
models/admin/actions/Booking/list.inc [new file with mode: 0644]
models/admin/actions/Contact/add.inc [new file with mode: 0644]
models/admin/actions/Contact/confirmDelete.inc [new file with mode: 0644]
models/admin/actions/Contact/delete.inc [new file with mode: 0644]
models/admin/actions/Contact/detail.inc [new file with mode: 0644]
models/admin/actions/Contact/edit.inc [new file with mode: 0644]
models/admin/actions/Contact/insert.inc [new file with mode: 0644]
models/admin/actions/Contact/list.inc [new file with mode: 0644]
models/admin/actions/Contact/update.inc [new file with mode: 0644]
models/admin/actions/Debug/start.inc [new file with mode: 0644]
models/admin/actions/Debug/update.inc [new file with mode: 0644]
models/admin/actions/Division/add.inc [new file with mode: 0644]
models/admin/actions/Division/detail.inc [new file with mode: 0644]
models/admin/actions/Division/edit.inc [new file with mode: 0644]
models/admin/actions/Division/insert.inc [new file with mode: 0644]
models/admin/actions/Division/list.inc [new file with mode: 0644]
models/admin/actions/Division/update.inc [new file with mode: 0644]
models/admin/actions/Entrance/add.inc [new file with mode: 0644]
models/admin/actions/Entrance/confirmDelete.inc [new file with mode: 0644]
models/admin/actions/Entrance/delete.inc [new file with mode: 0644]
models/admin/actions/Entrance/detail.inc [new file with mode: 0644]
models/admin/actions/Entrance/edit.inc [new file with mode: 0644]
models/admin/actions/Entrance/insert.inc [new file with mode: 0644]
models/admin/actions/Entrance/list.inc [new file with mode: 0644]
models/admin/actions/Entrance/update.inc [new file with mode: 0644]
models/admin/actions/Event/add.inc [new file with mode: 0644]
models/admin/actions/Event/detail.inc [new file with mode: 0644]
models/admin/actions/Event/edit.inc [new file with mode: 0644]
models/admin/actions/Event/insert.inc [new file with mode: 0644]
models/admin/actions/Event/list.inc [new file with mode: 0644]
models/admin/actions/Event/stats.inc [new file with mode: 0644]
models/admin/actions/Event/update.inc [new file with mode: 0644]
models/admin/actions/EventFee/add.inc [new file with mode: 0644]
models/admin/actions/EventFee/confirmDelete.inc [new file with mode: 0644]
models/admin/actions/EventFee/delete.inc [new file with mode: 0644]
models/admin/actions/EventFee/detail.inc [new file with mode: 0644]
models/admin/actions/EventFee/edit.inc [new file with mode: 0644]
models/admin/actions/EventFee/insert.inc [new file with mode: 0644]
models/admin/actions/EventFee/list.inc [new file with mode: 0644]
models/admin/actions/EventFee/update.inc [new file with mode: 0644]
models/admin/actions/Help/index.inc [new file with mode: 0644]
models/admin/actions/Index/index.inc [new file with mode: 0644]
models/admin/actions/Index/welcome.inc [new file with mode: 0644]
models/admin/actions/Member/add.inc [new file with mode: 0644]
models/admin/actions/Member/confirmDelete.inc [new file with mode: 0644]
models/admin/actions/Member/delete.inc [new file with mode: 0644]
models/admin/actions/Member/detail.inc [new file with mode: 0644]
models/admin/actions/Member/edit.inc [new file with mode: 0644]
models/admin/actions/Member/index.inc [new file with mode: 0644]
models/admin/actions/Member/insert.inc [new file with mode: 0644]
models/admin/actions/Member/list.inc [new file with mode: 0644]
models/admin/actions/Member/selected.inc [new file with mode: 0644]
models/admin/actions/Member/stats.inc [new file with mode: 0644]
models/admin/actions/Member/update.inc [new file with mode: 0644]
models/admin/actions/MemberAmenities/add.inc [new file with mode: 0644]
models/admin/actions/MemberAmenities/detail.inc [new file with mode: 0644]
models/admin/actions/MemberAmenities/edit.inc [new file with mode: 0644]
models/admin/actions/MemberAmenities/insert.inc [new file with mode: 0644]
models/admin/actions/MemberAmenities/list.inc [new file with mode: 0644]
models/admin/actions/MemberAmenities/update.inc [new file with mode: 0644]
models/admin/actions/MemberFee/add.inc [new file with mode: 0644]
models/admin/actions/MemberFee/confirmDelete.inc [new file with mode: 0644]
models/admin/actions/MemberFee/delete.inc [new file with mode: 0644]
models/admin/actions/MemberFee/detail.inc [new file with mode: 0644]
models/admin/actions/MemberFee/edit.inc [new file with mode: 0644]
models/admin/actions/MemberFee/insert.inc [new file with mode: 0644]
models/admin/actions/MemberFee/list.inc [new file with mode: 0644]
models/admin/actions/MemberFee/update.inc [new file with mode: 0644]
models/admin/actions/Misc/blank.inc [new file with mode: 0644]
models/admin/actions/Misc/configDetail.inc [new file with mode: 0644]
models/admin/actions/Misc/configEdit.inc [new file with mode: 0644]
models/admin/actions/Misc/configUpdate.inc [new file with mode: 0644]
models/admin/actions/Misc/index.inc [new file with mode: 0644]
models/admin/actions/Misc/upload.inc [new file with mode: 0644]
models/admin/actions/Misc/uploadIndex.inc [new file with mode: 0644]
models/admin/actions/Misc/uploadStylesheet.inc [new file with mode: 0644]
models/admin/actions/Order/delete.inc [new file with mode: 0644]
models/admin/actions/Order/detail.inc [new file with mode: 0644]
models/admin/actions/Order/edit.inc [new file with mode: 0644]
models/admin/actions/Order/list.inc [new file with mode: 0644]
models/admin/actions/Order/printVoucher.inc [new file with mode: 0644]
models/admin/actions/Order/printVoucherMobile.inc [new file with mode: 0755]
models/admin/actions/Order/selected.inc [new file with mode: 0644]
models/admin/actions/Order/update.inc [new file with mode: 0644]
models/admin/actions/Performance/add.inc [new file with mode: 0644]
models/admin/actions/Performance/confirmDelete.inc [new file with mode: 0644]
models/admin/actions/Performance/delete.inc [new file with mode: 0644]
models/admin/actions/Performance/detail.inc [new file with mode: 0644]
models/admin/actions/Performance/edit.inc [new file with mode: 0644]
models/admin/actions/Performance/insert.inc [new file with mode: 0644]
models/admin/actions/Performance/list.inc [new file with mode: 0644]
models/admin/actions/Performance/selected.inc [new file with mode: 0644]
models/admin/actions/Performance/summary.inc [new file with mode: 0644]
models/admin/actions/Performance/update.inc [new file with mode: 0644]
models/admin/actions/Promo/add.inc [new file with mode: 0644]
models/admin/actions/Promo/confirmDelete.inc [new file with mode: 0644]
models/admin/actions/Promo/delete.inc [new file with mode: 0644]
models/admin/actions/Promo/detail.inc [new file with mode: 0644]
models/admin/actions/Promo/edit.inc [new file with mode: 0644]
models/admin/actions/Promo/insert.inc [new file with mode: 0644]
models/admin/actions/Promo/list.inc [new file with mode: 0644]
models/admin/actions/Promo/selected.inc [new file with mode: 0644]
models/admin/actions/Promo/update.inc [new file with mode: 0644]
models/admin/actions/Report/custom.inc [new file with mode: 0644]
models/admin/actions/Report/customManifest.inc [new file with mode: 0644]
models/admin/actions/Report/index.inc [new file with mode: 0644]
models/admin/actions/Report/member.inc [new file with mode: 0644]
models/admin/actions/Report/orders.inc [new file with mode: 0644]
models/admin/actions/Report/promo.inc [new file with mode: 0644]
models/admin/actions/Report/sales.inc [new file with mode: 0644]
models/admin/actions/Reservation/detail.inc [new file with mode: 0644]
models/admin/actions/Reservation/edit.inc [new file with mode: 0644]
models/admin/actions/Reservation/list.inc [new file with mode: 0644]
models/admin/actions/Reservation/update.inc [new file with mode: 0644]
models/admin/actions/Section/add.inc [new file with mode: 0644]
models/admin/actions/Section/confirmDelete.inc [new file with mode: 0644]
models/admin/actions/Section/delete.inc [new file with mode: 0644]
models/admin/actions/Section/detail.inc [new file with mode: 0644]
models/admin/actions/Section/edit.inc [new file with mode: 0644]
models/admin/actions/Section/insert.inc [new file with mode: 0644]
models/admin/actions/Section/list.inc [new file with mode: 0644]
models/admin/actions/Section/update.inc [new file with mode: 0644]
models/admin/actions/Sold/claim.inc [new file with mode: 0644]
models/admin/actions/Sold/claimVoucher.inc [new file with mode: 0644]
models/admin/actions/Sold/detail.inc [new file with mode: 0644]
models/admin/actions/Sold/fixPackages.inc [new file with mode: 0755]
models/admin/actions/Sold/list.inc [new file with mode: 0644]
models/admin/actions/Sold/resetVoucher.inc [new file with mode: 0644]
models/admin/actions/Sold/selected.inc [new file with mode: 0644]
models/admin/actions/State/add.inc [new file with mode: 0644]
models/admin/actions/State/detail.inc [new file with mode: 0644]
models/admin/actions/State/edit.inc [new file with mode: 0644]
models/admin/actions/State/insert.inc [new file with mode: 0644]
models/admin/actions/State/list.inc [new file with mode: 0644]
models/admin/actions/State/update.inc [new file with mode: 0644]
models/admin/actions/Team/add.inc [new file with mode: 0644]
models/admin/actions/Team/detail.inc [new file with mode: 0644]
models/admin/actions/Team/edit.inc [new file with mode: 0644]
models/admin/actions/Team/editRoster.inc [new file with mode: 0644]
models/admin/actions/Team/insert.inc [new file with mode: 0644]
models/admin/actions/Team/list.inc [new file with mode: 0644]
models/admin/actions/Team/update.inc [new file with mode: 0644]
models/admin/actions/Team/updateRoster.inc [new file with mode: 0644]
models/admin/actions/Ticket/add.inc [new file with mode: 0644]
models/admin/actions/Ticket/confirmDelete.inc [new file with mode: 0644]
models/admin/actions/Ticket/delete.inc [new file with mode: 0644]
models/admin/actions/Ticket/detail.inc [new file with mode: 0644]
models/admin/actions/Ticket/edit.inc [new file with mode: 0644]
models/admin/actions/Ticket/insert.inc [new file with mode: 0644]
models/admin/actions/Ticket/inventory.inc [new file with mode: 0644]
models/admin/actions/Ticket/inventoryUpdate.inc [new file with mode: 0644]
models/admin/actions/Ticket/list.inc [new file with mode: 0644]
models/admin/actions/Ticket/printSampleVoucher.inc [new file with mode: 0644]
models/admin/actions/Ticket/selected.inc [new file with mode: 0644]
models/admin/actions/Ticket/setActive.inc [new file with mode: 0644]
models/admin/actions/Ticket/update.inc [new file with mode: 0644]
models/admin/actions/User/login.inc [new file with mode: 0644]
models/admin/actions/VoucherCoupon/add.inc [new file with mode: 0755]
models/admin/actions/VoucherCoupon/confirmDelete.inc [new file with mode: 0755]
models/admin/actions/VoucherCoupon/delete.inc [new file with mode: 0755]
models/admin/actions/VoucherCoupon/detail.inc [new file with mode: 0644]
models/admin/actions/VoucherCoupon/edit.inc [new file with mode: 0755]
models/admin/actions/VoucherCoupon/insert.inc [new file with mode: 0755]
models/admin/actions/VoucherCoupon/list.inc [new file with mode: 0755]
models/admin/actions/VoucherCoupon/selected.inc [new file with mode: 0755]
models/admin/actions/VoucherCoupon/test.inc [new file with mode: 0755]
models/admin/actions/VoucherCoupon/update.inc [new file with mode: 0755]
models/admin/actions/inventory/add.inc [new file with mode: 0644]
models/admin/actions/inventory/detail.inc [new file with mode: 0644]
models/admin/actions/inventory/edit.inc [new file with mode: 0644]
models/admin/actions/inventory/insert.inc [new file with mode: 0644]
models/admin/actions/inventory/list.inc [new file with mode: 0644]
models/admin/actions/inventory/selected.inc [new file with mode: 0644]
models/admin/actions/inventory/update.inc [new file with mode: 0644]
models/admin/classes/accommodations.php [new file with mode: 0644]
models/admin/classes/addons.php [new file with mode: 0644]
models/admin/classes/addonsSold.php [new file with mode: 0644]
models/admin/classes/attendance.php [new file with mode: 0755]
models/admin/classes/blocks.php [new file with mode: 0644]
models/admin/classes/bookings.php [new file with mode: 0644]
models/admin/classes/contacts.php [new file with mode: 0644]
models/admin/classes/dataList.php [new file with mode: 0644]
models/admin/classes/divisions.php [new file with mode: 0644]
models/admin/classes/entrances.php [new file with mode: 0644]
models/admin/classes/eventFees.php [new file with mode: 0644]
models/admin/classes/eventReport.php [new file with mode: 0644]
models/admin/classes/events.php [new file with mode: 0644]
models/admin/classes/inventory.php [new file with mode: 0644]
models/admin/classes/memberAmenities.php [new file with mode: 0644]
models/admin/classes/memberFees.php [new file with mode: 0644]
models/admin/classes/members.php [new file with mode: 0644]
models/admin/classes/misc.php [new file with mode: 0644]
models/admin/classes/orders.php [new file with mode: 0644]
models/admin/classes/performances.php [new file with mode: 0644]
models/admin/classes/promoTickets.php [new file with mode: 0644]
models/admin/classes/promos.php [new file with mode: 0644]
models/admin/classes/promosSold.php [new file with mode: 0644]
models/admin/classes/reservationReport.php [new file with mode: 0644]
models/admin/classes/reservations.php [new file with mode: 0644]
models/admin/classes/roomBlockReport.php [new file with mode: 0644]
models/admin/classes/roomRequestReport.php [new file with mode: 0644]
models/admin/classes/rooms.php [new file with mode: 0644]
models/admin/classes/sections.php [new file with mode: 0644]
models/admin/classes/sold.php [new file with mode: 0644]
models/admin/classes/states.php [new file with mode: 0644]
models/admin/classes/teams.php [new file with mode: 0644]
models/admin/classes/ticketInventory.php [new file with mode: 0644]
models/admin/classes/tickets.php [new file with mode: 0644]
models/admin/classes/voucherCoupons.php [new file with mode: 0755]
models/front/actions/Debug/start.inc [new file with mode: 0644]
models/front/actions/Debug/update.inc [new file with mode: 0644]
models/front/actions/Index/index.inc [new file with mode: 0644]
models/front/actions/Shop/PayPal.inc [new file with mode: 0644]
models/front/actions/Shop/PayPalApproved.inc [new file with mode: 0644]
models/front/actions/Shop/additionalInfo.inc [new file with mode: 0755]
models/front/actions/Shop/cart.inc [new file with mode: 0644]
models/front/actions/Shop/checkout.inc [new file with mode: 0644]
models/front/actions/Shop/checkoutSubmit.inc [new file with mode: 0644]
models/front/actions/Shop/printVoucher.inc [new file with mode: 0644]
models/front/actions/Shop/sectionSelect.inc [new file with mode: 0644]
models/front/actions/Shop/start.inc [new file with mode: 0644]
models/front/actions/Shop/ticketOpt.inc [new file with mode: 0644]
models/front/actions/Shop/ticketSelect.inc [new file with mode: 0644]
models/front/classes/checkoutSupport.php [new file with mode: 0644]
models/front/classes/support.php [new file with mode: 0644]
models/vouchers/Gaslight/voucher.php [new file with mode: 0644]
models/vouchers/Generic/voucher.php [new file with mode: 0644]
models/vouchers/MMM/voucher.php [new file with mode: 0644]
models/vouchers/MMM/voucher.php.SAVE [new file with mode: 0644]
models/vouchers/MackinacFerry/voucher.php [new file with mode: 0644]
models/vouchers/MackinacFerry/voucherMobile.php [new file with mode: 0644]
models/vouchers/PointerBoat/voucher.php [new file with mode: 0644]
models/vouchers/PointerBoat/voucher.php.SAVE [new file with mode: 0644]
models/vouchers/SaultSteMarie/voucher.php [new file with mode: 0644]
views/NOTE.txt [new file with mode: 0755]
views/admin/tickets/Accommodation/list.html [new file with mode: 0644]
views/admin/tickets/Addon/delete.html [new file with mode: 0644]
views/admin/tickets/Addon/detail.html [new file with mode: 0644]
views/admin/tickets/Addon/edit.html [new file with mode: 0644]
views/admin/tickets/Addon/list.html [new file with mode: 0644]
views/admin/tickets/Addon/selected.html [new file with mode: 0644]
views/admin/tickets/Attendance/added.html [new file with mode: 0755]
views/admin/tickets/Attendance/delete.html [new file with mode: 0755]
views/admin/tickets/Attendance/detail.html [new file with mode: 0644]
views/admin/tickets/Attendance/edit.html [new file with mode: 0755]
views/admin/tickets/Attendance/list.html [new file with mode: 0644]
views/admin/tickets/Contact/added.html [new file with mode: 0644]
views/admin/tickets/Contact/delete.html [new file with mode: 0644]
views/admin/tickets/Contact/detail.html [new file with mode: 0644]
views/admin/tickets/Contact/edit.html [new file with mode: 0644]
views/admin/tickets/Contact/list.html [new file with mode: 0644]
views/admin/tickets/Debug/index.html [new file with mode: 0644]
views/admin/tickets/Debug/start.html [new file with mode: 0644]
views/admin/tickets/Entrance/delete.html [new file with mode: 0644]
views/admin/tickets/Entrance/detail.html [new file with mode: 0644]
views/admin/tickets/Entrance/edit.html [new file with mode: 0644]
views/admin/tickets/Entrance/list.html [new file with mode: 0644]
views/admin/tickets/Event/index.html [new file with mode: 0644]
views/admin/tickets/Help/index.html [new file with mode: 0644]
views/admin/tickets/Member/added.html [new file with mode: 0644]
views/admin/tickets/Member/delete.html [new file with mode: 0644]
views/admin/tickets/Member/detail.html [new file with mode: 0644]
views/admin/tickets/Member/detail.html.SAVE [new file with mode: 0644]
views/admin/tickets/Member/edit.html [new file with mode: 0644]
views/admin/tickets/Member/edit.html.SAVE [new file with mode: 0644]
views/admin/tickets/Member/index.html [new file with mode: 0644]
views/admin/tickets/Member/list.html [new file with mode: 0644]
views/admin/tickets/Member/redisplayList.html [new file with mode: 0644]
views/admin/tickets/Member/selected.html [new file with mode: 0644]
views/admin/tickets/Member/stats.html [new file with mode: 0644]
views/admin/tickets/Misc/blank.html [new file with mode: 0644]
views/admin/tickets/Misc/configDetail.html [new file with mode: 0644]
views/admin/tickets/Misc/configEdit.html [new file with mode: 0644]
views/admin/tickets/Misc/index.html [new file with mode: 0644]
views/admin/tickets/Misc/upload.html [new file with mode: 0644]
views/admin/tickets/Order/detail.html [new file with mode: 0644]
views/admin/tickets/Order/edit.html [new file with mode: 0644]
views/admin/tickets/Order/list.html [new file with mode: 0644]
views/admin/tickets/Order/selected.html [new file with mode: 0644]
views/admin/tickets/Performance/delete.html [new file with mode: 0644]
views/admin/tickets/Performance/detail.html [new file with mode: 0644]
views/admin/tickets/Performance/edit.html [new file with mode: 0644]
views/admin/tickets/Performance/list.html [new file with mode: 0644]
views/admin/tickets/Performance/redisplayList.html [new file with mode: 0644]
views/admin/tickets/Performance/selected.html [new file with mode: 0644]
views/admin/tickets/Performance/summary.html [new file with mode: 0644]
views/admin/tickets/Promo/delete.html [new file with mode: 0644]
views/admin/tickets/Promo/detail.html [new file with mode: 0644]
views/admin/tickets/Promo/edit.html [new file with mode: 0644]
views/admin/tickets/Promo/list.html [new file with mode: 0644]
views/admin/tickets/Promo/selected.html [new file with mode: 0644]
views/admin/tickets/Report/customClaimed.html [new file with mode: 0644]
views/admin/tickets/Report/customClaimedCSV.html [new file with mode: 0755]
views/admin/tickets/Report/customClaimedDetail.html [new file with mode: 0644]
views/admin/tickets/Report/customClaimedDetailCSV.html [new file with mode: 0755]
views/admin/tickets/Report/customManifest.html [new file with mode: 0644]
views/admin/tickets/Report/customManifestCSV.html [new file with mode: 0755]
views/admin/tickets/Report/customReportSelection.html [new file with mode: 0644]
views/admin/tickets/Report/error.html [new file with mode: 0755]
views/admin/tickets/Report/index.html [new file with mode: 0644]
views/admin/tickets/Report/member.html [new file with mode: 0644]
views/admin/tickets/Report/memberCSV.html [new file with mode: 0644]
views/admin/tickets/Report/memberReportSelection.html [new file with mode: 0644]
views/admin/tickets/Report/orders.html [new file with mode: 0644]
views/admin/tickets/Report/ordersCSV.html [new file with mode: 0644]
views/admin/tickets/Report/ordersReportSelection.html [new file with mode: 0644]
views/admin/tickets/Report/promoCSV.html [new file with mode: 0755]
views/admin/tickets/Report/promoDetail.html [new file with mode: 0644]
views/admin/tickets/Report/promoReportSelection.html [new file with mode: 0644]
views/admin/tickets/Report/promoSummary.html [new file with mode: 0644]
views/admin/tickets/Report/sales.html [new file with mode: 0644]
views/admin/tickets/Report/salesCSV.html [new file with mode: 0644]
views/admin/tickets/Report/salesDetail.html [new file with mode: 0644]
views/admin/tickets/Report/salesDetailCSV.html [new file with mode: 0644]
views/admin/tickets/Report/salesPackageTickets.html [new file with mode: 0644]
views/admin/tickets/Report/salesPackageTicketsCSV.html [new file with mode: 0755]
views/admin/tickets/Report/salesReportSelection.html [new file with mode: 0644]
views/admin/tickets/Section/delete.html [new file with mode: 0644]
views/admin/tickets/Section/detail.html [new file with mode: 0644]
views/admin/tickets/Section/edit.html [new file with mode: 0644]
views/admin/tickets/Section/list.html [new file with mode: 0644]
views/admin/tickets/Sold/claim.html [new file with mode: 0644]
views/admin/tickets/Sold/detail.html [new file with mode: 0644]
views/admin/tickets/Sold/list.html [new file with mode: 0644]
views/admin/tickets/Sold/selected.html [new file with mode: 0644]
views/admin/tickets/Ticket/addGetMember.html [new file with mode: 0644]
views/admin/tickets/Ticket/delete.html [new file with mode: 0644]
views/admin/tickets/Ticket/detail.html [new file with mode: 0644]
views/admin/tickets/Ticket/edit.html [new file with mode: 0644]
views/admin/tickets/Ticket/inventory.html [new file with mode: 0644]
views/admin/tickets/Ticket/inventoryNoCalendar.html [new file with mode: 0644]
views/admin/tickets/Ticket/list.html [new file with mode: 0644]
views/admin/tickets/Ticket/selected.html [new file with mode: 0644]
views/admin/tickets/User/index.html [new file with mode: 0644]
views/admin/tickets/User/loginForm.html [new file with mode: 0644]
views/admin/tickets/VoucherCoupon/delete.html [new file with mode: 0755]
views/admin/tickets/VoucherCoupon/detail.html [new file with mode: 0644]
views/admin/tickets/VoucherCoupon/edit.html [new file with mode: 0755]
views/admin/tickets/VoucherCoupon/list.html [new file with mode: 0644]
views/admin/tickets/VoucherCoupon/selected.html [new file with mode: 0755]
views/admin/tickets/VoucherCoupon/test.html [new file with mode: 0755]
views/admin/tickets/Welcome/index.html [new file with mode: 0644]
views/admin/tickets/index.html [new file with mode: 0644]
views/admin/tickets/index.html.SAVE [new file with mode: 0644]
views/front/FoundationStandAlone/Debug/index.html [new file with mode: 0755]
views/front/FoundationStandAlone/Debug/start.html [new file with mode: 0755]
views/front/FoundationStandAlone/Shop/PayPalApproved.html [new file with mode: 0755]
views/front/FoundationStandAlone/Shop/PayPalFail.html [new file with mode: 0755]
views/front/FoundationStandAlone/Shop/additionalInfo.html [new file with mode: 0644]
views/front/FoundationStandAlone/Shop/cart.html [new file with mode: 0755]
views/front/FoundationStandAlone/Shop/checkout.html [new file with mode: 0755]
views/front/FoundationStandAlone/Shop/checkoutSuccess.html [new file with mode: 0755]
views/front/FoundationStandAlone/Shop/paymentSummary.html [new file with mode: 0755]
views/front/FoundationStandAlone/Shop/sectionSelect.html [new file with mode: 0755]
views/front/FoundationStandAlone/Shop/start-COPY.html [new file with mode: 0644]
views/front/FoundationStandAlone/Shop/start.html [new file with mode: 0755]
views/front/FoundationStandAlone/Shop/ticketOpt.html [new file with mode: 0755]
views/front/FoundationStandAlone/Shop/ticketSelect.html [new file with mode: 0755]
views/front/FoundationStandAlone/foot.html [new file with mode: 0755]
views/front/FoundationStandAlone/head.html [new file with mode: 0755]
views/front/FoundationStandAlone/index.html [new file with mode: 0755]
views/front/Gaslight/Debug/index.html [new file with mode: 0755]
views/front/Gaslight/Debug/start.html [new file with mode: 0755]
views/front/Gaslight/Shop/PayPalApproved.html [new file with mode: 0755]
views/front/Gaslight/Shop/PayPalFail.html [new file with mode: 0755]
views/front/Gaslight/Shop/additionalInfo.html [new file with mode: 0644]
views/front/Gaslight/Shop/cart.html [new file with mode: 0755]
views/front/Gaslight/Shop/checkout.html [new file with mode: 0755]
views/front/Gaslight/Shop/checkoutSuccess.html [new file with mode: 0755]
views/front/Gaslight/Shop/paymentSummary.html [new file with mode: 0755]
views/front/Gaslight/Shop/sectionSelect.html [new file with mode: 0755]
views/front/Gaslight/Shop/start-COPY.html [new file with mode: 0644]
views/front/Gaslight/Shop/start.html [new file with mode: 0755]
views/front/Gaslight/Shop/svn-commit.tmp [new file with mode: 0644]
views/front/Gaslight/Shop/ticketOpt.html [new file with mode: 0755]
views/front/Gaslight/Shop/ticketSelect.html [new file with mode: 0755]
views/front/Gaslight/foot.html [new file with mode: 0755]
views/front/Gaslight/head.html [new file with mode: 0755]
views/front/Gaslight/index.html [new file with mode: 0755]
views/front/MMM/Debug/index.html [new file with mode: 0755]
views/front/MMM/Debug/start.html [new file with mode: 0755]
views/front/MMM/Shop/PayPalApproved.html [new file with mode: 0755]
views/front/MMM/Shop/PayPalFail.html [new file with mode: 0755]
views/front/MMM/Shop/additionalInfo.html [new file with mode: 0644]
views/front/MMM/Shop/cart.html [new file with mode: 0755]
views/front/MMM/Shop/checkout.html [new file with mode: 0755]
views/front/MMM/Shop/checkoutSuccess.html [new file with mode: 0755]
views/front/MMM/Shop/paymentSummary.html [new file with mode: 0755]
views/front/MMM/Shop/sectionSelect.html [new file with mode: 0755]
views/front/MMM/Shop/start-COPY.html [new file with mode: 0644]
views/front/MMM/Shop/start.html [new file with mode: 0755]
views/front/MMM/Shop/svn-commit.tmp [new file with mode: 0644]
views/front/MMM/Shop/ticketOpt.html [new file with mode: 0755]
views/front/MMM/Shop/ticketSelect.html [new file with mode: 0755]
views/front/MMM/foot.html [new file with mode: 0755]
views/front/MMM/head.html [new file with mode: 0755]
views/front/MMM/index.html [new file with mode: 0755]
views/front/PointerBoat/Debug/index.html [new file with mode: 0755]
views/front/PointerBoat/Debug/start.html [new file with mode: 0755]
views/front/PointerBoat/Shop/PayPalApproved.html [new file with mode: 0755]
views/front/PointerBoat/Shop/PayPalFail.html [new file with mode: 0755]
views/front/PointerBoat/Shop/additionalInfo.html [new file with mode: 0644]
views/front/PointerBoat/Shop/cart.html [new file with mode: 0755]
views/front/PointerBoat/Shop/checkout.html [new file with mode: 0755]
views/front/PointerBoat/Shop/checkoutSuccess.html [new file with mode: 0755]
views/front/PointerBoat/Shop/paymentSummary.html [new file with mode: 0755]
views/front/PointerBoat/Shop/sectionSelect.html [new file with mode: 0755]
views/front/PointerBoat/Shop/start-COPY.html [new file with mode: 0644]
views/front/PointerBoat/Shop/start.html [new file with mode: 0755]
views/front/PointerBoat/Shop/svn-commit.tmp [new file with mode: 0644]
views/front/PointerBoat/Shop/ticketOpt.html [new file with mode: 0755]
views/front/PointerBoat/Shop/ticketSelect.html [new file with mode: 0755]
views/front/PointerBoat/Shop_Backup/PayPalApproved.html [new file with mode: 0755]
views/front/PointerBoat/Shop_Backup/PayPalFail.html [new file with mode: 0755]
views/front/PointerBoat/Shop_Backup/additionalInfo.html [new file with mode: 0644]
views/front/PointerBoat/Shop_Backup/cart.html [new file with mode: 0755]
views/front/PointerBoat/Shop_Backup/checkout.html [new file with mode: 0755]
views/front/PointerBoat/Shop_Backup/checkoutSuccess.html [new file with mode: 0755]
views/front/PointerBoat/Shop_Backup/paymentSummary.html [new file with mode: 0755]
views/front/PointerBoat/Shop_Backup/sectionSelect.html [new file with mode: 0755]
views/front/PointerBoat/Shop_Backup/start-COPY.html [new file with mode: 0644]
views/front/PointerBoat/Shop_Backup/start.html [new file with mode: 0755]
views/front/PointerBoat/Shop_Backup/svn-commit.tmp [new file with mode: 0644]
views/front/PointerBoat/Shop_Backup/ticketOpt.html [new file with mode: 0755]
views/front/PointerBoat/Shop_Backup/ticketSelect.html [new file with mode: 0755]
views/front/PointerBoat/foot.html [new file with mode: 0755]
views/front/PointerBoat/head.html [new file with mode: 0755]
views/front/PointerBoat/index.html [new file with mode: 0755]
views/front/SaultSteMarie/Debug/index.html [new file with mode: 0755]
views/front/SaultSteMarie/Debug/start.html [new file with mode: 0755]
views/front/SaultSteMarie/Shop/PayPalApproved.html [new file with mode: 0755]
views/front/SaultSteMarie/Shop/PayPalFail.html [new file with mode: 0755]
views/front/SaultSteMarie/Shop/additionalInfo.html [new file with mode: 0644]
views/front/SaultSteMarie/Shop/cart.html [new file with mode: 0755]
views/front/SaultSteMarie/Shop/checkout.html [new file with mode: 0755]
views/front/SaultSteMarie/Shop/checkoutSuccess.html [new file with mode: 0755]
views/front/SaultSteMarie/Shop/paymentSummary.html [new file with mode: 0755]
views/front/SaultSteMarie/Shop/sectionSelect.html [new file with mode: 0755]
views/front/SaultSteMarie/Shop/start-COPY.html [new file with mode: 0644]
views/front/SaultSteMarie/Shop/start.html [new file with mode: 0755]
views/front/SaultSteMarie/Shop/ticketOpt.html [new file with mode: 0755]
views/front/SaultSteMarie/Shop/ticketSelect.html [new file with mode: 0755]
views/front/SaultSteMarie/foot.html [new file with mode: 0755]
views/front/SaultSteMarie/head.html [new file with mode: 0755]
views/front/SaultSteMarie/index.html [new file with mode: 0755]
views/front/TicketsFoundation/Debug/index.html [new file with mode: 0644]
views/front/TicketsFoundation/Debug/start.html [new file with mode: 0644]
views/front/TicketsFoundation/Shop/Copy of cart.html [new file with mode: 0644]
views/front/TicketsFoundation/Shop/PayPalApproved.html [new file with mode: 0644]
views/front/TicketsFoundation/Shop/PayPalFail.html [new file with mode: 0644]
views/front/TicketsFoundation/Shop/cart.html [new file with mode: 0644]
views/front/TicketsFoundation/Shop/checkout.html [new file with mode: 0644]
views/front/TicketsFoundation/Shop/checkoutSuccess.html [new file with mode: 0644]
views/front/TicketsFoundation/Shop/paymentSummary.html [new file with mode: 0644]
views/front/TicketsFoundation/Shop/sectionSelect.html [new file with mode: 0644]
views/front/TicketsFoundation/Shop/start.html [new file with mode: 0644]
views/front/TicketsFoundation/Shop/ticketOpt.html [new file with mode: 0644]
views/front/TicketsFoundation/Shop/ticketSelect.html [new file with mode: 0644]
views/front/TicketsFoundation/foot.html [new file with mode: 0644]
views/front/TicketsFoundation/head.html [new file with mode: 0644]
views/front/TicketsFoundation/index.html [new file with mode: 0644]
views/front/tickets/Debug/index.html [new file with mode: 0644]
views/front/tickets/Debug/start.html [new file with mode: 0644]
views/front/tickets/Shop/PayPalApproved.html [new file with mode: 0644]
views/front/tickets/Shop/PayPalFail.html [new file with mode: 0644]
views/front/tickets/Shop/cart.html [new file with mode: 0644]
views/front/tickets/Shop/checkout.html [new file with mode: 0644]
views/front/tickets/Shop/checkoutSuccess.html [new file with mode: 0644]
views/front/tickets/Shop/paymentSummary.html [new file with mode: 0644]
views/front/tickets/Shop/sectionSelect.html [new file with mode: 0644]
views/front/tickets/Shop/start.html [new file with mode: 0644]
views/front/tickets/Shop/ticketOpt.html [new file with mode: 0644]
views/front/tickets/Shop/ticketSelect.html [new file with mode: 0644]
views/front/tickets/foot.html [new file with mode: 0644]
views/front/tickets/head.html [new file with mode: 0644]
views/front/tickets/index.html [new file with mode: 0644]
web/admin/icons/calendar.png [new file with mode: 0644]
web/admin/icons/information.png [new file with mode: 0644]
web/admin/icons/page_edit.png [new file with mode: 0644]
web/admin/tickets/documentation/VenueAdminGuide.pdf [new file with mode: 0644]
web/admin/tickets/tickets.css [new file with mode: 0644]
web/admin/tickets/tickets.js [new file with mode: 0644]
web/front/FoundationStandAlone/EventManagement.css [new file with mode: 0755]
web/front/FoundationStandAlone/EventManagement.js [new file with mode: 0755]
web/front/FoundationStandAlone/assets/get_adobe_reader.png [new file with mode: 0755]
web/front/FoundationStandAlone/assets/paypal_but6.gif [new file with mode: 0755]
web/front/FoundationStandAlone/assets/pdficon_large.png [new file with mode: 0755]
web/front/Gaslight/EventManagement.css [new file with mode: 0644]
web/front/Gaslight/EventManagement.js [new file with mode: 0644]
web/front/Gaslight/assets/paypal_but6.gif [new file with mode: 0644]
web/front/MMM/EventManagement.css [new file with mode: 0644]
web/front/MMM/EventManagement.js [new file with mode: 0644]
web/front/MMM/assets/paypal_but6.gif [new file with mode: 0644]
web/front/PointerBoat/EventManagement.css [new file with mode: 0644]
web/front/PointerBoat/EventManagement.js [new file with mode: 0644]
web/front/PointerBoat/assets/paypal_but6.gif [new file with mode: 0644]
web/front/SaultSteMarie/EventManagement.css [new file with mode: 0644]
web/front/SaultSteMarie/EventManagement.js [new file with mode: 0644]
web/front/SaultSteMarie/assets/paypal_but6.gif [new file with mode: 0644]
web/front/TicketsFoundation/EventManagement.css [new file with mode: 0644]
web/front/TicketsFoundation/EventManagement.js [new file with mode: 0644]
web/front/TicketsFoundation/assets/get_adobe_reader.png [new file with mode: 0644]
web/front/TicketsFoundation/assets/paypal_but6.gif [new file with mode: 0644]
web/front/TicketsFoundation/assets/pdficon_large.png [new file with mode: 0644]
web/front/tickets/EventManagement.css [new file with mode: 0644]
web/front/tickets/EventManagement.js [new file with mode: 0644]
web/front/tickets/assets/paypal_but6.gif [new file with mode: 0644]