Cameron
|
d2a0685a67
|
Issue #6 #2005 Minor adjustment to LAN names.
|
2016-11-14 16:41:07 -08:00 |
|
Cameron
|
8e95099227
|
Merge pull request #2005 from yesszus/patch-18
Update e107_languages/English/admin/lan_admin.php
|
2016-11-14 16:35:39 -08:00 |
|
Gábor
|
a4f4f205e7
|
Update admin_ui.php
|
2016-11-11 08:10:56 +01:00 |
|
Gábor
|
dd069b0477
|
Update admin_ui.php
|
2016-11-09 08:31:29 +01:00 |
|
Cameron
|
c94655a5e9
|
Fixes #1967 - Allow for display of page which doesn't contain a page title.
|
2016-11-07 12:10:25 -08:00 |
|
Gábor
|
d452b442e0
|
Update admin_ui.php
|
2016-11-07 08:24:45 +01:00 |
|
Cameron
|
133fe51002
|
e_admin batch hook completed. see e107_plugins/_blank/e_admin.php for example.
|
2016-11-06 08:24:15 -08:00 |
|
Cameron
|
6939f7b3eb
|
New feature: (work-in-progress) Allow plugins to hook into the batch-dropdown options in AdminUI list mode.
|
2016-11-05 17:09:39 -07:00 |
|
Cameron
|
cf5bc2b359
|
Merge pull request #1995 from yesszus/patch-14
Issue #6 Update e107_languages/English/admin/lan_admin_log.php
|
2016-11-04 17:51:15 -07:00 |
|
Cameron
|
160d8522b0
|
Experimental "code" data format added to adminUI. PHP Notice removal.
|
2016-11-04 17:49:22 -07:00 |
|
Gábor
|
83301cef11
|
Update admin_ui.php
|
2016-11-03 08:53:23 +01:00 |
|
Cameron
|
a3312a24a6
|
AdminUI: Menu icon added.
|
2016-11-01 16:42:47 -07:00 |
|
lonalore
|
fa56e1f5fe
|
Issue #1947 Ability to override after submit options with $afterSubmitOptions property in controller.
|
2016-10-20 09:00:58 +02:00 |
|
Cameron
|
1e61f3f374
|
Pref single quote fix.
|
2016-10-07 09:02:32 -07:00 |
|
Cameron
|
ac37b92330
|
Fix for multilan prefs.
|
2016-10-03 10:40:26 -07:00 |
|
Cameron
|
f5e4266989
|
Fix for apostrophe issue in multilan pref.
|
2016-10-01 14:27:55 -07:00 |
|
lonalore
|
f16d081e28
|
Fixed: issue #1813
|
2016-09-20 13:53:37 +02:00 |
|
Cameron
|
a5c006b593
|
AdminUI: Fixes saving of checkbox values when values are empty. Language-class: additional option added to installed() for en=>English array format.
|
2016-09-12 11:30:08 -07:00 |
|
Cameron
|
88ca00ec12
|
Allow plugins to add tabs to core admin pages.
|
2016-07-29 15:22:47 -07:00 |
|
Cameron
|
345bbc4ff8
|
Added Missing social plugin font. Added {CMENUURL} shortcode. Issue #1507. Added example of getFieldVar() method to plugin builder.
|
2016-07-07 14:28:12 -07:00 |
|
Cameron
|
7223abe458
|
Fixes #1766 user password - getModel() issue.
|
2016-07-07 08:49:22 -07:00 |
|
Cameron
|
f2b286d1a1
|
Fix for getModel() in custom form method 'read' mode.
|
2016-07-03 19:47:23 -07:00 |
|
dobem
|
2b5682f57c
|
Fix typo: vartue
|
2016-06-21 00:16:32 -03:00 |
|
Cameron
|
b8f7c5458d
|
Admin-UI PHP Notice fixes.
|
2016-05-15 15:04:25 -07:00 |
|
Cameron
|
09cbf97f3a
|
Issue #1633 - possible fix for record creation problem using admin-ui and LAN_CREATE term.
|
2016-05-12 19:34:57 -07:00 |
|
Cameron
|
f6026fe1ec
|
Added filter by template to News admin area list.
|
2016-04-20 18:08:52 -07:00 |
|
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 |
|