aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* Polish translatons - fixes, typos, and new translationAndrzej Budziński2021-02-024-1700/+1302
| | | | | | | | | | 1) view/pl/messages.po: fixes & typos 2) doc/pl/admin/administrator_guide.md: fixes & typs 3) doc/pl/feature/*: new translations (needed work yet) 4) doc/pl/Features.md: fixes 5) doc/context/pl/cards/help.html: fixes 6) doc/context/pl/settings/features/help.html: fixes 7) doc/context/pl/settings/tokens/help.html: fixes 8) view/pl/register_verify_member.tpl: fixes
* Fix copypasteMax Kostikov2021-01-311-1/+1
|
* Fix polish plurals functionMax Kostikov2021-01-311-2/+2
|
* Fix polish plurals functionMax Kostikov2021-01-311-1/+1
|
* Fixes (!1905):Andrzej Budziński2021-01-302-4/+2
| | | | - view/pl/hmessages.po - view/pl/hstrings.php
* New fixes & translatosns:Andrzej Budziński2021-01-303-10/+10
| | | | | | | | - doc/pl/tutorials/*: 100% - doc/pl/checking_account_guota_usage.bb: 100% - doc/pl/member/member_guide.bb: fixes - doc/pl/admin/hub_snapshots.md: fixes - view/pl/hmessage.po: fixes - view/pl/hstrings.po: fixes to generated code
* fix issue in view/pl/hstrings.phpMario2021-01-271-2/+1
|
* Merge branch 'customjotheaders' into 'dev'Mario2021-01-272-2/+9
|\ | | | | | | | | Custom "headers" in item creation form. See merge request hubzilla/core!1901
| * Custom "headers" in item creation form.M. Dent2021-01-272-2/+9
| |
* | fix file permissions. 755 for dirs, 644 for filesMario2021-01-27191-0/+0
| |
* | Merge branch 'translation-pl' into 'dev'Andrzej S. Budziński2021-01-2733-0/+36037
|/ | | | | | | | | | | | Translation pl Polish translations (used on hub.hubzilla.pl) - view/pl: 100% - doc/pl: ~40% - doc/context/pl: 100% - doc/macros/pl: 100% See merge request hubzilla/core!1902
* use mail envelope instead of lock icon for direct messagesMario2021-01-263-3/+3
|
* some work to fix r_preview in list modeMario2021-01-142-2/+9
|
* Merge remote-tracking branch 'codeberg/dev' into devMario2021-01-092-2797/+2790
|\
| * Update Spanish translationmjfriaza2021-01-082-2797/+2790
| |
* | more work on tilesMario2021-01-041-10/+10
| |
* | rounded cornersMario2021-01-041-1/+1
| |
* | missing translateable string and adapt iconsMario2021-01-042-2/+2
| |
* | some work on the tiles viewMario2021-01-041-35/+31
| |
* | Merge branch 'dev' into 'dev'Max Kostikov2021-01-032-635/+714
|\ \ | | | | | | | | | | | | Update Russian translation See merge request hubzilla/core!1892
| * | Update hstrings.phpMax Kostikov2021-01-031-16/+28
| | |
| * | Update hmessages.poMax Kostikov2021-01-031-619/+686
| | |
* | | mod cloud stringsMario2021-01-033-34/+39
| | |
* | | set is_owner does not need to be a per item flag. fix post button visible ↵Mario2021-01-021-9/+9
| |/ |/| | | | | for collections
* | remove fallback code - it will not be required if compression is dismissedMario2020-12-301-34/+3
| |
* | files_ng: provide a fallback in case the server timed out on compressing the ↵Mario2020-12-282-2/+43
|/ | | | zip file
* fix javascript warningMario2020-12-231-1/+1
|
* remove deprecated forum autocomplete codeMario2020-12-231-25/+2
|
* provide some info and remove unused codeMario2020-12-221-10/+3
|
* files_ng: improve download handlÃingMario2020-12-221-7/+31
|
* files_ng: omit parent folders of a downloadMario2020-12-221-0/+2
|
* files_ng: implement directory and bulk file downloadMario2020-12-212-4/+50
|
* deprecate ! and !! forum tagsMario2020-12-181-1/+2
|
* files_ng: provide bbcode snippets in the info panelMario2020-12-171-4/+10
|
* files_ng: fix regression in finding the right path in certain situations and ↵Mario2020-12-162-18/+27
| | | | add a info panel with attach and zrl bbcode
* files_ng: implement lockviewMario2020-12-161-1/+6
|
* fix regression in files aclselectMario2020-12-151-1/+1
|
* add another parent element to wrap the toolsMario2020-12-141-39/+45
|
* merge branch files_ng into devMario2020-12-1412-254/+716
|
* this should not be required anymoreMario2020-11-261-5/+0
|
* simplify code and fix issue with categoriesMario2020-11-231-1/+0
|
* fix mod item issue with remote channelsMario2020-11-221-12/+12
|
* fix like issue with remote channelsMario2020-11-222-23/+24
|
* collase the updated contentMario2020-11-211-0/+2
|
* restrict returned html usage to local_channel() until some issues will be ↵Mario2020-11-212-22/+34
| | | | worked out
* fix pubstream id issueMario2020-11-211-12/+6
|
* returning the rendered html when liking a post or commentMario2020-11-201-3/+16
|
* minor cleanupMario2020-11-201-8/+6
|
* move post_comment() handling via ctrl-enter out of handle_comment_form() - ↵Mario2020-11-201-9/+11
| | | | to many issues with multiple triggers
* returning the rendered html when posting a comment will make the following ↵Mario2020-11-202-5/+10
| | | | update (and its implication in mod pubstream) obsolete