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

160 Commits

Author SHA1 Message Date
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
d9e52ae0d1 Fix: Userclass filtering was failing in admin -> users. 2015-05-14 09:57:31 -07:00
Cameron
70e810eb68 New $sql method max() and Admin-UI auto-incrementing on order fields during record creation. 2015-04-15 12:27:31 -07:00
Cameron
1df3d1a2b0 HTML5 validation fixes. 2015-04-09 01:39:37 -07:00
Cameron
d543ab71ff Moved all social prefs (login/xurls etc) into the "Social" plugin admin area. Extended admin-ui with renderHelp() method for adding a help panel from within the admin-ui. 2015-04-08 20:20:10 -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
6661eb28de Improved parent/child drag-n-drop sorting on custom-pages and forum. 2015-04-03 21:19:43 -07:00
Cameron
ad630574ad Updated default menu table items. Bootstrap3 default menus added back. (replacing hard-coded ones) 2015-04-03 13:10:46 -07:00
Cameron
daedd65214 More corrections to ajaxSorting. 2015-04-02 13:57:37 -07:00
Cameron
26877d1aaa Added backticks to query. 2015-04-02 12:58:14 -07:00
Cameron
52494a4f00 Admin-UI: Drag-n-drop sorting correction. 2015-04-02 12:55:26 -07:00
Cameron
1740161a49 Corrected drag-n-drop sorting. Now increments correctly. 2015-04-02 12:33:15 -07:00
Cameron
828d77fbdb Admin-UI: Only include IP search-filter when it's an IP. 2015-03-31 06:27:16 -07:00
Cameron
cf720cb1ca Admin-UI: Fix for writeParms filter/batch while using 'optArray' 2015-03-30 17:13:09 -07:00
Cameron
b8bbbd3390 Issue #600, Issue #823 - Now able to search an existing ban by full IP address in IP4 format. Ban files now regenerated after each change in admin area. 2015-03-09 20:19:06 -07:00
Cameron
7dbd07d5fe Fixes #416 Total comment count on news items now synchronizes after comments are moderated. Pending or blocked comments are no longer counted towards the total. 2015-03-09 18:45:04 -07: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
d7f603ae8b Fixes #713, Fixes #897 - MySQL Strict Mode fixes. 2015-02-20 11:03:14 -08:00
Cameron
dab64ca165 New event trigger names reworked. Replaced all '-' with '_' for compatibility with e_notify. 2015-02-12 16:52:30 -08:00
Cameron
cbf69d46c7 Support for admin-xxxx-created, admin-xxxx-updated and admin-xxxx-deleted Events. 2015-02-09 14:15:25 -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
00a516b0d3 Support for admin-ui event triggers. Plugin-builder example added. 2015-02-09 01:05:33 -08:00
Cameron
f8d11e1e46 Admin-UI styling 2015-02-06 00:16:01 -08:00
Cameron
486cd1d10f Added extra debug info for Admin-UI search query. 2015-02-03 14:55:20 -08:00
Cameron
7cf55a9d9c Fixes #853 - Admin-UI custom queries 2015-02-02 11:59:17 -08:00
Cameron
af5c0b2ead Fixes #851 - Admin-UI - when the listQry doesn't contain backticks around table names. 2015-02-01 18:45:33 -08:00
Cameron
169ba435d5 Admin-UI: Enhancement - a search filter value of _ISEMPTY_ will now return rows with empty values for that particular field. 2015-01-21 12:00:32 -08:00
Cameron
25c43e84b2 Admin-UI: Added record total to list view. 2015-01-19 12:04:21 -08:00
Cameron
dfa8ed4a8a Added record number to page title when editing records. 2014-12-10 17:30:01 -08:00
Cameron
d9caa009d4 Admin-UI: Added inline editing option for type=language 2014-11-19 13:03:30 -08:00
Cameron
1734880bbb Corrected missing mail handlers preference. Added Debug-active warning. Enabling e_DEBUG in e107_config.php will now enable debug in the mailout class. 2014-11-15 13:29:37 -08:00
Cameron
ba469052ef Added missing page title to admin-ui when custom page method in use. 2014-10-24 13:14:51 -07:00
Cameron
3f78a8be2d Added checkboxes form element. 2014-10-23 18:55:37 -07:00
Cameron
28db46022b Issue #684 Disabled drop-down restyling due to validation alert issues. 2014-10-16 17:31:38 -07:00
Cameron
3ca4734a18 Support for admin-ui multiple images in a single field.
Usage: 'type' => 'images', 'data' => 'array'
2014-08-18 05:22:51 -07:00
Cameron
b69f770317 Admin-ui to support multiple images. (a work in progress) 2014-05-28 22:36:53 -07:00
Cameron
1ff3313671 More flexible filter with method in admin-ui 2014-05-12 16:40:40 -07:00
SecretR
737fc995c0 Admin routine copy callback 2014-02-26 16:56:17 +02:00
Cameron
58d2aa8ad3 GUI Glyph fixes and Bbcode button styling fixes. 2014-01-17 06:49:55 -08:00
Cameron
977d87a57d Fix for missing plugin install/uninstall log info. 2014-01-01 18:38:02 -08:00
Cameron
195baaf84d Admin-ui: Added option to filter by type=user 2014-01-01 17:38:46 -08:00
Cameron
d9f782b35f Multi-language table-notification in admin-ui. (help avoid default table overwrites) 2013-11-29 21:22:21 -08:00
Cameron
1b3e70f8fd More language-file cleanup (sprintf removal) 2013-10-29 18:41:02 -07:00
Cameron
cd8ea2f67c Language file cleanup 2013-10-29 12:20:23 -07:00
SecretR
6ae99f2bfd Applying missing commits 2013-10-16 18:13:21 +03:00
SecretR
37ee3f132a Allow non-latin meta content 2013-10-14 15:32:50 +03:00
SecretR
e4e9aea830 Admin UI join query issue 2013-09-07 16:53:58 +03:00
SecretR
0ff4a9c5b9 Fixed #366 - introduced new $preftabs UI variable, identical to tabs but
referenced from $prefs instead $fields data.
2013-06-07 12:01:23 +03:00