Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | consolidate hubloc storage | zotlabs | 2017-01-30 | 1 | -1/+1 |
| | |||||
* | observer.language!={something} for completeness | Hubzilla | 2017-01-20 | 1 | -0/+17 |
| | |||||
* | language aware content | Hubzilla | 2017-01-20 | 1 | -0/+20 |
| | |||||
* | Zot structures doco integrated into the Zot page. Added nowrap option to ↵ | Andrew Manning | 2016-12-28 | 1 | -0/+19 |
| | | | | [code] BBcode tag. | ||||
* | Updated markup language support doco. Modified parseIdentityAwareHTML BBcode ↵ | Andrew Manning | 2016-12-26 | 1 | -5/+27 |
| | | | | parsing to support the BBcode reference which is now in /help/member/bbcode.html. Add Bootstrap classes to tables for BBcode tables that have the border=0 or border=1 options set. | ||||
* | allow tel: links on mobile devices | zotlabs | 2016-12-19 | 1 | -2/+2 |
| | |||||
* | deprecate bb_iframe | zotlabs | 2016-12-18 | 1 | -9/+9 |
| | |||||
* | leave toc title for the author | Mario Vavti | 2016-12-04 | 1 | -2/+2 |
| | |||||
* | fixes for toc bbcode and bbcode wiki toc | Mario Vavti | 2016-12-04 | 1 | -4/+6 |
| | |||||
* | bb_highlight: if somebody enters an unsupported language for code syntax ↵ | zotlabs | 2016-12-01 | 1 | -3/+3 |
| | | | | highlighting (like fortran or cobol or whatever) use 'php' instead of returning a completely unformatted code block. This choice was somewhat arbitrary. It could be difficult to analyse the intention which could be literally anything and provide the closest match. | ||||
* | issue #607 parens not recognised inside urls | zotlabs | 2016-12-01 | 1 | -1/+1 |
| | |||||
* | highlight | zotlabs | 2016-11-29 | 1 | -0/+6 |
| | |||||
* | Integrating lots of member guide content | Andrew Manning | 2016-11-27 | 1 | -0/+3 |
| | |||||
* | Add some identity-aware parsing to HTML content using parseIdentityAwareHTML() | Andrew Manning | 2016-11-27 | 1 | -0/+39 |
| | |||||
* | only turn [] and [x] into checkboxes if it is found inside a checklist | Mario Vavti | 2016-11-16 | 1 | -4/+15 |
| | |||||
* | bbcode event formatting issue | zotlabs | 2016-10-31 | 1 | -2/+1 |
| | |||||
* | bbcode: remove the inserted <br /> between list elements due to linefeeds in ↵ | zotlabs | 2016-10-12 | 1 | -0/+4 |
| | | | | the textarea. | ||||
* | try naked embed before submission instead of at render time | redmatrix | 2016-10-06 | 1 | -1/+15 |
| | |||||
* | new hook bbcode_filter | redmatrix | 2016-10-05 | 1 | -0/+3 |
| | |||||
* | issue #170 | redmatrix | 2016-09-29 | 1 | -2/+2 |
| | |||||
* | convert oembed tools to use json arrays rather than json objects | redmatrix | 2016-09-24 | 1 | -1/+1 |
| | |||||
* | wrong operator | redmatrix | 2016-09-03 | 1 | -1/+1 |
| | |||||
* | introduce checklist BBcode for checklists | Mario Vavti | 2016-09-01 | 1 | -2/+4 |
| | |||||
* | provide techlevels in the pro server role. Should have no visible effect on ↵ | redmatrix | 2016-08-31 | 1 | -2/+1 |
| | | | | other roles. | ||||
* | provide a possibility to create checklists in bbcode [x] creates a checked ↵ | Mario Vavti | 2016-08-31 | 1 | -0/+2 |
| | | | | checkbox, [] creates an unchecked checkbox | ||||
* | use config system.server_role and deprecate 'UNO' | redmatrix | 2016-08-07 | 1 | -1/+1 |
| | |||||
* | issue #442, tables contain too much whitespace (there's a definite issue ↵ | redmatrix | 2016-06-26 | 1 | -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 blobs | redmatrix | 2016-06-17 | 1 | -1/+1 |
| | |||||
* | provide a default for undefined languages | redmatrix | 2016-06-15 | 1 | -0/+1 |
| | |||||
* | ignore case in language names and add 'js' as an alias for 'javascript' | redmatrix | 2016-06-15 | 1 | -3/+3 |
| | |||||
* | provide syntax based [colour] highlighting on code blocks for popular ↵ | redmatrix | 2016-06-15 | 1 | -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 ↵ | redmatrix | 2016-06-13 | 1 | -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 effort | redmatrix | 2016-06-04 | 1 | -14/+0 |
| | |||||
* | allow bbcode emojis (at least the single unicode character forms) | redmatrix | 2016-06-03 | 1 | -0/+14 |
| | |||||
* | render code bbcode inline if there are no linebreaks in the text. | Mario Vavti | 2016-05-30 | 1 | -7/+7 |
| | |||||
* | some event fixes, also change jquery-textcomplete to un-minified since the ↵ | redmatrix | 2016-05-25 | 1 | -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 ↵ | redmatrix | 2016-05-25 | 1 | -1/+1 |
| | | | | 'fa-arrow-circle-o-down-alt'; using 'fa-arrow-circle-o-down' instead | ||||
* | code cleanup | redmatrix | 2016-05-24 | 1 | -3/+0 |
| | |||||
* | move apps to zlib | redmatrix | 2016-05-22 | 1 | -3/+2 |
| | |||||
* | clean up some cruft | redmatrix | 2016-05-08 | 1 | -46/+0 |
| | |||||
* | more security stuff | redmatrix | 2016-05-02 | 1 | -1/+1 |
| | |||||
* | improve whitespace control around definition list ([dl]) bbcode | Treer | 2016-04-30 | 1 | -4/+6 |
| | |||||
* | Add definition lists to bbcode | Treer | 2016-04-30 | 1 | -0/+48 |
| | |||||
* | move spoiler= and quote= bbcode handling from prepare_body() to bbcode() and ↵ | Mario Vavti | 2016-04-26 | 1 | -16/+28 |
| | | | | add open tag to bbco_autocomplete | ||||
* | issue #331 use timeago.js for reshared publish date instead of ↵ | redmatrix | 2016-04-10 | 1 | -3/+1 |
| | | | | relative_date() which does not play well with other networks. | ||||
* | static App | redmatrix | 2016-03-31 | 1 | -11/+11 |
| | |||||
* | deprecate $a->get_baseurl() | redmatrix | 2016-03-30 | 1 | -1/+1 |
| | |||||
* | UNO: Hide bookmark tools in items (#^ and in menu) | jeroenpraat | 2016-03-10 | 1 | -0/+5 |
| | |||||
* | provide footer bbcode | Mario Vavti | 2016-02-29 | 1 | -1/+5 |
| | |||||
* | change _newwin to _blank because the window named _newwin may be hard to ↵ | redmatrix | 2015-11-20 | 1 | -16/+16 |
| | | | | find if you have lots of windows/tabs open. |