Elgg

A social networking engine in PHP/MySQL

OTHER License

Downloads
14.3K
Stars
1.6K
Committers
101

Bot releases are visible (Hide)

Elgg - v1.12.16

Published by jeabakker over 7 years ago

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)
Elgg - v2.3.2

Published by jeabakker over 7 years ago

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)
Elgg - v2.3.1

Published by jeabakker over 7 years ago

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 - Elgg 2.2.4

Published by jeabakker over 7 years ago

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 - Elgg 1.12.15

Published by jeabakker over 7 years ago

Contributors

  • Johnny Mast (1)
  • jdalsem (1)

Bug Fixes

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