stronk7
157597deca
Reverting last commit. This is an EXTERNAL library file and shouldn't
...
be modified. And it was broken (strange linefeeds). MDL-11779
Merged from MOODLE_19_STABLE
2007-10-15 22:04:02 +00:00
nicolasconnault
b7064779f5
Updated copyright notice in header
2007-10-10 05:25:14 +00:00
iarenaza
0baafc173a
Fix MDL-11632: Multiple files with emtpy lines outside PHP open/close tags
...
There are multiple issues with Moodle files containing empty or blank lines
(lines consisting of white spaces or tabs only) and/or white space before or
after the PHP open and close tags, notably with config.php and theme files.
2007-10-09 21:43:28 +00:00
stronk7
27baf81851
Fixed bug when inserting strings beginning by single quotes. MDL-10788
...
Merged from MOODLE_18_STABLE
2007-08-10 00:50:04 +00:00
stronk7
d792519749
Adding some comments about latest local changes. MDL-10788
...
Merged from MOODLE_18_STABLE
2007-08-10 00:48:00 +00:00
stronk7
f05e24491a
Re-adding some strings that were lost when stripping BOMB
2007-07-30 15:06:52 +00:00
nicolasconnault
84338bde48
MDL-10637 Applied Eloy's suggested fix to the BOMs in the files he detected on his oh-so-aware Mac :-)
2007-07-30 11:51:37 +00:00
skodak
98518b6221
MDL-9876 import adodb 4.95a
2007-05-24 17:14:58 +00:00
skodak
7e810d419a
MDL-8429 Upgrade ADOdb to 4.9.4
2007-04-07 08:30:19 +00:00
Martin Langhoff
f3f7610c90
cvsimport fixups -- cvshead had strayed from upstream
2007-01-04 13:15:04 +13:00
stronk7
ed4b4bf1d0
New ADOdb driver that extends the standard mssql one. All it does is
...
to prepend the 'N' char before any SQL literal sent to DB, mainly
because nobody (ODBTP, FreeTDS, ODBC, SQL*Server) seems to be doing
this task, and it prevents, in an high degree true cross-db compatibility.
Once we've moved to prepared statements and some of the developers for
any of the products above (hopefully MS, at server level) will avoid
the 'N', we'll be able to go back to another mssql drivers.
More info at:
- http://docs.moodle.org/en/XMLDB_Problems (point 8)
- http://tracker.moodle.org/browse/MDL-6877
2006-10-19 21:57:23 +00:00
skodak
9d2afb7095
import of new adodb 4.93 with our small fixes and tweaks MDL-6919; it should be now possible to solve MDL-6760 can't use the word null in a question answer in the commit message
2006-10-11 18:40:14 +00:00
stronk7
a08a698895
Updated moodle notes to reflect latest change to odbc_mssql driver.
2006-10-09 23:39:32 +00:00
stronk7
d5d50c2d54
Fixed ServerInfo() behaviour for odbc_mssql. We need this working properly NOW!
...
(will be back once ADOdb code supports it properly)
2006-10-09 23:36:27 +00:00
stronk7
cd2acc4aa1
Added MetaIndexes() support to the odbc_mssql driver. We need it NOW!
...
I've posted one comment about this in ADOdb forums:
http://phplens.com/lens/lensforum/msgs.php?id=15930
2006-10-09 22:26:21 +00:00
stronk7
a3f3ff1b69
Added MetaIndexes() support to the odbc_mssql driver. We need it NOW!
...
I've posted one comment about this in ADOdb forums:
http://phplens.com/lens/lensforum/msgs.php?id=15930
2006-10-09 22:21:01 +00:00
skodak
30fce5000a
removed one more unneeded file from adodb library
2006-09-28 18:29:54 +00:00
stronk7
13e9de1c67
Fixed Bug MDL-6647 - PG version not being fetched properly.
...
(http://tracker.moodle.org/browse/MDL-6647 )
2006-09-27 17:48:45 +00:00
skodak
c3768dfc70
testing forced conversion to proper numeric type in _adodb_column_sql() SC#259
2006-09-05 23:59:25 +00:00
skodak
849bbccfbb
ADODB v4.92a import
2006-08-30 08:12:11 +00:00
skodak
a68f983779
fixed $zthis typo in postgres7 driver, Eloy is reporting it upstream
2006-08-29 22:06:31 +00:00
skodak
c0e3c8d2b2
import of new ADODB v4.92 library
2006-08-29 20:23:17 +00:00
skodak
efc7316caa
import of ADODB v4.91 and general cleanup, removed some unused files - see readme_moodle.txt; new session2 code needs a new table, I am going to use the new database functions for that later, for now we are using the old table and old database session code.
2006-08-21 06:54:00 +00:00
moodler
7d94fa91d5
Upgraded ADOdb to 4.71
...
http://sourceforge.net/project/shownotes.php?release_id=387862&group_id=42718
2006-01-28 06:04:42 +00:00
martinlanghoff
e2e6b166df
Merged from MOODLE_15_STABLE - AdoDB tests cleanup after Secunia Advisory SA18267
2006-01-03 20:53:15 +00:00
martinlanghoff
ed5cc66d5d
Merged from MOODLE_15_STABLE: Fix for Secunia Advisory SA18267 - plus logging of suspicious activity
2006-01-03 20:42:39 +00:00
moodler
6911cc8880
Merged in the new ADOdb 4.66 from STABLE
2005-11-10 08:06:07 +00:00
moodler
d43985607d
Updated ADOdb to latest version 4.60
2005-02-18 08:37:18 +00:00
dhawes
9ea8fa21f5
Fixed double end comment tag and conversion of tabs to spaces - inspired by error in doudle end comment tag found by ottenhoff and noted in comment to bug 1981
2004-09-24 22:40:48 +00:00
gustav_delius
839f2456bb
XHTML compliance
...
- fixed (hopefully) all <img> tags
- global replace on <br> to <br />
- & in URLs
- got the forum module XHTML compliant
Julian Sedding
2004-09-16 17:13:57 +00:00
moodler
fab7e07e19
Upgraded to ADOdb 4.5.1. Contains a lot of small fixes and speed-ups.
2004-08-07 14:10:19 +00:00
moodler
b5e4a76e20
Some missing files from the last upgrade
2004-07-25 13:50:44 +00:00
moodler
038230082e
Latest version of ADOdb. Now compatible with PHP5
2004-07-13 03:13:35 +00:00
moodler
1579586ced
Some blank index.html files to prevent browsing
2004-03-20 04:10:26 +00:00
moodler
5d67c62017
Latest version ADOdb 4.20
2004-03-07 02:33:26 +00:00
moodler
25be6cfff3
Upgrading ADOdb to 4.11 ... there were lots of little bug fixes
2004-01-30 03:11:47 +00:00
moodler
93de2fbcb6
Updates to ADOdb 4.0.1 - some bug fixes
2003-10-25 05:59:58 +00:00
moodler
06e3c5c030
Upgraded to AdoDB 4.00 ... starting to think seriously about the
...
data dictionary conversion ...
2003-10-22 08:52:42 +00:00
moodler
0d27c9ea8b
Upgraded ADOdb to 3.60 ... supposed to be faster plus has bugfixes
2003-07-05 06:23:27 +00:00
moodler
644f6213f1
Removed funny line feeds? Hope so.
2003-05-26 02:44:29 +00:00
moodler
05c7ec6f2b
Trying to force DOS format
2003-05-26 02:20:39 +00:00
moodler
a6d71a2199
Upgraded ADOdb to version 3.40
...
Works OK for me in tests under MySQL on my server
2003-05-04 11:59:49 +00:00
moodler
666122b94b
Upgraded ADOdb to 2.50 because it fixes some bugs with PHP 4.3.0
2002-11-30 13:23:39 +00:00
martin
e5c2a9e441
Whoops ... last conversion actully tampered with comment formatting
...
... I've fixed that now.
2002-09-09 06:23:39 +00:00
martin
bc44a3a0ad
Converted all the DOS format text files to UNIX format, for consistency
...
with the rest of Moodle and also to prevent possible mangling of
files in case they are FTP'd individually to a server.
2002-09-09 06:17:11 +00:00
martin
b1a1b00aa6
Upgraded to ADOdb 2.12
2002-06-13 12:31:58 +00:00
martin
2e93c2a8b0
Upgraded to ADOsb 2.00
2002-05-17 13:24:50 +00:00
martin
9fa730a60b
Upgraded ADOdb to 2.00
2002-05-17 13:20:16 +00:00
martin
28bbcf011c
Upgraded to ADOdb 2.00
2002-05-17 13:19:23 +00:00