Skip to content

Commit

Permalink
Merge pull request #532 from WoollyinWalesIT/nightly
Browse files Browse the repository at this point in the history
Nightly
  • Loading branch information
jomres committed Jun 9, 2023
2 parents 0fe4e67 + f4ecdf7 commit 35b3882
Show file tree
Hide file tree
Showing 1,090 changed files with 16,510 additions and 1,112 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG_JOMRES
@@ -1,3 +1,29 @@
<h3>Jomres 10.7.1 09/06/2023</h3>

<span class="label label-warning">Change</span> Added a check to ensure if the class doesn't already exist, to not include the file. Didn't need to do previously but new changes now make it necessary.
<span class="label label-warning">Change</span> Subscription handling related tweaks.
<span class="label label-warning">Change</span> Show the medium image by default in search results.
<span class="label label-warning">Change</span> Added a feature to programatically disable sanity checks.
<span class="label label-warning">Change</span> Prevent a couple of Misc frontend menu options from showing to non-super managers.
<span class="label label-warning">Change</span> Changed publishing functionality, there are now two distinct tasks to either publish or unpublish properties. This allows the subscription feature to distinguish between allowing unpublishing, thereby allowing managers who have downgraded their subscriptions to still have a limited number of published properties.
<span class="label label-warning">Change</span> Tweaked jomresItemToolbar method to ensure that it uses the correct class, if handed to it.
<span class="label label-warning">Change</span> Removed old publishProperty function, it's not used in Core or any plugins.
<span class="label label-warning">Change</span> Tweaked the publish/unpublish ajax toolbar buttons to make it clear that publish/unpublish have colours to indicate the activity.
<span class="label label-warning">Change</span> Changed logo
<span class="label label-warning">Change</span> Improved label and map in edit property page.
<span class="label label-warning">Change</span> Rebuild data sources when the registry is rebuilt
<span class="label label-warning">Change</span> Fixed the logout font awesome icon in BS5/FA5
<span class="label label-warning">Change</span> Switch over to using our own version of jquery.dataTables.js so that we can provide a useful message regarding the possible cause of a js error in datatables (expect this to fix 98% of reports).
<span class="label label-warning">Change</span> Reordered sanity checks slightly. Show the address check after the image upload check. Once the user has clicked Save on the address, then they'll see the Publish button. It's a slightly better flow because from the Upload page the user has to visit another dashboard page before the Publish hint is shown.
<span class="label label-warning">Change</span> Resolved an issue with BS3 toolbar secondary items not showing.
<span class="label label-warning">Change</span> Modify how we find the current language in Joomla.
<span class="label label-warning">Change</span> Improve how we find the current lang in translate lang file strings page.


<span class="label label-important label-danger">Fix</span> Fixed a bug in suspension functionality that was preventing the class from unpublishing properties.
<span class="label label-important label-danger">Fix</span> If the directory we're scanning does not exist yet (installation phase?) return an empty array instead of triggering an error.


<h3>Jomres 10.7.0 25/05/2023</h3>

