Changelog History
Page 1
-
v4.4.4 Changes
September 07, 2020- added: search near me functionality to the search component ๐ 2. fixed: issue which was breaking the json search response when viewer was in the results and breaking the list. ๐ 3. removed: closest sort from search. It is now happening in combination with recent or most relevant sorting whenever geo search is happening.
- added: max length to the alias in describable behaviour
- changed: tags, locations, and hashtags controllers so they work with the rest api
- changed: geolocatable behaviours to work with the REST api. For example addLocation now returns the location object
- added: JSON view for Browse and Read in site settings component. โก๏ธ 8. changed: updated actor settings json response
- added: actor, optional apps, admins, and extended apps settings to the
Actor setting json response. - added: json views for com_settings views
- changed: settings mvc to config
- changed: all instances com:settings.setting to com:settings.config
- changed: improved settings assignments REST API for the Browse and Edit operations
- added: Actor Apps Settings REST API
- added: Actor Permissions Settings REST API
- added: checkpoints so only the person with the right privileges can view apps, permissions, and privacy values in the REST api.
- added: permissionable controller behaviour for actors
- added: permissionable behaviour to the actor controller ๐ 19. removed: permissions related methods from administrable behaviour.
- added: appable controller behaviour ๐ 21. removed: app management methods from administrable behaviour ๐ 22. changed: moved Privacy settings to its own tab
- added: privatable controller behaviour
๐ 24. removed: old privatable methods from the abstract controller and
administrable behaviour. ๐ 25. added: actor privacy tab translation labels to the actors translation
file. - added: GetFollowRequests action to the Actor Requestable behaviour
-
v4.4.3 Changes
February 10, 2020- removed: get_magic_quotes_gpc because it has been deprecated
- changed: in the term filter, added backslash before the dash in
regular expression.
-
v4.4.2 Changes
October 14, 2019๐ 1. fixed: issue with missing tag name and alias in json response
-
v4.4.1 Changes
October 02, 2019๐ 1. fixed: code for mail message rendering 0๏ธโฃ 2. fixed: default person access is public ๐ 3. changed: removed isRegistrationOpen in person controller canRead
- changed: improved signup controller ๐ 5. fixed: location entity description which was preventing it to create a new record. ๐ 6. fixed: issue with photos multiple uploader which was always setting access value to public ๐ฑ 7. fixed: issue with storage folder always being set to assets ๐ 8. added: support for AWS S3 regions โก๏ธ 9. changed: updated 3slib.php library
- changed: using ssl = true at all times with AWS s3 ๐ 11. fixed: attribute validation in domain entities. ๐ 12. fixed: attribute length (min/max) validation. โก๏ธ 13. changed: updated attribute validations in all entities. โก๏ธ 14. changed: updated form fields to follow the string length limits.
- changed: applied search term length char limit to 100.
- changed: in location component we now have 2 API keys. One for the geolocation and other for the map and places.
- changed: tags now store inheritance identifiers correctly in the database.
- changed: renamed hashtagable to hashtaggable everywhere
- changed: the base class tag node identifier is now included in the type field of hashtags, locations, or any tags extending the tag node.
- changed: tag node (hashtag, location) json response now contains list of taggables with pagination
- added: fake total number for the stories to save on the query operation.
- added: owner field to the story json object
-
v4.4.0 Changes
November 18, 2018๐ 1. changed: all koowa classes are now merged with Anahita framework. All classes prefixed with K are now using An prefix. Unused code have been removed. ๐ง 2. changed: in configuration.php file AnConfig is now AnSiteConfig
- changed: coverSet() is now hasCover()
- changed: portraitSet() is now hasPortrait()
- added: cover to node list, actor list, and person list layouts
- changed: using + for all new (entity) buttons
-
v4.3.14 Changes
November 12, 2018๐ 1. fixed: plyr styling
- changed: KException to AnException
-
v4.3.13 Changes
November 05, 2018โ 1. fixed warnings in php 7.2.8
- disables ONLY_FULL_GROUP_BY per db session if it is enabled. This mode is enabled by default in MySql 5.7 which was preventing Anahita to work properly. ๐ 3. moved KDatabase to AnDatabase ๐ 4. removed legacy KDatabase classes
-
v4.3.12 Changes
July 08, 2018- fixes in com_people and com_actors REST APIs ๐ 2. fixes in template overrides mechanism
- locations services now only requires one API key from google maps platform ๐ 4. fixed facebook and twitter OAuth.
- facebook OAuth is now readonly, because facebook as deprecated publish_stream and publish_actions permission. ๐ 6. twitter OAuth is now available for people actors only for the sake of simplicity. Database migration will remove the paired group actors with twitter. ๐ 7. Nooku/Koowa KHelper, KMixin, KCommand, KEvent, KRequest, and KHttp moved to Anahita library as AnHelper, AnMixin, AnCommand, AnEvent, AnRequest, and AnHttp.
- added cover image to articles
- added notifications to articles ๐ 10. removed actor avatar and cover stories โก๏ธ 11. updated Shiraz styling to accommodate recent changes ๐ 12. removed parallax jquery plugin
-
v4.3.11 Changes
February 20, 2018๐ This is a maintenance release with the following changes and fixes:
๐ 1. removed assignable behavior from component entity. This fixes the issue where all components where displaying on the Settings > Assignments instead of assignable apps only.
- users are now permanently logged in until they logout. No more Stay Logged In checkbox. ๐ 3. merged data, inflector, behaviors, view, and template from Nooku into Anahita and removed unused code.
-
v4.3.10 Changes
November 20, 2017โก๏ธ 1. updated plyr.io javascript library to version 2.0.18 ๐ 2. fixed authentication with email bug ๐ 3. fixed session add bug for json requests ๐ 4. fixed the 401 error page which was trying to load itself ๐ 5. site:symlink command now works for both windows and nix platforms