1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

47 Commits

Author SHA1 Message Date
Cameron
011964af65 Closes #3321 - FontAwesome5 CDN now functioning correctly and updated to v5.8.1 . 2019-04-30 15:25:27 -07:00
Cameron
fb30733905 Issue #3321 FontAwesome 5 support added (not CDN yet). See bootstrap4/theme.xml 2019-02-22 14:59:45 -08:00
Tijn Kuyper
f7384fbcef
Upgrade CDN Bootstrap 4 library to latest version (4.3.1) 2019-02-21 11:25:55 +01:00
Cameron
9c4dbcab91 Moved THEME_LAYOUT calculation out of class2.php and into theme_handler.php 2019-01-23 19:06:03 -08:00
Cameron
6b925a6f76 Issue #3104 - Library CSS order fix. 2018-05-11 17:39:26 -07:00
Cameron
de69b07318 Basic Bootstrap 4 library support. Bootstrap4 theme added for testing purposes only. 2018-03-08 13:45:08 -08:00
Cameron
4d6825dc51 Issue #1725 - Experimental Bootstrap 4 (CDN) library added. 2018-01-16 13:03:23 -08:00
Cameron
ecdbe10b01 Animate.css Library added. Animate style added to TinyMce. 2017-10-28 17:40:04 -07:00
lonalore
20d5905318 Fix for issue #2810 2017-10-10 10:34:41 +02:00
Lóna Lore
25c3acf1d8 A more accurate way to prevent plugins/themes from altering libraries on Admin UI. 2017-09-25 18:35:09 +02:00
Lóna Lore
53a7fb2fc9 Ability to use theme.xml to define library dependencies. 2017-03-02 20:55:31 +01:00
lonalore
3a78ea77fc Fix for Undefined index notices. 2017-02-06 09:55:39 +01:00
Cameron
20b5db2cf9 library getPath() method added. Media class now caches local fontawesome file. 2017-02-03 08:36:49 -08:00
lonalore
7f9a3dce0c Library path fix for tinymce4. 2017-01-30 14:06:04 +01:00
Lóna Lore
6d45af6cdf Move fontawesome to sub-folder. 2017-01-28 18:46:57 +01:00
Lóna Lore
a2350eb153 Fix for Library caching. 2017-01-28 13:03:17 +01:00
Lóna Lore
ac5f2ed3da Added Bootstrap Switch. 2017-01-28 10:23:53 +01:00
Lóna Lore
a059776ac1 Use e107::getFile()->getRemoteContent() instead of file_get_contents(). 2017-01-28 01:35:06 +01:00
Lóna Lore
d2ee6cf6ac Fix for SSL error. 2017-01-28 01:27:27 +01:00
Lóna Lore
65e071bd3c Move jQuery to sub-folder. Fix for correct path handling. 2017-01-28 01:17:05 +01:00
Lóna Lore
3890970d53 Fix for new Library config name consistency. Prevent loading Bootstrap default CSS on admin ui. 2017-01-27 23:56:51 +01:00
Cameron
ad7efe78a9 Correct library cache file name. 2017-01-27 13:50:44 -08:00
Lóna Lore
e2f4e04689 Added getProperty() method. 2017-01-27 22:22:17 +01:00
Cameron
22d20baba8 Library config name consistency fix. 2017-01-27 10:20:25 -08:00
lonalore
b0a48418d8 Auto-prepend "cdn." (when available and CDN is On). Autoload "unminified" version (if available) when debug mode is On. 2017-01-27 11:51:28 +01:00
lonalore
7c0c0cd2f1 Use Library Manager to handle core libraries. 2017-01-26 12:45:45 +01:00
Lóna Lore
8b7631995e Merged upstream changes. 2017-01-15 23:10:46 +01:00
MikeyGMT
52675513ee Lans Rework #6 - Library Manager
Lans Rework #6 - Library Manager
2017-01-09 11:39:09 +00:00
Lóna Lore
efeeeb94a4 Ability to use CDN for core-defined libraries. Ability to select CDN provider. 2017-01-08 12:02:10 +01:00
lonalore
8ef8a93407 Use Library Manager to load jQuery, jQuery UI... etc. 2016-12-22 14:16:52 +01:00
lonalore
599647f71d Fix for Library Manager's variant handler. 2016-10-20 09:12:11 +02:00
lonalore
c2c2d7aa37 Removed Library Manager UI, moved library listing to prefs page. 2016-06-21 10:40:41 +02:00
lonalore
90e25f1d8a Library Manager UI. 2016-06-20 11:12:25 +02:00
Lóna Lore
a28248f1f1 Fixed Docs. 2016-03-10 09:04:43 +01:00
Lóna Lore
611dff4c06 Ability to use CDN files for libraries. 2016-03-09 11:04:16 +01:00
Lóna Lore
60d1bf769d Fixed: wrong variable usage. 2016-02-14 13:46:10 +01:00
Lóna Lore
cbc096b74b Use e107::getFile() to get directories. 2016-02-14 13:34:02 +01:00
Lóna Lore
b6225413b9 Comment for static variable. 2016-02-14 13:16:24 +01:00
Lóna Lore
332dc1739a Use underscores instead of spaces. 2016-02-14 13:01:36 +01:00
Lóna Lore
90de3e0017 Use e107::getAddon() and e107::callMethod() where possible. 2016-02-14 12:38:46 +01:00
Lóna Lore
5b44ebde1e Use lanVars() instead of str_replace(). 2016-02-14 11:48:49 +01:00
Lóna Lore
a8ed4e264a Fixed: PHP Fatal error: Call to protected e_library_manager::__construct(). Removed library prefix from method names. Fixed path handling issue caused by cache. 2016-02-14 11:30:35 +01:00
Cameron
aa043305b5 Comments and code on library class. 2016-02-13 15:33:23 -08:00
Lóna Lore
f9f16511b4 Cache library. 2016-02-13 22:52:58 +01:00
Lóna Lore
97c23a48d9 Fixed: phpdoc and library path. 2016-02-12 14:50:13 +01:00
Lóna Lore
b47644cee7 Fixed php doc. 2016-02-12 10:28:42 +01:00
Lóna Lore
203b0779e2 Initial commit to integrate Library Manager into core. 2016-02-12 10:18:13 +01:00