zotlabs
320c32fd0f
issue #699
2017-03-18 16:55:10 -07:00
zotlabs
6c641b1834
move oauth2 to vendor
2017-03-14 09:09:05 +11:00
zotlabs
4c0c153b8f
move emoji emoticons (not reactions) to plugin
2017-03-05 16:18:09 -08:00
Klaus Weidenbach
6c79e0c077
⬆️ 🔨 Upgrade Markdownify library.
...
The current version 2.0.0 (alpha) throws deprecated warning with
PHP7.1 and PHPUnit.
Upgrade the HTML to Markdown converter for PHP to the current
Markdownify 2.2.1.
Used composer to manage this library.
2017-03-05 01:14:15 +01:00
Klaus Weidenbach
2848d1caaf
Move library/markdown.php to keep history.
2017-02-27 23:36:07 +01:00
Mario Vavti
88caa14030
fix text highlighter for PHP version 7.1
2017-01-21 21:04:36 +01:00
Mario Vavti
38dd1c342a
font awesome 4.7.0
2017-01-10 10:19:22 +01:00
Mario Vavti
c9cbd2f4f6
update fullcalendar to version 3.1
2016-12-30 10:18:05 +01:00
Mario Vavti
04472bd730
fix a glitch in sticky-kit and comment out alt_pager() in widget_conversations since it will not work there
2016-12-21 11:51:24 +01:00
Mario Vavti
6bde70d60a
move the sticky-kit^Cquery plugin to /lib and see if we want this for the whole app
2016-12-16 16:14:56 +01:00
Mario Vavti
78c63c480a
another fix to readmore.js and update patch file
2016-10-10 14:28:52 +02:00
Mario Vavti
b2cc2e6765
fix readmorejs collapsing on scrolldirection change in mobile browsers
2016-10-10 13:30:05 +02:00
zotlabs
10863a5949
add oauth2/oidc lib
2016-10-07 14:11:24 -07:00
Mario Vavti
50c5f8c389
bugfixrelease fullcalendar-3.0.1
2016-10-05 20:41:18 +02:00
Mario Vavti
73c781a0cf
add bootstrap .css.map files
2016-09-22 09:52:11 +02:00
Mario Vavti
b0f9cd3022
add new locale file
2016-09-14 22:51:39 +02:00
Mario Vavti
0add06380f
upgrade fullcalendar to version 3
2016-09-14 22:51:00 +02:00
Mario Vavti
04a76371fc
update justifiedGallery 3.6.1 -> 3.6.3
2016-09-09 09:58:18 +02:00
Mario Vavti
98d5ae91f5
patch foundation-6.2.3 to work with jquery-3.1
2016-09-08 09:52:22 +02:00
Mario Vavti
b6115d3c56
missing file
2016-09-07 12:58:25 +02:00
Mario Vavti
628187db16
upgrade foundation to version 6.2.3
2016-09-07 12:57:52 +02:00
redmatrix
a3171cd429
incutio xmlrpc library uses old-style (php4) constructors which have been deprecated for some time. They should still work on 7.0, but it's only a matter of time before they go away.
2016-09-04 16:38:35 -07:00
Mario Vavti
82d61f194a
update bootstrap 3.3.5 > 3.3.7
2016-08-14 11:49:40 +02:00
redmatrix
4ce8f965aa
issue #466 , sql typo
2016-07-28 13:10:19 -07:00
Mario Vavti
4ffc4ee70a
rename the patch so that it explains what it does
2016-07-22 14:29:16 +02:00
Mario Vavti
52db649022
apply our custom patch to readmore.js
2016-07-22 14:14:20 +02:00
Mario Vavti
38e46fff54
upgrade readmore.js and improve collapsing a little
2016-07-22 14:03:14 +02:00
Mario Vavti
852b2659e9
update moment.js to version 2.13
2016-06-30 21:56:00 +02:00
Mario Vavti
aff58934c0
update fullcalendar to version 2.8.0
2016-06-28 11:56:28 +02:00
redmatrix
b155e93ab1
add letsencrypt x3 intermediate cert and new cert file, improve UX of new registrations
2016-06-27 19:04:00 -07:00
Andrew Manning
961539258b
Wiki page revision comparison tool with diff displayed in modal dialog. Leverages Diff class from http://code.stephenmorley.org/php/diff-implementation with license CC0 1.0 universal http://creativecommons.org/publicdomain/zero/1.0/legalcode
2016-06-17 06:33:39 -04:00
Mario Vavti
951bf5ec2e
update 3rd party lib fullcalendar to version 2.7.3
2016-06-16 11:22:08 +02:00
redmatrix
427badcae9
improve readability of comments
2016-06-15 20:09:40 -07:00
redmatrix
854c23a751
This was the reason for the large line widths - an extra linefeed after each li element
2016-06-15 19:59:30 -07:00
redmatrix
fa48de33c2
provide syntax based [colour] highlighting on code blocks for popular 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.
2016-06-15 19:44:15 -07:00
Andrew Manning
08a9553ccc
Merge remote-tracking branch 'upstream/dev' into wiki
2016-06-05 16:52:02 -04:00
redmatrix
a6012af00d
For emojis in posts, extend smilies and save a lot of duplication of effort
2016-06-04 17:06:12 -07:00
Andrew Manning
b93e398674
Merge remote-tracking branch 'upstream/dev' into wiki
2016-06-02 22:32:50 -04:00
redmatrix
670e83b300
remove a bunch of unused stuff, some of which is orphaned and some which represents dead development efforts
2016-05-30 22:16:34 -07:00
Andrew Manning
a3dfdd9d38
Remove Parsedown library files and remove references.
2016-05-29 20:44:28 -04:00
Andrew Manning
3e6af5c876
Hacked Parsedown and Markdown to add class inline-code to <code> blocks for proper inline code rendering. Stopped using Parsedown even though Markdown is slower, hence extra delay when previewing pages.
2016-05-29 17:06:45 -04:00
Andrew Manning
c6aa42773a
Trying to fix wiki branch starting fresh from dev
2016-05-21 14:56:42 -04:00
Andrew Manning
5686ee13b4
Increased PHPGit timeout to 120 seconds for large repos. Retrieve Readme.md and render on plugins page.
2016-05-03 21:49:52 -04:00
Andrew Manning
c2d15e6c3b
New plugin repo is cloned to /store/pluginrepos/REPONAME for analysis
2016-05-01 22:29:51 -04:00
Treer
3fe8fc0aa8
update icon names in library
2016-05-01 06:48:18 +10:00
Treer
45654ffc5c
update font-awesome library to 4.6.1
...
Perhaps this should be done as a submodule instead?
2016-04-30 21:36:19 +10:00
Mario Vavti
1e27038b73
update jquery.textcomplete to version 1.3.4 and add minified version
2016-04-23 21:42:10 +02:00
Mario Vavti
7e30c1dd82
update smarty to version 3.1.29
2016-04-23 21:24:22 +02:00
Mario Vavti
0012030826
update upstream lib jusutifiedGallery
2016-04-05 15:24:05 +02:00
Mario Vavti
738e14348d
update upstream libs fullcalendar and moment to a recent version
2016-04-03 14:56:19 +02:00