1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-22 07:47:10 +01:00

101 Commits

Author SHA1 Message Date
secretr
9abb841faf e107 model - reset system messages method added 2010-02-08 14:52:34 +00:00
secretr
ddb01846f6 admin UI / model improvements and bugfixes 2009-12-23 15:12:13 +00:00
e107steved
08aaa0b0fc Fix documentation errors 2009-12-13 21:52:32 +00:00
secretr
abc0d5a7c6 featurebox front-end - dynamic (AJAX) loading added, the rest is only theme styling; working examples in jayya and _blank (better one) 2009-12-10 22:46:46 +00:00
secretr
11d37fdc76 featurebox front-end - work in progress 2009-12-08 17:21:36 +00:00
secretr
9626059142 admin UI: templates & layouts field types added, bugfixes and improvements; Featurebox plugin administration ready, front-end in progress 2009-11-28 15:34:46 +00:00
secretr
d61aced8d4 various handler fixes and improvements 2009-11-26 17:14:07 +00:00
secretr
ceef744e8c admin UI tools moved to admin_ui.php, bugfixes, preparing for more UI work 2009-11-24 16:32:02 +00:00
secretr
c424a273e1 admin UI: more improvements and bugfixes, array fieldname support added; code split; preparing for: JS validation, better notifications, JS tabs 2009-11-21 11:15:29 +00:00
secretr
1ad5400d0b admin UI: more improvements and bugfixes 2009-11-18 14:46:28 +00:00
secretr
b7d79c5046 admin UI tools: add model data fields when parsing callbacks results; imagepreview/imageselector SC minor improvements 2009-11-18 09:32:31 +00:00
CaMer0n
1377b23532 Fix copyright info. 2009-11-18 01:06:08 +00:00
secretr
3e55ad2dad model future problems solved 2009-11-17 15:34:54 +00:00
secretr
96114a36fb admin UI: more improvements and bugfixes 2009-11-17 15:23:01 +00:00
secretr
ab85df618d admin UI: more improvements 2009-11-16 12:23:07 +00:00
secretr
890bd0db44 date convert: added generic string to timestamp converter (toTime()); admin UI: textareas autoexpand now available sitewide (back-end), multi table JOIN support, field (db table) aliases support, user auto-complete search should work fine now, example usage added on faqs administration 2009-11-10 19:13:07 +00:00
secretr
026c834c76 e_model obsolete code removal 2009-11-09 12:21:17 +00:00
secretr
fe77106b76 admin tree model multi-delete/update fix 2009-11-06 12:27:41 +00:00
CaMer0n
327d9c53f1 Prevent method name conflict and some notice removal. 2009-11-06 00:02:12 +00:00
secretr
18a4b9bfe9 Admin tools - column selector working everywhere again; improved UI - list/editQuery not needed anymore, queries are auto-generated, table JOIN support added (see comment manager), various improvement, still work in progress 2009-11-05 17:32:19 +00:00
secretr
7d690f1084 warning removal 2009-11-05 00:38:21 +00:00
secretr
dac35acbf7 Admin tools - list/create/edit/settings done, some more boring tasks (batch confirmation screen, bugs, clean-clean-CLEAN) left, work in progress 2009-11-04 17:29:26 +00:00
secretr
5986438f3d Admin tools - more work, final stage, work in progress 2009-11-02 17:45:29 +00:00
secretr
0c717f3d3d More admin tools work 2009-11-01 19:05:26 +00:00
secretr
7f15da0b74 Admin tools - more work 2009-10-30 17:59:32 +00:00
secretr
fb80da0b91 Admin tools - more work 2009-10-28 17:05:35 +00:00
secretr
4fd695bf57 Model corrections 2009-10-27 17:49:12 +00:00
CaMer0n
11ea9dc29f e_model_interface - search/filter now retains settings. 2009-10-26 08:12:59 +00:00
CaMer0n
6c459ee271 small fixes to model - batch editing. 2009-10-26 07:44:35 +00:00
CaMer0n
c839c96825 e_modeLinterface now handles batches and search/filtering with ease. :-) 2009-10-26 07:26:53 +00:00
CaMer0n
4b1f16d801 Updated e_model with nextprev and column ordering 2009-10-23 04:25:19 +00:00
secretr
3d22c7170a more e_model tweaking 2009-10-22 14:18:18 +00:00
CaMer0n
b3485772e6 More model interface stuff - now a fully working example. 2009-10-22 07:52:13 +00:00
CaMer0n
9069a6379e More model interface stuff. 2009-10-22 07:23:22 +00:00
CaMer0n
8ca81cccc4 More model interface stuff. 2009-10-22 05:14:11 +00:00
CaMer0n
b9143f45d0 experimental admin inteface class added. 2009-10-22 04:15:32 +00:00
e107steved
86d778cd19 Missing method definition 2009-10-21 19:34:18 +00:00
secretr
02c9ede119 more model errors cleanup 2009-10-21 11:57:15 +00:00
secretr
2b166dd02b wrong validator call 2009-10-21 10:24:32 +00:00
secretr
6fc92b5573 more model related problems 2009-10-21 09:12:12 +00:00
secretr
ec93404015 Introducing e_model_admin handler: automated tasks as validate, sql queries, handle posted data, more to come (work in progress); Various imporvements/fixes (core handlers) 2009-10-20 16:05:03 +00:00
secretr
26c6b5d73f core model bug fixed 2009-10-07 10:53:33 +00:00
secretr
c32d6cc02e eURL and news administration cleanup, server caching added to various news related places, blog calendar fixes 2009-09-25 20:20:23 +00:00
secretr
24d3826258 e107 class / e_model / preference handler fixes 2009-09-08 12:13:00 +00:00
secretr
db20d17b49 model/pref handlers: minor changes, clearPrefCache() added, docs update 2009-09-04 17:04:15 +00:00
secretr
7a954a7e29 model/pref handlers optimization 2009-09-04 15:27:28 +00:00
CaMer0n
5682d51849 More Install fixes. Prefs seem to be saving correctly now. 2009-09-03 22:27:32 +00:00
secretr
aea4a559d7 model/pref handlers issues 2009-09-03 14:15:36 +00:00
secretr
c9d5a940bd save prefs DB error message added, e_model - another 'data has changed' fix 2009-08-27 23:37:24 +00:00
secretr
243bfe16d3 e_model - advanced toString - now accepts second argument - key from the data array 2009-08-21 22:17:59 +00:00