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

177 Commits

Author SHA1 Message Date
Cameron
9328f4cdd9 Issue #1138: Admin-ui pagination template now using bootstrap standard. 2015-07-16 14:29:19 -07:00
Cameron
a26de7bc84 Issue #1138 - Bootstrap3 UI fixes. 2015-07-15 19:33:15 -07:00
Cameron
e5015c5999 Issue #1138 - AdminUI fixes between bootstrap versions. 2015-07-14 11:45:34 -07:00
Cameron
cb920d5d48 Admin-UI: Removed hard-coded styling from filter and batch elements. 2015-07-14 10:46:24 -07:00
Cameron
f567e5b395 Issue #1138 - x-editable interface now working correctly. Some admin-ui fixes, but plenty more to do. 2015-07-13 19:49:25 -07:00
Cameron
6499ff72f7 Issue #1138 Added 'btn-default' where missing. 2015-07-13 19:09:30 -07:00
Cameron
c4fa4d234c AdminUI: Modal option added to adminMenu navigation. Fixed #uiAlert - was not functioning as intended. 2015-07-11 14:07:04 -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
9dd48a02a5 Fix for inline editing issue. 2015-06-17 00:03:10 -07:00
Cameron
8a22d10325 Issue #1054 - Inline editing was not triggering beforeUpdate and afterUpdate methods. 2015-06-16 11:02:57 -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
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