1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-10 12:34:49 +02:00
Commit Graph

70 Commits

Author SHA1 Message Date
Cameron
fee3764dff Fixes #1344 - ejs_preload legacy javascript removed. Replaced with e107::link($attributes); for adding 'prefetch' and other <link> tags to the head. 2016-02-09 15:57:07 -08:00
Cameron
831ef22ad9 Added compression to generated PNG thumbnails. Additional module configurations added to e107.htaccess 2016-02-07 10:53:15 -08:00
Cameron
b182f463cb Disable JS/CSS Cache in menu-manager. 2016-02-06 20:24:17 -08:00
Cameron
5daaaedf99 Corrected CSS url paths. 2016-02-06 18:32:48 -08:00
Cameron
b591280f6c Corrected JS/CSS Cache minify. 2016-02-06 10:35:56 -08:00
Cameron
eb3cb3b287 Fixes for JS/CSS Cache. Correct file-count displayed in admin. minify code on output. 2016-02-05 16:26:33 -08:00
Cameron
a1c4707bcf Preference added to enable experimental JS/CSS Caching. JS/CSS Caching tweaked to correct broken paths. 2016-02-05 15:31:54 -08:00
SecretR
0ec4a37bcb Merge branch 'master' of github.com:e107inc/e107 2016-01-15 13:50:50 +02:00
SecretR
a609a899cc A proper handling of RFC3986 network-path references 2016-01-15 13:50:41 +02:00
Lóna Lore
7516ad880f Fixed: Issue #1289 - menu manager - e107 is not defined. 2016-01-06 16:52:10 +01:00
Lóna Lore
2cd5f1525f Issue #991: Removed all Selectize JS code from PHP. Additional option (settings) for e107::js(). Integrates Selectize.js using e107::js(settings) and JavaScript behaviors with jQuery Once. 2015-12-02 14:23:48 +01:00
Cameron
e50456264f Issue #1183 Switch all CDN sources to https to prevent browser alerts. Optimization of some javascript loading. jQuery updated to 2.1.4 2015-09-17 12:48:06 -07:00
Cameron
585cae01ad Issue #1155, Issue #1035, and possibly related to Issue #928. These changes are precautions. Still not sure what is causing it. 2015-07-28 10:04:17 -07:00
Cameron
3dc4ac9d02 Issue #1138 - Remove e_BOOTSTRAP3_ADMIN requirement to use Bootstrap3. 2015-07-17 13:48:29 -07:00
Cameron
4c8d853fc0 Bootstrap3 Admin theme. Needs much work. To test, add: define('e_BOOTSTRAP3_ADMIN', true); to your e107_config.php file and change your admin theme using the Theme Manager. 2015-07-13 12:37:54 -07:00
Cameron
7cfcd1fd23 Experimental JS and CSS caching for improved performance. Currently disabled by default. 2015-06-03 15:44:07 -07:00
Cameron
cfcce0ed03 Load Gallery Plugin Javascript and CSS only when needed. 2015-05-23 13:09:44 -07:00
Cameron
05083699e4 Issue #991 : Added support for CSS files in the footer of the <body>. Tested in FF successfully, more testing required. 2015-05-23 12:02:14 -07:00
Cameron
e576370e57 Remove some references to deprecated functions/methods. 2015-02-14 23:34:15 -08:00
Cameron
8777626984 Preparations for a bootstrap3 admin area. 2015-02-02 16:45:32 -08:00
SecretR
8590b9b38b Support of inline script tag attributes via js manager (set '$post' to e.g. '|async defer' 2014-12-14 12:24:55 +02:00
SecretR
adc1f826b8 jQuery upgraded to the latest and greatest 2.1.1; fixed calls to obsolete live() in all core js libraries 2014-11-04 16:12:18 +02:00
Cameron
de3cbe913d Fixes #321 - custom folder names working again. JS/CSS comments shown during Debug mode only. 2014-07-03 19:45:50 -07:00
Cameron
facbd4f236 Raw html as inline code (often used by google/bing analytics) now supported by js manager.
eg. Inside a plugin's e_header.php : e107::js('footer-inline', '<script>...</script><iframe>...</iframe>');
2014-06-27 20:05:01 -07:00
SecretR
892bf211e4 Allow IE conditions when adding JS (theme and url only at this time) 2013-10-16 18:20:21 +03:00
Cameron
c01d8b10ef Option to test with local jquery framework added. 2013-07-17 03:08:40 -07:00
Cameron
a90b8b943c jQuery-UI removed from the front-end. And eventually the admin area if possible. 2013-04-14 12:33:06 -07:00
Cameron
94d74f4797 Removed 'chosen' js package, added 'multiselect' and 'select' packages. 2013-02-20 17:48:18 -08:00
Cameron
38ee3c59ac Switch jQuery to Google CDN 2013-02-08 09:53:34 -08:00
Cameron
ed56da85c3 Custom Framework URLs option 2013-02-07 10:12:06 -08:00
Cameron
ec8a7195d5 Admin area GUI tweaks 2012-11-26 03:23:20 -08:00
Cameron
6b888d334a Update to jQuery 1.8.3 and jQuery UI 1.9.2 2012-11-25 12:37:21 -08:00
Cameron
baf8065b11 Tinymce Fix 2012-11-24 16:37:00 -08:00
Cameron
c823271842 removed e107_files/ and updated some paths. 2012-11-24 11:59:05 -08:00
secretr
2671dde288 JS libraries, CDN frameworks, external script loading should work now in all possible administration preference sets 2012-11-16 14:16:53 +00:00
secretr
2a0efa5912 cleanup, major JS/CSS loading issues fixed (mainly CDN related), a lot more cleanup required 2012-11-15 13:31:58 +00:00
CaMer0n
f57297982c Upgrade to jquery-ui 1.9.1 2012-11-01 00:13:24 +00:00
CaMer0n
1cf02aa91a Tweak last commit 2012-07-18 21:55:27 +00:00
CaMer0n
3170512e13 Fix for the jquery-ui css error and gallery default slider settings. 2012-07-18 08:43:30 +00:00
CaMer0n
e9589319c6 CDN issue corrected. 2012-07-15 10:13:25 +00:00
CaMer0n
b51da4eb8b Notice removal etc. 2012-06-20 07:08:36 +00:00
CaMer0n
b3328c909c JS manager fix. 2012-06-11 21:18:23 +00:00
CaMer0n
5f143146a0 Path updates 2012-06-08 09:05:33 +00:00
CaMer0n
625525304f More featurebox tweaks 2012-06-06 07:39:42 +00:00
CaMer0n
ac6084dea9 dialog styling fixes 2012-05-17 17:47:14 +00:00
CaMer0n
e9f6febe02 More JS work 2012-05-16 03:10:56 +00:00
CaMer0n
7f25438201 JS framework on-demand (working in admin-area right now) 2012-05-15 09:55:27 +00:00
secretr
375a194e2f introducing e107::css() and e107::js() - easy way to register CSS and JS scripts (core, themes, plugins). 2012-05-14 06:26:52 +00:00
CaMer0n
f154dc22df Removal of Meta stuff. 2012-05-11 10:35:15 +00:00
CaMer0n
6ca55ce728 Meta-data clean-up and enhancements. 2012-05-11 03:52:57 +00:00