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
CaMer0n
67c0b2d045
Port 0.7 language handling changes to 0.8
2010-09-10 01:01:48 +00:00
secretr
8324bb12bb
EONE-62 (New Feature): last visit update moved to e_user class;
...
various improvements on e_online;
no online updates if main admin logged in as another user account;
flood protection active for ajax requests now (see e_online comments);
user models fixes
2010-05-15 17:33:11 +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
secretr
067b0a07c2
EONE-62 (New Feature): almost working version when it comes to getting data;
...
e_front_model in development;
check_class() modified to accept values of type array;
work in progress
2010-05-02 18:41:20 +00:00
secretr
e0c8e76f70
Shortcode parser: fixed number of errors, more major changes, getScBatch will now auto-register batch (no need of registerShortcode() call), added new example of sc handler usage (news), work in progress
2010-04-25 13:52:14 +00:00
secretr
4e8be9a7b8
Shortcode parser: fixed number of errors, e107 method getScObject renamed to getScBatch, added new example of sc handler usage (news), work in progress
2010-04-24 11:39:14 +00:00
secretr
26e4de97e6
Shortcode parser: major changes (could break stuff), e_shortcode renamed to e_parse_shortcode, abstract e_shortcode class added, functions moved to e_parse_shortcode, more to do, getScObject added to e107 class, work in progress
2010-04-23 15:54:11 +00:00
secretr
fbf181c578
EONE-33 (task), EONE-49 (bug)
2010-04-15 15:38:16 +00:00
secretr
4bad3ba2e4
EONE-62 (New Feature): initial user model
2010-03-22 15:45:47 +00:00
secretr
14c3a17ac8
EONE-11 (Bug): fixing install routine (again)
2010-03-16 13:04:23 +00:00
CaMer0n
ab53f91431
EONE-36 (Improvement): Added media class. Icons are now imported and removed during plugin install/uninstall.
2010-03-14 02:11:23 +00:00
mcfly
5306afd727
${task.key} (${task.type}): User ranks now configurable and render properly. Still need to work on moving config from forum, and establishing a default config.
2010-03-13 18:59:28 +00:00
secretr
501d909e1e
Task EONE-11: wrong e_WEB_* paths fixed
2010-03-10 13:11:29 +00:00
secretr
9f96a5bbd3
IN PROGRESS - Tasks EONE-10, EONE-11: more paths added, 'nice' urls are supported now (see thumb.php)
2010-03-10 12:48:05 +00:00
secretr
b867685f01
e107 class - path typo
2010-03-08 15:26:05 +00:00
secretr
b1ec1dbebd
MAJOR CHANGES: new paths set by e107 class, $e107_CONFIG array can now override all kind of paths; cache path changed, preparing for GRAND changes.
2010-03-03 17:06:33 +00:00
secretr
18479a95f4
Nextprev rewrite: more flexible parameters, totally skinnable (simple parser), core templates, option to use plugin templates, no inline styles, BC granted
2010-02-27 19:05:07 +00:00
secretr
bc3d5efeeb
system base path - SSL auto-detection was disabled (thanks Luceos)
2010-02-25 10:06:26 +00:00
secretr
4fecfffddd
svn keywords added (v0.8)
2010-02-10 18:18:01 +00:00
CaMer0n
5ab6772c2b
New Paths
2010-02-09 20:43:54 +00:00
secretr
5650591813
e107 class small detail but getting the system down ;)
2010-02-02 15:49:09 +00:00
secretr
5c8977b817
handler list sorted (by class name), e_vars handler path added
2010-02-02 15:25:22 +00:00