1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-29 18:47:54 +01:00

47 Commits

Author SHA1 Message Date
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
CaMer0n
c0041d69d0 Syntax and Notice fixes. 2009-09-06 20:04:04 +00:00
CaMer0n
f4213f077c No more MySQL errors when using db_Table_exists(). Install now saving preferences in a better way. 2009-09-05 12:48:28 +00:00
CaMer0n
3e5d46663e Some work on unattended install.. not fully working yet. 2009-09-04 01:17:22 +00:00
CaMer0n
5682d51849 More Install fixes. Prefs seem to be saving correctly now. 2009-09-03 22:27:32 +00:00
CaMer0n
f1c94415dc more fixes 2009-09-03 14:39:20 +00:00
CaMer0n
30e6ad4225 Update Routines now checks default_install.xml for default core preferences. XML import function improvements and some PHP notice removal. 2009-09-01 02:00:56 +00:00
CaMer0n
d794790a59 Small change to theme.xml naming for plugin installation. 2009-08-31 14:37:24 +00:00
CaMer0n
40aac31efa Emotes and other prefs were missing from default_install.xml. 2009-08-31 02:49:02 +00:00
CaMer0n
a4cb2693e0 Fixed LAN on installer and removed trailing slashes from menu_paths on default install. 2009-08-31 02:07:08 +00:00
CaMer0n
d6c87894bd More install-routine work. default_install.xml added 2009-08-31 02:00:51 +00:00
CaMer0n
bcc8fa2ff3 New Installer Prefs added, and some cleanup. 2009-08-29 02:44:39 +00:00
secretr
fe1c87165c install routine update - related with e107 class changes 2009-07-21 18:29:45 +00:00
marj
33af05c1c3 language cleanup on install 2009-07-18 18:37:45 +00:00
marj
a1a0a96216 icon26 was lost 2009-07-18 11:41:44 +00:00
marj
e4c1ecd33a Bugtracker #2230 - possible fix - manage database utf8 encoding 2009-07-17 14:20:26 +00:00
marj
ec3b8aa5b2 add add menu_layout and some prefs to work on the install 2009-07-16 10:12:26 +00:00
marj
cb75dfe76c compliance 2009-07-14 12:31:00 +00:00
CaMer0n
c6568d0b31 Updated file description 2009-07-14 05:31:57 +00:00
e107steved
322b1e5024 Correct a couple of bits of initialisation on install 2009-05-15 19:30:03 +00:00
secretr
f78812a79d dblog added to install routine, strict sql query error fixed 2009-04-02 15:21:48 +00:00
e107steved
c3aa41f55f Bugtracker #4664 - non-existent file referenced 2009-01-25 12:32:35 +00:00
e107steved
9aa53886b5 Reinstate temporarily commented out code 2009-01-04 16:39:14 +00:00
mcfly
641dba3b2e Few changes to aid with automated install 2008-12-27 21:41:33 +00:00
mcfly
eae1ce3664 fixed adding initial user (forum related fields gone) 2008-12-19 02:55:14 +00:00
mcfly
00779002b0 e107 getInstance fix 2008-11-26 00:26:56 +00:00
e107steved
ec13689f67 Tidy up various errors and inconsistencies that have crept in 2008-07-25 19:26:46 +00:00
e107steved
1ac0405641 Bugtracker #4425 - just warn if directories associated with optional features aren't writable 2008-07-09 21:38:24 +00:00
e107steved
6db147e0d8 Bugtracker #4450 - allow empty DB prefix (specially for Bieleke) 2008-07-08 21:09:28 +00:00
e107steved
cda3863c84 Update required versions of PHP and MySQL for 0.8 2008-05-26 13:19:06 +00:00
e107steved
d7d3355baa Bugtracker #4296 - table/prefix names beginning with numerics and 'e' cause mySQL error 2008-05-25 10:23:12 +00:00
e107steved
a42ac9dc26 Bugtracker #4351 - mysql_real_escape_string() instead of of deprecated mysql_escape_string() 2008-03-12 22:23:14 +00:00
secretr
02bc133676 fixed sql error (fit the changes to core_sql) 2008-01-20 22:55:06 +00:00
CaMer0n
067384d0f6 Added $CACHE_DIRECTORY and $UPLOADS_DIRECTORY to install routine. Still needs to be tested. 2008-01-16 11:08:52 +00:00
e107steved
da460caa62 Bugtracker #3826 - eliminate hard-coded LANs 2007-03-05 21:13:17 +00:00
e107steved
e14d515ead put back php closing tag (been missing for ages and no-one noticed except marj), correct entry for integrity check plugin install (thanks again marj), but disable since plugin is deprecated. 2007-01-09 20:12:42 +00:00
e107steved
1190681e34 Bugtracker #3443, #3445 - installer text lanified, example classes added to db correctly 2007-01-08 21:33:52 +00:00
mcfly
e149b35fcc new module creation 2006-12-02 04:36:16 +00:00