]>
git.mjollnir.org Git - moodle.git/log
skodak [Sun, 1 Jun 2008 16:20:36 +0000 (16:20 +0000)]
MDL-14679 removed some ora hack
skodak [Sun, 1 Jun 2008 16:19:00 +0000 (16:19 +0000)]
MDL-14679 removed all instances of lobs related code
skodak [Sun, 1 Jun 2008 16:17:07 +0000 (16:17 +0000)]
MDL-14679 removed all instances of get_fieldset_sql()
skodak [Sun, 1 Jun 2008 16:16:08 +0000 (16:16 +0000)]
MDL-14679 removed all instances of get_fieldset_select()
skodak [Sun, 1 Jun 2008 16:14:59 +0000 (16:14 +0000)]
MDL-14679 removed all instances of set_field_select()
skodak [Sun, 1 Jun 2008 16:11:09 +0000 (16:11 +0000)]
MDL-14679 removed all instances of records_to_menu()
skodak [Sun, 1 Jun 2008 16:10:20 +0000 (16:10 +0000)]
MDL-14679 removed all instances of recordset_to_menu()
skodak [Sun, 1 Jun 2008 16:09:27 +0000 (16:09 +0000)]
MDL-14679 removed all instances of column_type()
skodak [Sun, 1 Jun 2008 16:08:16 +0000 (16:08 +0000)]
MDL-14679 removed all instances of get_records_sql_menu()
skodak [Sun, 1 Jun 2008 15:52:12 +0000 (15:52 +0000)]
MDL-14679 removed all instances of get_records_select_menu()
skodak [Sun, 1 Jun 2008 15:44:59 +0000 (15:44 +0000)]
MDL-14679 removed all instances of get_records_menu()
skodak [Sun, 1 Jun 2008 15:42:48 +0000 (15:42 +0000)]
MDL-14679 remoed all instances of get_records_list()
skodak [Sun, 1 Jun 2008 14:53:20 +0000 (14:53 +0000)]
MDL-14679 fixed regression
skodak [Sun, 1 Jun 2008 14:46:48 +0000 (14:46 +0000)]
MDL-14679 towards /backup conversion
skodak [Sun, 1 Jun 2008 14:25:05 +0000 (14:25 +0000)]
MDL-14679 towards /calendar conversion
skodak [Sun, 1 Jun 2008 14:08:44 +0000 (14:08 +0000)]
MDL-14679 fixed count_records() API
skodak [Sun, 1 Jun 2008 13:48:12 +0000 (13:48 +0000)]
MDL-14679 towards /blog conversion
skodak [Sun, 1 Jun 2008 13:20:02 +0000 (13:20 +0000)]
MDL-15080 char to int cast problem in get_recent_enrolments()
skodak [Sun, 1 Jun 2008 13:09:04 +0000 (13:09 +0000)]
MDL-14679 towards /group conversion
mudrd8mz [Sun, 1 Jun 2008 11:18:54 +0000 (11:18 +0000)]
The very last save button is tabindexed, too. Forgot to include it in the last commit. Merged from 19_STABLE
skodak [Sun, 1 Jun 2008 10:20:23 +0000 (10:20 +0000)]
MDL-14679 fixed regression
mudrd8mz [Sun, 1 Jun 2008 08:41:51 +0000 (08:41 +0000)]
Save buttons are tabindexed as well. You don't need to touch the mouse at all ;-) Merged from MOODLE_19_STABLE
moodlerobot [Sun, 1 Jun 2008 01:53:51 +0000 (01:53 +0000)]
Updated the HEAD build version to
20080601
skodak [Sat, 31 May 2008 22:18:41 +0000 (22:18 +0000)]
MDL-14679 fixed some more $db's
skodak [Sat, 31 May 2008 18:20:05 +0000 (18:20 +0000)]
MDL-14679 fixed regressions
skodak [Sat, 31 May 2008 18:11:59 +0000 (18:11 +0000)]
recommitting PHP5 cleanup in search
skodak [Sat, 31 May 2008 18:05:42 +0000 (18:05 +0000)]
MDL-14679 upgrade $DB conversion
skodak [Sat, 31 May 2008 17:48:51 +0000 (17:48 +0000)]
MDL-14679
skodak [Sat, 31 May 2008 17:44:57 +0000 (17:44 +0000)]
MDL-14679 towards notes conversion and regression
diml [Sat, 31 May 2008 17:09:59 +0000 (17:09 +0000)]
fixes result list ordering issue
engine give nicer results with adequate pagination.
Adding icon and reference to course origine.
Generalizing replacement of isadmin by doanithing capability check
should contribute to close many global search related issues from
http://tracker.moodle.org/browse/MDL-14646
startpoint
skodak [Sat, 31 May 2008 15:46:55 +0000 (15:46 +0000)]
MDL-14679 fixed addslashes
skodak [Sat, 31 May 2008 15:38:38 +0000 (15:38 +0000)]
MDL-14679 fixed regression
skodak [Sat, 31 May 2008 15:32:28 +0000 (15:32 +0000)]
MDL-15073 delete_records now truncates table if deleting all records, fixed some regressions
diml [Sat, 31 May 2008 15:17:28 +0000 (15:17 +0000)]
fixes result list ordering issue
engine give nicer results with adequate pagination.
Adding icon and reference to course origine.
should contribute to close many global search related issues from
http://tracker.moodle.org/browse/MDL-14646
startpoint
skodak [Sat, 31 May 2008 15:09:25 +0000 (15:09 +0000)]
MDL-14679 towards tags conversion
robertall [Sat, 31 May 2008 15:05:57 +0000 (15:05 +0000)]
[MDL-8407] Don't offer the semicolon in the CSV delimiter selection menu. Merged from MOODLE_19_STABLE.
iarenaza [Sat, 31 May 2008 15:00:42 +0000 (15:00 +0000)]
MDL-4248 Fix error when updating user profiles and any of these fields is empty
According to http://es2.php.net/manual/en/function.ldap-modify.php#43216 we
need to specify an array() value to delete an attribute's value, instead of an
empty string.
Merged from MOODLE_18_STABLE
skodak [Sat, 31 May 2008 14:35:58 +0000 (14:35 +0000)]
MDL-14679 towards reports and stats conversion
skodak [Sat, 31 May 2008 13:57:49 +0000 (13:57 +0000)]
MDL-14679 towards /admin/auth conversion
iarenaza [Sat, 31 May 2008 13:30:22 +0000 (13:30 +0000)]
MDL-4207 Don't overwrite modified user profile values with empty LDAP values when 'unlocked if empty' is set
If user profile values are locked to LDAP, then LDAP should provide those
values.
But the purpose of the setting 'unlocked if empty' is to allow the user to fill
in a value for the selected field _if LDAP is giving nothing_ for this field.
Thus it makaes sense to let this value stand in until LDAP is giving a value
for this field.
Merged from MOODLE_18_STABLE
skodak [Sat, 31 May 2008 11:42:44 +0000 (11:42 +0000)]
MDL-14679 towards /themes conversion
skodak [Sat, 31 May 2008 11:41:26 +0000 (11:41 +0000)]
MDL-14679 towards /admin/mnet conversion
skodak [Sat, 31 May 2008 11:13:21 +0000 (11:13 +0000)]
MDL-14679 towards /user conversion
skodak [Sat, 31 May 2008 10:43:51 +0000 (10:43 +0000)]
MDL-14679 towards /admin conversion
skodak [Sat, 31 May 2008 10:30:30 +0000 (10:30 +0000)]
MDL-14679 towards /admin/roles conversion
skodak [Sat, 31 May 2008 09:54:12 +0000 (09:54 +0000)]
MDL-14679 towards /admin/settings conversion
robertall [Sat, 31 May 2008 09:51:48 +0000 (09:51 +0000)]
[MDL-14334] Export fields in preset.xml in the order as shown in the Fields tab. Merged from MOODLE_19_STABLE.
skodak [Sat, 31 May 2008 09:50:46 +0000 (09:50 +0000)]
MDL-14679 towards /admin/user conversion
moodlerobot [Sat, 31 May 2008 01:55:56 +0000 (01:55 +0000)]
Updated the HEAD build version to
20080531
moodlerobot [Sat, 31 May 2008 01:19:34 +0000 (01:19 +0000)]
Automatic installer.php lang files by installer_builder (
20080531 )
robertall [Sat, 31 May 2008 00:30:00 +0000 (00:30 +0000)]
[MDL-8407] Last obligate commit to support exporting records of a database activity as a CSV, XLS, or ODS file. Merged from MOODLE_19_STABLE.
robertall [Fri, 30 May 2008 22:19:44 +0000 (22:19 +0000)]
[MDL-8407] Add two new files that contain the core CSV/XLS/ODS export code.
skodak [Fri, 30 May 2008 22:11:31 +0000 (22:11 +0000)]
MDL-14679 towards /user conversion
skodak [Fri, 30 May 2008 21:36:57 +0000 (21:36 +0000)]
MDL-14679 towards /admin conversion
skodak [Fri, 30 May 2008 21:16:16 +0000 (21:16 +0000)]
MDL-14679 towards /admin conversion
robertall [Fri, 30 May 2008 21:00:06 +0000 (21:00 +0000)]
[MDL-8407] Replace four language strings that will be used by 'mod/data/export_form.php' to be committed later. Merged from MOODLE_19_STABLE.
skodak [Fri, 30 May 2008 20:54:19 +0000 (20:54 +0000)]
MDL-14679 towards authlib conversion
skodak [Fri, 30 May 2008 20:54:19 +0000 (20:54 +0000)]
MDL-14679 towards authlib conversion
skodak [Fri, 30 May 2008 20:42:05 +0000 (20:42 +0000)]
MDL-14679 finished uploadlib conversion
skodak [Fri, 30 May 2008 20:33:19 +0000 (20:33 +0000)]
MDL-14679 fixed some addslashes use
skodak [Fri, 30 May 2008 20:29:51 +0000 (20:29 +0000)]
MDL-14679 finished rsslib conversion
skodak [Fri, 30 May 2008 20:23:27 +0000 (20:23 +0000)]
MDL-14679 finished blocklib conversion
skodak [Fri, 30 May 2008 20:02:55 +0000 (20:02 +0000)]
MDL-14679 finished pagelib conversion
skodak [Fri, 30 May 2008 19:59:50 +0000 (19:59 +0000)]
MDL-14679 finished moodlelib conversion
skodak [Fri, 30 May 2008 17:45:12 +0000 (17:45 +0000)]
MDL-15059 fixed undefined INSTALL
skodak [Fri, 30 May 2008 17:43:00 +0000 (17:43 +0000)]
MDL-14679 finished gradelib conversion
mchurch [Fri, 30 May 2008 17:22:24 +0000 (17:22 +0000)]
MDL-15058 - Removing usage of super globals and replacing them with optional_param calls.
skodak [Fri, 30 May 2008 17:07:45 +0000 (17:07 +0000)]
MDL-14679 converted eventslib
skodak [Fri, 30 May 2008 17:06:41 +0000 (17:06 +0000)]
MDL-14679 fixed datalib prefix use
skodak [Fri, 30 May 2008 17:00:25 +0000 (17:00 +0000)]
MDL-14679 fixed datalib addslashes
skodak [Fri, 30 May 2008 16:56:43 +0000 (16:56 +0000)]
MDL-14679 detect incorrect key=>value pairs in $conditions - in case somebody forgets "=>" and uses "," instead
skodak [Fri, 30 May 2008 16:51:01 +0000 (16:51 +0000)]
MDL-14679 fixed datalib whitespace
skodak [Fri, 30 May 2008 16:50:25 +0000 (16:50 +0000)]
MDL-14679 fixed comment typo
skodak [Fri, 30 May 2008 16:50:00 +0000 (16:50 +0000)]
MDL-14679 revisited upgrade script
skodak [Fri, 30 May 2008 16:47:21 +0000 (16:47 +0000)]
MDL-14679 datalib conversion completed
robertall [Fri, 30 May 2008 16:13:35 +0000 (16:13 +0000)]
[MDL-14771] Replace direct use of function number_format() by format_float(). Some whitespace cleaned up has been made, too. Merged from MOODLE_19_STABLE.
skodak [Fri, 30 May 2008 12:36:07 +0000 (12:36 +0000)]
MDL-14679 prevent fatal delete_records() problems if $DB forgotten
jamiesensei [Fri, 30 May 2008 12:23:10 +0000 (12:23 +0000)]
MDL-15047 "Quiz overview report download is broken - patch" fixed.
Merged from 1.9 stable branch.
thepurpleblob [Fri, 30 May 2008 11:06:49 +0000 (11:06 +0000)]
MDL-15056
Added missing global $DB
robertall [Fri, 30 May 2008 10:22:01 +0000 (10:22 +0000)]
[MDL-8407] Replace one language string that will be used by 'mod/data/export_form.php' to be committed later. Merged from MOODLE_19_STABLE.
mits [Fri, 30 May 2008 05:42:19 +0000 (05:42 +0000)]
Fixed typo MDL-15054, sorry.
mits [Fri, 30 May 2008 05:40:25 +0000 (05:40 +0000)]
Fixed an incomplete string for xmldb MDL-15054.
mits [Fri, 30 May 2008 04:14:48 +0000 (04:14 +0000)]
Fixed a error string.
Considering course/mod.php (line:178) and course/modedit.php (line:281),
it would better to use "module" instead of "instance".
moodler [Fri, 30 May 2008 03:22:58 +0000 (03:22 +0000)]
MDL-15053 Merged from 1.9: Fixed typo in rtl.css
robertall [Fri, 30 May 2008 02:03:39 +0000 (02:03 +0000)]
[MDL-8407] Add new function text_export_supported() or export_text_value() to those "mod/data/field/*/field.class.php" files which need them. The existing code formatting has been cleaned up, too. Merged from MOODLE_19_STABLE.
moodlerobot [Fri, 30 May 2008 01:58:52 +0000 (01:58 +0000)]
Updated the HEAD build version to
20080530
robertall [Thu, 29 May 2008 19:17:46 +0000 (19:17 +0000)]
[MDL-14771] Backend code to allow a "number" field to be displayed with a specified number of decimal digits. Merged from MOODLE_19_STABLE.
mudrd8mz [Thu, 29 May 2008 17:27:36 +0000 (17:27 +0000)]
MDL-15036 Merged from 19_STABLE. Did not work with PostgreSQL
skodak [Thu, 29 May 2008 15:12:49 +0000 (15:12 +0000)]
MDL-15044 fixed regression - thanks Howard
skodak [Thu, 29 May 2008 15:12:08 +0000 (15:12 +0000)]
MDL-15044 fixed regression - thanks Howard
skodak [Thu, 29 May 2008 15:07:05 +0000 (15:07 +0000)]
MDL-15042 fixed regression - thanks Howard
jamiesensei [Thu, 29 May 2008 14:14:27 +0000 (14:14 +0000)]
MDL-15011 "grading report : allow user to select to grade next 10 ungraded attempts" added a new link and options to the grading report page to display only the next 10 ungraded attempts to grade. Also some fixes for faulty sql for ungraded option which was not respecting the users groups selection.
thepurpleblob [Thu, 29 May 2008 12:49:29 +0000 (12:49 +0000)]
MDL-15043
No need to use $USER in the log write call, it's the default
thepurpleblob [Thu, 29 May 2008 10:53:30 +0000 (10:53 +0000)]
MDL-14854
Changed the language strings to something more sensible as per Petr's comments.
dongsheng [Thu, 29 May 2008 03:22:30 +0000 (03:22 +0000)]
"MDL-15037, remove "None" in html head, merged from MOODLE_19_STABLE"
dongsheng [Thu, 29 May 2008 02:50:10 +0000 (02:50 +0000)]
"MDL-14129, add lang string"
dongsheng [Thu, 29 May 2008 02:49:39 +0000 (02:49 +0000)]
"MDL-14129, fix print_error"
dongsheng [Thu, 29 May 2008 02:23:08 +0000 (02:23 +0000)]
"MDL-14129, add new lang string"
dongsheng [Thu, 29 May 2008 02:22:37 +0000 (02:22 +0000)]
"MDL-14129, fix print_error"
moodlerobot [Thu, 29 May 2008 01:57:19 +0000 (01:57 +0000)]
Updated the HEAD build version to
20080529