secretr
c8a7e242e9
e107 meta proxy method
2012-05-11 09:54:12 +00:00
CaMer0n
6ca55ce728
Meta-data clean-up and enhancements.
2012-05-11 03:52:57 +00:00
CaMer0n
62e92a2621
Shortcode handler was failing to load classes under some conditions. Also added some debug info. (use e107 debugger for Firefox in SC mode)
2012-04-23 01:21:06 +00:00
secretr
87eae79ba1
system user getter mislogic
2012-03-22 15:34:47 +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
7675913a71
Handler path fix
2012-01-17 17:42:01 +00:00
secretr
5dd23c872e
better e_ADMIN_AREA check
2012-01-11 13:18:22 +00:00
secretr
1d411f1715
Simplify plugin folder structure (shortcodes/ folder in plugin root), refactoring forums to meet the new structure.
2012-01-06 10:05:32 +00:00
e107steved
8962c13f50
Update function calls where moved from e107_class.php to iphandler_class.php
2012-01-02 22:06:22 +00:00
secretr
161bbe4785
removed some legacy method calls, e107 class cleanup (in progress).
2012-01-02 13:12:48 +00:00
secretr
036013e79f
new file svn keywords, e107 class path bugfix
2012-01-02 12:45:21 +00:00
e107steved
389705683e
Ban handling improvements - most checking done before DB opened (much faster if user is banned).
...
Fix some bugs in ban admin pages.
Separate handler for IP- and ban-related functions (moves them out of e107_class)
2011-12-28 10:01:25 +00:00
secretr
97b577db43
- Custom Pages front-end almost completely rewritten, backend fixes, SEF URL support, introducing page batch shortcodes and templates (available per page), compatibility stylesheet added (core css and jayya theme), tagwords plugin links proper to new pages URLs;
...
- Large number of system stability fixes and obsolete code replacement
2011-12-07 21:07:21 +00:00
secretr
5343109394
Moving to e_REQUEST_* instead e_QUERY/e_SELF usage; set system browser cache to false by default; user logout event triggered a bit earlier
2011-12-06 08:00:42 +00:00
secretr
e574d5f4f0
index.php is now system entry point, front page detection moved to index controller; various stabillity fixes and url admin interface improvements; htaccess template modfied to meet entry point changes; front page preference values (Front Page admin page) prefixed with 'url:' and 'route:' now accepted and recognized; full backward compatibility so far.
2011-12-01 22:08:23 +00:00
CaMer0n
076f03b696
User filter fixes
2011-11-29 23:37:44 +00:00
secretr
02f4461c69
New static methods setThemePref (sets current theme preferences) and themeLan (load theme language files in a much more convenient way).
2011-11-29 12:11:27 +00:00
secretr
d12b5e2ca1
new handlers, autoload and autoload_register methods, marked candidates for removal (to be moved to helper classes), single entry point related changes, minor fixes
2011-11-25 17:24:42 +00:00
secretr
c3e47ec137
check ban issue fix
2011-09-15 13:03:25 +00:00
secretr
024d0250ea
globals cleanup
2011-09-14 07:31:32 +00:00
CaMer0n
064c5c7d1e
Some basic preparation for new e_url scheme and other changes.
...
For anyone reading - please remember that 0.8 should not be utilized on a public site prior to official release.
2011-06-17 01:13:05 +00:00
CaMer0n
eb2349e1c2
Disable login.php when a custom e_LOGIN is used. (customlogin.php for example)
2011-06-07 02:20:27 +00:00
CaMer0n
7b5cfe8afa
More work on user administrators - plugin icons.
2011-05-18 08:58:35 +00:00
CaMer0n
047dfa1fcf
TinyMce bbcode plugin work
2011-05-10 12:47:03 +00:00
CaMer0n
ace962ab43
Fix bad commit
2011-05-03 22:13:59 +00:00
CaMer0n
0969c5cd42
2011-05-03 22:11:03 +00:00
secretr
e69432758b
return type correction
2011-04-29 11:17:52 +00:00
secretr
1a562f6fa2
More forum problems fixed, more to do
2011-04-25 11:29:21 +00:00
secretr
a0f61f86be
Mod rewritten URL detection improvements and BC, introducing e_REQUEST_SELF and e_REQUEST_HTTP constants (stripped query string)
2011-04-19 13:37:52 +00:00
secretr
6d378ca306
php notice
2011-04-19 10:34:52 +00:00
e107steved
ce0fc19280
Bugtracker #5198 - allow for global arrays not present
2011-04-17 20:57:34 +00:00
CaMer0n
17922a6a83
Real-time mass-mailing support added.
2011-04-08 05:11:38 +00:00
secretr
6ecf44adb8
mod_rewrite related problems and backward incompatibilities
2011-03-15 15:04:03 +00:00
secretr
e1447f16c1
missing function used in array_walk is crashing apache server
2011-03-06 12:54:20 +00:00
CaMer0n
b47800dbc3
Workaround for PHP Bug 53632
2011-02-26 19:56:10 +00:00
CaMer0n
20e1c2138e
Extra URL check. Thanks P.
2011-02-10 22:08:27 +00:00
secretr
ad918df72b
deprecated function usage removed
2011-01-20 12:30:10 +00:00
secretr
ca8b648818
e_parse replaceConstants refined - need speed test and eventually more work; generic checkvalidtheme() minor cleanup
2011-01-03 10:54:08 +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
3240652607
PATHINFO support enabled
2010-12-18 21:42:24 +00:00
secretr
e34d294993
porting some 0.7 environment changes
2010-12-13 11:22:57 +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
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
d908bead3b
e107 path override issues solved
2010-11-22 15:16:44 +00:00
secretr
e376b00298
mod rewrite support - e_REQUEST_URI and e_REQUEST_URL added to be used in forms (instead e_SELF), basic experimental generic XSS protection
2010-11-21 12:49:36 +00:00
secretr
640aa6b4a3
Lan import cache - should speed it up
2010-11-08 09:17:31 +00:00
secretr
9f298c46d1
Simplify import language definitions syntax for both core and 3rd party language files - introducing e107::coreLan() and e107::plugLan() (see new methods documentation)
2010-10-31 14:50:40 +00:00
secretr
104bed623b
no-load option for e107::getConfig(); install routine synchronized against latest changes
2010-10-28 14:05:41 +00:00
secretr
645d2dda6d
Mass changes (work in progress - related beta testing and feedback highly appreciated)
...
- New session handler - appropriate changes made at important core areas (language handler, chap login related)
- Overall better COOKIE handling (on both server and client side) - cookies respect now installation path, domain (based on language settings)
- Introduced Security Levels (see session handler constants/docs), security level option could be added to install routine now
- Security level printed on Administration info panel, appropriate lans added (subject of discussion)
- e_TOKEN security part of session handling now - logic depends depends on security level (TODO - POST_REFERER removal)
- e_print, e_dump debug functions added (for quick and nice debug view via site output), native overall FirePhp support planned
- a lot of minor bugfixes
2010-10-26 07:41:20 +00:00
e107steved
1ce87f76b0
Modify handling of reverse proxies
2010-10-21 18:03:23 +00:00