Commit Graph

7177 Commits

Author SHA1 Message Date
harukin 3abd110d45 2018-10-31 21:19:37 +09:00
harukin cebb406277 2018-10-31 20:58:18 +09:00
harukin 71e4f1c8a7 2018-10-31 20:01:59 +09:00
harukin 403e42b662 2018-10-31 19:20:29 +09:00
harukin a5598c33f3 2018-10-31 17:54:29 +09:00
harukin 0c1cc32017 2018-10-31 17:52:29 +09:00
harukin 994fb6c043 2018-10-31 17:43:50 +09:00
harukin a1842491ad 2018-10-31 17:30:40 +09:00
harukin 241e449564 2018-10-31 16:31:28 +09:00
harukin ad8848f96a 2018-10-31 16:23:56 +09:00
harukin 7f3c1a89c3 2018-10-31 16:20:09 +09:00
Your Name 1eb63fd8b9 2018-10-29 21:41:43 +09:00
Mario Vavti 0035584d91 merge view/fr/hmessages.po from dev 2018-10-29 10:20:36 +01:00
Mario Vavti 8cbd2e3e9e merge view/ru/hstrings.php from dev 2018-10-29 10:19:55 +01:00
Mario Vavti b0f5c7f36f merge view/ru/hmessages.po from dev 2018-10-29 10:19:31 +01:00
Mario Vavti 412eb0a90b merge view/it/hstrings.php from dev 2018-10-29 10:18:21 +01:00
Mario Vavti f8e816629d merge view/it/hmessages.po from dev 2018-10-29 10:17:54 +01:00
Mario Vavti 3d0138569d merge view/es-es/hstrings.php from dev 2018-10-29 10:17:04 +01:00
Mario Vavti 7bb7d736a2 merge view/es-es/hmessages.po from dev 2018-10-29 10:16:29 +01:00
Mario Vavti e1df69dfcb Merge branch 'dev' 2018-10-29 07:43:40 +01:00
Your Name 6dd84fde33 すきまテスト 2018-10-29 14:12:56 +09:00
Your Name ce908b31c1 再共有メッセージ修復 2018-10-29 14:05:57 +09:00
Your Name ce8215ec6c 2018-10-29 13:34:25 +09:00
Your Name db5b86dbac テストコミット 2018-10-29 11:46:37 +09:00
Your Name f928f17bb5 日本語追加 2018-10-29 10:39:11 +09:00
Mario 3de055bf65 Merge branch 'dev' into 'dev'
New strings in Spanish translation

See merge request hubzilla/core!1349

(cherry picked from commit df449e7bfe)

802a7ff3 New strings in Spanish translation
2018-10-26 08:16:54 +02:00
Manuel Jiménez Friaza 802a7ff3a8 New strings in Spanish translation 2018-10-25 11:37:06 +02:00
Mario Vavti 25c7e64ded fix get on {1} 2018-10-24 23:06:32 +02:00
Mario Vavti 5c4fbbebe1 refine stream filter and forum notification behaviour (mostly for 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. 2018-10-24 20:58:25 +02:00
Mario Vavti 8b9acf750b autocomplete performance: this slightly changes the editor contact 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. 2018-10-24 20:22:27 +02:00
Mario Vavti 5c36eef039 textcomplete: return up to 100 items and look for for matches in the entire string (not just the beginning) when suggesting emojis 2018-10-22 15:36:02 +02:00
Mario Vavti 26e20f9999 add summary to bbcode autocomplete list 2018-10-22 14:04:09 +02:00
Mario Vavti dcdd97a985 fix ellipsis for too long nav banner
(cherry picked from commit a61ce45a32)
2018-10-21 09:10:45 +02:00
Mario Vavti a61ce45a32 fix ellipsis for too long nav banner 2018-10-21 09:10:02 +02:00
Mario Vavti fa9e9510e5 Merge branch '3.8RC' 2018-10-19 11:18:28 +02:00
Mario d775a7ee21 Merge branch 'patch-18' into 'dev'
Russian translation for upgrade plugin added

See merge request hubzilla/core!1344

(cherry picked from commit c044ff3444)

ac2b6bcc Russian translation for upgrade plugin added
6e758423 Update hstrings.php
2018-10-19 10:56:55 +02:00
Max Kostikov 6e75842354 Update hstrings.php 2018-10-18 11:19:02 +02:00
Max Kostikov ac2b6bcc33 Russian translation for upgrade plugin added 2018-10-18 11:18:14 +02:00
Mario ba9b49bc83 Merge branch 'patch-17' into 'dev'
Add Russian translations to Newmember widget

See merge request hubzilla/core!1339

(cherry picked from commit ed08eb07c6)

04edb741 Add Russian translations to Newmember widget
d2d6f8c9 Update hstrings.php
2018-10-16 14:08:02 +02:00
Max Kostikov d2d6f8c970 Update hstrings.php 2018-10-15 21:28:54 +02:00
Max Kostikov 04edb741a6 Add Russian translations to Newmember widget 2018-10-15 21:28:01 +02:00
Mario eb133ef9a7 Merge branch 'patch-16' into 'dev'
JS plurals displaying code cleanup

See merge request hubzilla/core!1338

(cherry picked from commit 721461dd3e)

b7280a44 JS plurals displaying code cleanup
ab0e2f52 Update language.php
f9c3b807 Update main.js
ce52c27a Update main.js
2018-10-15 09:59:25 +02:00
Mario 721461dd3e Merge branch 'patch-16' into 'dev'
JS plurals displaying code cleanup

See merge request hubzilla/core!1338
2018-10-15 09:59:17 +02:00
Mario 337e25ad43 Merge branch 'patch-15' into 'dev'
Add JS function code for plurals translation in Russian

See merge request hubzilla/core!1337

(cherry picked from commit 7042528d26)

ee4a2629 Add JS function code for plurals translation
8af91b02 Update hstrings.php
2018-10-15 09:58:24 +02:00
Max Kostikov ce52c27a8a Update main.js 2018-10-14 22:45:11 +02:00
Max Kostikov f9c3b80780 Update main.js 2018-10-14 22:28:47 +02:00
Max Kostikov 8af91b0209 Update hstrings.php 2018-10-14 22:24:36 +02:00
Max Kostikov ee4a262953 Add JS function code for plurals translation 2018-10-14 15:21:00 +02:00
Mario eaee27c9e4 Merge branch 'patch-14' into 'dev'
Add date/time plurals translation in JavaScript

See merge request hubzilla/core!1336

(cherry picked from commit a2575059e2)

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
2018-10-13 20:17:14 +02:00
Max Kostikov 3ac4337aec Update main.js 2018-10-13 19:52:59 +02:00