Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'fix-activity-filter-widget' into 'dev' | M. Dent | 2018-11-12 | 1 | -1/+1 |
|\ | | | | | | | | | use the correct javascript function for this case See merge request hubzilla/core!1390 | ||||
| * | use the correct javascript function for this case | Mario Vavti | 2018-11-11 | 1 | -1/+1 |
| | | |||||
* | | fix css issues in bbcode conversion and focus-light schema | Mario Vavti | 2018-11-12 | 2 | -6/+2 |
|/ | |||||
* | fix shared_header img expanding to 100% width when sharing a share | Mario Vavti | 2018-11-10 | 1 | -5/+2 |
| | |||||
* | fix es-es hstrings.php | Mario Vavti | 2018-11-07 | 1 | -2/+2 |
| | |||||
* | Update hmessages.po | Max Kostikov | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | Update hmessages.po | Max Kostikov | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | New pt-br plural function for JavaScript compatibility | Max Kostikov | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | New nl plural function for JavaScript compatibility | Max Kostikov | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | New nb-no plural function for JavaScript compatibility | Max Kostikov | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | New it plural function for JavaScript compatibility | Max Kostikov | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | New he plural function for JavaScript compatibility | Max Kostikov | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | New fi plural function for JavaScript compatibility | Max Kostikov | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | New es plural function for JavaScript compatibility | Max Kostikov | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | New fr plural function for JavaScript compatibility | Max Kostikov | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | New plural function for JavaScript compatibility | Max Kostikov | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | Fixed typo at view/es-es/hstrings.php | Manuel Jiménez Friaza | 2018-11-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'patch-3' into 'dev' | Mario | 2018-11-03 | 1 | -3/+3 |
|\ | | | | | | | | | Update hmessages.po See merge request hubzilla/core!1365 | ||||
| * | Update hmessages.po | gia vec | 2018-11-02 | 1 | -3/+3 |
| | | |||||
* | | Update hstrings.php | gia vec | 2018-11-02 | 1 | -1/+1 |
|/ | |||||
* | css fix for reshared-content images and whitespace | Mario Vavti | 2018-10-31 | 1 | -3/+14 |
| | |||||
* | yet another blueimp vulnerability. Move to composer. | Mike Macgirvin | 2018-10-31 | 3 | -9/+9 |
| | |||||
* | allow wiki_list widget to be used in any page | Mario Vavti | 2018-10-29 | 1 | -1/+0 |
| | |||||
* | New strings in Spanish translation | Manuel Jiménez Friaza | 2018-10-25 | 2 | -443/+516 |
| | |||||
* | fix get on {1} | Mario Vavti | 2018-10-24 | 1 | -1/+1 |
| | |||||
* | refine stream filter and forum notification behaviour (mostly for ↵ | Mario Vavti | 2018-10-24 | 1 | -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 Vavti | 2018-10-24 | 1 | -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 Vavti | 2018-10-22 | 2 | -12/+34 |
| | | | | string (not just the beginning) when suggesting emojis | ||||
* | add summary to bbcode autocomplete list | Mario Vavti | 2018-10-22 | 1 | -2/+2 |
| | |||||
* | fix ellipsis for too long nav banner | Mario Vavti | 2018-10-21 | 1 | -0/+5 |
| | |||||
* | Update hstrings.php | Max Kostikov | 2018-10-18 | 1 | -0/+7 |
| | |||||
* | Russian translation for upgrade plugin added | Max Kostikov | 2018-10-18 | 1 | -10/+40 |
| | |||||
* | Update hstrings.php | Max Kostikov | 2018-10-15 | 1 | -0/+3 |
| | |||||
* | Add Russian translations to Newmember widget | Max Kostikov | 2018-10-15 | 1 | -101/+113 |
| | |||||
* | Merge branch 'patch-16' into 'dev' | Mario | 2018-10-15 | 1 | -6/+7 |
|\ | | | | | | | | | JS plurals displaying code cleanup See merge request hubzilla/core!1338 | ||||
| * | Update main.js | Max Kostikov | 2018-10-14 | 1 | -6/+7 |
| | | |||||
| * | Update main.js | Max Kostikov | 2018-10-14 | 1 | -1/+1 |
| | | |||||
* | | Update hstrings.php | Max Kostikov | 2018-10-14 | 1 | -1/+1 |
| | | |||||
* | | Add JS function code for plurals translation | Max Kostikov | 2018-10-14 | 1 | -0/+1 |
|/ | |||||
* | Update main.js | Max Kostikov | 2018-10-13 | 1 | -19/+21 |
| | |||||
* | Update js_strings.tpl | Max Kostikov | 2018-10-13 | 1 | -1/+1 |
| | |||||
* | Revert "Merge branch 'patch-11' into 'dev'" | Mario Vavti | 2018-10-13 | 2 | -23/+20 |
| | | | | | This reverts commit e5184458530bb0394e12026c82ee89257115f690, reversing changes made to 8ce240b95c62f4b702b60977f63b0223a8ec0849. | ||||
* | Update hmessages.po | Max Kostikov | 2018-10-13 | 1 | -2/+2 |
| | |||||
* | Update hstrings.php | Max Kostikov | 2018-10-13 | 1 | -2/+2 |
| | |||||
* | Update hstrings.php | Max Kostikov | 2018-10-13 | 1 | -7/+27 |
| | |||||
* | New russian plurals for JavaScript | Max Kostikov | 2018-10-13 | 1 | -96/+111 |
| | |||||
* | Merge branch 'patch-11' into 'dev' | Mario | 2018-10-13 | 2 | -20/+23 |
|\ | | | | | | | | | Add date/time plurals translation in JavaScript See merge request hubzilla/core!1331 | ||||
| * | Update main.js | Max Kostikov | 2018-10-13 | 1 | -19/+22 |
| | | |||||
| * | Update js_strings.tpl | Max Kostikov | 2018-10-12 | 1 | -1/+1 |
| | | |||||
* | | Update hmessages.po | Max Kostikov | 2018-10-12 | 1 | -1/+1 |
| | |