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

ElkArte 1.0.5 - release notes

This is the list of the fixes and improvements since the previous release, if you are interested, more details can be found at the repository.

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

  • [bugfix] ! toggle from source to wizzy would add lines between [list][/li][li]list items on the first swap only. List items in wizzy still have extra line spaces however. (ref).
  • [theme] ! the theme fonts were not always used in the wizzy editor ! the font color was not the same as the non wizzy or post page (ref).
  • [theme] ! Have the non editor QR text color match full editor text thanks live627 for report (ref).
  • [theme] ! add some "click" padding around the home icon (ref).
  • [bugfix] ! $tag should be $possible (ref).
  • [theme] Fix the little background glitch using side menus - fixes #2205 - thanks Flavio for reporting (ref).
  • [bugfix] A couple of removed options left around in PSQL install file (ref).
  • [theme] Avoid mouse cursor to show as cursor on offsets needed for menu bars (ref).
  • [bugfix] Reduce impact of slight graphic glitch in news fader when loading multiple news (hide instead of fadeOut) - thanks Flavio93Zena for reporting (ref).
  • [bugfix] Fixes #2202 - Updated video embedding to HTML5 and made src links protocol agnostic (ref).
  • [bugfix] Updated video embedding to HTML5 and made src links protocol agnostic (ref).
  • [theme] ! update fontawesome from 4.2 to 4.4 use .min package as well (ref).
  • [bugfix] ! fix#2171 allow wrappign of some links in () while still allowing the link path to contain ()'s (ref).
  • [bugfix] ! fix#2119 allow unix socket connections to memcache (ref).
  • [theme] ! the suggest dropdown width should size to the input .style will only pickup inline, not css etc, use clientWidth instead to report style, css or calculated values (ref).
  • [bugfix] ! fix#2192 local moderators were not reported properly (ref).
  • [theme] ! change start of linktree to home icon instead of site name (ref).
  • [theme] ! compact the background declaration (ref).
  • [bugfix] ! the suggest member needs a faux nasort (ref).
  • [bugfix] Be sure $array is an array to avoid errors in the log (ref).
  • [bugfix] Try to fix the sending of "new member has joined" to admins when members are simply changing their email address (ref).
  • [bugfix] Fix deletion of boards with child-boards - fixes #2183 (ref).
  • [bugfix] ! like-ers may have more than 1 given removed is they liked multiple messages in the group. (ref).
  • [bugfix] ! GROUP BY clause or be used in an aggregate function ! formatting (ref).
  • [bugfix] ! Like Given/Received were not updated properly on posr removal (ref).
  • [bugfix] ! don't show liked posts if they are in the recycle bin (ref).
  • [bugfix] ! improve cut&paste font handling with preparsecode_font_callback (ref).
  • [bugfix] ! allow " etc to be shown vs " (ref).
  • [bugfix] ! Although not semantically correct it will help fix usage (ref).
  • [bugfix] ! The table correction code had duplicate keys ! I don't think the follow tag array was correct (ref).
  • [bugfix] ! add lexicographic style permute and depreciate permute ! lowers memory footprint, properly permutes for sets >3 (ref).
  • [bugfix] Properly strip html from signature preview - thanks Jorin for reporting (ref).
  • [bugfix] Avoid the secret answer to be replaced by an empty string when changing other fields in the account page leaving empty the secret question - fixes #2178 (ref).
  • [theme] Fix click event of the moderation strip hamburger masking all the click on the buttons at normal sizes - fixes #2176 (ref).
  • [bugfix] ! allow multi implode to honor passed glue ! add trim all function ! don't pass value for glue (ref).
  • [bugfix] ! permute function failed to return proper results ! permute function could cause wsod with some addons added temporary measure to block that condition which then only returns a subset of what it should. (ref).
  • [theme] hamburger for moderation buttons at low-res (ref).
  • [bugfix] Stop gap for array to string conversion in BadBehaviour. Still not optimal and maybe not worth, but at least it should not give errors - related to #2134 (ref).
  • [bugfix] Now it's possible to test board access even for regular members in getBoardList - fixes #2163 (ref).
  • [theme] Add some more space to select=>multiple tags - fixes #2164 (ref).
  • [bugfix] Restore alphabet in members list - fixes #2168 (ref).
  • [theme] A couple of tweaks to the header section (ref).
  • [bugfix] Replace a couple of strtolower($txt[posts]) with $txt[manageposts_posts] (ref).
  • [bugfix] Consolidate members activation into approveMembers, including integrate_activate hook - fixes #2078 (ref).
  • [theme] Fixed #2085 - Added shadows to page numbers and normalised margins (ref).
  • [bugfix] Fix editing of agreement in different languages - fixes #2155 thanks winstar for reporting (ref).
  • [bugfix] Missing semi-colon - thanks scrutinizer-ci (ref).
  • [theme] Fix a 1px misalignment of the "more" button (posts) - should fix #2108 thanks nwsw for the original fix (ref).
  • [bugfix] Add a confirm message to the "remove like" function to avoid toggling by mistake - partially addresses #2135 (ref).
  • [bugfix] More strict checks on mentions duplications - partially fixes #2135 thanks Jorin for reporting (ref).
  • [theme] Delegate the collapsing of fieldsets so that even if they are created dynamically can be collapsed as all the others - fixes #2153 (ref).
  • [bugfix] Properly use the Action class to deal with the sub actions of ManageNews - fixes #2150 (ref).
  • [theme] Make the title of the icon of the redirect boards a little more helpful - fixes #2140 thanks winstar for reporting (ref).
  • [bugfix] Enable mentioning in quick modify too - fixes #2098 thanks Burke Knight for suggesting (ref).
  • [bugfix] Added an extension property to the QuickModify method (will be used to load the AtWho dropdown for mentions) (ref).
  • [bugfix] Wrong property check in order to extend the JumpTo (funcOnAfterFill instead of funcOnBeforeCollapse) (ref).
  • [bugfix] ! fix #2142 tell me thats not fragile (ref).
  • [bugfix] ! fix #2143 dont extend past the end of the cache index (ref).
  • [bugfix] Remove "id" from the packages list and use the name for sorting - fixes #2080 (ref).
  • [bugfix] Fix saving of settings in word censoring - fixes #2114 (ref).
  • [theme] Always show the "more..." button in posts, even at low resolutions (ref).
  • [bugfix] Avoid SQL error in PMs on PostgreSQL - fixes #2124 (ref).
  • [bugfix] is_mod takes into account only local moderators, added a "is_moderator" index that considers also global moderators - fixes #2120 thanks Burke Knight for reporting (ref).
  • [bugfix] If the group does not exist show an error - fixes #2115 thanks Flavio for reporting (ref).
  • [bugfix] Avoid IPv6 expansion to throw undefined indexes if the address doesn't have anything after the :: - fixes #2125 thanks radu81 for reporting (ref).
Last Edit: September 13, 2015, 01:24:00 pm by Spuds
Bugs creator.
Features destroyer.
Template killer.