Open
Conversation
In PHP 5.6 the ini setting mbstring.internal_encoding was deprecated. Solution is to only set it if a value already exists. Fixes #7244
chore(mbstring): remove PHP 5.6 notices due to deprecated ini setting
fix(i18n): translate notification messages to the recipient's language
fix(bookmarks): fixes more link in group bookmarks widget
fix(i18n): improved change password email subject and body text
datepicker can handle different font sizes, but changing the font size causes visual issues (too much padding, or text overflow) fixes #4964
…defined early enough This make sure site default language has been defined before installer calls elgg_echo() for the first time. Refs #7273
fix(css): stop CSS from overwriting the width and height added in CKEditor
fix(css): removed datepicker fixed width causing visual bug
fix(install): prevent WSOD caused by language not being defined early enough
fix(search): keep container param intact when navigating search results
Release 1.9.4
fix(widgets): determine default values for num display in content view
ElggBatch disables the query cache between fetching chunks of result sets in order to save memory. This fixes a typo bug that caused the cache to be left disabled after the batch had run.
…ot set elgg_get_entities_from_relationship() was returning duplicate entities when relationship_guid was not set. This was likely caused by MySQL optimizing the query and using a different index to fulfill the r.id select. Specifying group_by in cases where relationship_guid is not set fixes the issue. Fixes #5775
fix(relationships): distinct ege* results when relationship_guid is not ...
Clarifies that the 2nd argument for elgg_register_menu_item() is used as the arguments for ElggMenuItem::factory() and the options PHPdocs are moved to factory().
docs(menus): improve docs for menu item factory
Marks uservalidationbyemail/emailsent as a public page in walled garden to ensure that newly registered users receive a understandabe comfirmation page. Fixes #7334
fix(uservalidationbyemail): makes emailsent page public
Docs getting started
docs(support): added documentation about the support policies of Elgg
fix(views): correctly close the comment form contents
…ible Fixes #7634 - This brings back the index counting from 0 instead of 1, making profile field changes back compatible for older sites
… before using it Instantly sent notifications now respect the registered notification methods instead of assuming that a method is available only because it can be found from user's notification settings. Fixes #7647
fix(notifications): Verifies that a notification method is registered before using it
Release 1.9.7
chore(travis): Cleaned up .travis.yml for 1.9
fix(profile): admin defined profile fields are once again back-compatible
fix(css): Correct z-index for autocomplete form field when opened in lig...
…ts with "Re: " Subjects of comment notification emails were starting with "Re: " only when the groups plugin was enabled. This moves the logic out from the groups plugin, so comment notifications use the correct subject regardless if the groups plugin is enabled or not. Fixes #7743
fix(notifications): subject of comment notification email always starts with "Re: "
Release 1.9.8
This allows us to push the plugin to a separate repo and have that repo be the source for a composer package. Refs #7721
chore(composer): Add minimal composer.json to all bundled plugins
Otherwise they show up on packagist as "Unknown license"
chore(composer): Add GPL-2.0 license to all plugins' composer.json
chore(travis): fixes parameters of the 'sphinx-intl build' command
chore(release): fixes sphinx-intl command used in the release script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
get from elgg