<span class="label label-success">Feature</span> Lots of changes related to overrides in this version. A lot of scripts can be overridden by dropping a copy of the script into the template or theme directory, /html/com_jomres/custom_code sub directory.
Expand Down
2 changes: 1 addition & 1 deletion admin.php
Expand Up @@ -4,7 +4,7 @@
*
* @author Vince Wooll <sales@jomres.net>
*
* @version Jomres 10.7.0
* @version Jomres 10.7.1
*
* @copyright 2005-2023 Vince Wooll
* Jomres (tm) PHP, CSS & Javascript files are released under both MIT and GPL2 licenses. This means that you can choose the license that best suits your project, and use it accordingly
Expand Down
2 changes: 1 addition & 1 deletion api/classes/all_api_features.class.php
Expand Up @@ -9,7 +9,7 @@
*
* @author Vince Wooll <sales@jomres.net>
*
* @version Jomres 10.7.0
* @version Jomres 10.7.1
*
* @copyright 2005-2023 Vince Wooll
* Jomres (tm) PHP, CSS & Javascript files are released under both MIT and GPL2 licenses. This means that you can choose the license that best suits your project, and use it accordingly
Expand Down
2 changes: 1 addition & 1 deletion api/classes/call.class.php
Expand Up @@ -9,7 +9,7 @@
*
* @author Vince Wooll <sales@jomres.net>
*
* @version Jomres 10.7.0
* @version Jomres 10.7.1
*
* @copyright 2005-2023 Vince Wooll
* Jomres (tm) PHP, CSS & Javascript files are released under both MIT and GPL2 licenses. This means that you can choose the license that best suits your project, and use it accordingly
Expand Down
2 changes: 1 addition & 1 deletion api/classes/call_self.class.php
Expand Up @@ -7,7 +7,7 @@
*
* @author Vince Wooll <sales@jomres.net>
*
* @version Jomres 10.7.0
* @version Jomres 10.7.1
*
* @copyright 2005-2023 Vince Wooll
* Jomres (tm) PHP, CSS & Javascript files are released under both MIT and GPL2 licenses. This means that you can choose the license that best suits your project, and use it accordingly
Expand Down
2 changes: 1 addition & 1 deletion api/classes/logging.class.php
Expand Up @@ -5,7 +5,7 @@
*
* @author Vince Wooll <sales@jomres.net>
*
* @version Jomres 10.7.0
* @version Jomres 10.7.1
*
* @copyright 2005-2023 Vince Wooll
* Jomres (tm) PHP, CSS & Javascript files are released under both MIT and GPL2 licenses. This means that you can choose the license that best suits your project, and use it accordingly
Expand Down
2 changes: 1 addition & 1 deletion api/classes/validate_property_access.class.php
Expand Up @@ -6,7 +6,7 @@
*
* @author Vince Wooll <sales@jomres.net>
*
* @version Jomres 10.7.0
* @version Jomres 10.7.1
*
* @copyright 2005-2023 Vince Wooll
* Jomres (tm) PHP, CSS & Javascript files are released under both MIT and GPL2 licenses. This means that you can choose the license that best suits your project, and use it accordingly
Expand Down
2 changes: 1 addition & 1 deletion api/classes/validate_scope.class.php
Expand Up @@ -5,7 +5,7 @@
*
* @author Vince Wooll <sales@jomres.net>
*
* @version Jomres 10.7.0
* @version Jomres 10.7.1
*
* @copyright 2005-2023 Vince Wooll
* Jomres (tm) PHP, CSS & Javascript files are released under both MIT and GPL2 licenses. This means that you can choose the license that best suits your project, and use it accordingly
Expand Down
2 changes: 1 addition & 1 deletion api/custom_methods.php
Expand Up @@ -6,7 +6,7 @@
*
* @author Vince Wooll <sales@jomres.net>
*
* @version Jomres 10.7.0
* @version Jomres 10.7.1
*
* @copyright 2005-2023 Vince Wooll
* Jomres (tm) PHP, CSS & Javascript files are released under both MIT and GPL2 licenses. This means that you can choose the license that best suits your project, and use it accordingly.
Expand Down
2 changes: 1 addition & 1 deletion api/index.php
Expand Up @@ -8,7 +8,7 @@
*
* @author Vince Wooll <sales@jomres.net>
*
* @version Jomres 10.7.0
* @version Jomres 10.7.1
*
* @copyright 2005-2023 Vince Wooll
*
Expand Down
2 changes: 1 addition & 1 deletion api/language/en-GB.php
Expand Up @@ -4,7 +4,7 @@
*
* @author Vince Wooll <sales@jomres.net>
*
* @version Jomres 10.7.0
* @version Jomres 10.7.1
*
* @copyright 2005-2023 Vince Wooll
* Jomres (tm) PHP, CSS & Javascript files are released under both MIT and GPL2 licenses. This means that you can choose the license that best suits your project, and use it accordingly
Expand Down
2 changes: 1 addition & 1 deletion api/oauth/inc_configs.php
Expand Up @@ -7,7 +7,7 @@
*
* @author Vince Wooll <sales@jomres.net>
*
* @version Jomres 10.7.0
* @version Jomres 10.7.1
*
* @copyright 2005-2023 Vince Wooll
* Jomres (tm) PHP, CSS & Javascript files are released under both MIT and GPL2 licenses. This means that you can choose the license that best suits your project, and use it accordingly
Expand Down
2 changes: 1 addition & 1 deletion api/oauth/resource.php
Expand Up @@ -7,7 +7,7 @@
*
* @author Vince Wooll <sales@jomres.net>
*
* @version Jomres 10.7.0
* @version Jomres 10.7.1
*
* @copyright 2005-2023 Vince Wooll
* Jomres (tm) PHP, CSS & Javascript files are released under both MIT and GPL2 licenses. This means that you can choose the license that best suits your project, and use it accordingly
Expand Down
2 changes: 1 addition & 1 deletion api/oauth/server.php
Expand Up @@ -7,7 +7,7 @@
*
* @author Vince Wooll <sales@jomres.net>
*
* @version Jomres 10.7.0
* @version Jomres 10.7.1
*
* @copyright 2005-2023 Vince Wooll
* Jomres (tm) PHP, CSS & Javascript files are released under both MIT and GPL2 licenses. This means that you can choose the license that best suits your project, and use it accordingly
Expand Down
2 changes: 1 addition & 1 deletion api/oauth/token.php
Expand Up @@ -7,7 +7,7 @@
*
* @author Vince Wooll <sales@jomres.net>
*
* @version Jomres 10.7.0
* @version Jomres 10.7.1
*
* @copyright 2005-2023 Vince Wooll
* Jomres (tm) PHP, CSS & Javascript files are released under both MIT and GPL2 licenses. This means that you can choose the license that best suits your project, and use it accordingly
Expand Down
2 changes: 1 addition & 1 deletion api/put_method_handling.php
Expand Up @@ -5,7 +5,7 @@
*
* @author Vince Wooll <sales@jomres.net>
*
* @version Jomres 10.7.0
* @version Jomres 10.7.1
*
* @copyright 2005-2023 Vince Wooll
* Jomres (tm) PHP, CSS & Javascript files are released under both MIT and GPL2 licenses. This means that you can choose the license that best suits your project, and use it accordingly
Expand Down
2 changes: 1 addition & 1 deletion api/routes.php
Expand Up @@ -9,7 +9,7 @@
*
* @author Vince Wooll <sales@jomres.net>
*
* @version Jomres 10.7.0
* @version Jomres 10.7.1
*
* @copyright 2005-2023 Vince Wooll
* Jomres (tm) PHP, CSS & Javascript files are released under both MIT and GPL2 licenses. This means that you can choose the license that best suits your project, and use it accordingly
Expand Down
Binary file modified assets/images/jrlogo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 35b3882

Please sign in to comment.