aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* merge view/ru/hstrings.php from devMario Vavti2018-10-291-5/+1
|
* merge view/ru/hmessages.po from devMario Vavti2018-10-291-19/+19
|
* merge view/it/hstrings.php from devMario Vavti2018-10-291-1/+1
|
* merge view/it/hmessages.po from devMario Vavti2018-10-291-41/+39
|
* merge view/es-es/hstrings.php from devMario Vavti2018-10-291-2/+0
|
* merge view/es-es/hmessages.po from devMario Vavti2018-10-291-37/+30
|
* Merge branch 'dev'Mario Vavti2018-10-294-16/+40
|\
| * New strings in Spanish translationManuel Jiménez Friaza2018-10-252-443/+516
| |
| * fix get on {1}Mario Vavti2018-10-241-1/+1
| |
| * refine stream filter and forum notification behaviour (mostly for ↵Mario Vavti2018-10-241-0/+2
| | | | | | | | performance). personal posts will be displayed in unthreaded mode and clicking a forum notification will show only the unseen items of the forum in unthreaded mode. group the filters in the widget - threaded at the top, unthreaded beneath.
| * autocomplete performance: this slightly changes the editor contact ↵Mario Vavti2018-10-241-1/+1
| | | | | | | | autocomplete behaviour. queries using *like* with a prepended % to the query string do not make use of indices. this is no big issue when we query abook but can get really slow when xchan table is involved. this commit changes the xchan table only queries to use the *str%* format. this means that the result set for channels we are not connected with will change in a way that xchan_name and xchan_addr will bematched only from the beginning of the name or address. this commit also changes textcomplete to only start the query after the 3rd character. the result set between 2 and 3 characters is mostly very different and only from 3 chars on there is a high possibility the channel we look for is already in the result.
| * textcomplete: return up to 100 items and look for for matches in the entire ↵Mario Vavti2018-10-222-12/+34
| | | | | | | | string (not just the beginning) when suggesting emojis
| * add summary to bbcode autocomplete listMario Vavti2018-10-221-2/+2
| |
| * fix ellipsis for too long nav bannerMario Vavti2018-10-211-0/+5
| |
| * Update hstrings.phpMax Kostikov2018-10-181-0/+7
| |
| * Russian translation for upgrade plugin addedMax Kostikov2018-10-181-10/+40
| |
| * Update hstrings.phpMax Kostikov2018-10-151-0/+3
| |
| * Add Russian translations to Newmember widgetMax Kostikov2018-10-151-101/+113
| |
| * Merge branch 'patch-16' into 'dev'Mario2018-10-151-6/+7
| |\ | | | | | | | | | | | | JS plurals displaying code cleanup See merge request hubzilla/core!1338
| | * Update main.jsMax Kostikov2018-10-141-6/+7
| | |
| | * Update main.jsMax Kostikov2018-10-141-1/+1
| | |
| * | Update hstrings.phpMax Kostikov2018-10-141-1/+1
| | |
| * | Add JS function code for plurals translationMax Kostikov2018-10-141-0/+1
| |/
| * Update main.jsMax Kostikov2018-10-131-19/+21
| |
| * Update js_strings.tplMax Kostikov2018-10-131-1/+1
| |
* | Merge branch 'dev' into 'dev'Mario2018-10-262-443/+516
| | | | | | | | | | | | | | | | | | New strings in Spanish translation See merge request hubzilla/core!1349 (cherry picked from commit df449e7bfeb529c858007c7145f5587e87d87aa6) 802a7ff3 New strings in Spanish translation
* | fix ellipsis for too long nav bannerMario Vavti2018-10-211-0/+5
| | | | | | (cherry picked from commit a61ce45a32fa07249ee46160fd56ec08e67df601)
* | Merge branch '3.8RC'3.8Mario Vavti2018-10-1971-17206/+18512
|\ \
| * | Merge branch 'patch-18' into 'dev'Mario2018-10-192-10/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Russian translation for upgrade plugin added See merge request hubzilla/core!1344 (cherry picked from commit c044ff34449b10acd072795a02b79d74706c9ca7) ac2b6bcc Russian translation for upgrade plugin added 6e758423 Update hstrings.php
| * | Merge branch 'patch-17' into 'dev'Mario2018-10-162-101/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Russian translations to Newmember widget See merge request hubzilla/core!1339 (cherry picked from commit ed08eb07c63223d09011eab90709d8f3da44f549) 04edb741 Add Russian translations to Newmember widget d2d6f8c9 Update hstrings.php
| * | Merge branch 'patch-16' into 'dev'Mario2018-10-151-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | JS plurals displaying code cleanup See merge request hubzilla/core!1338 (cherry picked from commit 721461dd3e8cb6990ace54688ace953374506daf) b7280a44 JS plurals displaying code cleanup ab0e2f52 Update language.php f9c3b807 Update main.js ce52c27a Update main.js
| * | Merge branch 'patch-15' into 'dev'Mario2018-10-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add JS function code for plurals translation in Russian See merge request hubzilla/core!1337 (cherry picked from commit 7042528d267627c7156b8e0cd3b825d2c88c2350) ee4a2629 Add JS function code for plurals translation 8af91b02 Update hstrings.php
| * | Merge branch 'patch-14' into 'dev'Mario2018-10-132-20/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add date/time plurals translation in JavaScript See merge request hubzilla/core!1336 (cherry picked from commit a2575059e2a068a67cd984888422265c6888f261) 5c0d3187 Add date/time plurals translation in JavaScript 729d0d53 Update language.php f68674b3 Update js_strings.tpl 3ac4337a Update main.js e96e3dc6 Update po2php.php 54bdf59d Update js_strings.php
| * | Merge branch 'dev' into 3.8RCMario Vavti2018-10-132-23/+20
| |\|
| | * Revert "Merge branch 'patch-11' into 'dev'"Mario Vavti2018-10-132-23/+20
| | | | | | | | | | | | | | | This reverts commit e5184458530bb0394e12026c82ee89257115f690, reversing changes made to 8ce240b95c62f4b702b60977f63b0223a8ec0849.
| | * Update hmessages.poMax Kostikov2018-10-131-2/+2
| | |
| | * Update hstrings.phpMax Kostikov2018-10-131-2/+2
| | |
| | * Update hstrings.phpMax Kostikov2018-10-131-7/+27
| | |
| | * New russian plurals for JavaScriptMax Kostikov2018-10-131-96/+111
| | |
| * | Update hmessages.poMax Kostikov2018-10-131-2/+2
| | | | | | | | | (cherry picked from commit 451ee5a5935af94adb4658a347a4a31a540e713a)
| * | Update hstrings.phpMax Kostikov2018-10-131-2/+2
| | | | | | | | | (cherry picked from commit ba3811a2849bbe4c0ec1689ceb8127484dde6343)
| * | Update hstrings.phpMax Kostikov2018-10-131-7/+27
| | | | | | | | | (cherry picked from commit e2241b9365e950d941a881f03743be556cac0d40)
| * | New russian plurals for JavaScriptMax Kostikov2018-10-131-96/+111
| | | | | | | | | (cherry picked from commit fe2bb84403f656795d5a5521d00218ee436f377b)
| * | Merge branch 'dev' into 3.8RCMario Vavti2018-10-134-13612/+13762
| |\|
| | * Merge branch 'patch-11' into 'dev'Mario2018-10-132-20/+23
| | |\ | | | | | | | | | | | | | | | | Add date/time plurals translation in JavaScript See merge request hubzilla/core!1331
| | | * Update main.jsMax Kostikov2018-10-131-19/+22
| | | |
| | | * Update js_strings.tplMax Kostikov2018-10-121-1/+1
| | | |
| | * | Update hmessages.poMax Kostikov2018-10-121-1/+1
| | | |
| | * | Update hstrings.phpMax Kostikov2018-10-121-1/+1
| | | |
| | * | Update hstrings.phpMax Kostikov2018-10-121-2/+2
| | | |