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

52 Commits

Author SHA1 Message Date
secretr
a1f98a1477 another global variable killed - get rid of $eTraffic 2009-09-13 10:29:56 +00:00
secretr
75294085a0 mysql handler: _FIELD_TYPES aliases, new type 'null' added 2009-09-10 19:13:39 +00:00
CaMer0n
83a50ef2d3 db_Query needs to be public for now. menu_class and plugin manager now use loadLanFiles() 2009-09-10 15:24:57 +00:00
secretr
276d4f7a47 db class renamed to e_db_mysql, prepare for different SQL layers; started phpDoc cleanup 2009-09-10 12:06:39 +00:00
CaMer0n
c0041d69d0 Syntax and Notice fixes. 2009-09-06 20:04:04 +00:00
CaMer0n
2cdae5662c install packaging now working 2009-09-05 23:02:23 +00:00
CaMer0n
e2aa59c25e moved some mysql functions from admin/language.php to mysql_class.php. Optimized some multi-language functions in mysql_class.php 2009-09-05 18:58:56 +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
579674c87e Notice removal 2009-09-03 23:39:32 +00:00
CaMer0n
9cb70e72b9 Convert serialized core prefs to e107 arrayStorage during upgrade. Modified pref_class. expecting some things to break.. work in progress. default_install.xml should now install default emoticon pack correctly. 2009-09-01 20:09:36 +00:00
CaMer0n
d6c87894bd More install-routine work. default_install.xml added 2009-08-31 02:00:51 +00:00
CaMer0n
9c16c71089 Xml DB import work, + db_Replace() function added to mySql class. ie. REPLACE INTO etc.. 2009-08-29 18:07:42 +00:00
marj
e4c1ecd33a Bugtracker #2230 - possible fix - manage database utf8 encoding 2009-07-17 14:20:26 +00:00
e107steved
f6dc16a61b Get rid of some direct calls to mysql handler 2009-05-24 15:34:37 +00:00
mcfly
9b45d529ab Changed default db_Fetch() type to MYSQL_ASSOC, this should reduce unnecessary data exchange. Be on the lookout for possible issues caused by this. 2009-01-18 17:05:08 +00:00
mcfly
b70b956148 Coverted forum shortcodes to new class->method use 2009-01-10 04:39:54 +00:00
mcfly
0f0f55a1fa Updated mysql handler to accept array data in a bit different manner, updated forum code to comply. 2009-01-09 16:22:08 +00:00
mcfly
2c158e6050 Added ability to use mysql_class without the need for class2.php at all 2008-12-13 22:35:13 +00:00
secretr
13b8a037f6 Administration area - work in progress 2008-12-10 16:59:19 +00:00
mcfly
497f433bbf Forum work 2008-12-07 00:21:21 +00:00
mcfly
7351b6c03d Removing leftover debug code 2008-11-29 18:47:39 +00:00
mcfly
480b484b7c Another fix for _NULL_ types 2008-11-29 18:22:46 +00:00
mcfly
6584434317 Empty values on todb type are now handled correctly 2008-11-29 18:09:51 +00:00
mcfly
d01bf3a3ff More mysql_class field type changes. Forum updates to use it. 2008-11-29 01:24:27 +00:00
mcfly
ebf5ff1682 Expanded use of passing field types with db_Insert and db_Update 2008-11-27 20:13:58 +00:00
mcfly
96e9bfe9a5 Allow option to pass field types with db_Update and passing array 2008-11-26 23:34:35 +00:00
CaMer0n
fa440403c7 Removed the need for a separate db_UpdateArray() function. 2008-08-14 22:34:06 +00:00
e107steved
76d836d9f4 Make db_debug work with SQL_CALC_FOUND_ROWS 2008-05-17 17:18:36 +00:00
e107steved
91c3e4eab2 Support SQL_CALC_FOUND_ROWS, alternative DB prefix, new DB link 2008-05-14 20:20:32 +00:00
e107steved
0f510888b0 Default a parameter to help BC 2007-12-30 11:03:57 +00:00
e107steved
9162ce692a Various banlist/logging updates 2007-12-26 13:21:34 +00:00
e107steved
2ce90063c5 Tweak tables around a bit, make db logging compatible 2007-12-18 20:57:37 +00:00
CaMer0n
d56586411f Bug #4146 - debug was trying to explain queries without checking for the correct db connection. Fixed. 2007-10-15 11:03:29 +00:00
e107steved
71c83e3cb2 Part of bugtracker #4069 - DB updates to allow for IPV6 2007-09-22 21:46:23 +00:00
e107steved
722ab98d65 Slight improvement in multiple DB handling 2007-08-08 21:01:46 +00:00
e107steved
f4ee759ecc Bug in field checking routine 2007-07-24 21:29:36 +00:00
e107steved
6313abf452 Bugtracker #3985 - more improvements to DB class, pluss bring 0.7 and 0.8 mysql_class.php pretty much in line 2007-06-26 21:34:34 +00:00
CaMer0n
4dbb2522ea McFly's mysql enhancements + multilang fix. 2007-06-15 08:04:07 +00:00
e107steved
21b03a5bc8 Bugtracker #3975 - error checking never executed 2007-06-08 20:56:53 +00:00
e107steved
848fdea8e9 Bugtracker #3916 - hopefully coded what I really meant this time 2007-04-24 19:40:22 +00:00
e107steved
80039a322f Bugtracker #3916 possible fix - sort out return value 2007-04-22 09:07:27 +00:00
e107steved
91bf98e81f db_Select_gen didn't return right result for some query types on PHP5 2007-04-18 20:57:59 +00:00
lia
ba7ffd0e27 characters before/after open/closing tags 2007-04-12 08:10:20 +00:00
mrpete
b6c0946f37 Add function db_Table_exists() 2007-03-04 15:00:19 +00:00
CaMer0n
4b66f6067c bugfix - db_Insert() was returning FALSE when inserting successfully into a table without an auto-incremented id. 2007-02-20 17:43:17 +00:00
mrpete
4788c48a61 Eliminate loop from db_Update so partial field updates are as fast as full updates 2007-02-08 22:01:45 +00:00
e107steved
5bf1769ff3 Signal extra error in db_Update 2007-02-07 21:25:11 +00:00
CaMer0n
42e6d5c4d5 Fix for $sql2 issues with previous commit. 2006-12-30 03:07:50 +00:00
CaMer0n
66bedf6ff5 added resource-identifier to mysql_class, allowing connections to different databases simultaneously. Appears to be working smoothly, but please put it through it's paces, and let me know. thx 2006-12-30 01:11:49 +00:00