1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-15 20:15:24 +01:00

1678 Commits

Author SHA1 Message Date
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
Cameron
2f50b43529 Added remote-url import to Media-Manager dialog 2013-11-06 16:36:48 -08:00
Cameron
4f470bde4c Added import from URL to Media-Manager. 2013-11-06 16:07:58 -08:00
Cameron
6725cb4ffe admin perms fix for language area. 2013-11-05 22:22:47 -08:00
Cameron
a7bf90dc03 Added XURLs for Vimeo and Pinterest 2013-11-04 18:36:49 -08:00
SecretR
1789f429e6 Page admin - automated URL SEF string typo 2013-11-04 13:07:26 +02:00
Cameron
166043720c New pref added for news-listing pages. ie. news.php?all , news.php?cat.x and news.php?tag=xxx 2013-11-03 18:29:53 -08:00
Cameron
d318fee88f Fix for admin language-page perms. 2013-11-02 02:21:37 -07:00
Cameron
f1ad895101 Fix for filepicker() not displaying the chosen file after selection. 2013-11-01 19:00:27 -07:00
Cameron
2474d63586 Remove alert on first admin view after upgrade. 2013-10-31 17:51:12 -07:00
Cameron
433a1c65e3 Fix for admin language-pack area perms. 2013-10-30 13:55:19 -07:00
Cameron
1b3e70f8fd More language-file cleanup (sprintf removal) 2013-10-29 18:41:02 -07:00
Cameron
cb29941bda Feature-box image-category fix and language-redirect fix. 2013-10-28 22:20:29 -07:00
Cameron
af6174bf02 Added support for sitelink function parms. Added sitelink functions for Page books and book-chapters. 2013-10-28 21:30:24 -07:00
Cameron
02bc1e64a0 Prevent duplicate check on chapter update 2013-10-28 21:28:21 -07:00
Cameron
27a6e3c740 Auto-generate SEF Urls for Pages and Chapters when fields left empty 2013-10-28 19:40:07 -07:00
Cameron
bdf3fdef13 Fixed - admin language perms were not being checked. 2013-10-28 12:57:27 -07:00
Cameron
f8987b6cc2 Simplified Quick-Add-User success message. 2013-10-28 12:56:19 -07:00
Cameron
047bfeb48e Increased size of Page-title element to match that of News-title. 2013-10-28 11:52:54 -07:00
Cameron
0ea8117186 Ignore core prefs table during charset conversion. 2013-10-27 22:37:34 -07:00
Cameron
d87d01174d Language-Pack verification routines updated with code from e107 v1.x. Requires testing. v1->v2 LAN conflicts corrected. 2013-10-27 21:28:40 -07:00
Cameron
9e6350cdbe CAPTCHA on admin login page css styling 2013-09-17 10:07:59 -07:00
Cameron
7678f3fecc Issue #439 CAPTCHA was difficult to read on some backgrounds. Added support for constant e_CAPTCHA_FONTCOLOR (use hex color) which may be used in theme.php 2013-09-16 14:13:38 -07:00
Cameron
5c7da64ea8 Replaced admin Twitter feed with blog feed. Added Total Users online count to tab description. 2013-09-11 11:08:50 -07:00
SecretR
3ad911ef2b Fixes #418 and various inline edit issues 2013-08-31 16:42:23 +03:00