Skip to content

Releases: Elgg/Elgg

Elgg 6.0.0-beta.1

18 Apr 14:19
e79ea42
Compare
Choose a tag to compare
Elgg 6.0.0-beta.1 Pre-release
Pre-release

Contributors

  • Jeroen Dalsem (63)
  • Jerôme Bakker (28)

Features

  • ckeditor: updated to ckeditor v41.3 c30beef28
  • db: updated to doctrine/dbal v4 c3776a7a7
  • core: added temporary bin ea8939719 closes #5172
  • views:
    • restructured various page elements and improved css c5c46637a
    • improve various sidebar search forms 172ada402
    • improved usage of headings in various parts of a page df7e1eaac closes #14435
  • session: login event has been reintroduced for logging purposes 34819950d
  • js: dropped RequireJS in favor of ECMAScript modules e2e998c2c
  • icons: uniform storage of entity icon cropping coordinates cee682c2f
  • php: require php intl module 5b5ddccb6 closes #13901
  • tests: updated to PHPUnit 10.5 b01996b60
  • responses: response forward urls are now secure by default afe18fb3b

Bug fixes

  • core:
    • correctly determine if plugins need reindexing 84e72f296
    • correctly check for the need for a default order by 72d015033
  • groups:
    • only show group owner transfer if there are other members 3f8a4f1bf
    • only show edit form sections if there is content 28673a1f7
  • webservices:
  • upgrades: show correct count in the admin upgrade listing adc8b9028 closes #14520
  • database: allow both metadata and annotations 67962755c closes #14405

Removed

  • filesystem: removed flysystem wrapper 537b90a1d
  • db: the enabled column for annotations has been removed bdd17b413
  • core: the \ElggEntity->getTags() function has been removed d3bbe25d0
  • icons: icontime metadata is no longer available 7e139b935

Elgg 5.1.5

22 Mar 13:53
0600a01
Compare
Choose a tag to compare

Contributors

  • Jerôme Bakker (7)
  • Jeroen Dalsem (1)

Bug fixes

  • core:
    • improved friendly title for multibyte characters 6d80fa23f closes #14577
    • no longer set dynamic property on exceptions 21b41a6a6
  • ckeditor: do not limit html elements in ckeditor 01bacfc51
  • plugins: improved handling of composer version constraints 8dd38c0b7 closes #14580
  • pages: correctly disable parent page option 02a4f3bfa

Elgg 5.1.4

12 Jan 09:50
ad86de8
Compare
Choose a tag to compare

Contributors

  • Jerôme Bakker (3)
  • Jeroen Dalsem (2)

Bug fixes

  • comments: only load comment form when needed 1eaa55b48
  • session: allow samesite cookie configuration 1dcb96c26
  • notifications: prevent unneeded content subscriptions 3ffedc0ad closes #14301

Elgg 5.1.3

16 Dec 07:45
13896dc
Compare
Choose a tag to compare

Contributors

  • Jeroen Dalsem (5)
  • Jerôme Bakker (2)

Bug fixes

  • cli: database seed command no longer queues notifications 7fb4139fe
  • uservalidationbyemail: only allow confirm link for logged out users 89ba96f5d
  • users: prevent ban/unban notifications for users during disable 623a2fe6a

Elgg 5.1.2

30 Nov 12:54
efdb83a
Compare
Choose a tag to compare

Contributors

  • Jeroen Dalsem (4)
  • Jerôme Bakker (4)

Bug fixes

  • output: link must have discernible text 8ed45c12d
  • web_services: only create new tokens on initial save a1904fc7c closes #14516
  • developers: removed metadata enabled column in entity explorer 4256e4dd7

Elgg 5.1.1

17 Nov 10:15
850f779
Compare
Choose a tag to compare

Contributors

  • Jerôme Bakker (9)
  • Jeroen Dalsem (5)

Bug fixes

  • webservices: no longer expose parts of the system during an error a0db26a40
  • cli: provide readable feedback when using incorrect cron interval c658dd2b7
  • pages: don't allow a page to be its own parent f029d1e69
  • views: don't output a summary title if no display name 385475469
  • css: improved elgg-level behaviour on limited viewports a1482000f
  • routes: correctly deprecate the comment/edit route 04bed5687

Elgg 4.3.10

17 Nov 09:08
17d2737
Compare
Choose a tag to compare

Contributors

  • Jerôme Bakker (2)

Bug Fixes

  • session: correctly invalidate session on privilege elevation (6357da49)

Elgg 5.1.0

24 Oct 12:33
246957f
Compare
Choose a tag to compare

Contributors

  • Jeroen Dalsem (37)
  • Jerôme Bakker (36)

Features

  • ckeditor:
    • updated to v40.0.0 441c0f442
    • ctrl+enter in the editor field will submit the form 5b0bd6a8d
  • css: allow theme variables to be configured by the site admin 3eb7fe354
  • cron: added custom cron logger class 6535d386b
  • a11y:
  • views: support a title on an imprint element 2ebfccb09
  • breadcrumbs:
    • improved usability of elgg_push_collection_breadcrumb 68c6d069e
    • last item pointing to current page will be removed 95b305458
    • added a home icon as a first item e78e7ee68
  • blog: prevent double submit of the blog form 0a23cd09b
  • cli:
    • interactively set number of seeded items per seeder 337b1bd71
    • added database seeders command 12baa7c68
    • activate plugins CLI command supports plugin priority 160fcaf69
    • installer now has the option to prevent plugin activation 1a20e79ef
  • security: add support for security.txt 2709c2db4 closes #14315
  • admin: reorganized admin and configure utilities menu items de1959ad5
  • widgets: the widget edit form now shows in a lightbox 15e68df90
  • input: the value output view for an userpicker can be set 585903bb9
  • developers:
    • the theme sandbox is now a separated plugin 22cd62e89
    • added inspection page for the database CLI seeders e8255d3f6
  • html: added a scroll to top button 58b1ae7d1
  • js: client side validate max file size for file input 3b19a7071 closes #7059

Bug fixes

  • css: fixed some margin issues on elgg-field form elements 1565a6d47 closes #14354
  • a11y:
    • topbar sub menu items are now keyboard accessible 6326c3902 closes #6759
    • make sure widget edit/delete actions are keyboard accessible d7b61ed15 closes #14471
    • tab to first item in opened dropdown menu 487d7370a
    • edit comment form sets focus to comment textarea 477646730
    • keep focus on toggled menu item a18ad0057
  • cache: report HTTP 410 Gone on stale cache urls cfd488361 closes #14086
  • views:
  • breadcrumbs: no longer add a breadcrumb if link to self is false 7a44a533c

Deprecations

  • views: resource and route for comment edit are not in use 84deb0e54

Elgg 5.0.7

10 Oct 11:58
62642d2
Compare
Choose a tag to compare

Contributors

  • Jeroen Dalsem (5)
  • Jerôme Bakker (2)

Bug Fixes

  • forms: prevent double submit on comment forms (1b057186)
  • icons: retry icon resize after failure (e04e396b)

Elgg 5.0.6

07 Sep 12:47
fbbf396
Compare
Choose a tag to compare

Contributors

  • Jerôme Bakker (2)
  • Nikolai Shcherbin (1)

Bug Fixes

  • ckeditor: early abort object mentions on closing bracket (b397601c)
  • docs: document correct function (e9ba84a1)