openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
X
Xantara's FluxCP for rAthena (GIT)
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
May 20, 2024 — May 20, 2025
Showing page 7 of 20
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Tiny capitalization update.
Paradox924X
More...
over 16 years ago
Added "Credit Transfer History" page to account module.
shugotenshi
More...
over 16 years ago
Small change to character view's method of displaying tax level.
Paradox924X
More...
over 16 years ago
Added title.
shugotenshi
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.
shugotenshi
More...
over 16 years ago
Added credit transfer feature.
shugotenshi
More...
over 16 years ago
Removed redundant return value comment.
shugotenshi
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.
shugotenshi
More...
over 16 years ago
Allow last_donation_amount to be NULL.
shugotenshi
More...
over 16 years ago
Added "Donation History" page to `donate' module.
shugotenshi
More...
over 16 years ago
Added "pending redemption" page in the `purchase' module.
shugotenshi
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.
shugotenshi
More...
over 16 years ago
Fixed syntax error.
shugotenshi
More...
over 16 years ago
Loosen donation complete page security checks a bit.
shugotenshi
More...
over 16 years ago
Forgot to add the donate/complete module/views. Need these for return URL to work properly, should work now.
shugotenshi
More...
over 16 years ago
Return URL should work properly now.
shugotenshi
More...
over 16 years ago
Log exceptions.
shugotenshi
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://.
shugotenshi
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.
shugotenshi
More...
over 16 years ago
Fixed entireUrl() method to return URL with basePath when setting $withRequest to false.
shugotenshi
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.
shugotenshi
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.
shugotenshi
More...
over 16 years ago
Use configured PayPal URL when submitting donation form to PayPal.
shugotenshi
More...
over 16 years ago
* Added cp_trusted table. * Added DonationTrustTable configuration directive.
shugotenshi
More...
over 16 years ago
Added a note to indicate the user is absolutely sure they are purchasing items for the right server.
shugotenshi
More...
over 16 years ago
Changed request URI styling a bit.
shugotenshi
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).
shugotenshi
More...
over 16 years ago
Added titles to a bunch of modules.
shugotenshi
More...
over 16 years ago
Added the LGPL license text.
shugotenshi
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.
shugotenshi
More...
over 16 years ago
←
1
2
3
4
5
6
7
8
9
10
11
…
19
20
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree