Petr Skoda
7604f5c1b0
commenting out unused broken code so that it does not irritate IDEs
2010-09-17 07:49:39 +00:00
Petr Skoda
9a8abf13b4
minor IDE tweak - prevents undefined warning
2010-09-17 07:47:46 +00:00
Petr Skoda
d361c804a4
fixed broken fetching of module versions
2010-09-17 07:46:03 +00:00
Petr Skoda
976dc837fd
fixed broken subplugin uninstallation
2010-09-17 07:43:26 +00:00
Petr Skoda
707c9e8b47
fixed one more missing global
2010-09-17 07:41:03 +00:00
Petr Skoda
343d3582bb
fixed missing global $ACCESSLIB_PRIVATE minor problems
2010-09-17 07:40:19 +00:00
Petr Skoda
5fd9e798dc
fixed missing global $USER causing regressions
2010-09-17 07:39:48 +00:00
Petr Skoda
2fb3434554
fixed missing global causing regressions
2010-09-17 07:39:14 +00:00
Petr Skoda
fafa57e972
MDL-24245 groups now respected if capability not specified in enrolment sql - thanks Sam for discovering this + fixed typos in variable names that were causing other bugs
2010-09-17 07:37:51 +00:00
Andrew Davis
07f05a04b1
rating MDL-23933 Removed a bunch of no longer used strings and moved rating strings into the rating lang file.
...
AMOS BEGIN
MOV [couldnotdeleteratings,mod_forum],[couldnotdeleteratings,core_rating]
MOV [aggregatenone,mod_forum],[aggregatenone,core_rating]
MOV [aggregateavg,mod_forum],[aggregateavg,core_rating]
MOV [aggregatecount,mod_forum],[aggregatecount,core_rating]
MOV [aggregatemax,mod_forum],[aggregatemax,core_rating]
MOV [aggregatemin,mod_forum],[aggregatemin,core_rating]
MOV [aggregatesum,mod_forum],[aggregatesum,core_rating]
AMOS END
2010-09-17 06:32:46 +00:00
Sam Hemelryk
d7eeb39ed7
NOBUG: Removed deprecated mktime arg from dayofweek func in moodlelib
2010-09-17 04:21:18 +00:00
Sam Hemelryk
c1422316bf
backup MDL-24219 Fixed up dependencies JS for mforms
2010-09-17 03:30:15 +00:00
Andrew Davis
bfc7353d96
gradebook MDL-23928 fixed grade history recording to correctly save the user id of the user making the change pt 2
2010-09-17 03:08:45 +00:00
Andrew Davis
f64e29e133
gradebook MDL-23928 fixed grade history recording to correctly save the user id of the user making the change
2010-09-17 03:02:27 +00:00
Sam Hemelryk
c971c34c71
enrolments MDL-24246 Fixed up broken groups sql
2010-09-17 02:43:02 +00:00
Petr Skoda
f71c7f00df
MDL-24223 latest HTMLPurifier - finally removing most of our hacks
2010-09-16 20:02:54 +00:00
Petr Skoda
a1d6c4cd07
arrgh, fixing incorrect fix in my previous commit
2010-09-16 17:00:53 +00:00
Petr Skoda
34cf276871
fixed syntax errors in progress bar - is anybody using it?
2010-09-16 16:44:55 +00:00
Petr Skoda
4bc685df16
fixing undefined OUTPUT
2010-09-16 16:43:29 +00:00
Petr Skoda
5e26145d22
removing unused function with syntax error
2010-09-16 16:42:56 +00:00
Dongsheng Cai
c343ddf84e
MDL-24157, clean up page_comments when reseting courses
2010-09-16 07:38:52 +00:00
Petr Skoda
27323c97ab
MDL-19057 more tests for unlikely id reuse
2010-09-16 07:38:36 +00:00
Sam Hemelryk
224020ac1a
course-completion MDL-24145 Course reset now has option for course completion data
2010-09-16 04:14:46 +00:00
Sam Hemelryk
3991bd7d69
course-import MDL-24176 Added mimetype mapping for moodle backup files to get_file_packer
2010-09-16 03:56:44 +00:00
Sam Hemelryk
5d38bd8c02
course completion MDL-24145 Course completion information is cleared by reset_course_contents
2010-09-16 03:45:28 +00:00
Petr Skoda
565adcaa66
MDL-24211 fixing my previous sloppy commit
2010-09-15 16:02:14 +00:00
Petr Skoda
650462dfac
MDL-24211 events subsystem cleanup and improvements
...
* handlers can be defined as internal or external
* external handlers are not called instantly when inside DB transaction
* code cleanup
* more robust detection of broken handlers
* refixed unit tests
* removing all pending events from 1.9 - these can not be processed due to encoding changes
* finally using real 'component' in handlers table
2010-09-15 15:55:18 +00:00
Tim Hunt
488706558f
blocks upgrade MDL-22693 We also need to drop another old index, on sites that were upgraded from 1.9
2010-09-15 10:25:09 +00:00
Dongsheng Cai
b3ea9cb2ec
MDL-21432, mbz icon
2010-09-15 09:30:14 +00:00
jerome mouneyrac
56c6138029
community hub MDL-24215 change the site secret key for get_site_identifier in the registration process => increase the DB field size + change the confirmation form to the get_site_identifier TEXT format
2010-09-15 08:50:32 +00:00
Sam Hemelryk
12f701f173
navigation MDL-24216 Tweaked the navigation clear cache method to remove all navigation caches
2010-09-15 08:32:15 +00:00
Sam Hemelryk
1433768899
navigation MDL-24214 Hidden categories are now dealt with correctly by the navigation
2010-09-15 06:02:02 +00:00
Petr Skoda
d87b5a5da0
MDL-17491 fixed notice typo
2010-09-14 21:13:33 +00:00
Petr Skoda
2eff97b726
MDL-17491 removing unused password workaround, adding note that some special chars are discouraged in oracle db passwords
2010-09-14 21:13:03 +00:00
Petr Skoda
bd3e0b205d
MDL-17491 oracler driver diagnostics - tells admins to install PL/SQL packages
2010-09-14 20:59:46 +00:00
Petr Skoda
b968cf3501
MDL-19057 simplified fake conditions, no need to bind params here
2010-09-14 19:19:30 +00:00
Petr Skoda
4a8b5434e5
MDL-19057 fixed incorrect use of conditions
2010-09-14 19:17:56 +00:00
Petr Skoda
ebb8d35846
MDL-19057 fixed param test
2010-09-14 18:45:58 +00:00
Petr Skoda
524ad88107
fixed funny initialisation of static local variable
2010-09-14 16:14:19 +00:00
Petr Skoda
41a50aa254
MDL-19057 detect missing unique primary key on id columns
2010-09-14 16:13:06 +00:00
Petr Skoda
fd31089c76
MDL-24192 fixed null default value in text fields in sqlsrv driver too
2010-09-14 15:40:43 +00:00
Petr Skoda
559d79d25e
MDL-24192 fixed null default value in text fields
2010-09-14 15:40:01 +00:00
Petr Skoda
b809f81392
MDL-24192 standardised server info
2010-09-14 15:35:12 +00:00
Petr Skoda
5c8efdc4b1
MDL-24192 fixed incorrect raw inserts in sqlsrv driver too
2010-09-14 15:32:22 +00:00
Petr Skoda
97dbac93fd
MDL-24192 fixed incorrect raw inserts
2010-09-14 15:30:02 +00:00
Sam Hemelryk
d8ef60bd72
blocks MDL-24066 Blocks can now choose to be hideable + navigation and settings are no longer hideable.
2010-09-14 02:12:41 +00:00
Petr Skoda
7e67b7b79e
MDL-19057 more create_table tests for broken structure of table
2010-09-13 19:05:46 +00:00
Petr Skoda
ebdf7f7e4d
MDL-19057 refactored code used for detection of debug output
2010-09-13 18:55:41 +00:00
Petr Skoda
969cb35fdf
MDL-19057 import_record() tests completed
2010-09-13 18:32:47 +00:00
Petr Skoda
992c19a7a6
MDL-24116 removing old xmldb test suite, all tests are now in DB function tests - improved coding style
2010-09-13 18:32:02 +00:00