Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Update hstrings.php | Max Kostikov | 2018-10-12 | 1 | -1/+1 |
| | | |||||
* | | Update hstrings.php | Max Kostikov | 2018-10-12 | 1 | -2/+2 |
| | | |||||
* | | Update hmessages.po | Max Kostikov | 2018-10-12 | 1 | -2/+2 |
| | | |||||
* | | Update hstrings.php | Max Kostikov | 2018-10-11 | 1 | -4/+4 |
| | | |||||
* | | Missed strings added to Russian translation | Max Kostikov | 2018-10-11 | 1 | -92/+92 |
|/ | |||||
* | Typos in Spanish translation | Manuel Jiménez Friaza | 2018-10-11 | 2 | -7/+7 |
| | |||||
* | Update hstrings.php | Max Kostikov | 2018-10-10 | 1 | -1/+1 |
| | |||||
* | Formatting fix in russian translation | Max Kostikov | 2018-10-10 | 1 | -1/+1 |
| | |||||
* | fix minor issue in dark and light schemas | Mario Vavti | 2018-10-10 | 2 | -1/+3 |
| | |||||
* | fix even more wiki issues | Mario Vavti | 2018-10-10 | 3 | -4/+4 |
| | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2018-10-10 | 2 | -41/+41 |
|\ | |||||
| * | Merge branch 'dev' into 'dev' | Mario | 2018-10-10 | 2 | -41/+41 |
| |\ | | | | | | | | | | | | | Fixed some errors in Spanish translation See merge request hubzilla/core!1323 | ||||
| | * | Fixed some errors in Spanish translation | Manuel Jiménez Friaza | 2018-10-09 | 2 | -41/+41 |
| | | | |||||
* | | | fix some more wiki issues | Mario Vavti | 2018-10-10 | 1 | -3/+3 |
|/ / | |||||
* | | Merge branch 'fix-wiki-escaping' into 'dev' | M. Dent | 2018-10-10 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | Fix escaping quote for wiki_delete_page See merge request hubzilla/core!1324 | ||||
| * | Fix escaping quote for wiki_delete_page | M.Dent | 2018-10-09 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'fix-wiki-escaping' into 'dev' | Mario | 2018-10-08 | 2 | -2/+3 |
|\| | | | | | | | | | Fix wiki escaping (Regression tests needed) See merge request hubzilla/core!1321 | ||||
| * | Rework Wiki encoding scheme. | M.Dent | 2018-10-08 | 2 | -2/+3 |
| | | |||||
* | | Update Spanish translation | Manuel Jiménez Friaza | 2018-10-08 | 2 | -3472/+4305 |
|/ | |||||
* | Update hstrings.php | Max Kostikov | 2018-10-08 | 1 | -2676/+2682 |
| | |||||
* | New russian translation | Max Kostikov | 2018-10-08 | 1 | -10919/+11059 |
| | |||||
* | those 3px make a difference on medium sized screens | Mario Vavti | 2018-10-06 | 1 | -1/+1 |
| | |||||
* | give apps some more space and prevent linebreaks in app names. Add ellipsis ↵ | Mario Vavti | 2018-10-06 | 1 | -2/+5 |
| | | | | to too long names. | ||||
* | move profile assign selector to profile settings and personal menu selector ↵ | Mario Vavti | 2018-10-06 | 2 | -37/+1 |
| | | | | to channel_home settings and get rid of misc channel settings section. |