1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-24 16:52:43 +01:00

33 Commits

Author SHA1 Message Date
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
56c343f035 detail related to the previous commit 2011-01-15 21:02:43 +00:00
secretr
e45fb13eac more browser cache control issues (more fixes coming soon) 2011-01-15 20:51:35 +00:00
secretr
0c794e2fb4 cross-browser cache issues 2011-01-14 12:19:03 +00:00
secretr
f3ab862313 improved browser cache control, clear browser cache added to cache administration 2010-12-17 17:21:48 +00:00
secretr
6f49745358 (experimental changes) overall front-end pages and e_jslib.php load speed up (304 not modified tests passed), bugfixes, better headers, e_meta works fine with JS manager now 2010-12-16 16:56:00 +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
CaMer0n
c2f3786d90 eTag validation fix and If-None-Match support. 2010-09-03 22:02:30 +00:00
e107steved
dcdddffb20 Fix ETag format 2010-08-25 08:11:27 +00:00
e107steved
7c42e8f136 Adjust check for php-enabled compression 2010-07-26 21:47:31 +00:00
secretr
4fecfffddd svn keywords added (v0.8) 2010-02-10 18:18:01 +00:00
CaMer0n
d450b9dd7d Path fixes - e_LOG 2009-12-27 11:25:19 +00:00
CaMer0n
1377b23532 Fix copyright info. 2009-11-18 01:06:08 +00:00
marj
07b233ea05 We need to fix this 2009-11-17 09:17:08 +00:00
CaMer0n
0243decd2b path corrections 2009-11-17 07:40:51 +00:00
secretr
38431a75f8 js manager header/footer render 2009-10-01 15:05:41 +00:00
secretr
a1f98a1477 another global variable killed - get rid of $eTraffic 2009-09-13 10:29:56 +00:00
CaMer0n
c0041d69d0 Syntax and Notice fixes. 2009-09-06 20:04:04 +00:00
CaMer0n
8fa5d97fde Finally the debugger shows only what it's meant to and no longer creates Xhtml errors in some cases. 2009-07-12 02:29:24 +00:00
e107steved
2734a2e28d Log a bit more 2008-12-29 18:17:46 +00:00
e107steved
870bb3bc1b Left some old dross from a previous start in 2008-11-25 20:12:30 +00:00
e107steved
43398e68a0 Add option to create daily text file of page accesses 2008-11-23 22:49:52 +00:00
e107steved
1ea8b5e582 Minor LAN error/format 2008-01-05 20:49:06 +00:00
e107steved
e2ce05fbbc Bugtracker #3557 - Hard-coded LANs in footer 2007-08-13 19:56:46 +00:00
e107steved
5854ee6996 Remove BOM from files 2007-06-21 19:40:43 +00:00
mrpete
dff57a81f3 cpu time support, proper handling of footer css, themeable
footer hook.
2007-03-04 22:04:18 +00:00
e107steved
b834d1376f Add missing closing tags 2007-01-17 20:47:41 +00:00
mrpete
d250aad939 support debug output formatting; support popup debug 2007-01-17 13:43:14 +00:00
streaky
2eb384847c Gzip Compression is now fixed & working correctly with IE! 2006-12-17 11:01:05 +00:00
CaMer0n
bf03a06c36 Bug #2354 - fix for gzip compression issues. 2006-12-09 06:53:06 +00:00
mrpete
791ef7d776 Bugfix #3568 - wysiwyg was not being tested for properly. This has been an ongoing
issue, now resolved. admin and user code need not download wysiwyg js etc -- use
 e_WYSIWYG constant to see if it is enabled.
Also fixed minor popup bug in header/footer (two different issues)
2006-12-07 12:53:49 +00:00
mrpete
76c1196f3a install shutdown error handler for php; Resolve
error reporting issue(s) by consolidating debug error
 reporting in a single Show_ALL() function.  Fixed an undefined var along the way.
2006-12-05 09:33:20 +00:00
mcfly
e149b35fcc new module creation 2006-12-02 04:36:16 +00:00