1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-21 06:52:28 +01:00

101 Commits

Author SHA1 Message Date
Deltik
bd69875675 Bad SQL fix in model_class.php ; eMessage class constants created 2013-05-09 22:48:27 -05:00
SecretR
3847aca845 minor model url assemble imporvements, inline edit added for custom
pages sef url string
2013-04-29 14:27:57 +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
3e66c9b08f Preparation for Feature-box batch option. 2013-03-08 02:21:26 -08:00
SecretR
e71b0144a9 Custom Menu administration issues 2013-02-28 13:40:21 +02:00
SecretR
d4509edf7d Admin UI - batch navigation link creation improvements, testing required 2013-02-27 19:50:25 +02: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
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
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
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
secretr
4e131c2c50 refined validator message building 2012-04-03 14:37:48 +00:00
secretr
db723a8b84 more proper return value on error (dbDelete ) 2012-03-20 11:17:08 +00:00
secretr
e43bc5333e models - return false on validation error 2012-03-19 17:20:24 +00:00
secretr
cfe9091500 force error on adding custom validation message (model) 2012-03-16 15:16:54 +00:00
secretr
d9832a1bfa More proper return type on validation error 2012-02-23 08:56:33 +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
63df20896c news category model update, category menu now works again, more to come in this direction 2011-11-30 15:17:19 +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
eab7c52ab9 e_model db singleton instance namespace (load collections), based on model class 2011-01-20 11:29:51 +00:00
secretr
2945d24e0c fixed float numbers troubles (caused by system localization) 2011-01-04 12:10:47 +00:00
secretr
da7a567c51 e_model - strict comparison required 2010-12-29 13:39:15 +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
0b40d1d839 e_vars isEmpty() fix 2010-12-23 10:26:40 +00:00
secretr
97abc21b35 e_model new, better approach for data keys containing '/' (see phpDoc) 2010-12-17 13:17:11 +00:00
secretr
abef53b493 e_model fix for data keys containing '/', the whole _getData() logic could be moved to preference models in the future (performance) 2010-12-17 11:07:18 +00:00
secretr
20b834f968 e_model typo fix 2010-12-13 16:00:18 +00:00
secretr
b540365c69 e_vars moved to model class for now (prevent autoload issues in thumb and cli mod) 2010-12-11 15:55:24 +00:00
secretr
a0e0ee73dc magic setters/getters only for e_object and NOT e_model and its children (bad things happen) 2010-12-11 15:37:39 +00:00
secretr
a907aac8e8 e_vars (simple parser object) now inherits e_object, magic getters/setters moved to e_object, convenient toSc method added (will be used more wisely from model based classes in the future) 2010-12-10 15:14:53 +00:00
secretr
d4e0b37747 introducing e_object - base abstract level of e_model 2010-12-10 14:25:36 +00:00
secretr
ae3890da18 model - better parameter handling 2010-11-20 15:39:21 +00:00
secretr
c8559537ef model issue - db_Insert doesn't have to check for model data modifications 2010-11-15 09:00:17 +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
cf11ca5ebc Model and collection cache handling improvements 2010-11-02 10:31:05 +00:00
secretr
7ccb925587 EONE-62 (New Feature): Improved extended field model (fields of type db working now);
structure model improvements;
extended fields administration problems solved (there are maybe more);
init_session() and login core routines modified to work with user models;
option Login As added on user administration (visible from main admins only);
minor fixes;
2010-05-14 18:45:51 +00:00
secretr
f713eb0d15 EONE-62 (New Feature): login/init session working now; added user preferences management; new experimental feature 'login as'; need more work regarding DB related operations and security 2010-05-13 15:47:31 +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
067b0a07c2 EONE-62 (New Feature): almost working version when it comes to getting data;
e_front_model in development;
check_class() modified to accept values of type array;
work in progress
2010-05-02 18:41:20 +00:00
secretr
59053103a4 more e_model typos 2010-05-02 14:38:31 +00:00
secretr
322641881f tree bugfix 2010-05-02 14:04:41 +00:00
secretr
e78f6578fe e_tree_model: onLoad call inside loadFromArray method;
Tree total result value now cached as well
2010-05-02 13:34:05 +00:00
secretr
dd2c62202d onLoad trigger for model tree base class 2010-05-02 12:46:59 +00:00
secretr
58d06df6fd EONE-62 (New Feature): user e_model solution draft (work in progress);
e_model/tree improvements (automated system cache support, various useful new methods, minor fixes);
mysql handler details
2010-04-28 15:44:46 +00:00
secretr
4bad3ba2e4 EONE-62 (New Feature): initial user model 2010-03-22 15:45:47 +00:00
secretr
a459f8cf81 model improvements, this time without parse error (hopefully) 2010-03-01 13:19:54 +00:00
secretr
96f99a2d5f model improvements 2010-03-01 12:43:56 +00:00
secretr
65f88126c5 model class - various improvements and fixes 2010-02-21 17:42:07 +00:00
secretr
560364ec39 Major model issue leading to double html encoded DB data solved 2010-02-12 16:42:28 +00:00
secretr
4fecfffddd svn keywords added (v0.8) 2010-02-10 18:18:01 +00:00