1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

57 Commits

Author SHA1 Message Date
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
secretr
87a22dbdb4 Admin UI improvements; cleanup started; missing LANs added; new features - UI deleteConfirmScreen variable, Delete confirmation screen added to UI page methods, various minor bugfixes and other improvements 2010-11-04 23:27:47 +00:00
secretr
5324e982ea Admin UI user preferences handling synchronized with latest changes 2010-11-02 11:41:38 +00:00
secretr
d9527349ad Admin UI minor improvements; cleanup - warnings removal; various minor bugfixes 2010-10-30 15:34:48 +00:00
secretr
645d2dda6d Mass changes (work in progress - related beta testing and feedback highly appreciated)
- New session handler - appropriate changes made at important core areas (language handler, chap login related)
- Overall better COOKIE handling (on both server and client side) - cookies respect now installation path, domain (based on language settings)
- Introduced Security Levels (see session handler constants/docs), security level option could be added to install routine now
- Security level printed on Administration info panel, appropriate lans added (subject of discussion)
- e_TOKEN security part of session handling now - logic depends depends on security level (TODO - POST_REFERER removal)
- e_print, e_dump debug functions added (for quick and nice debug view via site output), native overall FirePhp support planned
- a lot of minor bugfixes
2010-10-26 07:41:20 +00:00
CaMer0n
346d71c352 Include type 'email' in search filter. 2010-10-19 01:04:20 +00:00
secretr
1adcecb94a media manager work - upload link can be added now (see newspost.php); improved imageselector; several bugfixes 2010-10-04 22:14:05 +00:00
e107steved
6df2cbd7e9 Documentation tweaks, remove functions supported in PHP5 2010-05-28 22:10:20 +00:00
secretr
4d0be39938 EONE-62 (New Feature): More work, getting data should work fine now, still work in progress 2010-05-05 15:05:32 +00:00
secretr
26f8f61f4d phpDoc 2010-03-01 13:02:43 +00:00
secretr
72e86d2f06 admin UI: filter response - bad query auto-generated in some cases 2010-03-01 12:59:26 +00:00
secretr
bad780c356 Admin UI - convertToData() problems solved 2010-02-12 16:35:43 +00:00
secretr
0162658ea5 Admin UI response - meta tags cleanup problem 2010-02-08 16:50:28 +00:00
CaMer0n
6c9038af0f admin_ui now takes into account the perm of the adminMenu before rendering. 2009-12-28 00:29:39 +00:00
CaMer0n
8b55fb138b datestamp wasn't being converted correctly by admin_ui. Temporary fix. Auto-datestamp now only active when no value is present. 2009-12-24 22:36:34 +00:00