Changelog Version 2.09 / Last updated on 10/21/2022
Made numerous improvements.
Note: Need to finish the edit, mark as complete, etc features of the Square Orders page in the Admin
###############################################################################
###############################################################################
###############################################################################
###############################################################################
###############################################################################
###############################################################################
Changelog Version 2.07 / Last updated on 12/29/2019
Added Square Users Lists + Edit User page
Added ability to edit a User’s balance from the Edit User page
Added Orders List (for better researching)
Added E-Wallet Loads (for better researching)
Note: Need to add a search by email and phone number feature to better search users
###############################################################################
###############################################################################
###############################################################################
###############################################################################
###############################################################################
###############################################################################
Changelog Version 2.06 / Last updated on 12/11/2019
Updated Changelog to include Users, Locations, etc.
###############################################################################
###############################################################################
###############################################################################
###############################################################################
###############################################################################
###############################################################################
Changelog Version 2.05 / Last updated on 06/16/2019
Switched Changelog order to most recent ascending
Added Square Locations - Upload Image + Hiding
Added Square Products - Ability to Hide
Working on OAuth API Console + Product Images
###############################################################################
###############################################################################
###############################################################################
###############################################################################
###############################################################################
###############################################################################
Original Changelog started on or around 04/01/2017
Will add the modules for Events and others that populate Listview pages for the Apps
Will also do a new homepage layout for the Rooftop Tap, which contains 2 Event Types
Need to add a full row background section on the home page
Need to also add more admin options for other major elements on the home page
Need to clean up the Expanded Menu and the way it conflicts with the Bootstrap CSS on Admin pages
Need to fix the Shop Categories
Added /book page with booking form
Added modifications to Stripe for the confirmation lightbox in /pay/assets/js/app.js
###############################################################################
models/projectModel.php
Line 542
if ($file['data-type'] == 'image' && $main_img == '') {
###############################################################################
controllers/projects.php
1. Line 174 Changed from this:
exec('php '.INDEX_FILE .' /service');
To this:
exec('php-cli '.INDEX_FILE .' /service');
2. Find if (!empty($_POST['campaign'])) {
Added this:
//if (!empty($_POST['businesses'])) {
// $businesses = $_POST['businesses'];
// $userModel->saveBusinesses($businesses);
//}
3. Added function getNearbyProjects() to Line 735
4. Moved categoryModel to Line 119
###############################################################################
Posted a new test blog article:
This is a Test Blog Post Apr 17, 2017 in Hobby
###############################################################################
###############################################################################
###############################################################################
###############################################################################
###############################################################################
###############################################################################
Changelog Version 1.01
Added Polls to the Groups Model/Module
View Groups page example with a poll
###############################################################################
###############################################################################
###############################################################################
###############################################################################
###############################################################################
###############################################################################
Changelog Version 1.02
We've been adding quite a few improvements and enhancements to existing features...
1. Added a new mode/module for Events that has a start date field and is sorted by that field in the Events Category.
###############################################################################
2. Added a new Directory for Businesses/Companies to better utilize the built-in member type field.
###############################################################################
3. Added 2 new types to the optionsModel.php: enable_questions and enable_blog which were already modes that existed
Will soon be adding a 6th project_type called enable_events
The 6 project types currently are: Fundraising, Proposals, Deals, Questions, Blog, Events
###############################################################################
4. Added images to both the main Categories and Shop Categories. These are settable from Admin > Shop tab (and Categories tab)
These are mostly meant to create background images with the title name over them for the mobile version, but will help add a visual element
to the desktop version too.
###############################################################################
5. Added buttons to make any User an Admin (or remove it). This is under User Approvals in the Admin.
###############################################################################
6. Added Menu Links manager in the Admin (as a sub menu under the Settings tab)
###############################################################################
7. Added the ability to search Users to the Ajax search (Pages is in there too, so those will be added soon).
###############################################################################
8. Comments are now searchable in the AJAX search field too.
###############################################################################
9. Fixed the instant search for /views/project/invite.tpl.php - it now searches both upper and lowercase names, emails and phone numbers.
###############################################################################