Skip to content

Commit

Permalink
Merge pull request #9845 from mrclay/merge112
Browse files Browse the repository at this point in the history
Merge 1.12 into 2.0
  • Loading branch information
mrclay committed May 29, 2016
2 parents 8c2c472 + 40a97b8 commit 72b53aa
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 9 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Expand Up @@ -683,6 +683,54 @@ change them to external AMD modules and load them with `elgg_require_js`.

Fixes #2718 ([c91f1f3e](https://github.com/Elgg/Elgg/commit/c91f1f3e5b0c825e34feae248a1a3ff5a5e2b640))

<a name="1.12.10"></a>
### 1.12.10 (2016-05-29)

#### Contributors

* Steve Clay (13)
* Jeroen Dalsem (6)
* Ismayil Khayredinov (4)
* Jerôme Bakker (1)
* bruno-infotrad (1)
* iionly (1)
* jdalsem (1)

#### Documentation

* **cron:** added an example how to register a cron hook handler ([4b54a099](https://github.com/Elgg/Elgg/commit/4b54a099e7ddc5cacdf214d5ea383eddc03b255f))
* **i18n:**
* clarifies limitations of elgg.echo ([83b2c106](https://github.com/Elgg/Elgg/commit/83b2c106d5ac671ee28e28625659392de4d34b0b))
* recommends an English translation for all new language keys ([facc222b](https://github.com/Elgg/Elgg/commit/facc222b417b710449963d078d294d231c6c2217), closes [#9375](https://github.com/Elgg/Elgg/issues/9375))


#### Bug Fixes

* **annotations:** fixes time-based annotations searches ([6d5e1b78](https://github.com/Elgg/Elgg/commit/6d5e1b781866dc4b79300f57424873049314a6ff), closes [#9785](https://github.com/Elgg/Elgg/issues/9785))
* **autoload:** fixes bugs in class map saving ([18ea55fa](https://github.com/Elgg/Elgg/commit/18ea55fa990fab9724cbbd12365d754df19cbde2))
* **comments:** email subject hook now validates array structure ([5df7f40b](https://github.com/Elgg/Elgg/commit/5df7f40b8cba8f5a61afcfbb4b3d2086d49b54ee), closes [#9772](https://github.com/Elgg/Elgg/issues/9772))
* **core:** remove duplicate tags upon input ([096cf4b8](https://github.com/Elgg/Elgg/commit/096cf4b8b0cb7be801490d9c2cb983b5580c771b))
* **css:** only apply vertical padding on ajax loader of user hover menu ([d9c8326e](https://github.com/Elgg/Elgg/commit/d9c8326eebe01a7197a3505f311b419a900ee097))
* **file:**
* re-added cannotload language string for file plugin ([6ba7e7b8](https://github.com/Elgg/Elgg/commit/6ba7e7b8c4cebc3b13862094124b1246686bd917))
* better uploaded file handling and thumbnail serving ([72140cfc](https://github.com/Elgg/Elgg/commit/72140cfc3cdd6f6677eda84399cf6ca117ea44e2), closes [#9612](https://github.com/Elgg/Elgg/issues/9612), [#9267](https://github.com/Elgg/Elgg/issues/9267), [#6677](https://github.com/Elgg/Elgg/issues/6677))
* **forms:**
* empty plugin settings forms no longer wrapped in a form tag ([5f7dbcd0](https://github.com/Elgg/Elgg/commit/5f7dbcd0d8006f41c230e34fc96ed13e0cd5ad71), closes [#9704](https://github.com/Elgg/Elgg/issues/9704))
* empty form body no longer wrapped in a form tag ([dc68d04e](https://github.com/Elgg/Elgg/commit/dc68d04ec92a482b561dfd00c0158838bf83dd43))
* **html:** autop no longer ltrims next to a leading inline element ([6785ee88](https://github.com/Elgg/Elgg/commit/6785ee88278859c87a5569428656d6870f69fa3d), closes [#9790](https://github.com/Elgg/Elgg/issues/9790))
* **http:** all unhanded exceptions send 500 status code ([2f45c2ca](https://github.com/Elgg/Elgg/commit/2f45c2ca96120352f0c0e3b8556e103924a3cc82), closes [#9758](https://github.com/Elgg/Elgg/issues/9758))
* **js:**
* elgg.echo recognizes empty translation strings (does not return key) ([1d32b2c2](https://github.com/Elgg/Elgg/commit/1d32b2c2b35cf965af1d703d74fb5adeb2599336))
* action token refresh now correctly replaces tokens in urls ([7b4e0db2](https://github.com/Elgg/Elgg/commit/7b4e0db2f8a1357e854a5a94c990e6b32683e12f))
* do not trigger generic ajax error message for token refresh ([e052481f](https://github.com/Elgg/Elgg/commit/e052481fa31102e78c6a7be9fd5730d730579984))
* prevent generic ajax error when user aborts the ajax call ([1b5a765f](https://github.com/Elgg/Elgg/commit/1b5a765fae08ada5dd4128ad69ccfb82d0afc2c3))
* **notifications:** smtp thread headers only set if still possible ([f3bb4ac4](https://github.com/Elgg/Elgg/commit/f3bb4ac43b6c14b6367fa17960cd95d2bb6dcb98))
* **site:** adds robots.txt to public pages ([824197b1](https://github.com/Elgg/Elgg/commit/824197b183e98f6910b6bf43a14e5407af8cc09d))
* **users:** mitigate race conditions when deleting/disabling users ([da45affe](https://github.com/Elgg/Elgg/commit/da45affef3fa16106305ab424a51fc69518ca66b))
* **views:**
* no breadcrumbs in error layout ([b25324a3](https://github.com/Elgg/Elgg/commit/b25324a3214147217cbdbc233a0163d3e55828ed))
* do not output empty string titles in page/elements/title ([41eecbe3](https://github.com/Elgg/Elgg/commit/41eecbe37d2c54d290b8f96cf8187db2a151d3b5))

<a name="1.12.9"></a>
### 1.12.9 (2016-03-06)

Expand Down
1 change: 0 additions & 1 deletion languages/de.php
Expand Up @@ -1151,7 +1151,6 @@

'admin:pending_upgrades' => 'Es gibt ausstehende Aktualisierungen auf Deiner Community-Seite. Du solltest diese baldmöglichst durchführen.',
'admin:view_upgrades' => 'Ausstehende Aktualisierungen anzeigen.',
'admin:upgrades' => 'Aktualisierungen',
'item:object:elgg_upgrade' => 'Community-Seite-Aktualisierungen',
'admin:upgrades:none' => 'Deine Installation ist aktuell!',

Expand Down
1 change: 0 additions & 1 deletion languages/en.php
Expand Up @@ -1148,7 +1148,6 @@

'admin:pending_upgrades' => 'The site has pending upgrades that require your immediate attention.',
'admin:view_upgrades' => 'View pending upgrades.',
'admin:upgrades' => 'Upgrades',
'item:object:elgg_upgrade' => 'Site upgrades',
'admin:upgrades:none' => 'Your installation is up to date!',

Expand Down
1 change: 0 additions & 1 deletion languages/es.php
Expand Up @@ -1137,7 +1137,6 @@

'admin:pending_upgrades' => 'Este sitio tiene actualizaciones pendientes que requieren tu atención inmediata',
'admin:view_upgrades' => 'Ver actualizaciones pendientes',
'admin:upgrades' => 'Actualizaciones',
'item:object:elgg_upgrade' => 'Actualizaciones del sitio',
'admin:upgrades:none' => 'Tu instalación esta al día!',

Expand Down
1 change: 0 additions & 1 deletion languages/fi.php
Expand Up @@ -1145,7 +1145,6 @@

'admin:pending_upgrades' => 'Sivustolla on odottavia päivityksiä, jotka vaativat välitöntä huomiotasi.',
'admin:view_upgrades' => 'Siirry päivityksiin tästä.',
'admin:upgrades' => 'Päivitykset',
'item:object:elgg_upgrade' => 'Sivuston päivitykset',
'admin:upgrades:none' => 'Sivustosi on ajan tasalla!',

Expand Down
1 change: 0 additions & 1 deletion languages/gl.php
Expand Up @@ -1142,7 +1142,6 @@

'admin:pending_upgrades' => 'O sitio ten anovacións pendentes que requiren da súa atención inmediata.',
'admin:view_upgrades' => 'Ver as anovacións pendentes.',
'admin:upgrades' => 'Anovacións',
'item:object:elgg_upgrade' => 'Anovacións do sitio.',
'admin:upgrades:none' => 'A instalación está actualizada.',

Expand Down
1 change: 0 additions & 1 deletion languages/ja.php
Expand Up @@ -1142,7 +1142,6 @@

'admin:pending_upgrades' => 'サイトはアップグレードの途中で中断されています。これ以降は直接あなたの操作が必要です。',
'admin:view_upgrades' => '中断されているアップグレードを見る。',
'admin:upgrades' => 'アップグレード',
'item:object:elgg_upgrade' => 'サイトのアップグレード',
'admin:upgrades:none' => 'このインストールは最新の状態です!',

Expand Down
1 change: 0 additions & 1 deletion languages/nl.php
Expand Up @@ -1145,7 +1145,6 @@

'admin:pending_upgrades' => 'Er zijn belangrijke upgrades waar je beter nu meteen aandacht aan kunt schenken!',
'admin:view_upgrades' => 'Bekijk de upgrades.',
'admin:upgrades' => 'Upgrades',
'item:object:elgg_upgrade' => 'Site-upgrades',
'admin:upgrades:none' => 'De installatie is up-to-date!',

Expand Down
1 change: 0 additions & 1 deletion languages/pl.php
Expand Up @@ -1136,7 +1136,6 @@

'admin:pending_upgrades' => 'Ta strona ma oczekujące aktualizacje, które wymagają Twojej interwencji.',
'admin:view_upgrades' => 'Przeglądaj oczekujące aktualizacje.',
'admin:upgrades' => 'Aktualizacje',
'item:object:elgg_upgrade' => 'Aktualizacje strony',
'admin:upgrades:none' => 'Twoja instalacja Elgg jest aktualna!',

Expand Down
1 change: 0 additions & 1 deletion languages/pt_br.php
Expand Up @@ -1144,7 +1144,6 @@

'admin:pending_upgrades' => 'O site possui atualizacoes pendentes que dependem da sua atencao imediata.',
'admin:view_upgrades' => 'Visualizar atualizacoes pendentes.',
'admin:upgrades' => 'Atualizacoes',
'item:object:elgg_upgrade' => 'Atualizacoes do Site',
'admin:upgrades:none' => 'Sua instalacao em dia com as atualizacoes!',

Expand Down

0 comments on commit 72b53aa

Please sign in to comment.