Skip to content

Commit

Permalink
Update to Release v0.2.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Suitters committed Oct 17, 2023
1 parent fda41ea commit 4c88356
Show file tree
Hide file tree
Showing 388 changed files with 5,535 additions and 3,511 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### v0.2.26-6
### v0.2.26
- Update logo and background image.
- Update Favicons.
- Add option check for Sales to stop Widget appearing in Dashboard if disabled.
Expand All @@ -24,6 +24,15 @@
- Remove AuroraCMS Branding from Login and Installation pages.
- Change AuroraCMS Branding in Administration to help with top bar layout on smaller devices.
- Fix Weather Administration Widget check for valid Open Weather API Key.
- Fix Forum Errors.
- Remove Emoji Images to prepare for future integration of Entity Emojis to reduce CMS footprint.
- Fix Item Count parsing not working correctly with theme set values.
- Fix typo in core/view/bookings.php from throwing error.
- Add ability to toggle active status of Business Hours editing.
- Fix left side content menu from displaying if zero items should appear.
- Fix Related Items from displaying if no related items exist.
- Add AHref's Site Verification.
- Improve responsive of Administation Layout.

#### v0.2.25
- Fix itemCount settings for Testimonials where '0' to disable count & show all was failing.
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

AuroraCMS the **Free** Australian Open Source [MIT](https://github.com/DiemenDesign/AuroraCMS/blob/master/LICENSE) licensed Content Management System, built primarily for Australian Businesses, built utilising [PHP](http://php.net/), PDO, [jQuery](http://jquery.com/) and [iCONS](https://github.com/DiemenDesign/iCONS). Built to take advantage of HTML5 and CSS3, with necessary SEO attributes that fit in with Google's recommendations, Micro-formats, JSON-LD, ARIA (A11Y), and general SEO Markup.

Current version is v0.2.26-6
Current version is v0.2.26

### Features
- AuroraCMS is a Quasi-MVC, Front End is completely MVC, with some AJAX Functions for Form Processing.
Expand All @@ -21,8 +21,8 @@ Current version is v0.2.26-6
- Business Hours Editor.
- Content Scheduler with Auto Content Publishing.
- Related Content, either Chosen or Category matched.
- Recent Sale FOMO Notifications.
- Limit to Australian State area.
- FOMO Notifications.
- Limit different content types to Australian State area.
- Custom Pages.
- Content Types with pages, and individual item pages.
- Activities
Expand All @@ -41,6 +41,9 @@ Current version is v0.2.26-6
- Quick View Option for Inventory.
- Product Reviews and Approval before public display.
- Assign Points to Items, that get added to user's Earned Points.
- Expenses per Inventory item.
- Add Expense items.
- Button when editing inventiry to help calculate sales price.
- Restrict Wholesale Items to Wholesale Account per Level.
- Sales Content.
- Determines Sales periods to current date to suggest edits a month in advance for items older than 11 months in a Dashboard widget, for Valentine's Day, Easter, Mother's Day, Father's Day, Black Friday, Halloween, Small Business Day, and Christmas.
Expand Down
11 changes: 2 additions & 9 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
This is a quick list of things what need to be fixed or worked on to help those contributing to know what features or bugs are needing to be worked on.

- Fix missing Alt attribute on some items in Article Lists.
- Fix List items images being too large, explore converting to webp/avif when uploading images.
- Address itemCount config setting not display all items if set to '0'.
- Update Checkout Layout for Themes.
- Explore adding Shipping Activity to Orders.
- Forum
- Replace Summernote Emoji plugin for one that uses Entities rather than images.
- Update Settings Layout for users.
- Explore adding Referral Codes on SignUp forms, and code generation by allowed users.
- Account Holders can generate referrals for services, products & courses.
Expand All @@ -13,17 +12,11 @@ This is a quick list of things what need to be fixed or worked on to help those
- Explore allowing user to set price/tip/buy me a coffee.
- Administration.
- Add instructional walkthrough on pages explaining what fields do, step by step.
- SEO
- Add AHref's site verification for those that don't use Google's services.
- Config database, add how to adjust total costs for items, by percentage, fixed value, or multiplying value.
- Explore update Livechat Layout.
- Improve KanBan Item Layout.
- Explore including Shipping Activity to Orders.
- Contact Preferences.
- Add active field to entries to allow enabling/disabling display for changing hours.
- Dashboard.
- Add Notification type Popup to indicate active LiveChats.
- Layout selections, CRM, eCommerce, Learning, Analytics.
- Widget.
- Revenue by month's.
- Top Purchasers.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.2.26-6
v0.2.26
90 changes: 0 additions & 90 deletions core/add_adminsuggestion.php

This file was deleted.

4 changes: 2 additions & 2 deletions core/add_agronomyarea.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @author Dennis Suitters <[email protected]>
* @copyright 2014-2019 Diemen Design
* @license http://opensource.org/licenses/MIT MIT License
* @version 0.2.24
* @version 0.2.26-7
* @link https://github.com/DiemenDesign/AuroraCMS
* @notes This PHP Script is designed to be executed using PHP 7+
*/
Expand All @@ -34,7 +34,7 @@
$id=$db->lastInsertId();
echo'<script>'.
'window.top.window.$("#agronomy_areas").append(`'.
'<div id="l_'.$id.'" class="card my-1 p-2">'.
'<div id="l_'.$id.'" class="card my-1 p-2 add-item">'.
'<h6>'.$name.'</h6>'.
($code!=''?'<div class="small">Code: '.$code.'</div>':'').
($type!=''?'<div class="small">Type: '.$type.'</div>':'').
Expand Down
4 changes: 2 additions & 2 deletions core/add_agronomycrop.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @author Dennis Suitters <[email protected]>
* @copyright 2014-2019 Diemen Design
* @license http://opensource.org/licenses/MIT MIT License
* @version 0.2.24
* @version 0.2.26-7
* @link https://github.com/DiemenDesign/AuroraCMS
* @notes This PHP Script is designed to be executed using PHP 7+
*/
Expand All @@ -32,7 +32,7 @@
$id=$db->lastInsertId();
echo'<script>'.
'window.top.window.$("#agronomy_areas").append(`'.
'<div id="l_'.$id.'" class="card col-12 col-sm-2 m-1 p-2">'.
'<div id="l_'.$id.'" class="card col-12 col-sm-2 m-1 p-2 add-item">'.
'<h6>'.$name.'</h6>'.
($code!=''?'<div class="small">Code: '.$code.'</div>':'').
($type!=''?'<div class="small">Type: '.$type.'</div>':'').
Expand Down
4 changes: 2 additions & 2 deletions core/add_agronomylivestock.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @author Dennis Suitters <[email protected]>
* @copyright 2014-2019 Diemen Design
* @license http://opensource.org/licenses/MIT MIT License
* @version 0.2.24
* @version 0.2.26-7
* @link https://github.com/DiemenDesign/AuroraCMS
* @notes This PHP Script is designed to be executed using PHP 7+
*/
Expand Down Expand Up @@ -37,7 +37,7 @@
$id=$db->lastInsertId();
echo'<script>'.
'window.top.window.$("#agronomy_areas").append(`'.
'<div id="l_'.$id.'" class="card col-12 col-sm-2 m-1 p-2">'.
'<div id="l_'.$id.'" class="card col-12 col-sm-2 m-1 p-2 add-item">'.
'<h6>'.$name.'</h6>'.
($code!=''?'<div class="small">Code: '.$code.'</div>':'').
($type!=''?'<div class="small">Type: '.$type.'</div>':'').
Expand Down
18 changes: 6 additions & 12 deletions core/add_brand.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @author Dennis Suitters <[email protected]>
* @copyright 2014-2019 Diemen Design
* @license http://opensource.org/licenses/MIT MIT License
* @version 0.2.23
* @version 0.2.26-7
* @link https://github.com/DiemenDesign/AuroraCMS
* @notes This PHP Script is designed to be executed using PHP 7+
*/
Expand All @@ -26,19 +26,13 @@
]);
$id=$db->lastInsertId();
echo'<script>'.
'window.top.window.$("#brand").append(`<div id="l_'.$id.'" class="row">'.
'<div class="col-12 col-md-6">'.
'<div class="form-row">'.
'<input id="title'.$id.'" type="text" value="'.$title.'" readonly>'.
'</div>'.
'</div>'.
'<div class="col-12 col-md-5">'.
'<div class="form-row">'.
'<input id="url'.$id.'" type="text" value="'.$url.'" readonly>'.
'</div>'.
'window.top.window.$("#brand").append(`<div id="l_'.$id.'" class="row add-item">'.
'<div class="col-12 col-md">'.
'<div class="input-text">'.$title.'</div>'.
'</div>'.
'<div class="col-12 col-md-1">'.
'<div class="col-12 col-md">'.
'<div class="form-row">'.
'<div class="input-text col-md">'.$url.'</div>'.
($icon!=''?
'<a data-fancybox="lightbox" href="'.$icon.'"><img id="thumbimage" src="'.$icon.'" alt="Thumbnail"></a>'
:
Expand Down
21 changes: 9 additions & 12 deletions core/add_category.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @author Dennis Suitters <[email protected]>
* @copyright 2014-2019 Diemen Design
* @license http://opensource.org/licenses/MIT MIT License
* @version 0.2.23
* @version 0.2.26-7
* @link https://github.com/DiemenDesign/AuroraCMS
* @notes This PHP Script is designed to be executed using PHP 7+
*/
Expand All @@ -25,16 +25,12 @@
]);
$id=$db->lastInsertId();
echo'<script>'.
'window.top.window.$("#category").append(`<div id="l_'.$id.'" class="row">'.
'<div class="col-12 col-md-6">'.
'<div class="form-row">'.
'<input type="text" value="'.$cat.'" readonly>'.
'</div>'.
'window.top.window.$("#category").append(`<div id="l_'.$id.'" class="row add-item">'.
'<div class="col-12 col-md">'.
'<div class="input-text">'.$cat.'</div>'.
'</div>'.
'<div class="col-12 col-md-5">'.
'<div class="form-row">'.
'<input id="ct'.$id.'" type="text" value="'.$ct.'" readonly>'.
'</div>'.
'<div class="col-12 col-md">'.
'<div class="input-text">'.$ct.'</div>'.
'</div>'.
'<div class="col-12 col-md-1">'.
'<div class="form-row">'.
Expand All @@ -49,7 +45,8 @@
'<button class="trash" data-tooltip="tooltip" aria-label="Delete"><i class="i">trash</i></button>'.
'</form>'.
'</div>'.
'</div>'.
'</div>'.
'</div>`);'.
'</script>';
}
}else
echo'<script>window.top.window.toastr["error"]("The Category field must contain data!");</script>';
6 changes: 3 additions & 3 deletions core/add_data.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @author Dennis Suitters <[email protected]>
* @copyright 2014-2019 Diemen Design
* @license http://opensource.org/licenses/MIT MIT License
* @version 0.2.26-6
* @version 0.2.26-7
* @link https://github.com/DiemenDesign/AuroraCMS
* @notes This PHP Script is designed to be executed using PHP 7+
*/
Expand Down Expand Up @@ -83,8 +83,8 @@
elseif(stristr($c['gravatar'],'gravatar.com/avatar/'))$avatar=$c['gravatar'];
}
echo'window.top.window.$("#comments").append(`'.
'<div id="l_'.$id.'" class="row swing-in-top-fwd">'.
'<article class="card zebra mt-2 mb-0 p-0 overflow-visible card-list shadow">'.
'<div id="l_'.$id.'" class="row add-item">'.
'<article class="card zebra mb-0 p-0 overflow-visible card-list shadow">'.
'<div class="row">'.
'<div class="col-12 col-md-2 pl-2 py-2 align-top small">'.$name.'</div>'.
'<div class="col-12 col-md-4 py-2 align-top small">'.$da.'</div>'.
Expand Down
40 changes: 23 additions & 17 deletions core/add_discountrange.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @author Dennis Suitters <[email protected]>
* @copyright 2014-2019 Diemen Design
* @license http://opensource.org/licenses/MIT MIT License
* @version 0.2.23
* @version 0.2.26-7
* @link https://github.com/DiemenDesign/AuroraCMS
* @notes This PHP Script is designed to be executed using PHP 7+
*/
Expand All @@ -29,20 +29,26 @@
if($v==0)$v='';
$id=$db->lastInsertId();
echo'<script>'.
'window.top.window.$("#discountrange").append(`<div id="l_'.$id.'" class="form-row mt-1">'.
'<div class="input-text">From &#36;</div>'.
'<input type="number" value="'.$f.'" readonly>'.
'<div class="input-text">To &#36;</div>'.
'<input type="number" value="'.$t.'" readonly>'.
'<div class="input-text">Method</div>'.
'<input type="text" value="'.($m==2?'&#37; Off':'&#36; Off').'" readonly>'.
'<div class="input-text">Value</div>'.
'<input type="number" value="'.$v.'" readonly>'.
'<form target="sp" action="core/purge.php">'.
'<input type="hidden" name="id" value="'.$id.'">'.
'<input type="hidden" name="t" value="choices">'.
'<button type="submit" class="trash" data-tooltip="tooltip" aria-label="Delete"><i class="i">trash</i></button>'.
'</form>'.
'</div>`);'.
'</script>';
'window.top.window.$("#discountrange").append(`<div id="l_'.$id.'" class="row add-item">'.
'<div class="col-12 col-md">'.
'<div class="input-text">'.$f.'</div>'.
'</div>'.
'<div class="col-12 col-md">'.
'<div class="input-text">'.$t.'</div>'.
'</div>'.
'<div class="col-12 col-md">'.
'<div class="input-text">'.($m==2?'&#37; Off':'&#36; Off').'</div>'.
'</div>'.
'<div class="col-12 col-md">'.
'<div class="form-row">'.
'<div class="input-text col-md">'.$v.'</div>'.
'<form target="sp" action="core/purge.php">'.
'<input type="hidden" name="id" value="'.$id.'">'.
'<input type="hidden" name="t" value="choices">'.
'<button type="submit" class="trash" data-tooltip="tooltip" aria-label="Delete"><i class="i">trash</i></button>'.
'</form>'.
'</div>'.
'</div>'.
'</div>`);'.
'</script>';
}else echo'<script>window.top.window.toastr["error"]("Not all data was entered");</script>';
Loading

0 comments on commit 4c88356

Please sign in to comment.