1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-22 07:47:10 +01:00

130 Commits

Author SHA1 Message Date
Cameron
c10d350d8b Issue #2869 Media-Manager: Auto-convert to jpeg option added. 2017-11-16 20:17:07 -08:00
Cameron
9063e0a192 Corporate admin theme style added. 2017-04-02 07:57:41 -07:00
Cameron
83837eff47 Admin theme fixes. 2017-03-02 11:44:15 -08:00
Cameron
20b5db2cf9 library getPath() method added. Media class now caches local fontawesome file. 2017-02-03 08:36:49 -08:00
Cameron
d9fe5c8410 Fix for SVG icon import. 2017-01-31 14:50:55 -08:00
Cameron
ef543ee370 Start of support for SVG Icons. Issue #2338 2017-01-31 08:23:04 -08:00
Cameron
e13fca30c5 Fix media-manager icon sizes. 2017-01-29 15:34:50 -08:00
Cameron
02e3657f70 Fix for Media-Manager icon selector image size. 2017-01-29 15:29:50 -08:00
Cameron
78de4631a9 Add default formatting for login.php 2017-01-27 18:49:02 -08:00
Cameron
43d0211590 Code cleanup: deprecated include_lan() 2017-01-23 09:41:23 -08:00
Cameron
d5af3b9246 BS4 img-fluid 2017-01-20 10:40:05 -08:00
Cameron
882efff6ec Support for theme glyphicons. 2017-01-01 08:14:47 -08:00
Cameron
10f1a4246c Fixes #2206 Gallery shortcode category not being respected. eg. {GALLERY_PORTFOLIO: placeholder=1&category=2} 2016-12-30 14:45:22 -08:00
Cameron
bb3a8e824e e107::getFile()->getUserDir(false) will now return the plugin directory without a user directory. 2016-12-27 16:07:03 -08:00
MikeyGMT
287ddde521 LANS in Media Class #6
LANS in Media Class #6 - although there is plenty left to do but many
seem to be debug messages rather than user prompts.
2016-12-25 18:36:38 +00:00
Cameron
ba9c73ad58 Upgraded to FontAwesome 4.7.0. Glyph caching improved. 2016-12-22 08:47:54 -08:00
Cameron
bc5a224f25 Caching fixes. 2016-12-18 10:27:12 -08:00
Cameron
868c067fe1 Removed PHP warning. 2016-12-06 19:26:52 -08:00
Cameron
f203ed7bd5 Added option to use a custom plugin folder for media-manager image uploads. ie. writeParms => array('path'=>'plugin'); 2016-12-06 19:24:48 -08:00
Gábor
7a16e06316 Some corrections
Update codes
2016-10-04 09:37:53 +02:00
Gábor
37ba640947 Some corrections
Add lang codes.
2016-10-01 12:39:22 +02:00
Cameron
f259efec1f Allow for non-hashed cache files. File-Handler getRemoteContent() debugging methods added. 2016-06-01 08:58:32 -07:00
Cameron
3c0f501e43 Extra bootstrap styles added to default mail template. Precautions for legacy sitebutton resize. PM notify template clean up. 2016-04-22 16:11:47 -07:00
Cameron
444348dc4d Issue #1512 News Grid Menu 2016-04-09 16:12:54 -07:00
Lóna Lore
c54cc47832 Ability to order media items. 2016-03-29 11:44:50 +02:00
Cameron
efc2e62953 NewForumPosts could fail under some circumstances. Extra checks added for e107::unserialize(); 2016-03-25 11:24:07 -07:00
Cameron
689b4c8c77 Media-Manager: Fix for incorrect 'empty image' size when selected. Fix for 'empty icon' when selected. Fix for media-manager close-window issue. GUI fix for 'no image' option. 2016-03-11 12:31:09 -08:00
Cameron
e1414cb688 Submitnews Image import fix. Upload page now using e_upload.php. Upload admin area still needs work. 2016-03-06 17:42:47 -08:00
Cameron
3ecd19b88c Fix for file-title after import. select() can now handle more than 2 levels deep. 2016-03-06 00:23:41 -08:00
Cameron
2c50a06517 Deprecated Function cleanup and PHP Notice removal. 2016-02-15 00:56:08 -08:00
Cameron
486f3d4961 Issue #1356 - PHP7 Fixes. 2016-02-14 12:15:55 -08:00
Cameron
5e62f383cf toGlyph() enhancements. Support for spin and rotate.
Example 1: $tp->toGlyph('fa-spinner', array('spin'=>1));
Example 2: $tp->toGlyph('fa-shield', array('rotate'=>90, 'size'=>'2x'));
2016-02-11 12:01:26 -08:00
Cameron
f9b9881260 Fix for media-manager tooltip when selecting images. 2016-02-03 19:31:49 -08:00
Cameron
12febdb43c Fixes #1268 - Media Manager issue with audio file uploads. 2016-01-24 00:37:36 -08:00
Cameron
b1c2e030d5 Default image resize pref is now used correctly by TinyMce media-manager. Image captions may now be added to inline images. TinyMce media-manager 'cancel' button is working again. 2016-01-11 20:53:05 -08:00
Cameron
ef1e1565ad Fixes #1225 - Broken paths to bootstrap glyphs. 2015-11-13 14:44:38 -08:00
Cameron
b245f8a945 Extra checks added and mail subject line check. 2015-08-26 19:09:51 -07:00
Cameron
cffb369751 Issue #1109, Fixes #830, Fixes #731, Fixes #710, Fixes #608, Fixes #1012 : v1 -> v2 Upgrade-Routine fixes (including forum plugin) 2015-08-24 17:39:28 -07:00
Cameron
c86e9812f3 Issue #1114 - Added additional debug info to media-class and prevented errors such as "Image not Found" being echoed to the browser. 2015-08-24 10:10:08 -07:00
Cameron
650041b5aa Admin-UI: Media-Manager layout enhancements. 2015-07-19 17:10:03 -07:00
Cameron
9cdf27900b Issue #1138 - Fix for media browser. 2015-07-16 13:41:15 -07:00
Cameron
6499ff72f7 Issue #1138 Added 'btn-default' where missing. 2015-07-13 19:09:30 -07:00
Cameron
6be9ee6504 Fixes #935: YouTube browser upgraded to use YouTube API v3. An API key is now required for keyword, playlist or channel search. Direct input of specific videos still possible without using an API key. Now detects more YouTube URL formats. eg. https://youtu.be/xxxxxxx etc. 2015-06-08 15:55:05 -07:00
Cameron
fba9816acd New resizeImage() method added to MediaManager class. Inline images now resized on-the-fly prior to emailing. Sitebutton auto-resized prior to emailing. 2015-05-13 13:34:52 -07:00
Cameron
f253d00560 TinyMce4 fixes. Video and Glyph plugins working again. Editor toggle button working. And embedded video thumbnail workaround added. 2015-04-02 02:49:19 -07:00
Cameron
7c602253be Youtube browser now supports searching by video and playlist ids. eg. video:_j0b9syAuIk 2015-03-31 14:48:07 -07:00
Cameron
027a74f5b0 Code cleanup 2015-02-15 02:37:36 -08:00
Cameron
25b96411e0 Fixes #651 - Media-Manager - Uploaded file does not display in selection. 2015-02-07 11:57:28 -08:00
Cameron
e2a72b40a9 Allow for a XUP-only login/signup situation when configured this way. 2015-01-23 21:10:30 -08:00
SecretR
c639426437 Improve MM import 2014-11-03 16:50:49 +02:00