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
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
Tijn Kuyper
5290bb8ea4 More notice removal 2012-12-08 13:52:05 +01:00
Cameron
d20af73bc5 Introduction of e_navigation class to handle all links site-wide. Large-scale cleanup of global admin links, plugin links etc. 2012-12-03 01:40:47 -08:00
Cameron
a5d9c17116 Issue #28 Basic filter by datestamp added to admin-ui 2012-12-01 00:03:48 -08:00
SecretR
fb14c94357 NEW back-end boot loader; header.php cleanup, should solve all legacy and non legacy issues related with boot sequence, #15 related 2012-11-29 10:48:42 +02:00
Cameron
a35bcc8432 More GUI fixes 2012-11-28 21:07:23 -08:00
SecretR
6c49eddcba 3rd party legacy code fix attempt 2012-11-28 09:35:06 +02:00
secretr
909735d442 Delete confirm screen for media manager 2012-10-31 21:54:55 +00:00
CaMer0n
52867719d4 Remove debug exit on batch delete. 2012-08-14 20:16:27 +00:00
CaMer0n
d49c85f9f0 General cleanup 2012-08-10 19:30:43 +00:00
CaMer0n
1601a07bba admin news comments were displaying in reverse. added 'reverse=1' read/write parm to admin-ui. 2012-08-02 23:37:20 +00:00
CaMer0n
8c94862fb3 Quick fix for admin-ui deletion bug. (only relevant when pagination is in affect) 2012-08-02 07:54:29 +00:00
CaMer0n
b44f0a2085 Quick fix for handling array data and converting to comma separated data including filtering list results. (Admin-UI) 2012-08-02 02:09:58 +00:00
CaMer0n
4dd71a0ec9 Search filter was failing when $listQry contained a JOIN. Fixed. Old JOIN methods require cleanup/removal. 2012-07-31 23:14:01 +00:00
CaMer0n
951665accd Media-Manager batch image-rotation added (only jpeg for now). Other minor tweaks. 2012-07-29 02:36:18 +00:00
CaMer0n
79224fe54d Admin-ui type 'password' added. Password modification now possible via admin->users. Installed Media path issue corrected. 2012-07-18 03:47:28 +00:00
CaMer0n
187bb8f53b NewsTags shortcode, some admin-ui fixes and newspost thumbnail BC fixes. 2012-07-15 03:01:30 +00:00
CaMer0n
4cfe5c4387 Fixes related to Gallery image import, watermarks and thumbnails. 2012-07-14 10:40:40 +00:00
CaMer0n
cf6d572dde IP fix. 2012-07-12 23:26:03 +00:00
CaMer0n
d8a6c15c02 Major clean-up and enhancement of datepicker() and related functions 2012-05-26 12:21:39 +00:00