aboutsummaryrefslogtreecommitdiffstats
path: root/include/bbcode.php
Commit message (Collapse)AuthorAgeFilesLines
...
* introduce checklist BBcode for checklistsMario Vavti2016-09-011-2/+4
|
* provide techlevels in the pro server role. Should have no visible effect on ↵redmatrix2016-08-311-2/+1
| | | | other roles.
* provide a possibility to create checklists in bbcode [x] creates a checked ↵Mario Vavti2016-08-311-0/+2
| | | | checkbox, [] creates an unchecked checkbox
* use config system.server_role and deprecate 'UNO'redmatrix2016-08-071-1/+1
|
* issue #442, tables contain too much whitespace (there's a definite issue ↵redmatrix2016-06-261-1/+13
| | | | here, but I should note the offending example was full of carriage returns as well as linefeeds; which exacerbated the problem).
* 1. string update, 2. pretty print json blobsredmatrix2016-06-171-1/+1
|
* provide a default for undefined languagesredmatrix2016-06-151-0/+1
|
* ignore case in language names and add 'js' as an alias for 'javascript'redmatrix2016-06-151-3/+3
|
* provide syntax based [colour] highlighting on code blocks for popular ↵redmatrix2016-06-151-0/+14
| | | | languages. I'm not happy with the line height on the list elements but couldn't see where this was defaulted. This uses the syntax [code=xxx]some code snippet[/code], where xxx represents a code/language style - with about 18 builtins.
* deprecate the item_id table - replace with iconfig. A possibly useful ↵redmatrix2016-06-131-0/+7
| | | | function in the iconfig class would be a search which takes a service id and type and uid, matches against an item and returns the iid. That could save a bit of code duplication.
* For emojis in posts, extend smilies and save a lot of duplication of effortredmatrix2016-06-041-14/+0
|
* allow bbcode emojis (at least the single unicode character forms)redmatrix2016-06-031-0/+14
|
* render code bbcode inline if there are no linebreaks in the text.Mario Vavti2016-05-301-7/+7
|
* some event fixes, also change jquery-textcomplete to un-minified since the ↵redmatrix2016-05-251-0/+1
| | | | minified version appears to require a mapping file and causes a lot of server fetch errors trying to load it.
* app rendering issues, typo in class name and could not find icon ↵redmatrix2016-05-251-1/+1
| | | | 'fa-arrow-circle-o-down-alt'; using 'fa-arrow-circle-o-down' instead
* code cleanupredmatrix2016-05-241-3/+0
|
* move apps to zlibredmatrix2016-05-221-3/+2
|
* clean up some cruftredmatrix2016-05-081-46/+0
|
* more security stuffredmatrix2016-05-021-1/+1
|
* improve whitespace control around definition list ([dl]) bbcodeTreer2016-04-301-4/+6
|
* Add definition lists to bbcodeTreer2016-04-301-0/+48
|
* move spoiler= and quote= bbcode handling from prepare_body() to bbcode() and ↵Mario Vavti2016-04-261-16/+28
| | | | add open tag to bbco_autocomplete
* issue #331 use timeago.js for reshared publish date instead of ↵redmatrix2016-04-101-3/+1
| | | | relative_date() which does not play well with other networks.
* static Appredmatrix2016-03-311-11/+11
|
* deprecate $a->get_baseurl()redmatrix2016-03-301-1/+1
|
* UNO: Hide bookmark tools in items (#^ and in menu)jeroenpraat2016-03-101-0/+5
|
* provide footer bbcodeMario Vavti2016-02-291-1/+5
|
* change _newwin to _blank because the window named _newwin may be hard to ↵redmatrix2015-11-201-16/+16
| | | | find if you have lots of windows/tabs open.
* first cut at some much better hook documentation derived from bamfic's ↵redmatrix2015-11-051-1/+7
| | | | automated list (doc/hooks.html)
* Save bandwidth on mobile networks.ken restivo2015-10-291-2/+2
|
* set link target window for many links that are included in posts, but not in ↵redmatrix2015-10-211-16/+16
| | | | rest of application
* nitredmatrix2015-09-141-1/+1
|
* personal oembed black/white listredmatrix2015-08-041-0/+1
|
* Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-311-1/+8
|\ | | | | | | | | Conflicts: util/messages.po
| * escape $ in eventsredmatrix2015-07-301-1/+8
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-131-1/+5
|\|
| * Only let local logins install webpage elementsredmatrix2015-07-111-1/+5
| |
* | undo the disabling of browser_prefetch and for the time being revert the ↵redmatrix2015-06-251-43/+29
| | | | | | | | HTML cache until we can isolate all the zid and observer calls. Also get rid of youtube and vimeo bbcode tags which we should not be using any more.
* | remove all QR-code stuff from core - now in qrator addonredmatrix2015-06-251-14/+0
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-021-1/+1
|\|
| * error in directory bbcode image filterredmatrix2015-05-311-1/+1
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-311-0/+16
|\|
| * some basic background work for activitystreams-json-ld-2.0 conversionsredmatrix2015-05-311-0/+8
| |
| * Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-05-301-1/+4
| |\
| | * some fixes to make menu sharing work and expose it in the ui.Mario Vavti2015-05-291-0/+3
| | |
| * | strip images from directory text entriesredmatrix2015-05-301-0/+5
| |/
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-201-1/+18
|\| | | | | | | | | | | | | | | Conflicts: include/items.php include/text.php mod/item.php view/nl/messages.po
| * make design elements translateableMario Vavti2015-05-201-1/+18
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-191-1/+2
|\| | | | | | | | | | | Conflicts: view/nl/messages.po view/nl/strings.php
| * remove dbg codeMario Vavti2015-05-191-1/+1
| |