1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-28 10:20:45 +02:00
Commit Graph

7019 Commits

Author SHA1 Message Date
Cameron
6be9ee6504 Fixes #935: YouTube browser upgraded to use YouTube API v3. An API key is now required for keyword, playlist or channel search. Direct input of specific videos still possible without using an API key. Now detects more YouTube URL formats. eg. https://youtu.be/xxxxxxx etc. 2015-06-08 15:55:05 -07:00
Cameron
0d3a6f6f4c FAQs language fixes for frontend. 2015-06-08 00:45:21 -07:00
Cameron
8b49ee7ba6 News tags/keyword are now included in the twitter share link. 2015-06-08 00:12:19 -07:00
Cameron
0c9350a3cc X-editable upgraded to v1.5.1. e-expandit class now uses slideToggle() jquery method. AdminUI: tag fields can now be edited inline even if empty. 2015-06-07 20:28:00 -07:00
Cameron
b90e0abcd9 FAQ tags are now included in the twitter share url. 2015-06-07 19:45:19 -07:00
Cameron
f90e09114a Encoding fixes. FAQ title/description and social 'email' share body. 2015-06-07 18:47:51 -07:00
Cameron
f89ff13572 toText() method now strips HTML correctly. 2015-06-07 18:16:06 -07:00
Cameron
590df058b3 FAQs enhancements and fixes. FAQ search menu added. 2015-06-07 18:15:23 -07:00
Cameron
12ec43161b AdminUI: access for create/edit/delete expanded to allow userclass options. Fine-grained access control example added to FAQs. 2015-06-06 14:25:40 -07:00
Cameron
e75498fa5d FAQs now triggers events on create/update/delete. AdminUI: Removed unnecessary data from default event trigger. 2015-06-06 13:17:58 -07:00
Cameron
143784974d Hides empty admin-navigation menu categories when access has not been granted to these areas. 2015-06-06 02:33:23 -07:00
Cameron
34ac81c019 AdminUI: Improved permissions control. Additional Admin -> News access options added. (not finalized) 2015-06-05 22:00:25 -07:00
Cameron
c468b64166 Multi-language fix for facebook comments. 2015-06-05 17:12:49 -07:00
Cameron
17429186ee Fix for an error which could occur for prefs being updated to multi-language. 2015-06-05 16:27:52 -07:00
Cameron
756539ef98 AdminUI: Added multi-language indicator to create/edit form also. 2015-06-05 15:36:21 -07:00
Cameron
96efcf2856 Minor styling fix 2015-06-05 14:51:15 -07:00
Cameron
3789d15e3f Improved styling of the current table in use (when multi-language is enabled) 2015-06-05 13:23:08 -07:00
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