Skip to content

Releases: Elgg/Elgg

v2.3.3

16 May 08:04
Compare
Choose a tag to compare

Contributors

  • Steve Clay (9)
  • Jerôme Bakker (4)
  • iionly (2)

Documentation

  • ajax: normalize code whitespace (e8437621)

Bug Fixes

  • db: warn devs about sanitizing array values (0e7347b8, closes #10921)
  • discussions: ajax reply form is again a textarea (cb77158b, closes #10936)
  • forms: no label but normal text styling for checkboxes and radio input field options text (9fdaefeb)
  • groups: group activity widget can be added as default dashboard widget again without error (1f468ac9)
  • installer: now sees settings file in old location (be80d39e, closes #10942)
  • js: set correct options for each individual lightbox (a82eab75)
  • menus:
    • log error if factory missing 'name' or 'text' (23f68fe2)
    • fixes combineMenus() in menu service (b0708798)
  • routing: no longer forwards to ajax/file service URLs after login (af6e2a68, closes #10695)

v1.12.16

10 May 08:33
Compare
Choose a tag to compare

Contributors

  • Steve Clay (3)
  • iionly (2)
  • Jerôme Bakker (1)

Documentation

  • admin: start upgrade by logging in/clearing caches (cf78468a, closes #10898)

Bug Fixes

  • groups: remove membership request when user is already member (4f158e1d)
  • htaccess: removing of obsolete entry in htaccess.dist incompatible with Apache 2.4 (f2e8efab)
  • search:
    • no longer fatals if comment container hidden (16a753a9, closes #10902)
    • allows get_sql, access hook to be used correctly (98835bc4, closes #10884)

v2.3.2

16 Mar 12:59
Compare
Choose a tag to compare

Contributors

  • Steve Clay (5)
  • Ismayil Khayredinov (1)
  • Jerôme Bakker (1)
  • Matt Beckett (1)

Performance

  • db: improved performance of disable/delete of an entity (5adf2ecf)

Documentation

  • security: explains current password hashing (d3affbd9, closes #10778)

Bug Fixes

  • install: explicitly allow .well-known in rewrite rules (bb35cb9c)
  • js: make sure elgg.forward() always reloads the page (c42b9c9c)
  • output: elgg_normalize_url() again handles multibyte chars and spaces (62bf31c0, closes #10771)
  • twitter_api: do not feed remote URLs to icon resize API (bad30edc)

Deprecations

  • logging: removes warnings about metadata/annotation value casting (97b2b51f, closes #10749)

v2.3.1

14 Feb 15:29
Compare
Choose a tag to compare

Contributors

  • Steve Clay (8)
  • Jerôme Bakker (5)
  • Jeroen Dalsem (2)
  • Ismayil Khayredinov (1)
  • Yanwei Jiang (1)
  • iionly (1)

Bug Fixes

  • access: use ignore access only when querying the database (fb57c02c)
  • admin: prevents simultaneous plugin (de)activation/reordering (907c9b67, closes #10706)
  • ajax: elgg/Ajax now uses spinner if 2nd fetch occurs in done handler (afef3c4e)
  • comments: use elgg/Ajax to load inline comment form (17d93a5b)
  • discussions: river entries are once again visible to logged out users (65e6664d)
  • embed: Inserting medium thumbnail size again instead of small on embedding images (aea45030)
  • html: elgg_normalize_url() handles tel: links (48a51709, closes #10689)
  • icons:
    • detect image format for resizing (dd9af8a9)
    • set correct filename for temp resizing file (aeed7060)
  • menus: return to default of sorting menus by text (9636790f, closes #10737)
  • security: random byte generation improved on some systems (03285ba7, closes #10750)
  • uservalidationbyemail: unset emailsent after showing it once (4e16cc9b)
  • views:
    • elgg_view_field no longer leaves #type in attributes (e4e316e9, closes #10699)
    • in table lists, rows now have IDs (e42fa636, closes #10696)

Elgg 2.2.4

27 Jan 09:25
Compare
Choose a tag to compare

Contributors

  • Steve Clay (2)
  • Ismayil Khayredinov (1)
  • iionly (1)

Bug Fixes

  • ajax: elgg/Ajax view() and form() set $vars as expected (abf8a9ce, closes #10667)
  • core: Check existence of cache symlink without usage of readlink() (3e4dc6a1)
  • files: mitigate issues with special chars in file names (4a7b74ea)
  • web_services: handle string params with proper escaping (702ce46c)

Elgg 1.12.15

26 Jan 08:58
Compare
Choose a tag to compare

Contributors

  • Johnny Mast (1)
  • jdalsem (1)

Bug Fixes

  • views: corrected syntax error in input/date (a7277f30)