1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

87 Commits

Author SHA1 Message Date
Cameron
1aeb4d5c9e More useful debug 2013-03-15 19:25:28 -07:00
Cameron
5effcd6dc2 Fix for install routine issue. Suppress any errors when not in debug mode. 2013-03-15 05:50:44 -07:00
Cameron
431b3f5357 Install file - removal of old code. 2013-03-14 17:18:51 -07:00
Cameron
972dba3037 Moved e107_admin/sql/core_sql.php to e107_core/sql/core_sql.php 2013-01-23 13:23:10 -08:00
nlstart
4c06aa27b7 Install improvements
auto create of e107_config.php during install, a few LAN-fixes,
improvements on readability, /tbody-tag fix, added descriptions to
various functions
2012-12-27 11:52:24 +01:00
SteveD
c11db9a05f Issue #67 - fix admin log handling of plugin-specific event titles (with language support). 2012-12-23 15:00:15 +00:00
Cameron
c5da835fb8 install.xml handled correctly and no renaming of the htaccess file during debug. 2012-12-16 21:07:28 -08:00
Cameron
2990524803 Default-install fixes. Login Menu Template upgraded 2012-12-16 16:02:13 -08:00
Cameron
a23d845054 Files directory no longer created during install. ( Issue #45 ) 2012-12-16 13:02:19 -08:00
Cameron
9217a078fd Installer rework. Includes checking and renaming of e107.htaccess ( Issue #45 ) 2012-12-16 01:44:58 -08:00
e107steved
784e755ce5 Ignore placeholder file 2012-10-08 19:13:04 +00:00
CaMer0n
d8b956152e Install Fixes and datepicker fix for Chrome and Safari 2012-07-18 02:24:34 +00:00
CaMer0n
bc72f5522e Install path fixes. 2012-06-23 10:08:17 +00:00
CaMer0n
5f143146a0 Path updates 2012-06-08 09:05:33 +00:00
secretr
750df8929f the non-committed part of r12513 2012-01-06 11:23:18 +00:00
e107steved
db9b9c1a57 Another directory needs to be writable 2011-12-28 09:23:55 +00:00
e107steved
1289e8d2c0 Additional installation checks 2011-10-21 20:16: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
7287f055a1 missing core function added to install routine 2010-10-27 11:41:54 +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
812ef3f7a5 EONE-130: Add support for InnoDB tables in installer 2010-10-23 16:40:42 +00:00
secretr
542c3d6f5e Cookie name set during installation fix 2010-05-20 08:56:19 +00:00
secretr
cca1f3f8e0 Install routine fix - problem related mainly with our old enemy - global vars;
Everything should work fine now, notices also cleared.
2010-05-16 11:14:19 +00:00
secretr
fbf181c578 EONE-33 (task), EONE-49 (bug) 2010-04-15 15:38:16 +00:00
mcfly
81e138c4cb Added a few directories to the must_write list, installer now completed successfuly. 2010-03-21 02:55:25 +00:00
secretr
14c3a17ac8 EONE-11 (Bug): fixing install routine (again) 2010-03-16 13:04:23 +00:00
secretr
4fecfffddd svn keywords added (v0.8) 2010-02-10 18:18:01 +00:00
CaMer0n
b31709f728 path changes (xml files) 2010-02-09 21:42:11 +00:00
mcfly
a90d5a0373 Various install fixes, now produces a site at least. 2010-01-23 02:07:50 +00:00
e107steved
feaeb58632 More comments, install logging, notice removal 2010-01-16 19:54:04 +00:00
CaMer0n
d450b9dd7d Path fixes - e_LOG 2009-12-27 11:25:19 +00:00
secretr
8d32164211 Fixed installation issues 2009-12-02 16:51:04 +00:00
e107steved
cd016be076 More mailout updated - starting on bounce handling 2009-11-24 20:40:35 +00:00
CaMer0n
1377b23532 Fix copyright info. 2009-11-18 01:06:08 +00:00
marj
8c0be0b4fe missed one 2009-11-17 14:21:11 +00:00
marj
937125d6ee PHPdoc fix 2009-11-17 14:05:34 +00:00
marj
e41a48ffe6 PHPdoc fix 2009-11-17 10:31:05 +00:00
marj
629ebe31f5 We need to fix this 2009-11-17 09:11:05 +00:00
CaMer0n
0243decd2b path corrections 2009-11-17 07:40:51 +00:00
CaMer0n
d892e2c039 Some code cleanup 2009-11-05 09:15:19 +00:00
CaMer0n
362151c3bb Notice removal 2009-11-03 01:17:25 +00:00
CaMer0n
e5afcd0aef check for existing tables during install. 2009-10-21 11:08:32 +00:00
marj
403d1c7471 avoid possible charset conflict 2009-10-21 07:56:39 +00:00
CaMer0n
2e71f54abb Some error fixes during install. 2009-10-21 03:53:27 +00:00
e107steved
0a96f4ca7b Disable redundant code 2009-09-29 21:25:10 +00:00
secretr
64f9020f5d e107 class improvement: getMessageHandler() method added (for consistency), getLan() renamed to includeLan() 2009-09-19 15:27:26 +00:00
CaMer0n
24da53a649 Remove debugging line 2009-09-17 13:52:33 +00:00
CaMer0n
d0f696f943 Remove 'downloads' from the core sql table, and more installation fixes. 2009-09-17 01:47:20 +00:00
CaMer0n
db3a16fdc6 Install fixes and notice removal 2009-09-17 00:13:40 +00:00
CaMer0n
f4d987b98e Notice removal during install 2009-09-13 12:12:23 +00:00