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

111 Commits

Author SHA1 Message Date
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
Cameron
d5b572d925 More table-row highlighting fixes. 2013-04-30 00:20:49 -07:00
SecretR
95be25d78a Fixed #167: Create Featurebox Item batch option on page list when
featurebox is not installed
2013-04-27 13:33:42 +03:00
Cameron
063bf2b200 $frm->selectbox() renamed to $frm->select(); for consistency. 2013-04-25 17:29:46 -07:00
Cameron
8b0c9c79a3 Bbcode button styling and fixes. 2013-04-21 02:00:08 -07:00
SecretR
cddde10962 Tabs support for Admin UI preference areas 2013-04-06 15:50:28 +03:00
SecretR
d9924d71b5 Fixed #156: SQL update error when inline editing newspost title/cat 2013-04-02 09:59:05 +03:00
SecretR
064528e754 - Featurebox batch copy feature added (example implementation - page administration), plugin upgrade required
- Lost admin UI messages issue solved
- Featurebox list items view now sortable
2013-03-13 09:48:07 +02:00
SecretR
30d922cadf Fixes #140: Sitelinks: Inline editing broken 2013-03-08 16:00:00 +02:00
Cameron
577ec63202 Featurebox LAN 2013-03-08 02:22:01 -08:00
Cameron
3e66c9b08f Preparation for Feature-box batch option. 2013-03-08 02:21:26 -08:00
SecretR
f62a04b19a Issue #124: admin-ui banlist inline editing failing - support of IPv6
like IDs
2013-03-07 16:32:38 +02:00
SecretR
51e3a4d462 Introducing variable pageTitles (admin dispatcher) - optional, control
over admin page titles for pages not in adminMenu. Contains default
title for Admin UI edit view.
2013-03-07 15:19:42 +02:00
Cameron
bce70a7e33 jQuery 'live' events for x-editable 2013-03-07 04:31:32 -08:00
Cameron
8895d48dd1 Reworked storage of custom menus. 2013-03-06 23:01:16 -08:00
Cameron
4844f3f5f4 More GUI enhancements 2013-03-03 20:54:08 -08:00
Cameron
3556ebf743 Issue #129 Custom-Menus not displaying in Menu Manager. 2013-03-02 01:02:49 -08:00
Cameron
2a374b7251 Batch drop-down default fix and renamed 'Execute' to 'Go'. 2013-03-01 17:53:58 -08:00
SecretR
5d81b20d33 Fixes #124: admin-ui banlist inline editing failing.
Banlist reason and notes inline editable now.
2013-02-27 19:50:25 +02:00
SecretR
d4509edf7d Admin UI - batch navigation link creation improvements, testing required 2013-02-27 19:50:25 +02:00
SecretR
623793eee7 $url admin UI property added 2013-02-27 19:50:24 +02:00
SecretR
9df7d6d115 $tabs admin UI property added 2013-02-27 15:01:36 +02:00
Cameron
3e68fca857 Admin Modal Fix 2013-02-27 03:58:19 -08:00
Cameron
4259b435f3 Corrects wrapping buttons issue in admin and some LAN issues. 2013-02-27 00:44:58 -08:00
Cameron
fdf78c92a4 Issue #73 Deprecated admin_handlers.php file. 2013-02-26 17:17:31 -08:00
Cameron
a01e9933e4 Admin-ui - Support for link-targets (modal, dialog or blank) and batch site-link creation. ( Issue #8 ) 2013-02-26 16:08:08 -08:00
Cameron
d7b29d74c9 Syntax fix 2013-02-25 11:40:37 -08:00
Cameron
3280c5773e Temporary ajax Modal Code added. 2013-02-25 11:38:04 -08:00
Cameron
6011b65a4c Admin-ui Tabs support added. 2013-02-24 19:52:25 -08:00
Cameron
2a536d2bbb SEP = generic separator support added. Defined in admin theme. 2013-02-22 21:32:19 -08:00
SecretR
dcd8e21c40 Issue #116: Admin-ui Page-Title doesn't match Admin Menu Item. -
addTitle() call inside Observer or Header sets auto the title from admin
menu caption now
2013-02-22 16:12:05 +02:00
Cameron
ec3c006e6e Search box styling etc. 2013-02-22 00:49:36 -08:00
SecretR
df34caa950 Admin UI - Inline editing trigger handles all field types now 2013-02-21 11:44:43 +02:00
Cameron
e91230ad48 Admin UI styling 2013-02-20 22:58:18 -08:00
SecretR
439fb926a5 Fixed #109: Can't delete multiple users 2013-02-19 12:18:38 +02:00
SecretR
bcaf4e70c6 Fix navigation links assembling (navigation handler) 2013-02-13 17:04:11 +02:00
SecretR
ec4e9a92e6 Fixes #104: Admin-ui Filter contains misleading and confusing terms 2013-02-11 10:21:01 +02:00
Cameron
1a320cecad Admin-UI Inline editing for dropdown 2013-02-06 16:11:05 -08:00
SecretR
0fa22f75a9 Re-order step Admin UI control added 2013-02-06 20:35:58 +02:00
SecretR
ce83fbee3c leftover debug 2013-02-06 20:35:57 +02:00
SecretR
3b78d19acb Admin UI ajax sort supports no numerical primary IDs now 2013-02-06 19:48:14 +02:00
SecretR
1a9cb284b4 Admin UI generic ajax 'sortable' solution; Admin UI generic ajax 'inline edit' solution (works only on number and text field types at this moment); Model/Admin UI now support GUID like Primary Id's; various minor fixes, language defines 2013-02-06 17:03:00 +02:00
SecretR
2e15237ab1 comma type fix, media category batch works as expected now 2013-01-18 17:31:12 +02:00
SecretR
ca9a6321ea close #29: Admin-ui ajax result filtering on keyup with jQuery;
admin jQuery JS improvements, server side filtering issues solved
2013-01-08 11:21:29 +02:00
SecretR
ed648b9ea4 UI data 'comma' converted to type;
model supports data type 'set' and 'enum' now;
'userclasses' type works as expected;
#9 related, testing required
2012-12-17 16:57:42 +02:00
Tijn Kuyper
57dbc89d18 Notice removals 2012-12-16 12:28:28 +01:00
SecretR
580b933b6b Admin UI - work on types 'userclasses' and 'comma', related wit #9 as well. Work in progress. 2012-12-15 16:49:39 +02:00
SecretR
12bec41f6e Work on $14 - user options ready, addUser work in progress;
Form handler - introducing admin_trigger() alias
Various minor fixes
2012-12-10 17:17:51 +02:00
SecretR
72905055e7 #14 User administration rewrite (set user class, quick add user not functional, work in progress);
retrieve() DB method update (work in progress);
2012-12-09 00:48:04 +02:00
Tijn Kuyper
f07434a3cb And more notice removals.
Also some plugin GUI clean-up (rss, tagwords, trackback)
2012-12-08 15:52:40 +01:00