1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-20 06:24:42 +01:00

2305 Commits

Author SHA1 Message Date
leo
5d3802f05f hover messages for admin php page (new lan definition added) 2015-06-28 16:32:52 +02:00
Cameron
f2116a5d24 Some LAN cleanup. Admin Area caption issue (on legacy plugins) corrected. 2015-06-26 20:24:53 -07:00
leo
3bc8dbdf83 2015-06-25 16:05:23 +02:00
Cameron
fab4d18485 Fixed issue where inline editing of a news item could remove other data. 2015-06-22 09:33:38 -07:00
Veselin Totev
93d3a35153 Multi-language for Custom Pages 2015-06-19 11:26:01 +03:00
Cameron
7e4c26e458 Improved editing of e_url custom aliases in admin area. 2015-06-18 18:23:25 -07:00
Cameron
a484abea38 Fixes #1061, Fixes #802 - Avatar files now deleted from within media folder. 2015-06-18 01:17:26 -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
705e04dbda Fixes #1045 - Plugin Builder now functions correctly in generating admin_config.php for plugins which use only preferences (no plugin tables). 2015-06-15 23:27:36 -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
bad73792bf Plugin prefs were not being deleted by the preference editor. 2015-06-11 13:09:18 -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
9af51e21db Added extra exclusion to Plugin Language-File checker. 2015-06-11 09:49:21 -07:00
Cameron
6337d9410c Login-Menu Language File cleanup. 2015-06-11 09:40:56 -07:00
Cameron
83ae31c001 Revert of 'tools' commit. Method moved to external plugin. 2015-06-10 14:37:10 -07:00
Cameron
ca5611f31c Added some missing core plugins to the language verification/editor. 2015-06-09 18:05:25 -07:00
Cameron
33ed23e56d Removed link-name requirement, allowing for 'icon only' site-links. Added link-button column in default view. 2015-06-09 18:03:53 -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
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
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
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
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
a5f5264cf7 Added Github-Sync feature to Admin->databases when developer mode (or debug) is active. 2015-05-30 17:06:22 -07: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
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
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
3d5ea3b708 Merge pull request #1023 from lonalore/master
Issue #991: integrate selectize.js
2015-05-23 12:18:30 -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
d4d28ddcb1 Fix: Emails could be blank under some circumstances. 2015-05-21 23:05:27 -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
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
29e660fdea Moved some of the preferences into different areas. 2015-05-19 13:10:04 -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
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
Cameron
c6195cbf5a Allow age of user to be chosen before sending emails to unactivated users. 2015-05-16 19:45:59 -07:00
Cameron
c5d6bae3ad Signup Admin options moved to shortcode. Added maintenance page to Admin -> Users for resending emails to unactivated accounts. 2015-05-16 19:17:24 -07:00
Cameron
2b436ded30 Correct inline editing of userclasses in Admin -> Users and re-ordered userclasses in Admin -> Userclasses. autocomplete nowswitched off in usersettings.php 2015-05-15 13:07:26 -07:00
Cameron
fc4f9dc712 More work on User-ranks Admin-UI upgrade. (use debug to test) 2015-05-14 21:13:14 -07:00
Cameron
08c2e5753f Admin-UI: Users -> Ranks updated - currently experimental. Enable debug to test. 2015-05-14 12:40:25 -07:00
Cameron
d9e52ae0d1 Fix: Userclass filtering was failing in admin -> users. 2015-05-14 09:57:31 -07:00