Skip to main content
Topic: ElkArte 1.0.3 - release notes (Read 3076 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

ElkArte 1.0.3 - release notes

This is a summary of the major fixes and improvements since the previous release, if you are interested in the details, you can have a look at the repository, the detailed list of commits and changes is too long.

You can find the list of known issues at this address.

  • [bugfix] Invalidating the Settings.php opcache fixes the install error that resulted in themes having the url 127.0.0.1 (ref).
  • [bugfix] Polls options were not modified - thanks Jorin for reporting (ref).
  • [bugfix] Fix undefined index due to avatar code changed recently - thanks Spuds for reporting (ref).
  • [theme] ! a few more pixel adjustments (ref).
  • [bugfix] ! missed commit to use new text string in recent (ref).
  • [theme] ! Adjustments to better stabilize the mlist avatars (ref).
  • [bugfix] Avoid double Mime-Version in SMTP email headers - fixes #1986 (ref).
  • [theme] ! add missing split tag icon for modifications (ref).
  • [bugfix] ! missing session.xxx with deletemsg from profile view posts (ref).
  • [enhancement] A little hook in determineAvatar? (ref).
  • [bugfix] Fix gravatar size param (ref).
  • [bugfix] Change "mentions" to "Message" in mentions page - fixes #1919 (ref).
  • [bugfix] Fix the gravatar url in $context[user] - thanks nhwood for reporting the bug - fixes #1972 (ref).
  • [bugfix] ! rest the disabled tags after recursive call (ref).
  • [bugfix] Make removed likes invisible when toggling the setting to not notify (ref).
  • [bugfix] ! add ;api to check string for consistency (ref).
  • [bugfix] ! recount user posts with recycle enabled was using the wrong var (ref).
  • [theme] ! add border around selecting them text to give more visibility (ref).
  • [bugfix] ! using a global name in the params is not the best way to do it (ref).
  • [bugfix] Because spider group is using 1 for regular members it requires a tweak befor using it and fixes regular members being showed twice in the spider group select box - thanks Jorin for reporting - fixes #1960 (ref).
  • [bugfix] passwd was not returned by findUser function - Fixes #1959 (ref).
  • [bugfix] Filter empty additional_groups in order to avoid having group 0 in the memberQuerySeeBoard function (ref).
  • [bugfix] ! bulk headers should be on for digest and newletters (ref).
  • [bugfix] ! prevent undefined error when no location is return on 30x (ref).
  • [bugfix] ! addons will appreciate a couple of extra hooks here (ref).
  • [bugfix] ! email message ip was not properly parsing (ref).
  • [bugfix] ! allow back button to always work with search results (ref).
  • [theme] Better use topic_started_by and sprintf instead of started_by and concatenation (ref).
  • [theme] Re-fix inconsistency in unread/unread-replies moving the sprintf to the template as suggested by Spuds to avoid html in the controller (ref).
  • [theme] Multiple lines for registration agreement button in case of age limits (ref).
  • [bugfix] Merged topics should be moved to any board visible to the merger, not only the original boards (ref).
  • [theme] Remove the radio buttons from the merge topics page to pick a board and use the standard select - fixes #1941 (ref).
  • [theme] Add Avatar To Memberlist (ref).
  • [theme] html5shim should use a scheme-relative URL (ref).
  • [bugfix] Missing "Close" string to localize the editor - thanks Jorin for reporting (ref).
  • [theme] Consistency in presenting recent/unread messages with the board link as well - thanks radu81 (ref).
  • [bugfix] When all the categories are collapsed, last_post is not properly set leading to undefined index errors - thanks Ruth for the original report (ref).
  • [theme] Removed some unused options from template_init - fixes #1951 (ref).
  • [theme] Wrong name of the jump-to select tag - fixes #1949 (ref).
  • [bugfix] Ensure $context['forum_name_html_safe'] is properly filled in loadEssentialThemeData - fixes #1945 (ref).
  • [theme] ! tooltips bleed through on some ipad versions when back button is used to a cached page.  Add rudimentary mobile and touch sniff, if both are true then disable those hover effects (ref).
  • [bugfix] ! all to these for recent posts (ref).
  • [theme] ! fix some maintenance style ugly face (ref).
  • [bugfix] ! Need to use callback or you just get a replace with the callback name (ref).
  • [bugfix] ! must of been tired when I "fixed" that one (ref).
  • [bugfix] ! Don't remove topic notifications then updating board notifications (ref).
  • [bugfix] ! incomplete admin group check in validate notification (ref).
  • [bugfix] ! seed update_member_stats with the right array (ref).
  • [bugfix] ! A bit hackish, but allows plain text quotes to be BBC'ed (ref).
  • [bugfix] ! needs to be whoall to ever be picked up (ref).
  • [bugfix] ! Don't add it if its not filled in, don't change it unless its there (ref).
  • [bugfix] ! don't show attachments out of the recycle bin (ref).
  • [bugfix] ! don't save the field until they first add something (ref).
  • [bugfix] ! if there is no value don't enclose it and place it in context (ref).
  • [bugfix] ! Sorting in recent post listing was broken (ref).
  • [bugfix] ! spell check in quick modify was not working (ref).
  • [bugfix] ! restoring a message resulted in empty message value given array of integer values is empty db error ! after restore of single message, return somewhere normal (ref).
  • [bugfix] ! need to not show the footer unless there is data (ref).
  • [theme] ! the linkedin icon was wrong ! (ref).
  • [theme] ! fix #1923 menu misalignment in mobile besocial (ref).
  • [bugfix] ! fix #1932 (ref).
  • [theme] ! backport fix #1939 (ref).
  • [bugfix] ! yes an ugly new text line, sorry ! (ref).
  • [theme] ! who template last online could break the layout (ref).
  • [theme] ! missing label for in registration page (ref).
  • [theme] ! button style for the back button when viewing a failed PBE (ref).
  • [bugfix] ! wrong modsetting variable for the enhanced daily digest (ref).
  • [bugfix] ! add ID's to custom fields so labels for a11y are proper (ref).
  • [bugfix] ! failed pbe log was not always populated fully (ref).
  • [bugfix] ! its a GET var so check REQUEST not Post ! Should break to end the look not continue it ! compare against the cleaned subject ! Allow to find missing pm as part of subject search (ref).
  • [bugfix] ! select spell form by ID fix IE 11 ! use type of to check undefined (ref).
  • [bugfix] ! allow spell from select to be a select (ref).
  • [bugfix] ! allow targeting spellcheck form elements by ID (ref).
  • [bugfix] ! update BB to 2.2.16 (ref).
  • [theme] ! recent views did not support relative time ! recent view did not show in board name (ref).
  • [bugfix] ! layout for notification had several layout issues (ref).
  • [bugfix] ! need to allow these to be fixed with force from acp (ref).
  • [bugfix] ! the key is saved full in the db, no need to build it ! allow fix for pm_not_found with a bit fat warning (ref).
  • [bugfix] ! Don't have the title === text for a11y (ref).
  • [bugfix] ! petty change for accessibly scans (ref).
  • [bugfix] ! Various issues with recent topics wrt order etc (ref).
  • [bugfix] And show the noteworthy updates box when needed. (ref).
  • [bugfix] Noteworthy updates should be shown even if there is only the txt variable, no need for a row in the settings table (ref).
  • [bugfix] ! handle cases where miscreant data is stored (ref).
  • [bugfix] ! touch of cleaning (ref).
  • [bugfix] ! use the new untar class in the package subs (ref).
  • [bugfix] ! new unTgz class for extracting .tgz or .tar.gz (ref).
  • [bugfix] ! dont check crc unless we should ! cleanup some substr calls ! add public check zip method ! clean up docblocks (ref).
Bugs creator.
Features destroyer.
Template killer.