1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-31 04:07:55 +01:00

226 Commits

Author SHA1 Message Date
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
Cameron
bf59a0e840 Added XURL_GITHUB to preferences. 2013-03-22 22:06:12 -07:00
Cameron
70ff50b0a0 CATPCHA can now be enabled on the admin login and user-login pages separately. 2013-03-21 23:06:46 -07:00
Moc
c1e47084da Comment manager - LAN FIX (needs checking, see fixme reverse) 2013-03-18 14:21:10 +01:00
Cameron
33e7300b32 GUI fixes and theme-handler warning removal. 2013-03-15 05:28:27 -07:00
Cameron
14044fc25a XURL definitions added for facebook, twitter etc. 2013-03-11 02:43:19 -07:00
Cameron
959d5064e9 Social Links added - work in progress. 2013-03-10 04:43:21 -07:00
Cameron
177d705509 Minor gui fixes. 2013-03-08 21:48:49 -08:00
Tijn Kuyper
6f7e8d26d7 More $emessage -> $mes and code clean-up 2013-02-26 16:36:25 +01:00
Cameron
a2ea0f7a83 Changed Tabs code to bootstrap instead of jquery-ui 2013-02-25 02:47:23 -08:00
Cameron
d7b0dcc755 Various <select> css fixes. 2013-02-23 03:15:13 -08:00
Cameron
94d74f4797 Removed 'chosen' js package, added 'multiselect' and 'select' packages. 2013-02-20 17:48:18 -08:00
Cameron
76504b6be7 Allow Html in field-help tooltips. Related to Issue #110. Removed HTML from language file and replaced with bbcode. 2013-02-19 14:45:22 -08:00
SteveD
4e6924e3a5 Get CHAP login working again. Plus a bit of tidying up. 2012-12-20 22:51:38 +00:00
SecretR
3eac0c794f Administration settings - social tab key/secret placeholders fix 2012-12-18 13:08:46 +02:00
Cameron
d404081ce6 Notice removal 2012-12-15 18:06:55 -08:00
Cameron
2822965abc More expandit used in admin->prefs. 2012-12-10 20:59:16 -08:00
Cameron
6e9ccdb59e expandit added to some admin->pref elements. 2012-12-10 17:38:52 -08:00
Cameron
734b8d969c Admin Preferences GUI Improvements and addition of basic mail prefs. 2012-12-10 16:01:44 -08:00
Tijn Kuyper
5290bb8ea4 More notice removal 2012-12-08 13:52:05 +01:00
Cameron
d20af73bc5 Introduction of e_navigation class to handle all links site-wide. Large-scale cleanup of global admin links, plugin links etc. 2012-12-03 01:40:47 -08:00
Cameron
744e15367e Minor notice change. 2012-12-02 02:57:09 -08:00
Cameron
93aca4d8e1 More bootstrap changes. 2012-11-26 18:42:11 -08:00
Cameron
d892fb0a85 Admin GUI refinements 2012-11-26 14:41:32 -08:00
CaMer0n
f0d232a639 e-spinner and $frm->number() function added. 2012-11-01 00:34:38 +00:00
CaMer0n
bf450949db Added social-app key-registration links to admin -> prefs. Fixed 'hide email' signup option. Added rel=external link option to jquery lib. 2012-08-02 21:29:36 +00:00