Commit Graph

6933 Commits

Author SHA1 Message Date
zotlabs ab2376f8d8 fix dreport link 2018-11-14 17:42:02 -08:00
M. Dent a7d3a49171 Merge branch 'fix-activity-filter-widget' into 'dev'
use the correct javascript function for this case

See merge request hubzilla/core!1390
2018-11-12 21:50:08 +01:00
Mario Vavti 7bd60adfbe fix css issues in bbcode conversion and focus-light schema 2018-11-12 09:35:12 +01:00
Mario Vavti c335719e8f use the correct javascript function for this case 2018-11-11 14:46:35 +01:00
Mario Vavti fc5dc9717a fix shared_header img expanding to 100% width when sharing a share 2018-11-10 11:31:06 +01:00
Mario Vavti b08de33b0b fix es-es hstrings.php 2018-11-07 10:02:24 +01:00
Max Kostikov 009044b71e Update hmessages.po 2018-11-06 14:58:06 +01:00
Max Kostikov 4760a3f3e8 Update hmessages.po 2018-11-06 14:57:12 +01:00
Max Kostikov 3302012c02 New pt-br plural function for JavaScript compatibility 2018-11-06 14:55:58 +01:00
Max Kostikov 812c5a314f New nl plural function for JavaScript compatibility 2018-11-06 14:55:21 +01:00
Max Kostikov c2da8c3fd4 New nb-no plural function for JavaScript compatibility 2018-11-06 14:54:49 +01:00
Max Kostikov aa78640491 New it plural function for JavaScript compatibility 2018-11-06 14:54:06 +01:00
Max Kostikov 7c49688e1b New he plural function for JavaScript compatibility 2018-11-06 14:53:29 +01:00
Max Kostikov dbe10c7965 New fi plural function for JavaScript compatibility 2018-11-06 14:52:58 +01:00
Max Kostikov f1f5107282 New es plural function for JavaScript compatibility 2018-11-06 14:52:23 +01:00
Max Kostikov cc06250bf8 New fr plural function for JavaScript compatibility 2018-11-06 14:50:37 +01:00
Max Kostikov af1ea7f495 New plural function for JavaScript compatibility 2018-11-06 14:48:58 +01:00
Manuel Jiménez Friaza 71425c3b23 Fixed typo at view/es-es/hstrings.php 2018-11-03 19:19:01 +01:00
Mario 75f7b1e261 Merge branch 'patch-3' into 'dev'
Update hmessages.po

See merge request hubzilla/core!1365
2018-11-03 13:22:34 +01:00
gia vec 8235d0bd50 Update hmessages.po 2018-11-02 19:41:07 +01:00
gia vec c2e01bedc5 Update hstrings.php 2018-11-02 19:27:11 +01:00
Mario Vavti 3dab0d365d css fix for reshared-content images and whitespace 2018-10-31 13:20:09 +01:00
Mike Macgirvin 7e1f431eca yet another blueimp vulnerability. Move to composer. 2018-10-31 15:56:08 +11:00
Mario Vavti 0d2c3be367 allow wiki_list widget to be used in any page 2018-10-29 22:55:24 +01: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 a61ce45a32 fix ellipsis for too long nav banner 2018-10-21 09:10:02 +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
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 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
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
Max Kostikov 3ac4337aec Update main.js 2018-10-13 19:52:59 +02:00
Max Kostikov f68674b35a Update js_strings.tpl 2018-10-13 19:51:33 +02:00
Mario Vavti c36773674e Revert "Merge branch 'patch-11' into 'dev'"
This reverts commit e518445853, reversing
changes made to 8ce240b95c.
2018-10-13 17:18:42 +02:00
Max Kostikov 451ee5a593 Update hmessages.po 2018-10-13 14:22:58 +02:00
Max Kostikov ba3811a284 Update hstrings.php 2018-10-13 14:22:13 +02:00
Max Kostikov e2241b9365 Update hstrings.php 2018-10-13 14:20:48 +02:00
Max Kostikov fe2bb84403 New russian plurals for JavaScript 2018-10-13 14:20:10 +02:00
Mario e518445853 Merge branch 'patch-11' into 'dev'
Add date/time plurals translation in JavaScript

See merge request hubzilla/core!1331
2018-10-13 14:00:12 +02:00
Max Kostikov 3dfe604ba0 Update main.js 2018-10-13 00:15:48 +02:00
Max Kostikov de59300aaf Update js_strings.tpl 2018-10-12 23:51:01 +02:00