Skip to content

Releases: anahitasocial/anahita

Anahita 4.3.0 Birth Release

05 Jan 06:06
Compare
Choose a tag to compare
  1. removed administration back-end
  2. implemented com_settings for super admins to configure Anahita
  3. removed all joomla legacy files and replaced them with native anahita classes
  4. removed all xml files and started using json files instead
  5. node description and excerpt fields now support utf8mb4 for displaying emojis
  6. updated robots.txt file
  7. added emoji support to node names, aliases, and hashtags

Anahita 4.2.4 Birth Release

12 Oct 06:50
Compare
Choose a tag to compare

Fixed critical issue which was preventing first time installation due to the absence of a from system email

Anahita 4.2.3 Birth Release

22 Sep 05:40
Compare
Choose a tag to compare

Following issues have been fixed:

  1. starting using SwiftMail and Anahita's Mailer class instead of legacy joomla mailer
  2. improved the code that sends out notification mails
  3. updated email regex according to the latest w3c specs
  4. added tags url attributes for people, actors, and masonry photos so they can be filtered by hashtag, mention, or location
  5. updated robots.txt file
  6. fixed add/remove location locatable target url bug

Anahita 4.2.2 Birth Release

06 Sep 02:39
Compare
Choose a tag to compare
  1. fixed issue preventing hashtag term showing as title in the hashtag view
  2. displays userType to viewer in json
  3. gadget must be given a url before loading
  4. urls in shiraz example pages fixed

Anahita 4.2.1 Birth release

04 Apr 03:15
Compare
Choose a tag to compare
  1. fixed issue which was preventing authentication with email instead of username
  2. fixed issue which was including search and composer js files twice
  3. feature: site admins can now manually add new locations to be used by the community
  4. feature: recently added tags can now be shown for hashtags and locations
  5. refactored the code in com_tags and com_medium components

Anahita 4.2.0 Birth release

21 Mar 02:51
Compare
Choose a tag to compare
  1. Tag actors and media with locations
  2. Capture browser's geolocation data and store them in media nodes
  3. List top and trending locations
  4. Search nearby actors and media nodes
  5. Integration with google maps and location api to render maps, geolocate, etc.
  6. com_pages is now com_articles therefore we call it the Articles app.
  7. com_html is now com_pages
  8. Improved com_tags implementation
  9. Updated Shiraz template to contain com_pages layouts
  10. Fixed bugs which allowed creation of duplicate edges
  11. Improved the implementation of javascript InfiniteScrolls and Masonry layout rendering
  12. Ability for site admins to mark actor profiles as verified

Anahita 4.1.8 Birth Release

15 Oct 23:41
Compare
Choose a tag to compare
  • fixed issue with the db table coalitions problem. Now all the tables are set to utf-8 and Engine=InnoDB
  • fixed issues in the Invites app tokens and UIs

Anahita 4.1.7 Birth Release

03 Oct 02:51
Compare
Choose a tag to compare
  • fixed the issue which was breaking the actor social graph pagination
  • fixed the issue which was preventing notification settings to be stored in default layout
  • changed the lable follow/unfollow to get/stop notifications for medium node Subscriptions
  • medium nodes are enabled by default

Anahita 4.1.6 Birth Release

28 Sep 03:49
Compare
Choose a tag to compare

Change log:

  • fixed remember me bug
  • fix the bug which was preventing new users to update their password after logging in using a token

Anahita 4.1.5 Birth Release

26 Sep 00:14
Compare
Choose a tag to compare
  • people management is now happening all in the front-end
  • removed legacy user manager from the back-end
  • removed legacy joomla ACL
  • implemented simple and natively supported ACL and 4 user types: public, registered, administrator, super adminstrator
  • updated database schema and dropped legacy tables
  • we now have nodes and edges tables without the anahita prefix
  • refactored com_people MVC. We are still relying on JUser, but we are closer to a fully native user manager
  • Only admins and super admins can enable and disable accounts.
  • refactored the user activation and password reset workflows
  • update the migration files and fixed the issues that was causing the older releases of Anahita to break during the migration process.
  • updated the Subscriptions app to work with the new person entities.
  • beautified the code using php-cs-fixer