0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 20, 2024 — May 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Tiny capitalization update. More... over 16 years ago
Added "Credit Transfer History" page to account module. More... over 16 years ago
Small change to character view's method of displaying tax level. More... over 16 years ago
Added title. More... over 16 years ago
Comment the default PayPalReceiverEmails as if an admin were to install Flux without commenting or changing these values himself, he would be open to exploited donations. More... over 16 years ago
Added credit transfer feature. More... over 16 years ago
Removed redundant return value comment. More... over 16 years ago
Added methods: hasCreditsRecord(), depositCredits(), transferCredits() to the LoginServer API. Modified the IPN handler library and the 'held account' processing mechanism to use these methods instead of manually querying. More... over 16 years ago
Allow last_donation_amount to be NULL. More... over 16 years ago
Added "Donation History" page to `donate' module. More... over 16 years ago
Added "pending redemption" page in the `purchase' module. More... over 16 years ago
* Hide server name column. * Renamed a few columns. * Added "Parent" column which display the parent transaction ID. * Show "Unknown" for missing Account ID's. More... over 16 years ago
Fixed syntax error. More... over 16 years ago
Loosen donation complete page security checks a bit. More... over 16 years ago
Forgot to add the donate/complete module/views. Need these for return URL to work properly, should work now. More... over 16 years ago
Return URL should work properly now. More... over 16 years ago
Log exceptions. More... over 16 years ago
Flux_Template::url() can now return a full-fledged URL (not by default) as long as an appropriate ServerAddress is configured in the application.php config. This behavior can be triggered by passing a '_host' parameter to the method, and a '_https' paramter (requires _host) which indicates the URL to be returned as http:// or https://. More... over 16 years ago
Added 'ServerAddress' config directive which should contain the server address which is normally something like 'example.com' or 'example.com:80' or 'example.com:8080', it should be the web server address. More... over 16 years ago
Fixed entireUrl() method to return URL with basePath when setting $withRequest to false. More... over 16 years ago
* Flux_Connection_Statement: Throw exception when DebugMode is enabled, if MySQL reports an error in the executed query. * modules/install: Turn DebugMode off because errors in the installer can be expected. More... over 16 years ago
Added support for hold account credits after a donation for a set amount of time (in hours) to prevent fraudulent donations and maintain a healthy reputation with PayPal by preventing users from taking advantage of a chargeback, cancellation etc. More... over 16 years ago
Use configured PayPal URL when submitting donation form to PayPal. More... over 16 years ago
* Added cp_trusted table. * Added DonationTrustTable configuration directive. More... over 16 years ago
Added a note to indicate the user is absolutely sure they are purchasing items for the right server. More... over 16 years ago
Changed request URI styling a bit. More... over 16 years ago
Don't show "unauthorized" for undefined access levels, that way if the module/action doesn't exist, we can all see missing action/view pages (or page not found if that's what you have it configured to display). More... over 16 years ago
Added titles to a bunch of modules. More... over 16 years ago
Added the LGPL license text. More... over 16 years ago
Use a separate unique primary key to reference transaction records, since txn_id can be duplicated by paypal to represent another status, we keep track of our own ID instead. More... over 16 years ago