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

56 Commits

Author SHA1 Message Date
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
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
secretr
d90eefdbe9 another $pref global removed 2009-10-09 10:18:07 +00:00
secretr
6a466823b8 getForm added to e107 proxy methods 2009-10-07 10:54:13 +00:00
secretr
cd905122eb e107::getMessageHandler() renamed to e107::getMessage() 2009-09-29 17:43:13 +00:00
secretr
64f9020f5d e107 class improvement: getMessageHandler() method added (for consistency), getLan() renamed to includeLan() 2009-09-19 15:27:26 +00:00
secretr
c0df5fef12 News front-end done - SEO, real SEF URLs (category list, item view), default item view changed to 'extend', default category list changed to 'list', comments are rendered now by news code, new and improved news shortcodes 2009-09-14 18:22:16 +00:00
secretr
70ad1fa8b1 More News work, front-end started (rewrites are BROKEN), work in progres 2009-09-13 16:37:18 +00:00
secretr
e1aa59de10 e107 class: handlers overload introduced 2009-09-13 10:31:09 +00:00
CaMer0n
94a3e53f1b small path fix 2009-09-12 12:45:29 +00:00
secretr
fd879ae5bd e107 class: improvements 2009-09-10 19:10:00 +00:00
secretr
24d3826258 e107 class / e_model / preference handler fixes 2009-09-08 12:13:00 +00:00
marj
945c714b4d detail 2009-09-04 20:38:36 +00:00
e107steved
7aa8bc694d Fix memory display 2009-09-03 19:31:25 +00:00
CaMer0n
d069b92006 Fixed a few handler paths 2009-09-02 14:09:07 +00:00
CaMer0n
d7a50e2647 Notice removal and some more default install-settings correction. 2009-08-31 13:12:03 +00:00
CaMer0n
bcc8fa2ff3 New Installer Prefs added, and some cleanup. 2009-08-29 02:44:39 +00:00
secretr
3f58e82a3a e107 class: getFolder method added (should replace all global folders usage); known_handlers property and smarter getSingleton/getObject methods (known_handlers needs more info); fatal error fix 2009-08-20 12:24:47 +00:00
secretr
3099bf9052 Introducing e_IFRAME mod; NOHEADER changed to e_NOHEADER; overall menu.php url checks cleaned (API, header, footer); menu related code cleanup and fixes, e_parse improvements (more work is needed); smarter getSingleton() and getObject() (in progress) 2009-08-19 14:39:57 +00:00
secretr
aa7f2548a1 Preference handler fixes and BC, save_prefs() is using pref handler now and is deprecated, theme handler changes to reflect new preference management. 2009-08-17 14:40:23 +00:00
CaMer0n
a7fb046ba6 Theme pref fix 2009-08-17 11:29:41 +00:00
secretr
bfd64fc2a6 Introducing e_menu front-end class 2009-08-16 16:30:56 +00:00
secretr
99081a34e2 e107 class: minor improvements, getThemePref() method added 2009-08-05 19:56:48 +00:00
secretr
430cc0e534 e107 class changes:
added config object getters (getConfig() and getPlugConfig());
added pref getter shorthands (getPref(), findPref(), getPlugPref(), findPlugPref());
work in progress
2009-07-30 16:09:30 +00:00
secretr
9c219f52a9 more e107 class & API cahnges:
- magic __get() added to e107 and e_parse classes;
- resolved sch_load() related issues;
- more object getter;
2009-07-23 15:29:07 +00:00
secretr
d002d0c4c4 e107 class & API cahnges: initial work done. Related tasks
- tests
- review of marked with DEPRECATED commment areas
- (optional) e107_include* funcs to e107_class.php
- (optional) move all 'misc' functions to core_functions.php (new file in e_HANDLER)
- 'hide' more globals from the API through e107 methods/properties
- transfrom core/plugin templates (BC) to the new template variable standards
2009-07-22 14:32:51 +00:00
secretr
90e1078552 e107 class & API changes - work in progress 2009-07-22 00:49:35 +00:00
secretr
8df79275ca e107 class: refactoring, code formatting (standards), phpDoc - work in progress 2009-07-21 16:11:02 +00:00
e107steved
826afb3a83 Update query 2009-01-17 20:59:52 +00:00
secretr
dd162a70c0 ADMIN_ALT_NAV totally rewritten, admin menu sublinks support (new pref added), icon refining, new About admin root menu 2009-01-09 17:25:50 +00:00
e107steved
423e0b1ffe More work on IPV6 2009-01-04 20:55:43 +00:00
mcfly
b7f0185feb More work on eUrl 2008-11-25 16:26:03 +00:00
mcfly
52e6697bae Unable to use defsettrue, doesn't exist during install 2008-11-25 14:36:33 +00:00
secretr
134a01f25c API typo 2008-11-24 20:18:59 +00:00
mcfly
b4ee6786c6 Begin addition of url class and implementation 2008-11-24 18:06:03 +00:00
e107steved
513d704890 Change default IPV4 display format, admin log date/time display format 2008-11-23 20:26:23 +00:00
e107steved
45859f6adb IPV6 handling - basics 2008-11-22 12:57:42 +00:00
e107steved
fa72c3395f Bugtracker #4545 - uniform way of displaying file sizes 2008-10-19 11:35:00 +00:00
e107steved
afe6a44577 Improve domain name checking in ban function 2008-05-16 19:40:39 +00:00
mcfly
f2af10ea96 notice removal 2008-03-12 01:03:44 +00:00
CaMer0n
157bfd0ea0 Added basic support for CLI. 2008-01-21 03:54:10 +00:00
e107steved
bcd40463a7 Simplify admin logging messages 2008-01-16 22:18:27 +00:00
CaMer0n
ab7433a5e1 added e_ROOT for future use. 2008-01-16 10:55:42 +00:00
e107steved
9ee645583e More mods to banlist area - feature complete (for now) 2008-01-13 10:51:42 +00:00
e107steved
9162ce692a Various banlist/logging updates 2007-12-26 13:21:34 +00:00
e107steved
1f45f8bc61 Add whitelist as well as banlist - flooding can still ban ATM 2007-12-16 11:14:53 +00:00
e107steved
298202106c Update banlist handling 2007-12-09 16:42:23 +00:00
e107steved
e2ce05fbbc Bugtracker #3557 - Hard-coded LANs in footer 2007-08-13 19:56:46 +00:00
e107steved
028713a8f9 Show peak memory usage as well if supported 2007-07-12 21:34:39 +00:00
lia
ba7ffd0e27 characters before/after open/closing tags 2007-04-12 08:10:20 +00:00