1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 19:44:09 +02:00

951 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
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
a5f5264cf7 Added Github-Sync feature to Admin->databases when developer mode (or debug) is active. 2015-05-30 17:06:22 -07:00
Lóna Lore
1af1cdbefd Issue #991: integrate selectize.js 2015-05-23 14:49:44 +02:00
Cameron
29e660fdea Moved some of the preferences into different areas. 2015-05-19 13:10:04 -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
b1ba628bfa Automated passwords option during signup/registration. 2015-05-12 20:15:05 -07:00
Cameron
a708211cb3 Userclass fixes. Now clears userclass cache after changes in admin are made. 2015-05-12 13:53:47 -07:00
Cameron
36fb58192a Fixes #968 - Bootstrap classes applied to legacy form handler. 2015-04-24 00:21:11 -07:00
Cameron
821922c31a Fixes #974 - user extended fields were not using correct form element in admin area. 2015-04-24 00:13:09 -07:00
Cameron
dbae51c604 Fixes #976 - Submit news status now updates after being approved. Form-handler 'hidden fields' type now correctly rendered with the form. 2015-04-23 10:55:25 -07:00
Cameron
4a4e2447a1 Fixes #905 and other PHP notices. 2015-04-17 11:46:47 -07:00
Cameron
01463a6759 Improved user-profile viewing in admin. 2015-04-15 15:34:58 -07:00
Cameron
3102a6cb07 Fix for admin-log of Admin-UI DB-inserts and fix for default userclass value in form element. 2015-04-14 11:59:46 -07:00
Cameron
0b33ad7a26 New forum admin interface. Forum reporting front-end cleaned up. 2015-04-13 19:38:25 -07:00
Cameron
1708e535a6 Added button to enter current IP while whitelisting. 2015-04-13 00:55:50 -07:00
Cameron
a2fdd27d7b Added new failed-login-limit pref to default install. Some minor language-file cleanup. 2015-04-12 23:11:13 -07:00
Cameron
bcfe20dd2b Allow admin to set a failed-login attempt limit before auto-banning occurs. 2015-04-12 22:34:44 -07:00
Cameron
c7675f616a Fix for legacy rss feed url and news post 'visibility' form element. 2015-04-12 18:45:48 -07:00
Cameron
72a112fb4b Fixes #914 - Long userclass list wasn't editable when using inline editing. 2015-04-09 11:11:35 -07:00
Cameron
d128b52576 New Addon: e_admin.php - extends the admin area fields and processing. Replacement for the old e_hook and e_event addons which were doing the same, but were not compatible with the v2.x admin-ui. 2015-04-07 19:49:11 -07:00
Cameron
a69794bd56 Admin-UI: Disabled browser autocomplete (was messing up user passwords if editing their record) 2015-04-06 17:27:11 -07:00
Cameron
cba7be2a46 Fixes #951 - Chatbox and emote issues. 2015-04-05 09:27:57 -07:00
Cameron
cbdd93d95b Upgraded linkwords admin area to v2.x specifications. 2015-04-04 18:58:43 -07:00
Cameron
619b40b2e3 Improved e_CURRENT_PLUGIN detection when using SEF-URLs and other minor path fixes. 2015-04-03 18:42:27 -07:00
Cameron
7c602253be Youtube browser now supports searching by video and playlist ids. eg. video:_j0b9syAuIk 2015-03-31 14:48:07 -07:00
Cameron
20f2b552da Allow Sitelinks to be switched between auto-generated SEF Urls and regular URLs. Requires link_owner (plugin directory) field value with corresponding e_url.php configuration. 2015-03-31 10:21:50 -07:00
Cameron
cf720cb1ca Admin-UI: Fix for writeParms filter/batch while using 'optArray' 2015-03-30 17:13:09 -07:00
Cameron
4c68127618 Fix for broken Admin-ui field columns when NULL values under some circumstances. 2015-03-01 22:02:02 -08:00
Cameron
2b35a583d4 Admin->Userclasses now using the Admin-UI. Admin-UI now supports non-incrementing primary fields being set manually using a hidden form field. Form handler for userclass with checkboxes now working correctly. 2015-03-01 12:43:02 -08:00
Cameron
bd4372066f Issue #619 - Media Manager icons. 2015-02-22 17:20:11 -08:00
Cameron
45ca6af482 Added 'active' class to checked checkboxes. 2015-02-22 16:33:48 -08:00
Cameron
027a74f5b0 Code cleanup 2015-02-15 02:37:36 -08:00
Cameron
e576370e57 Remove some references to deprecated functions/methods. 2015-02-14 23:34:15 -08:00
Cameron
6e598c9430 Admin-UI: Make sure data is returned as an array when stored as one. Attention: @SecretR 2015-02-14 12:22:07 -08:00
Cameron
95c6103ecd Generic $frm->userclass() method added. 2015-02-13 02:35:02 -08:00
Cameron
540922d25c Fixes #881 - Signup permission check issue. Corrected signup-text styling and signature styling. 2015-02-10 19:47:45 -08:00
Cameron
8b9bfd3725 New event trigger names. See http://e107.org/developer-manual/classes-and-methods#events 2015-02-09 12:57:42 -08:00
Cameron
4126186794 Admin-UI: readParms on type='image' now supports examples such as thumb=1&w=200&h=300 or thumb=200x300 2015-02-07 22:21:42 -08:00
Cameron
572d66e77a Fixed password-protected pages. 2015-02-07 01:45:36 -08:00
Cameron
531047c134 Fixes #660 - comments preferences had reverse behavior. 2015-02-06 11:26:22 -08:00
Cameron
ecce5b978c Admin-UI: Column-selector styling fixes. 2015-02-05 11:54:59 -08:00
Cameron
d437765a22 Plugin install tweaks and layout fixes. 2015-02-04 04:01:08 -08:00
Cameron
ee1623e747 Html5 validation fixes. Admin SiteLinks for admin-ui now using $frm->url(); for URLs. 2015-02-01 17:28:38 -08:00
Cameron
86c1bd3353 Removed TinyMce from every page load. e_footer.php introduced and e107::wysiwyg() toggle method. 2015-01-29 11:26:56 -08:00
Cameron
489a9cb49c Replaced deprecated get_user_data() with e107::user() 2015-01-26 18:03:14 -08:00
Cameron
8c7e7f77de Admin-UI: Improved styling options for inline editing on boolean elements. 2015-01-20 20:57:20 -08:00
Cameron
02855a384f Admin-UI: Removed PHP warnings while using inline editing. 2015-01-16 17:28:37 -08:00
Cameron
3237417b85 Display chapter breadcrumb in default page template when appropriate. 2015-01-10 16:13:32 -08:00
Cameron
72e05b933c Admin-UI Notice removal and option to set default for form elements. (writeParms="default=xxx") 2015-01-05 14:05:53 -08:00