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

917 Commits

Author SHA1 Message Date
Cameron
10d3c70e34 Issue #1138 - PHPInfo page fixes. 2015-07-16 14:02:32 -07:00
Cameron
a26de7bc84 Issue #1138 - Bootstrap3 UI fixes. 2015-07-15 19:33:15 -07:00
Cameron
35f225aa79 Issue #1138 - Bootstrap UI fixes. 2015-07-15 13:48:19 -07:00
Cameron
dbd25a74ca Issue #1138 - Dark style re-created from scratch. 2015-07-14 18:24:46 -07:00
Cameron
e5015c5999 Issue #1138 - AdminUI fixes between bootstrap versions. 2015-07-14 11:45:34 -07:00
Cameron
4bbf1d7262 AdminUI: tdClassLeft, tdClassRight, and trClass added to writeParms. http://e107.org/developer-manual/plugin-basics/admin-ui 2015-07-13 12:14:28 -07:00
Cameron
e6ef1483da Issue #6 Language File Optimization. 2015-07-08 14:52:16 -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
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
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
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
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
96efcf2856 Minor styling fix 2015-06-05 14:51:15 -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
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