1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

192 Commits

Author SHA1 Message Date
Cameron
c8d49ee79c Private Messenger: Admin UI fixes. 2016-04-01 19:59:51 -07:00
Cameron
8b83eeb914 Additional fix for shortcodes in pre and code tags. 2016-03-01 17:50:53 -08:00
Cameron
9f0007acdb Reverted "Fix for non Latin characters in textareas " - blank content. Admin-ui notice check fix. 2016-02-17 11:15:47 -08:00
Cameron
67358e6f9a PHP notice removal. 2016-02-16 10:42:13 -08:00
Cameron
a469b7ca6e Deprecated function cleanup 2016-02-15 00:14:45 -08:00
Cameron
1ceabc69f3 PHP Notice fixes. 2016-02-13 12:57:34 -08:00
Lóna Lore
66f9c8f0d4 Hide drag-n-drop re-ordering icon if "private $sortField" is not set. 2016-02-03 16:54:40 +01:00
Cameron
051a8ace36 Fixed: AdminUI - datestamp time was being reset to 12am on submit when writeParms was an array instead of a query string. ie. array('type'=>'datetime') vs 'type=datetime'. 2016-01-14 09:52:42 -08:00
Cameron
23cd564cd6 Make sure previous fix is only applied when in 'inline' edit mode. 2016-01-03 01:25:46 -08:00
Cameron
f1113b3a18 Fix for broken inline-editing db query when field 'data' = 'array'. 2016-01-03 01:03:08 -08:00
Cameron
e83b0c531a Fix for plugins extending admin-ui. Record ID was missing in 'create' mode. $id is now sent as a separate parameter to the "process" method. See e107_plugins/social/e_admin.php for an example. 2015-12-12 00:16:16 -08:00
Cameron
06cb429f6f Fix for invalid element IDs. 2015-10-24 09:59:30 -07:00
Cameron
388024dc41 Admin -> Docs page cleanup. AdminUI: Fix for empty navigation box under some circumstances. 2015-09-06 11:00:07 -07:00
Cameron
e4872386c0 AdminUI: set iframe-mode via query iframe=1 at any time. 2015-09-05 23:58:01 -07:00
Cameron
01cac03324 Issue #6 - LAN naming fix. Chrome CSS layout issues corrected. Admin Login page restyled using bootstrap3 markup. 2015-08-20 16:30:28 -07:00
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