
Curtis Delicata
Members-
Posts
18 -
Joined
-
Last visited
Curtis Delicata's Achievements
Newbie (1/14)
0
Reputation
-
1.1.0 has been released. Changes are now using latest Kohana (3.3.1) which is also provided via Composer now. Initial properties defaults are now used once in the user property class rather than loading config on every use. Bug fixes, pet image upload had a few things missing and item upload was using wrong directory. https://sourceforge.net/projects/modulargaming/files/latest
-
Payment module has been released, it is a work in progress however it already supports PayPal Express Checkout and PayPal subscriptions. Admin panel is missing but it is simple to add packages. https://github.com/modulargaming/payment It uses Omnipay (https://github.com/adrianmacneil/omnipay). It is possible to implement drivers for the following: 2Checkout Authorize.Net AIM Authorize.Net SIM Buckaroo CardSave Dummy eWAY Rapid 3.0 GoCardless Manual Migs 2-Party Migs 3-Party Mollie MultiSafepay Netaxept (BBS) Netbanx PayFast Payflow Pro PaymentExpress (DPS) PxPay PaymentExpress (DPS) PxPost PayPal Express Checkout PayPal Payments Pro Pin Payments Sage Pay Direct Sage Pay Server SecurePay Direct Post Stripe WorldPay
-
1.0.1 has been released. Changes are a new installer and simplified instructions. The zip is also smaller as we have removed additional test code. Composer installs have all tests and development tools, they are only removed for the zip download. https://sourceforge.net/projects/modulargaming/files/latest/download
-
We are proud to announce our first stable release; 1.0.0 Download from https://sourceforge.net/projects/modulargaming/files/latest/download Features are: Admin: Admin panel with support for modules to contain their own admin code. Core: Date Email (Swift Mailer) Event (Ported from Laravel 3) Hint (Flash Messages) Journal (Log and Notify) Paginate (Pagination), Tab (Modules can enable their own tabs in user profile etc) Error pages Search (Will be improved in 1.1.0) Assets management Forum: Create/edit/delete categories in Admin panel Create/edit/delete/stick/lock topics Create/edit/delete posts Game: Rock Paper Scissors Lucky Wheel Item: Cookbook Inventory Safe Shops with Restocking User Shops Trade (Will be working fully in later releases, the basics are complete). Create/edit/delete items Create/edit/delete item types Create edit/delete recipes Create/edit/delete shops Message: Create/delete messages Outbox and Inbox Pet: Adopt Create Profiles Create/edit/delete pet species Create/edit/delete pet colours Create/edit/delete which colours a specie has available User: Dashboard Register/login/logout Profiles Reset password Settings
-
Mustache is good, we use it for Modular Gaming. https://github.com/bobthecow/mustache.php
-
The commit seems to have successfully applied and I can see the fixed code in there. I am not sure why it does not work. Does it still require init.php? Edit: Fixed it, for some reason git pull did not update the sub modules. Probably where I changed the source from a private git to a public git when I released the preview.
-
I will look into that Black Scorp. I have push access to shadowhand/email and modulargaming/email so I could I have added a basic guide on writing a module. Please read the included Kohana documentation regarding cascading file systems etc. Reading existing code will help with how ORM, Paginate etc work. http://demo.modulargaming.com/guide/modulargaming/module