Skip to content

Commit

Permalink
update moment.js to v2.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dleffler committed Mar 30, 2017
1 parent a3675aa commit 6dfd692
Show file tree
Hide file tree
Showing 3 changed files with 233 additions and 71 deletions.
2 changes: 1 addition & 1 deletion exponent_constants.php
Expand Up @@ -523,7 +523,7 @@
if (!defined('JQUERY_RELATIVE')) {
define('JQUERY_VERSION', '1.12.4');
define('JQUERY2_VERSION', '2.2.4');
// define('JQUERY3_VERSION', '3.2.0');
// define('JQUERY3_VERSION', '3.2.1');
define('JQUERYUI_VERSION', '1.12.1');
define('JQUERY_RELATIVE', PATH_RELATIVE . 'external/jquery/');
define('JQUERY_PATH', BASE . 'external/jquery/');
Expand Down
14 changes: 7 additions & 7 deletions external/ExtPrograms.csv
Expand Up @@ -20,7 +20,7 @@ class.upload,0.33,github.com/verot/class.upload.php,0.33,Correct flip operation
iCalCreator,2.22.0,github.com/iCalcreator/iCalcreator,2.22.0,php7 fixes & vcalendar $this->filename fix
scssphp,0.3.1exp,github.com/leafo/scssphp,0.6.7,added Server\cachedCompile()
lessphp,0.5.0,github.com/leafo/lessphp,0.5.0,will not compile bootstrap v3+
less.php,1.7.0.13,github.com/oyejorge/less.php,1.7.0.13,
less.php,1.7.0.14,github.com/oyejorge/less.php,1.7.0.14,
iLess,2.2.0,github.com/mishal/iless,2.2.0,"optional, has issues with bootstrap v2"
Twitter-Bootstrap2,2.3.2,twitter.github.com/bootstrap,2.3.2,"patched bootstrap.less includes swatches, fontawesome & exp variables"
Twitter-Bootstrap,3.3.7,twitter.github.com/bootstrap,3.3.7,patched bootstrap.less includes swatches & exp variables
Expand All @@ -30,11 +30,11 @@ Font-Awesome3,3.2.1,fortawesome.github.com/Font-Awesome,3.2.1,updated FontAwesom
Font-Awesome,4.7.0,fortawesome.github.com/Font-Awesome,4.7.0,
Adminer,4.3.0,www.adminer.org,4.3.0,"customized plugins: tinymce, edit-textarea & edit-calendar"
SimpleAjaxUploader,2.6.2,github.com/LPology/Simple-Ajax-Uploader,2.6.2,also converted to yui module 2.5.3
normalize.css,5.0.0,necolas.github.com/normalize.css/,5.0.0,auto included in bootstrap 3
MediaElement.js,3.2.4,mediaelementjs.com/,3.2.4,
MediaElement plugins,1.2.3,github.com/johndyer/mediaelement-plugins,1.2.3,
Facebook PHP SDK3,3.2.3,github.com/facebook/facebook-php-sdk,5.4.5,
Facebook PHP SDK4,4.0.23,github.com/facebook/facebook-php-sdk-v4,5.4.5,
normalize.css,6.0.0,necolas.github.com/normalize.css/,6.0.0,auto included in bootstrap 3
MediaElement.js,3.2.4,mediaelementjs.com/,4.0.2,
MediaElement plugins,1.2.3,github.com/johndyer/mediaelement-plugins,2.0.1,
Facebook PHP SDK3,3.2.3,github.com/facebook/facebook-php-sdk,5.4.4,
Facebook PHP SDK4,4.0.23,github.com/facebook/facebook-php-sdk-v4,5.4.4,
Respond,1.4.2,github.com/scottjehl/Respond,1.4.2,IE6-8 shim
html5shiv,3.7.3,github.com/aFarkas/html5shiv,3.7.3,IE6-8 shim
csshover.htc,3.11,peterned.home.xs4all.nl/csshover.html,3.11,IE6 shim
Expand Down Expand Up @@ -68,7 +68,7 @@ moment.js,2.17.1,github.com/moment/moment,2.17.1,needed for Bootstrap DateTimePi
strength-meter,1.1.3,github.com/kartik-v/strength-meter,1.1.3,
Sortable,1.5.1,github.com/RubaXa/Sortable,1.5.1,
jstree,3.3.3,github.com/vakata/jstree,3.3.3,added nav menu icons to stylesheet
bootstrap3-dialog,1.35.3,github.com/nakupanda/bootstrap3-dialog,1.35.3,use /src .less file and add our .less variable imports
bootstrap3-dialog,1.35.4,github.com/nakupanda/bootstrap3-dialog,1.35.4,use /src .less file and add our .less variable imports
impromptu,6.2.3,trentrichardson.com/Impromptu,6.2.3,add some colors to .css
bootstrap-touch-carousel,0.8.0exp,github.com/ixisio/bootstrap-touch-carousel,0.8.0,patched with vertical drag fix
bootstrap-tagsinput,0.8.0exp,github.com/timschlechter/bootstrap-tagsinput,0.8.0,patched with android fix
Expand Down

0 comments on commit 6dfd692

Please sign in to comment.