1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

7152 Commits

Author SHA1 Message Date
Cameron
f58466e239 Fix for admin language using core language file. New Admin-UI option to save specific preferences as a multi-language array. Use: 'multilan'=>true in $prefs array. Example: protected $prefs = array('myplugin_title' => array('title'=> 'Title', 'type'=>'text', 'data' => 'str', 'multilan'=>true)); 2015-06-05 12:25:32 -07:00
Cameron
e434697590 Multilanguage fixes and sitelink tools update. 2015-06-04 17:01:27 -07:00
Cameron
7cfcd1fd23 Experimental JS and CSS caching for improved performance. Currently disabled by default. 2015-06-03 15:44:07 -07:00
Cameron
f938cc320f Fix for Menu-Manager visibility setting not saving. Fixes e107::getForm()->userclass() method not functioning as intended. 2015-06-02 14:25:39 -07:00
Cameron
879174ea03 Removed debug from FB menu and now uses facebook page if defined, otherwise it uses SITEURL. 2015-06-02 13:42:52 -07:00
Cameron
efe6f27c46 Added Facebook Like Menu and corrected some FB.init issues. 2015-06-02 13:17:52 -07:00
Cameron
4eb9f7884f Upgraded JS Library (prettyPhoto) in the gallery plugin. 2015-06-01 14:54:52 -07:00
Cameron
4acc233570 Fixes some spam-filter issues with emails coming via the contact form. 2015-05-31 15:32:47 -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
a7cc11f5ee Removed globals from meta-tag method in header. 2015-05-31 09:25:59 -07:00
Cameron
a5f5264cf7 Added Github-Sync feature to Admin->databases when developer mode (or debug) is active. 2015-05-30 17:06:22 -07:00
Cameron
6efbb4ab33 FAQ fixes/enhancements 2015-05-29 17:14:09 -07:00
Cameron
51c7c67947 FAQ improvements. 2015-05-28 09:48:44 -07:00
Tijn Kuyper
53565870ba Fixes #1024 - Removed empty line after closing tags
caused an error when scanning plugin directories for addon changes
2015-05-26 23:30:13 +02:00
Cameron
7eced6f63e Fixes #1029 - Added a warning for identical string values during language-file verification/translation. 2015-05-26 13:08:09 -07:00
Cameron
8d5e106fd6 Issue #1026 - Added redirection debug info. Redirection after 'Update reply' corrected. 2015-05-26 12:25:12 -07:00
Cameron
240d509fd0 Fixes #1028 - Forum reporting failing. Reporting now uses 'Notify' settings. Jump to Previous and Next forums working again. Jump to other forums working. Header redirection has been minimized for improved performance. 2015-05-26 12:00:43 -07:00
Cameron
3d703ebb76 e_DEVELOPER constant added. (developer mode active). DKIM and Multi-site install set to developer-mode only. 2015-05-25 14:35:15 -07:00
Cameron
219c68e5ed Bouncing email notifications added on login. DKIM support added for outgoing mail. PHP Mailer upgraded to v5.2.8 2015-05-25 13:37:17 -07:00
Cameron
0557e770eb Removed debug info. 2015-05-24 12:12:24 -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
cfcce0ed03 Load Gallery Plugin Javascript and CSS only when needed. 2015-05-23 13:09:44 -07:00
Cameron
88c343a793 Issue #1022 : Blank admin on fresh install. 2015-05-23 12:28:24 -07:00
Cameron
3d5ea3b708 Merge pull request #1023 from lonalore/master
Issue #991: integrate selectize.js
2015-05-23 12:18:30 -07:00
Cameron
05083699e4 Issue #991 : Added support for CSS files in the footer of the <body>. Tested in FF successfully, more testing required. 2015-05-23 12:02:14 -07:00
Cameron
999c3d1ded Language-pack editor: styling fix. 2015-05-23 11:15:10 -07:00
Lóna Lore
1af1cdbefd Issue #991: integrate selectize.js 2015-05-23 14:49:44 +02:00
Cameron
03ab8b867e Issue #1015 - Possible forum edit/view access cache issue corrected. New-Topic and Post-Reply buttons now use the new SEF urls. 2015-05-22 15:37:46 -07:00
Cameron
392acf19bf Fixes #615 - Broken forum upgrade when tables are empty. 2015-05-22 11:09:46 -07:00
Cameron
d4d28ddcb1 Fix: Emails could be blank under some circumstances. 2015-05-21 23:05:27 -07:00
Cameron
de3f80f9ab Fix for toEmail() method encoding of quotes. 2015-05-21 21:49:32 -07:00
Cameron
02e0f7c548 Fixes #960 - Javascript alert issue. 2015-05-21 19:39:00 -07:00
Cameron
bc48a7efa5 Unusual default user_class behavior. Extra checks added. 2015-05-21 19:19:36 -07:00
Cameron
00bb2e2481 Issue #1006 - Fix for previous commit breaking news SEF Urls (and possibly others) 2015-05-21 19:18:47 -07:00
Cameron
37cb23c674 Fix for resending a single re-activation email when password-input is disabled during signup (ie. auto-generated) 2015-05-21 16:53:10 -07:00
Cameron
d5af6beb9f Fix for status coloring on registered users. 2015-05-21 15:53:20 -07:00
Cameron
dd08c0f078 Fixes altBody mailing issue. 2015-05-21 15:51:37 -07:00
Cameron
e28997f420 Fixes for user audit log and rolling log. Removed some debug information from logs. Corrected bounce-handler line-ending encoding (could cause the following PHP error "Error in argument 1, char 3: option not found ") 2015-05-21 12:37:44 -07:00
Cameron
97ac03e9aa Added a status for pending mailshots. 2015-05-21 09:58:08 -07:00
Cameron
17b60d0bd5 Fixes #1006 - Fix for menus, shortcodes etc using e_SELF and e_QUERY while SEF URLS active. 2015-05-20 11:45:52 -07:00
Cameron
715d99f48c Fixes #965 - Fatal error on Social plugin. 2015-05-20 11:20:22 -07:00
Cameron
29e660fdea Moved some of the preferences into different areas. 2015-05-19 13:10:04 -07:00
Cameron
9d30d18361 After signup fix. 2015-05-18 12:01:42 -07:00
Cameron
0a8e57863e Fixes for resend activation email. (frontend). Resend to all (backend). Fixes broken link to "resend activation" in login error messages. 2015-05-18 11:49:32 -07:00
Cameron
f7eadfd588 Fix: SITEURL was broken in CLI mode. 2015-05-17 12:26:53 -07:00
Cameron
bf2aa9b568 Fixes for {SITEURL} when using crons. 2015-05-17 02:01:25 -07:00
Cameron
686c7187ff Fix for signup template constants under CLI (scheduled task) 2015-05-16 23:59:43 -07:00
Cameron
bb69e95346 Fix for resend Activation. 2015-05-16 20:04:32 -07:00
Cameron
a2c9659cb1 Added 12 hour option for email resendActivation. 2015-05-16 19:48:13 -07:00