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

71 Commits

Author SHA1 Message Date
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
CaMer0n
f8b32d89ce Javascript work, HTML cleanup, iconpicker through media-manager. 2012-05-17 05:09:59 +00:00
CaMer0n
70d45da18c JS check-all, confirm-delete etc. 2012-05-16 20:19:16 +00:00
CaMer0n
9f1a322c98 JS work and HTML cleanup 2012-05-16 06:05:39 +00:00
CaMer0n
7f25438201 JS framework on-demand (working in admin-area right now) 2012-05-15 09:55:27 +00:00
CaMer0n
5178e66567 More admin->Custom-page and admin->News fixes. 2012-04-19 03:53:58 +00:00
secretr
3bc59210af Various system fixes, improvements and code flexibility (base models, user model, sql handler, user signup/handling) 2012-02-07 16:37:44 +00:00
secretr
22f97b8674 Admin menu 'userclass' option added;
Improved, simplified and detailed admin UI access control
Default admin controller 403 page added
2012-01-20 15:53:59 +00:00
secretr
e639843ebf admin UI better error handling 2012-01-19 13:17:26 +00:00
secretr
c9085efa0e More admin UI filter optimizations - swtich to LIKE instead REGEXP (works with non-latin languages now); minor bugfixes 2012-01-17 16:57:46 +00:00
secretr
e67fa5e10b admin UI imporvements and bugfixes; bugfixed new admin image functions ( _I(), _ITAG(), _IPATH() ); shortcode admin_icon works again for plugins; 2012-01-17 14:46:28 +00:00
secretr
65ed144ed7 Admin UI - filter improvements, minor bugfixes 2012-01-16 12:51:53 +00:00
secretr
669324f66d mislogic protection fixed - links can't be set as sublinks of their sublinks 2012-01-13 11:47:39 +00:00
CaMer0n
15acd8990d Custom filterQry added to admin_ui and more download work. 2011-11-27 06:10:16 +00:00
CaMer0n
7a9ae43aad Batch-Copy added to admin-ui. Adding missing core shortcodes. Media-Category NewsThumbs added (legacy support) 2011-07-25 02:41:49 +00:00
secretr
65d4e2af04 typo fix 2011-05-30 16:43:01 +00:00
secretr
fb8a071300 fix of Admin UI delete issue (very bad) - wrong ID is posted (at least FF 4), id extracted from key now, further investigation is requried. 2011-05-18 13:41:19 +00:00
CaMer0n
8ef5c43753 Media-manager path and query fixes. Intuitive LEFT JOIN support for admin_ui. 2011-05-07 06:22:44 +00:00
secretr
528325aafd various e_model and UI fixes and improvements, fixed e_SIGNUP/LOGIN constants 2010-12-27 12:38:14 +00:00
secretr
81212c5b4e Admin UI - 'group by' statement auto-added now 2010-11-16 10:13:44 +00:00
secretr
9a022dc873 UI sql builder - allow listOrder override 2010-11-15 09:02:16 +00:00
secretr
808283fc11 Admin UI improvements and fixes; introducing 'lanlist' field type; 'multiple' dropdown option possible now but incomplete (batch, filter related work required) 2010-11-08 09:20:12 +00:00