Commit graph

28524 commits

Author SHA1 Message Date
Philipp
4db45aca06
Fix indentation .. again ;-) 2020-09-14 06:34:03 +02:00
Hypolite Petovan
5aa6284b1d [frio] Destroy unused perfect scrollbar on the aside element
- It was interfering with accented scheme styles
2020-09-14 00:22:59 -04:00
Hypolite Petovan
2ff80bf91b [frio] Remove textcomplete hidden input box shadows in dark/black schemes 2020-09-14 00:18:41 -04:00
Hypolite Petovan
541f15cefc [frio] Restore jot modal panel overflow value
- Reverts 1c37f4aa88
- Reverts part of 43df577209
- It was causing jot panel content to overflow the modal window
2020-09-14 00:00:09 -04:00
Hypolite Petovan
a7de06d280 Add deprecation notice on Strings::escapeTags 2020-09-13 20:01:55 -04:00
Hypolite Petovan
dc90984106 Remove obsolete uses of Strings::escapeTags in mod/item 2020-09-13 20:01:55 -04:00
Hypolite Petovan
76d6962129 Remove superfluous variable in item template variables 2020-09-13 20:01:54 -04:00
Hypolite Petovan
3fa3e78844 Normalize item like/dislike template variable name 2020-09-13 20:01:54 -04:00
Hypolite Petovan
8d5eb61ea3 Normalize item comment template variable name 2020-09-13 20:01:54 -04:00
Hypolite Petovan
65b796ed1f Normalize item_photo_menu template variable name 2020-09-13 20:01:53 -04:00
Hypolite Petovan
2bfd53bf09 Normalize item body template variable name 2020-09-13 20:01:53 -04:00
Hypolite Petovan
9ff228812f Normalize item location template variable name 2020-09-13 20:01:51 -04:00
Hypolite Petovan
c767325257
Merge pull request #9196 from annando/queryValue
New function XML::getFirstValue to fetch the first value
2020-09-13 18:25:26 -04:00
Hypolite Petovan
f80cc91064
Merge pull request #9194 from annando/additional-directions
Add additional direction types
2020-09-13 17:05:31 -04:00
Michael
73bcca892e Fixed capitalization 2020-09-13 21:00:54 +00:00
Michael
34257e78ca Function renamed 2020-09-13 19:40:38 +00:00
Philipp
1415d1903a
Merge pull request #9195 from annando/dbversion
Ability to set the database version
2020-09-13 18:43:19 +02:00
Michael
50b5483ee1 Ability to set the database version 2020-09-13 15:57:24 +00:00
Michael
5a41cd437d Add additional direction types 2020-09-13 14:15:28 +00:00
Philipp
9d9489494e
Format/name changes 2020-09-13 10:53:15 +02:00
Michael Vogel
ea893df1c1
Merge pull request #9191 from MrPetovan/bug/9090-frio-autosize-max-height
[frio] Limit jot textarea height
2020-09-13 06:55:33 +02:00
Hypolite Petovan
1c37f4aa88 [frio] Limit jot textarea height 2020-09-12 17:53:03 -04:00
Michael
20b25a1acd New function "queryValue" 2020-09-12 19:23:23 +00:00
Philipp
90346f61ba
Replace library/ASNValue.class.php with phpseclib functions 2020-09-12 20:54:37 +02:00
Philipp
11ef3895f5
Replace library/asn1.php with phpseclib 2020-09-12 20:44:36 +02:00
Michael Vogel
cb647b5b6c
Merge pull request #9187 from MrPetovan/bug/9182-frio-modal-width
[frio] Increase modal width to accomodate longer words translations in jot
2020-09-12 20:40:21 +02:00
Hypolite Petovan
097cd5f44b
Merge pull request #9188 from annando/more-direction
Store and display to/cc/bcc
2020-09-12 14:34:58 -04:00
Michael
a491c5d916 Store and display to/cc/bcc 2020-09-12 17:45:04 +00:00
Hypolite Petovan
f1a0ed7740
Merge pull request #9180 from redmatrix/develop
allow forum delivery using attached mention tags
2020-09-12 12:30:47 -04:00
Hypolite Petovan
35b98ce97f
Use item uri-id in src/Model/Item.php 2020-09-12 11:43:02 -04:00
Philipp
bca6d9b089
Merge pull request #9170 from MrPetovan/bug/9164-query-string-urlencoded
Ensure query parameters are URL encoded in Arguments
2020-09-12 15:37:51 +02:00
Hypolite Petovan
90cdc55a79 [frio] Increase modal width to accomodate longer words translations in jot 2020-09-12 09:34:05 -04:00
Hypolite Petovan
1b681222a4 Ensure query parameters are URL encoded in Arguments
- Simplify Arguments->determine
- Remove stripZRLs and stripQueryParam Arguments methods
- Updated tests
2020-09-12 09:09:16 -04:00
Hypolite Petovan
d1942afbca Stop using q as a page parameter 2020-09-12 09:09:15 -04:00
Hypolite Petovan
bbefc61a0c Use Arguments->getCommand() where it makes more sense than getQueryString()
- Remove a couple of intermediary query string variables
2020-09-12 09:09:15 -04:00
Hypolite Petovan
e23f3a645a Add profile page aliases to routes 2020-09-12 09:09:15 -04:00
Hypolite Petovan
043e04f484 Remove confirm template obsolete uses (except for contacts)
- Remove obsolete explode_querystring() function
- Remove $extra_inputs template variable
2020-09-12 09:09:15 -04:00
Hypolite Petovan
bc5a1e5ace
Merge pull request #9186 from annando/valid-posts
AP: Improved checks for incoming posts
2020-09-12 08:57:41 -04:00
Michael
e9f462f0a3 AP: Improved checks for incoming posts 2020-09-12 12:12:55 +00:00
Hypolite Petovan
28864d8fdd
Merge pull request #9183 from nupplaphil/Minor-deprecation
Fix composer notices
2020-09-12 07:59:50 -04:00
Philipp
61014feec3
Fix ContactEndpoint & tests 2020-09-12 10:01:13 +02:00
Philipp
1008f408c0
add global init to test setUp 2020-09-11 20:14:47 +02:00
Philipp
5365186c6e
Replace deprecated jakub-onderka/php-parallel-lint with php-parallel-lint/php-parallel-lint 2020-09-11 19:53:05 +02:00
Philipp
e4263f6fe5
Fix PSR-0 for test classes 2020-09-11 19:38:41 +02:00
Philipp
31c55a6fa4
Rename class for PSR-0 2020-09-11 19:24:40 +02:00
Hypolite Petovan
5041aab89e
Use DI logger in src/Model/Item.php
Co-authored-by: Philipp <admin+Github@philipp.info>
2020-09-11 08:06:30 -04:00
nobody
d3cb72c33c see what namespace works 2020-09-11 02:37:18 -07:00
nobody
61685aeadd function name 2020-09-11 02:29:13 -07:00
nobody
0c026be2c1 allow forum delivery using attached mention tags (as well as mentions in the body) 2020-09-11 02:12:09 -07:00
Hypolite Petovan
b63b024f3f
Merge pull request #9179 from tobiasd/20200911-IT
IT translations THX Sylke Vicious
2020-09-11 01:23:22 -04:00