1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-13 19:15:19 +01:00

131 Commits

Author SHA1 Message Date
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
secretr
dca171c31a e207 class - jsHelper getter added 2010-01-26 12:25:59 +00:00
e107steved
74f2c27c18 Notice removal, small bug fixes 2010-01-04 21:35:38 +00:00
CaMer0n
b3dc19d4e0 Fixed e_ROOT path issue on Linux. Also $_E107['debug'] was not working in e107_include() etc. 2009-12-27 13:56:15 +00:00
CaMer0n
d450b9dd7d Path fixes - e_LOG 2009-12-27 11:25:19 +00:00
CaMer0n
78610f02b0 Fixed path inconsistencies and removed some path globals. Also some notice removal in update routine for core-media. 2009-12-15 11:05:17 +00:00
e107steved
08aaa0b0fc Fix documentation errors 2009-12-13 21:52:32 +00:00
e107steved
f165b74f37 Add some potentially useful path constants 2009-12-13 19:51:36 +00:00
secretr
84c75d3c5b admin UI - better 'layout' type interface; old featurebox 'method' disabled, shortcode handler reset scClass object method added (start of 'functions to methods' task) 2009-12-12 16:40:41 +00:00
CaMer0n
4b2b29ef01 media path fix 2009-12-12 11:01:04 +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
c344133a74 featurebox front-end - done, dynamic part and cleanup in progress 2009-12-09 18:33:43 +00:00
secretr
11d37fdc76 featurebox front-end - work in progress 2009-12-08 17:21:36 +00:00
secretr
8d32164211 Fixed installation issues 2009-12-02 16:51:04 +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
CaMer0n
f78445421c Fixes - sitelinks, mysql, custompages 2009-11-26 09:02:46 +00:00
secretr
0e2011cff5 LOCALHOST_IP is e107 class constant now 2009-11-24 16:41:10 +00:00
secretr
6b173127d8 IMPORTANT: class2/e107 class massive changes - most of code building core environment moved to e107 class; getter for retrieving SQL related config data added; still some problems awaiting solution - e_cache (pref independent, new static methods), class2 - Language related code need its own handler; follow XXX, FIXME, TODO comments. 2009-11-24 16:30:08 +00:00
CaMer0n
5be363265f re-write of admin->links + some form-handler option fixes. 2009-11-23 11:51:02 +00:00