1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-01 11:12:35 +02:00

1702 Commits

Author SHA1 Message Date
Cameron
c0746113b6 Support for multiple images/video in news items. (experimental) 2014-01-31 06:33:01 -08:00
Cameron
cc07dac897 Basic support for news videos.
Add {NEWSVIDEO} to your news template to take advantage of it and {NEWSTHUMBNAIL} for a thumbnail image of the video. (or image) {NEWSIMAGE} will return nothing for videos, only for images.
2014-01-31 01:09:24 -08:00
Cameron
1d5e08197c News Carousel added and a method to check if a menu is loaded. (see e107_plugins/news/e_header.php ) 2014-01-30 10:14:13 -08:00
Cameron
1a03a883bd Improved database backup and added file-backup for non-core elements. 2014-01-25 15:56:20 -08:00
Cameron
02bf58c5c7 Styling fix on imagepicker(); 2014-01-24 12:52:26 -08:00
Cameron
2990f4d376 Fix Ping logging message. 2014-01-24 08:13:47 -08:00
Cameron
117685b448 Icon path fix 2014-01-24 03:13:52 -08:00
Cameron
07950a1af2 More media-manager bbcode fixes. 2014-01-23 17:23:38 -08:00
Cameron
d2d58451cf Fix for media-browser carousel issue. Fix for bbcode Youtube insert. Added [video] bbcode. 2014-01-23 15:56:53 -08:00
Cameron
bb76398ac1 Fixes #501 - restored delete_32.png and delete_16.png for Backward compatibility. Updated some scripts to use ADMIN_DELETE_ICON instead of the deprecated ADMIN_DELETE_ICON_PATH . 2014-01-23 04:38:48 -08:00
Cameron
375d1899ef Added new menu paths for banner_menu, poll_menu and online_menu in upgrade routine. 2014-01-22 07:33:31 -08:00
Cameron
99af352647 Corrected outdated icon paths 2014-01-22 06:10:44 -08:00
Cameron
3d04b8690a Renamed plugin 'user_menu' to 'user' 2014-01-22 00:04:50 -08:00
Cameron
56b7bdc42b Removed old icons. If you find broken image paths, please post an issue about it. 2014-01-21 06:40:46 -08:00
Cameron
edb2ec9249 Download search added and updated to v2 spec. 2014-01-21 05:16:05 -08:00
Cameron
bf952897ed More BC Fixes. Search, and News Category titles. 2014-01-20 10:21:44 -08:00
Cameron
6577f6d380 BC Fixes for download installation, sitelinks expanding menus, bbcode image sizes. 2014-01-20 06:20:58 -08:00
Cameron
8796039d08 Backward compatibility fixes. 2014-01-20 03:26:15 -08:00
Cameron
852bd59597 Deprecated file and folder cleanup 2014-01-19 03:55:07 -08:00
Cameron
81276f9994 System-Log: Added Icons for log types. 2014-01-18 06:55:20 -08:00
Cameron
3c0bef80ec Quick fix for PHP timezone warning. 2014-01-17 07:20:11 -08:00
Cameron
58d2aa8ad3 GUI Glyph fixes and Bbcode button styling fixes. 2014-01-17 06:49:55 -08:00
Cameron
325c3f3f60 Glyph styling fix 2014-01-16 02:56:10 -08:00
Cameron
4081d7936b Use Font-Awesome4 for all Glyphs. 2014-01-16 02:42:26 -08:00
Cameron
e323418ab2 Fix for Icon paths. 2014-01-15 04:02:05 -08:00
Cameron
c567fd265b Bootstrap3 styling fixes and some removal of deprecated save_prefs() usage. 2014-01-15 02:56:39 -08:00
Cameron
08e758e9b5 Removed debug code for new-ping service. 2014-01-12 08:23:29 -08:00
Cameron
1b7cf701e8 Corrected and tested news ping services feature. Now throws messages correctly to the admin , as well as logs correctly to both the e107_system/logs folder and the admin-log. 2014-01-12 08:06:29 -08:00
Cameron
4a9b4c1819 Correct some keyword fields with the 'tag' form element. 2014-01-12 08:05:12 -08:00
Cameron
3d78256104 BC fixes for admin-log detail rendering. 2014-01-12 05:34:48 -08:00
Cameron
1370a8fbec Added custom search placeholder to media-manager browser. Fix for glyph colors on light admin theme. 2014-01-11 08:39:22 -08:00
Cameron
11aeeb5de3 Search prefs now saved correctly. 2014-01-10 07:37:13 -08:00
Cameron
b859d1cf8d Admin Log function fixes. Preference saving details stored correctly. 2014-01-10 07:36:54 -08:00
Cameron
dc542c58d8 Media-Manager fixes and enhancements. Glyphs are now searchable. 2014-01-09 04:42:13 -08:00
Cameron
3688924e42 Media-Manager Youtube browser added. 2014-01-08 15:51:14 -08:00
Cameron
7f9326f1a1 New menu_icon field added. 2014-01-08 04:29:00 -08:00
Cameron
df997ab8ff Change Menu-Title length to 250 chars. 2014-01-07 08:19:18 -08:00
Cameron
d66a9f8d54 Minor GUI alignment fix 2014-01-01 18:58:54 -08:00
Cameron
977d87a57d Fix for missing plugin install/uninstall log info. 2014-01-01 18:38:02 -08:00
Cameron
95ad45c8f5 System-Log page updated to use admin-ui. 2014-01-01 17:39:14 -08:00
Cameron
2e7232aa9a Improved check for Bootstrap3 2013-12-24 02:24:14 -08:00
Cameron
332084d9c9 Add menu item of missing during page-menu update. BC fix for {e_IMAGE} path in [img] bbcode. 2013-12-23 03:56:25 -08:00
Cameron
7874cd1060 Issue #435 - start of Bootstrap 3 core support. Enable by adding the following to your theme.php file:
define("BOOTSTRAP", 3);
define("FONTAWESOME", 4); // optional

e107::js("url", "//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js");
e107::css('url', '//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css');
e107::css('url', "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css"); // optional
2013-12-17 11:12:42 -08:00
Cameron
6baeb189c5 Added Rebuild option for SEF Urls. 2013-11-22 20:46:45 -08:00
Cameron
698bcc4e7c Increase the width of some text fields in admin. 2013-11-22 17:18:20 -08:00
Cameron
6b1cc665ee Generate datepicker() locale automatically 2013-11-21 22:30:03 -08:00
Cameron
459ffe40de Language fix for datetimepicker() 2013-11-21 19:43:00 -08:00
Cameron
9ab74b665c Removed debug popup from menu-manager. 2013-11-21 19:42:12 -08:00
Cameron
baa025db95 Added message about DB charset config. 2013-11-18 16:53:52 -08:00
Cameron
282fa42a9b Fix for when the menu caption is missing during plugin building. 2013-11-08 22:38:09 -08:00