index
:
volse-hubzilla.git
dev
drop-unused-html5-library
master
tests/test-db-setup-wip
Volse Hubzilla -- soft fork of main Hubzilla core for Volse
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
bbcode.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
more fixes for issue #1843
Mario
2024-05-08
1
-3
/
+1
*
add bbcode support for the HTML5 del tag
Mario
2024-05-07
1
-1
/
+1
*
more remove additional linebreaks after block element plus test
Mario
2024-03-25
1
-0
/
+5
*
make sure we preserve linefeeds in the actual content of lists and tables als...
Mario
2024-03-24
1
-9
/
+16
*
Merge branch 'deprecate-include-config-in-core' into 'dev'
Mario
2024-03-24
1
-4
/
+5
|
\
|
*
Deprecate *_config() functions in core.
Harald Eilertsen
2024-03-24
1
-4
/
+5
*
|
use the correct tag for ordered lists
Mario
2024-03-22
1
-6
/
+6
*
|
more whitespace fixes and some docu
Mario
2024-03-21
1
-6
/
+8
*
|
possible fix for issue #1843
Mario
2024-03-20
1
-3
/
+5
*
|
deal with wihitespace issues in tables and lists and add tests
Mario
2024-03-20
1
-8
/
+39
|
/
*
adjust encrypted content representation and also add it to bb_to_markdown
Mario
2024-03-15
1
-7
/
+7
*
refactor sodium b2b encryption
Mario
2024-03-15
1
-17
/
+23
*
implement sodium-plus library to replace unmaintained sjcl
Mario
2024-03-10
1
-20
/
+18
*
inbound support for custom emojis
Mario
2024-03-08
1
-13
/
+44
*
we are checking for null|array union type later - false would throw an error
Mario
2024-03-01
1
-2
/
+2
*
Add some beginning tests for bbcode, and a bit of refactoring
Harald Eilertsen
2024-03-01
1
-323
/
+337
*
fix some whitespace issues after recent changes
Mario
2024-02-09
1
-9
/
+9
*
refactor fetch_and_store_parents() and inroduce the fetchparents daemon
Mario
2024-01-25
1
-0
/
+4
*
bbcode: do not overrule default list style
Mario
2023-11-07
1
-2
/
+2
*
update bb_parse_b64_crypt()
Mario
2023-03-18
1
-2
/
+4
*
php8: random cleanup and warning fixes
Mario
2022-09-08
1
-6
/
+10
*
fix random php warnings
Mario
2022-09-07
1
-6
/
+11
*
revert: do not wrap multi line code blocks into pre tag
Mario
2022-09-06
1
-1
/
+1
*
do not wrap multi line code blocks into pre tag
Mario
2022-09-06
1
-1
/
+1
*
address deprecation warnings
Mario
2022-02-13
1
-2
/
+2
*
toc: add headings
Mario
2022-01-11
1
-1
/
+1
*
make toc bbcode find its own container by default
Mario
2022-01-09
1
-1
/
+1
*
bbcode: deal with codeblocks before we escape other tags
Mario
2021-10-10
1
-25
/
+22
*
deprecate the custom highlight [hl] bbcode in favor of [mark] which is a html...
Mario
2021-09-07
1
-2
/
+8
*
untangle the app template into separate templates and fix bbcode view
Mario
2021-08-23
1
-1
/
+1
*
bbcode: add option to drop media content
Mario
2021-06-18
1
-0
/
+21
*
remove zot includes
Mario
2021-05-27
1
-1
/
+0
*
deprecate get_rpost_path()
Mario
2021-05-27
1
-2
/
+3
*
bbcode: escape img and zmg tags so that it will not be messed with before req...
Mario
2021-04-06
1
-0
/
+21
*
do not parse bbcode in summary - issue #1532
Mario
2021-03-10
1
-5
/
+22
*
- Enable enclosures in Atom/RSS (podcasts)
Michal Klodner
2021-02-24
1
-6
/
+6
*
provide raw base64 encoded crypto
Mario
2021-02-19
1
-0
/
+20
*
fix recursive shares
Mario
2021-02-19
1
-1
/
+4
*
fix summary regex after recent bbcode chane
Mario
2021-02-18
1
-1
/
+1
*
backward compatibility with recent crypto changes
Mario
2021-02-18
1
-33
/
+33
*
fix detection of multiline codeblocks after recent change to bbcode()
Mario
2021-02-15
1
-2
/
+2
*
move substitution of new lines with <br> to the end of bbcode(). This will fi...
Mario
2021-02-15
1
-15
/
+13
*
$match should be array
Mario
2021-01-18
1
-2
/
+2
*
load eager in items - lazy breaks collapsing of long items with images
Mario
2020-10-22
1
-6
/
+6
*
more lazy, less eager
Mario
2020-10-22
1
-6
/
+6
*
lazy/eager loading and minor css fixes
Mario
2020-10-22
1
-7
/
+7
*
move cryptojs to addon
Mario Vavti
2020-08-22
1
-3
/
+11
*
use the default setting and also add the mode to the cipher. aes-128 is to be...
Mario Vavti
2020-08-21
1
-1
/
+1
*
first cut on implementing additional encryption with the SJCL library. aes on...
Mario Vavti
2020-08-20
1
-1
/
+3
*
use cursor-pointer for the lock
Mario
2020-07-30
1
-2
/
+2
[next]