stronk7
|
623942afff
|
Allowinng tables to create fields/keys/indexes using the one-pass-setters
|
2006-09-02 23:52:55 +00:00 |
|
stronk7
|
76fd473623
|
Added one-pass-setters for fields/keys/indexes.
|
2006-09-02 23:51:39 +00:00 |
|
stronk7
|
cb62712c6d
|
Added some used strings
|
2006-09-02 23:49:02 +00:00 |
|
stronk7
|
4dc4dde9e2
|
First implementation of the create_table() function. Simple.
|
2006-09-02 23:48:02 +00:00 |
|
stronk7
|
228d8c20d7
|
New function execute_sql_arr() to execute arrays of
statements, Used by ddllib.php mainly.
|
2006-09-02 23:46:43 +00:00 |
|
stronk7
|
1331745826
|
course_sections->summary and course_sections->sequence can be NULLable (experimenting....)
|
2006-09-02 22:37:38 +00:00 |
|
skodak
|
4672d9557d
|
added prune() to admin tree class to prevent errors in applying of backup defaults
|
2006-09-02 19:30:54 +00:00 |
|
skodak
|
e0f6e99528
|
fixed frontpagesettings, install is not useing admin/site.php anymore
|
2006-09-02 15:29:52 +00:00 |
|
skodak
|
6e4dc10f54
|
deglobalization of $ADMIN; merged admin/adminlib.php into lib/adminlib.php; fixed includes and some other minor fixes
|
2006-09-02 13:14:57 +00:00 |
|
skodak
|
86a1ba04fd
|
replace all uses of isset($USER->id) with empty() to allow proper operation of $CFG->notloggedinroleid hack
|
2006-09-02 11:44:04 +00:00 |
|
skodak
|
35a518c5de
|
fixed admin defaults, some warnings during install and added trmporary hack to make $CFG->notloggedinroleid work
|
2006-09-02 10:03:30 +00:00 |
|
stronk7
|
d32d63b6e0
|
Now record_exists_sql() uses the cross-db limit implementation.
|
2006-09-01 18:33:19 +00:00 |
|
stronk7
|
0be16c1d8c
|
mssql doesn't support aliases nor position numbers in the
GROUP BY clause. Just columns and expressions.
|
2006-09-01 18:24:09 +00:00 |
|
stronk7
|
8351e29517
|
Introduced one function to calculate the proper "AS"
keyword for columns. All DB seems to support it but
PostgreSQL require it!
|
2006-09-01 17:45:02 +00:00 |
|
toyomoyo
|
20aeb4b8e3
|
utf8 migrate support for site with roles active, resolved isstudent legacy problem, implemented $CFG->notloggedinroleid
|
2006-09-01 09:25:34 +00:00 |
|
moodler
|
9ebcb4d28e
|
if role_assign is called by the current user on themselves, then reload
the capabilities table
|
2006-09-01 06:30:01 +00:00 |
|
moodler
|
1dc1f03795
|
More flexible role_unassign() that allows setting of any combination of arguments
|
2006-09-01 06:10:45 +00:00 |
|
stronk7
|
5f941d12ab
|
user->description can be NULLable (experimenting....)
|
2006-08-31 23:31:36 +00:00 |
|
stronk7
|
9b99c05f10
|
user->description can be NULLable (experimenting....)
|
2006-08-31 23:20:47 +00:00 |
|
stronk7
|
6c76032bc1
|
course_categories->description can be NULLable (experimenting....)
|
2006-08-31 23:17:23 +00:00 |
|
stronk7
|
1d39207fae
|
course_categories->description can be NULLable (experimenting....)
|
2006-08-31 23:04:15 +00:00 |
|
stronk7
|
17c9113752
|
This condition was preventing new installs sometimes
|
2006-08-31 22:42:04 +00:00 |
|
stronk7
|
a0abf36ddd
|
This condition was preventing new installs sometimes.
|
2006-08-31 22:33:18 +00:00 |
|
skodak
|
dd04ab499e
|
fixed default values in apply_default_exception_settings(); several values in lib/default.php are wrong, but I guess we do not need to fix them because it as replaced by the new administration framowork ;-)
|
2006-08-31 21:50:22 +00:00 |
|
rtcn2
|
9fb0f61a03
|
missing comma inserted line 752, removed comma from line 753
|
2006-08-31 19:47:54 +00:00 |
|
stronk7
|
99215f2c6f
|
modinfo nullable and without default.
|
2006-08-31 19:39:18 +00:00 |
|
stronk7
|
a974b5a4d8
|
course->modinfo can be NULLable (experimenting....)
|
2006-08-31 16:59:29 +00:00 |
|
tjhunt
|
73d4db845e
|
New function choose_from_menu_yesno
|
2006-08-31 16:55:48 +00:00 |
|
skodak
|
2b53194573
|
fixed riskbitmask problems, sorry :-(
|
2006-08-31 16:01:41 +00:00 |
|
skodak
|
6086e1aab2
|
removing trustbitmask for now and comment from riskbitmask
|
2006-08-31 09:20:24 +00:00 |
|
skodak
|
be4486da83
|
capability riskbitmasks and user trustbitmask patch #1 see MDL-6412
|
2006-08-31 08:36:36 +00:00 |
|
moodler
|
86cbff7abd
|
Clean up for role_assign()
|
2006-08-31 08:30:28 +00:00 |
|
moodler
|
f44152f44c
|
Added "enrol" parameter to role_assign which records how this assignment
was made
|
2006-08-31 07:58:53 +00:00 |
|
skodak
|
eb744c5ef7
|
redirect() now always respects delay 0 if specified + some minor changes
|
2006-08-31 07:45:58 +00:00 |
|
moodler
|
a9e1c058d5
|
More robustness fixes for accesslib
|
2006-08-31 07:40:48 +00:00 |
|
moodler
|
c5ddc3fd8b
|
More defensive get_parent_cats()
|
2006-08-31 05:06:30 +00:00 |
|
moodler
|
5f70bcc3a0
|
Some robustness when loading capabilities
|
2006-08-31 04:17:51 +00:00 |
|
stronk7
|
4782a1f8bc
|
Minor modifications to oci8po generator (max 38 for number)
|
2006-08-31 00:19:57 +00:00 |
|
stronk7
|
790647b950
|
Block plugin tables can use the XMLDB install & upgrade
|
2006-08-31 00:02:06 +00:00 |
|
stronk7
|
1164af7cf5
|
Block core blocks tables can use the XMLDB install & upgrade
|
2006-08-30 23:18:29 +00:00 |
|
cap2501
|
62cb403260
|
Updated front-end display to accurately represent how moodle is handling things on the backend.
|
2006-08-30 21:39:09 +00:00 |
|
stronk7
|
450cf307ea
|
Triple "l" were preventing new installations to be executed for plugins.
|
2006-08-30 20:27:29 +00:00 |
|
stronk7
|
7c006e345a
|
Minor separations...
|
2006-08-30 20:13:46 +00:00 |
|
stronk7
|
e79a09a259
|
Now plugins (qtypes and enrols) can use the XMLDB install & upgrade
|
2006-08-30 19:52:16 +00:00 |
|
stronk7
|
81465066c2
|
Just "normalizing" index names inside the XMLDBEditor. Not critical but...
Following rule 1.3 from:
http://docs.moodle.org/en/XMLDB_Defining_one_XML_structure#Conventions
|
2006-08-30 17:17:39 +00:00 |
|
skodak
|
e9d5166a3e
|
fixed wrong type for session data field in mysql, enabled feedback when dropping old session table during upgrade
|
2006-08-30 16:37:52 +00:00 |
|
stronk7
|
393e7cc373
|
where BIG should be LONG...
|
2006-08-30 16:14:44 +00:00 |
|
stronk7
|
914597ee9f
|
...where = should be == ...
|
2006-08-30 16:06:16 +00:00 |
|
skodak
|
e1ecc9fbbe
|
imported newer PCLZIP library; added directory restriction to our own security checks
|
2006-08-30 08:51:57 +00:00 |
|
skodak
|
849bbccfbb
|
ADODB v4.92a import
|
2006-08-30 08:12:11 +00:00 |
|