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

2973 Commits

Author SHA1 Message Date
Cameron
dbd17a4fcb Fix for failing multi-language methods. 2015-07-06 14:05:27 -07:00
Cameron
9419e9e805 AdminUI: new $batchOptions array variable added for simple additions of generic batch functions. Use with handleListBatch() for processing what is posted. 2015-07-06 14:05:25 -07:00
Cameron
c98a403bf5 LAN Fixes and notice removal. 2015-07-02 14:15:17 -07:00
MikeyGMT
ea79550e83 Duplicate LANs Replaced with Common Phrases - Page & Menus
LANS found on PAGE and MENU replaced with common terms - plus other odd
instances of same terms.
2015-07-02 14:33:04 +01:00
MikeyGMT
142d31768c Replace Duplicate LANs : LAN_TITLE
Replace Duplicate LANs : LAN_TITLE
2015-07-02 13:43:22 +01:00
MikeyGMT
586c5307e3 Administrators (user_handler) - Use Common Lan Phrases where possible
Replace ADMSLANs with ADLAN or common phrased in lan_admin.php
Replace HTML with BB_CODE
Improved hover help prompts.
2015-07-02 03:54:52 +01:00
Cameron
cb212417a8 Fixes #1103 - html parser issue with table colspan. 2015-06-30 19:44:33 -07:00
Cameron
3dba34c62f Plugin: DB Table installation was failing on plugins with _menu in the folder name. 2015-06-30 10:34:38 -07:00
Cameron
872be15668 Prevent filtering of audio and video tags. 2015-06-28 16:31:02 -07:00
Cameron
f2116a5d24 Some LAN cleanup. Admin Area caption issue (on legacy plugins) corrected. 2015-06-26 20:24:53 -07:00
Cameron
ae20b9f703 Issue #1072 - Give subdomain priority over main domain when detecting language. 2015-06-25 18:22:47 -07:00
Cameron
b427af4f31 Fixes #1075, Fixes #441 - Forum permissions cache was stored incorrectly, causing incorrect permissions for some users. 2015-06-25 18:17:08 -07:00
Cameron
6b7e1c06c3 Merge pull request #1076 from tgtje/commit
LAN_DELETE and LAN_ERROR replacements.
2015-06-25 11:34:20 -07:00
leo
3bc8dbdf83 2015-06-25 16:05:23 +02:00
Cameron
d0c3147f5a Issue #1072 - Language selection by domain name. 2015-06-24 15:23:41 -07:00
Moc
70381959b6 Fixes #1011 - Rewritten example theme content message. Less scary :) 2015-06-23 10:45:09 +02:00
Cameron
9964def818 Parser fix and FAQ 'ask a question' permissions fix. 2015-06-19 09:52:29 -07:00
Cameron
7e4c26e458 Improved editing of e_url custom aliases in admin area. 2015-06-18 18:23:25 -07:00
Cameron
aba237d826 Form Handler pagination() now accepts text for simple 'back' buttons etc. 2015-06-17 20:17:00 -07:00
Cameron
1e174e2169 RSS validation fixes. 2015-06-17 11:26:48 -07:00
Cameron
9dd48a02a5 Fix for inline editing issue. 2015-06-17 00:03:10 -07:00
Cameron
b6a1d25c5e Support for e_url.php aliases added. (see faqs or rss_menu) 2015-06-16 15:14:39 -07:00
Cameron
a07dcdcb8f Removed unused np_class.php and added $frm->pagination() method for simple use of the nextprev shortcode, without having to parse {NEXTPREV} text. 2015-06-16 13:31:58 -07:00
Cameron
8a22d10325 Issue #1054 - Inline editing was not triggering beforeUpdate and afterUpdate methods. 2015-06-16 11:02:57 -07:00
Cameron
9c27f20290 Fix for xml class being unable to parse media: and opensearch: xml tags. 2015-06-16 01:09:27 -07:00
Cameron
c98f6a2fdf Added support for html5 'wrap' attribute on textarea form elements. Example added to FAQs 'ask a question'. 2015-06-15 22:20:30 -07:00
Cameron
e5c768a532 Corrected some of the confusion with news-preference labels. Option added to choose what displays in the news list page. $frm->checkboxes now renders field-help correctly. 2015-06-11 19:44:39 -07:00
Cameron
f91a6baa2b AdminUI: userclass default value may now be set using the userclass name. 2015-06-11 13:10:04 -07:00
Cameron
4414495b04 PHP Notice/Warning removal. 'field-help' containers may now be customized with: data-placement="[top|right|bottom|left]" 2015-06-11 12:29:19 -07:00
Cameron
6337d9410c Login-Menu Language File cleanup. 2015-06-11 09:40:56 -07:00
Cameron
49ab235ccb Fixed: Sitelink class was not being saved during plugin install. 2015-06-10 15:01:14 -07:00
Cameron
5e2729645a plugin.xml can now set the site-link icon if needed. 2015-06-10 14:22:59 -07:00
Cameron
ce6802f991 Fixes issue with subdomainUrl() method and SEF Urls. 2015-06-09 18:26:21 -07:00
Cameron
ff896c52a0 Inline editing of keywords enabled on admin newspost. Fixes empty space between tags in database (causing issues with 'related' SQL queries). 2015-06-09 15:46:45 -07:00
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
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
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
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