Skip to content

1.9#2

Open
liuliming2008 wants to merge 454 commits intoliuliming2008:1.9from
Elgg:1.9
Open

1.9#2
liuliming2008 wants to merge 454 commits intoliuliming2008:1.9from
Elgg:1.9

Conversation

@liuliming2008
Copy link
Owner

get from elgg

mrclay and others added 30 commits October 16, 2014 14:56
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
also fixed some widget content view not using the widget setting num
display for the output

fixes #6923, #7041
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
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
jdalsem and others added 30 commits December 5, 2014 08:52
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
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: "
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.