stronk7
ba05965e5c
Messages about missing functions in old and new upgrade are showed
...
only if the corresponding file exists.
2006-08-28 15:47:45 +00:00
stronk7
b477a2f166
Changing one wrong previous value.
2006-08-28 15:21:41 +00:00
moodler
5bfecd388d
Cleaned up the code to remove security issues and to show Ed Coyne
...
how to use the Moodle API and follow coding guidelines.
I think I broke something but I'm sure Ed can fix it from here!
2006-08-28 14:42:07 +00:00
gustav_delius
e57d9d69f7
Small correction in the documentation for the $CFG global
2006-08-28 09:00:38 +00:00
toyomoyo
1648afb278
changes to how to pull out a list of users (course/module participants)
2006-08-28 08:42:30 +00:00
vyshane
7654b2bb08
Added lang string
2006-08-28 07:30:07 +00:00
moodler
9250203ff5
Added a better string as per MDL-6379
2006-08-28 07:12:10 +00:00
moodler
b2174cc86b
FIxed some file paths
2006-08-28 06:57:40 +00:00
moodler
c5eef32d56
New strings for AJAX setting
2006-08-28 06:51:46 +00:00
moodler
a0bfbeaae8
Integrated topicsajax into "topics"
2006-08-28 06:49:19 +00:00
moodler
67a3fac51f
Added new field 'ajax' to user table, to store AJAX preference
2006-08-28 06:41:05 +00:00
vyshane
e823cd13fa
Cleanups
2006-08-28 06:36:36 +00:00
vyshane
620e1e5b27
Fixed notice.
2006-08-28 06:14:58 +00:00
vyshane
d50ccb9932
Fixed notice
2006-08-28 06:14:06 +00:00
vinkmar
f1700fab26
Install/upgrade procedures changed to use $ADMIN instead of defaults.php and config.php.
...
See http://moodle.org/mod/forum/discuss.php?d=52636 for details
2006-08-28 06:02:00 +00:00
cap2501
fbca9f0f57
Removed frame around draggable blocks and fixed 'short drag' bug.
2006-08-28 04:33:41 +00:00
cap2501
0dcb53d545
removed override for $USER->use_ajax
2006-08-28 04:30:46 +00:00
vyshane
5ce6f628ba
Dropping forum.open and forum.assesspublic from .sql files. Added forum
...
upgrade to roles code to postgres7.php.
2006-08-28 03:51:38 +00:00
cap2501
2f661649b0
*** empty log message ***
2006-08-28 02:49:04 +00:00
moodler
668896e531
It's not required that all modules have the old upgrade function and
...
the new upgrade function.
2006-08-28 02:10:23 +00:00
cap2501
931ef52833
added description for topics - AJAX format
2006-08-28 02:08:37 +00:00
cap2501
4a1a14c9d3
added nessicary code for ajax course format
2006-08-28 02:06:04 +00:00
cap2501
d4df8fdcae
small changes, also de-tabbed and unix fomatted
2006-08-28 02:05:02 +00:00
vinkmar
9519ee2eb7
* admin_setting defaults added
2006-08-28 01:32:11 +00:00
vinkmar
d83f27cefe
* documentation started in adminlib.php
...
* default for block editing changed to "off" (bug in previous revisions)
* added defaults for all admin_setting's
2006-08-28 01:31:37 +00:00
cap2501
49884e9702
Removed evil tabs
2006-08-27 23:45:36 +00:00
cap2501
9a900dfc07
converted dos mode to unix mode
2006-08-27 23:28:39 +00:00
cap2501
097579f09c
Fixed to eliminate use of 'GET' and 'POST'
2006-08-27 22:58:51 +00:00
stronk7
716332e68b
Added support to SQL generation of statements
2006-08-27 22:31:02 +00:00
stronk7
9dbc13db9a
Concat operator for mysql added
2006-08-27 22:25:41 +00:00
stronk7
b96aaad125
Concat operator for mssql added
2006-08-27 22:24:09 +00:00
stronk7
a75636b7ed
Added support to SQL generation of statements
2006-08-27 22:22:23 +00:00
cap2501
ee3c87bd84
Fixes needed to work from cvs
2006-08-27 22:09:56 +00:00
stronk7
efd1e2032d
Added support to SQL generation of install INSERTs
2006-08-27 21:59:04 +00:00
stronk7
3655a6b39f
Set magic_quotes_sybase for both mssql and oci8po.
...
Anyway, this isn't enough and if must be defined in php.ini
or .htaccess, because GPC are added BEFORE this setting
has effect so they are slashed with the default char.
2006-08-27 21:57:33 +00:00
stronk7
de64b6c69e
modify stripslashes_safe() to work properly under magic_quotes_sybase
...
(both addslashes and stripslashes do it properly based on the setting)
2006-08-27 21:52:22 +00:00
skodak
f2b5d7e3b7
trusttext implementation in Forum module, fixed incorrect merging, added missing postresql upgrade code, some other minor fixes
2006-08-27 20:45:04 +00:00
danmarsden
6ba7f08774
Fix for MDL-4190 - when admin is editing profile, admin loses all subscriptions to forums.
2006-08-27 20:33:54 +00:00
skodak
7af25328c2
fixed cosmetic typo - missing semicolon before closing tag
2006-08-27 18:38:16 +00:00
skodak
9d4cb9e33b
New handwritten XMS schema for install.xml files, generator is fixed to link it too. It is not doing all the checks as XMLDB editor from contrib, but it helps to detect basic problems in general XML editors - such as the one in Eclipse ;-) It can serve also as basic documentation of the install.xml format.
2006-08-27 18:33:37 +00:00
koenr
6494526340
typo - Thanks Mits!
2006-08-27 18:02:23 +00:00
stronk7
d1c21c8f31
Very, very, very, very initial support of insert_record for oracle.
...
I shouldn't interfere with the rest at all. I needed it in CVS now.
2006-08-27 09:02:41 +00:00
stronk7
d6eb06b60b
Initial commit supporting install/upgrade inder XMLDB.
2006-08-27 09:00:23 +00:00
stronk7
f2e0049dec
Just remove one condition previously checked.
2006-08-27 08:58:09 +00:00
stronk7
b8851b80eb
Cache names for improved speed in long iterations requesting
...
the same name thousands of times.
Prepare Oracle Sequnces for the insert_record function.
2006-08-27 08:52:51 +00:00
koenr
c7a872cbcf
updating index files MDL-3484
2006-08-27 08:26:48 +00:00
koenr
4d6cb85c3b
updating index files MDL-3484
2006-08-27 08:20:34 +00:00
skodak
168fa2c1d1
reverting isguest() changes
2006-08-27 08:10:03 +00:00
koenr
7d06e3b3be
updating index files MDL-3484
2006-08-27 08:09:03 +00:00
koenr
702a3aafa7
typo
2006-08-27 08:01:24 +00:00