1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-20 14:39:09 +01:00

2395 Commits

Author SHA1 Message Date
secretr
da27b0ad50 e_form: trow() method - automate admin list user interface building 2009-10-22 19:17:34 +00:00
secretr
514b77581e better date converting 2009-10-22 19:14:26 +00:00
CaMer0n
b297a1ab56 Hide debug info from view when not in debug mode. 2009-10-22 14:31:28 +00:00
secretr
3d22c7170a more e_model tweaking 2009-10-22 14:18:18 +00:00
CaMer0n
b923520bbf Fix for multiple 0.7 -> 0.8 upgrade issues. 2009-10-22 13:00:37 +00:00
secretr
8ddd74fbf5 message handler: hide debug messages when debug mode inactive 2009-10-22 11:18:55 +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
297a6da143 minor code cleanup 2009-10-22 04:19:29 +00:00
CaMer0n
b9143f45d0 experimental admin inteface class added. 2009-10-22 04:15:32 +00:00
CaMer0n
40ca30d8f2 more plugin_class work. xml spec now supports sitelink urls outside of the plugin folder (like in 0.7). Also some minor path fixes. 2009-10-22 04:14:45 +00:00
e107steved
5534fb57dd Exclude user extended categories from field selection 2009-10-21 21:36:10 +00:00
CaMer0n
a78b3ab42c Quick fix to hide debug info. 2009-10-21 20:40:28 +00:00
CaMer0n
1418dffa1c removed duplicate lines of code 2009-10-21 20:07:31 +00:00
CaMer0n
526b9c4e3b removed duplicate lines of code 2009-10-21 20:05:55 +00:00
e107steved
86d778cd19 Missing method definition 2009-10-21 19:34:18 +00:00
e107steved
36c44d81cf Remove spurious LAN constant 2009-10-21 19:19:53 +00:00
iad2003
8fa6a06d97 an initial todo list for plugin new features and implementations 2009-10-21 14:43:38 +00:00
CaMer0n
f6b378ebd4 Slight modification to the *_setup.php spec. 2009-10-21 12:53:00 +00:00
CaMer0n
8f89377fbb Notice removal 2009-10-21 12:28:17 +00:00
secretr
02c9ede119 more model errors cleanup 2009-10-21 11:57:15 +00:00
CaMer0n
e274b763d7 Some debug info added. 2009-10-21 11:43:30 +00:00
secretr
531f1f8126 date convert - get it right 2009-10-21 11:41:15 +00:00
CaMer0n
e5afcd0aef check for existing tables during install. 2009-10-21 11:08:32 +00:00
secretr
6497a639e0 themeHandler added to e107 known handlers var 2009-10-21 10:29:42 +00:00
secretr
2b166dd02b wrong validator call 2009-10-21 10:24:32 +00:00
CaMer0n
3daf2e1e4e Email spam fix 2009-10-21 09:41:54 +00:00
secretr
6fc92b5573 more model related problems 2009-10-21 09:12:12 +00:00
secretr
98549d37a8 pref class was broken by e_model changes, it needs some more minor tweaking 2009-10-21 08:58:33 +00:00
marj
403d1c7471 avoid possible charset conflict 2009-10-21 07:56:39 +00:00
CaMer0n
24ed49a86a admin->users and admin->userclass minor interface and code cleanup. 2009-10-21 07:31:07 +00:00
CaMer0n
2e71f54abb Some error fixes during install. 2009-10-21 03:53:27 +00:00
CaMer0n
8415a49036 Moved xmlrpc class to handlers as it's used by multiple plugins. removed deprecated forum_management.php file. 2009-10-20 21:02:09 +00:00
secretr
2cd4a5f557 fixing stuff broken by the previous commit 2009-10-20 19:09:27 +00:00
CaMer0n
5ea1427821 added admin sublinks 2009-10-20 18:15:21 +00:00
CaMer0n
0c284eceeb added uc_label function. 2009-10-20 16:18:07 +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
8d33417a93 News - start last admin changes (UI, manager access) 2009-10-20 16:01:47 +00:00
secretr
df36ed2f6c __autoload handles core handlers now 2009-10-20 16:00:38 +00:00
secretr
20bdd8a7bd e_parser: post_toForm supports array input now, added key sanitize when array passed toDB, createConstants bug 2009-10-20 14:47:05 +00:00
CaMer0n
94f4a15ac4 big admin->links cleanup. Still more to do. 2009-10-20 11:07:08 +00:00
CaMer0n
d47c243bde initial files 2009-10-20 07:47:02 +00:00
CaMer0n
1c1a0566b2 deprecated-file removal. 2009-10-20 07:40:31 +00:00
CaMer0n
c82fc9269c Cleaned up the search in admin -> newspost . Added batch options. Made batch form element more flexible. 2009-10-20 07:39:40 +00:00
CaMer0n
1e4336aa3c Endless loop fix for Safari 2009-10-20 03:59:20 +00:00
CaMer0n
a9050cc2a3 Adding setup files 2009-10-20 03:58:47 +00:00
CaMer0n
5656cce43d More plugin-class tweaks, Support for {plugin}_setup.php file added. TinyMce default settings added after install. plugin.xml spec modified for language files and management. 2009-10-20 03:49:28 +00:00
e107steved
171e65fea3 Test commit 2009-10-19 20:09:15 +00:00
secretr
a4231c70f3 Introducing e_validate class, awaiting: further e_model - db - e_form communication, user model, etc. work in progress 2009-10-19 16:13:29 +00:00