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

201 Commits

Author SHA1 Message Date
Cameron
f6ca9f8883 Newsfeeds: Fixes #1495. Admin-area rewrite using admin-ui. Newsfeed class is now compatible with PHP7. 2016-04-20 17:25:32 -07:00
Cameron
04f7244f63 Fix for prefs emailing method label. 2016-04-14 14:59:32 -07:00
Cameron
85d144cb8e Send SMTP port number in test email. 2016-04-08 09:34:08 -07:00
Cameron
44d682965c PHPMailer updated to v5.2.13. Cleaned up SMTP options in the admin area. 2016-04-08 09:01:10 -07:00
Cameron
0b27b3d760 Membersonly enhancement.(option to redirect to login page or membersonly splash page). User Login page minor HTML cleanup. PHP Notice removal. 2016-03-22 11:42:05 -07:00
Cameron
69417752b1 Fixes #1345 - Confusion over js cache. Use debug mode to enable if still required for some reason. 2016-02-09 18:17:41 -08:00
Cameron
796f5fa95c Header location cleanup. From now, please use e107::redirect(); to redirect to the home page, or e107::redirect('admin'); to redirect to the admin start page or e107::redirect($url); 2016-01-13 19:18:12 -08:00
tgtje
9b08a4d991 text to LAN issue #6 2015-11-01 15:44:42 +01:00
Cameron
e7a17e5cbf Admin->Prefs : Corrected list of available timezones. 2015-08-26 13:35:37 -07:00
Cameron
d3fbef7840 Issue #1114, Fixes #1041 - Mail validation issues. Removed problematic remote-server email-check feature. 2015-08-21 12:53:09 -07:00
Cameron
ec5db40d67 Contact form is now more flexible, allowing for custom fields in the template and customization of the email subject. 2015-08-17 11:22:24 -07:00
Cameron
5b9221cc28 Issue #1138 - Layout fix for theme manager. 2015-07-17 17:55:48 -07:00
Cameron
dbd25a74ca Issue #1138 - Dark style re-created from scratch. 2015-07-14 18:24:46 -07:00
Cameron
d16c33d218 Some userclass groups were missing from previous commit. 2015-05-31 12:57:56 -07:00
Cameron
1f8092d9c7 Contact page visibility preference added. eg. Limit the contact form to members or a userclass if required. 2015-05-31 12:50:16 -07:00
Cameron
b3b1da47a7 Removed some confusion concerning the 'cookie_name' (which is also used when 'sessions' are used). 2015-05-23 13:50:40 -07:00
Cameron
29e660fdea Moved some of the preferences into different areas. 2015-05-19 13:10:04 -07:00
Cameron
08c2e5753f Admin-UI: Users -> Ranks updated - currently experimental. Enable debug to test. 2015-05-14 12:40:25 -07:00
Cameron
b1ba628bfa Automated passwords option during signup/registration. 2015-05-12 20:15:05 -07:00
Lóna Lore
9d4e934877 Issue #6: Remove and optimize (hardcoded) LANS 2015-05-02 16:27:01 +02:00
Cameron
2c4b2998ee Issue #895 - Sitedisclaimer value was being corrupted when re-loaded into form. 2015-04-14 01:30:38 -07:00
Cameron
bcfe20dd2b Allow admin to set a failed-login attempt limit before auto-banning occurs. 2015-04-12 22:34:44 -07:00
Cameron
d543ab71ff Moved all social prefs (login/xurls etc) into the "Social" plugin admin area. Extended admin-ui with renderHelp() method for adding a help panel from within the admin-ui. 2015-04-08 20:20:10 -07:00
Cameron
15398155b2 Issue #382 SMTP setting were being saved in wrong format. 2015-03-13 13:57:09 -07:00
Cameron
ce5137fc6e Fixes #898 - Incorrect path to admin area. 2015-02-19 16:54:43 -08:00
Cameron
d24462d5f7 Fixes #382 - SMTP settings not saving. 2015-02-13 18:55:57 -08:00
Cameron
00696d92d3 Added filetypes.xml info in Admin-> Preferences -> File Uploads to remove confusion with file upload limits. Theme upload should be working correctly now. 2015-02-10 23:13:53 -08:00
Cameron
fbb0b63ae9 replaced calls to deprecated plugInstalled() with e107::isInstalled() 2015-02-07 13:38:29 -08:00
Cameron
b7cb8fe75d Fixes #197 , Issue #831 - Social logins. 2015-02-05 16:24:54 -08:00
Cameron
04f92e5335 hybridAuth debugging improvements. 2015-01-24 02:22:00 -08:00
Cameron
e2a72b40a9 Allow for a XUP-only login/signup situation when configured this way. 2015-01-23 21:10:30 -08:00
Cameron
96e94d7a9a Github added to social logins. 2015-01-23 15:52:48 -08:00
Cameron
e44d83ca65 First commit of standardized email template. 2014-08-15 21:18:15 -07:00
Cameron
791944d394 Fix for missing media-manager category when uploading images for the Site Link Icon or Site Logo. 2014-02-18 10:44:42 -08:00
Cameron
3c0bef80ec Quick fix for PHP timezone warning. 2014-01-17 07:20:11 -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
a7bf90dc03 Added XURLs for Vimeo and Pinterest 2013-11-04 18:36:49 -08:00
Moc
561610a324 #275 - Added more labels to pref, improving accessibility (more to do) 2013-07-25 22:12:41 +02:00
Moc
2844db89a7 #275 - Added more labels to pref, improving accessibility (more to do) 2013-07-10 00:51:51 +02:00
Moc
19d2834ee4 #275 - Added labels to prefs to improve accessibility (more to do) 2013-07-08 11:27:44 +02:00
SecretR
681c7633e5 Issue #211: Click drop down in prefences triggers submit? 2013-05-05 20:27:16 +03:00
Moc
2db0b73da2 Removing inactive pref admin_slidedown_subs 2013-05-04 00:13:50 +02:00
Cameron
58305892cf Instagram and Flickr added to XURLs supported. 2013-05-01 01:50:41 -07:00
Cameron
063bf2b200 $frm->selectbox() renamed to $frm->select(); for consistency. 2013-04-25 17:29:46 -07:00
Cameron
2267f9f5a4 Prefs page default view working again. 2013-04-17 15:39:35 -07:00
SecretR
c39333a6b2 Tabs and JS plugin navigation (e.g. Preferences page) remember now the last active tab 2013-04-06 19:41:10 +03:00
Moc
4c1ebb8e04 Getting rid of $frm->label in prefs 2013-03-27 20:28:55 +01:00
Cameron
ec633d2fc2 bootstrap $frm->radio fixes. $frm->label() and $frm-radio_multi() should not be used. 2013-03-24 18:12:00 -07:00
Moc
dc1d867aff #6 - LAN clean-up (HTML removal, double quotes, generic) - done upto/i admin/lan_p 2013-03-24 19:44:14 +01:00
Cameron
10f72f2d1c Issue #142 fixes - requires testing. 2013-03-23 22:04:50 -07:00