0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 31, 2024 — Jul 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moves all direct mysql access into mysql.php. Abstracts More... over 12 years ago
Adding some index keys to the tables to improve the queries. More... over 12 years ago
A couple of small things missed in the cache functionality. More... over 12 years ago
Miscellaneous minor cleanups More... over 12 years ago
The version of php-barcode contained in freeseat is reported More... over 12 years ago
This is a package of changes that adds a cache table to More... over 12 years ago
Preparing release 1.4.1b More... over 12 years ago
Added line for the extra_charges in confirm.php otherwise it looked like freeseat doesn't know how to add numbers :) More... over 12 years ago
Plugin selection in the configuration wizard were not reflected in the generated configuration file. groupdiscount was missing database configuration. groupdiscount_post: that would multiply the group discount by a hundred each time the params.php page was submitted if for some reason POST does not contain the groupdiscount key. params_edit and params_post now access the configuration array through a global variable, because function was breaking the params.php page when no plugin implemented that hook, and having more than one plugin implement it would create conflicts. More... over 12 years ago
Replaced explicit column names by wildcard because booking.notes is part of a plugin... More... over 12 years ago
Preparing release 1.4.1 More... over 12 years ago
Fixed unsafe paypal validation code. An attacker could claim mark his tickets as paid by sending a validation from a name such as notify.paypal.com.example.com, or even simply return paypal.com from his reverse dns. This would generate an alert to the administrator but still mark the tickets as paid. Now failure to verify an IPN does NOT mark a ticket as paid More... over 12 years ago
Fix date formatting troubles on windows (support request 3596305) More... over 12 years ago
Feature request 3560355. Fixed bad function name in seat editor code (would fail silently when saving a theatre with existing bookings) More... almost 13 years ago
Fixed undefined variable lang in htmltickets, and missing message in finish.php. Updated some comments in finish.php. Fixed incorrect computation of the allpaid variable, which prevented messages from being sent when not paying by credit card. Only put the message that tickets haven't been paid, when they actually haven't been paid. More... almost 13 years ago
The change to session.php solves a minor bug: when a More... almost 13 years ago
Updates paypal plugin to recognize changes in IPN callbacks. More... about 13 years ago
Adds castpw plugin to provide password-protected access to disabled shows. More... over 13 years ago
Started dropping the a[s] notation for delegated activeness - that notation was ambiguous More... over 13 years ago
What do you think about including this font file with the barcode plugin? It is from the GPL freefont package. It would allow people to use this plugin without having to edit the code in php-barcode.php. More... over 13 years ago
Adding database config to postpay plugin. More... over 13 years ago
These are small formatting changes designed to accomodate the new extendbooking button in bookinglist.php. More... over 13 years ago
These changes are for scaling back the season ticket code to a more reasonable length. More... over 13 years ago
Fixing text references in bookingmap/setup.php. More... over 13 years ago
[no comment] More... over 13 years ago
Add hooks to top and bottom of repr.php. This is for a plugin More... over 13 years ago
Revert change to pay.php as suggested by tendays. More... over 13 years ago
Fixed a few warnings. Fixed apparently bogus gentables authorisation logic. Made a download link for config.php instead of the copy-paste thing to avoid encoding problems More... over 13 years ago
Fixes another bug that occurs when the seat state is ST_SHAKEN. More... over 13 years ago
Improvements to plugin postpay.The hook pay_page_top is no longer needed. More... over 13 years ago