1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-06 23:39:11 +01:00

113 Commits

Author SHA1 Message Date
SecretR
bad036d9c9 Llast sql query always available (model) 2014-08-15 15:55:59 +03:00
SecretR
737fc995c0 Admin routine copy callback 2014-02-26 16:56:17 +02:00
SecretR
1bf95ff0ed phpDoc fix 2014-02-25 11:43:28 +02:00
SecretR
7069ceb244 Last SQL query log added to model base classes 2014-02-03 14:04:13 +02:00
Cameron
73ac22452b Added more info to the admin-ui system log. 2014-01-17 17:21:42 -08:00
Cameron
dcb54aee7c Basic Admin-UI activity logging added. 2014-01-17 16:46:24 -08:00
Cameron
dd24e913a7 Fix for incorrect page-count in pagination when using search and filters. 2013-11-08 22:36:42 -08:00
Cameron
1b3e70f8fd More language-file cleanup (sprintf removal) 2013-10-29 18:41:02 -07:00
SecretR
6ae99f2bfd Applying missing commits 2013-10-16 18:13:21 +03:00
SecretR
2bdcceab9c Various bug fixes 2013-10-14 15:38:57 +03:00
SecretR
e3c7337c64 Models could use load() without primary id 2013-10-06 18:03:49 +03:00
SecretR
213e438f23 Debug mode for insert/update model routines added 2013-10-05 22:35:15 +03:00
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