]> git.mjollnir.org Git - moodle.git/log
moodle.git
18 years agoMerged unenrol fixes from stable MDL-6964 MDL-7123
moodler [Mon, 23 Oct 2006 03:12:37 +0000 (03:12 +0000)]
Merged unenrol fixes from stable   MDL-6964   MDL-7123

18 years agoMerged choice/guest fixes from stable MDL-7171
moodler [Mon, 23 Oct 2006 03:00:30 +0000 (03:00 +0000)]
Merged choice/guest fixes from stable     MDL-7171

18 years agoAutomatic installer.php lang files by installer_builder (20061023)
moodler [Mon, 23 Oct 2006 02:58:41 +0000 (02:58 +0000)]
Automatic installer.php lang files by installer_builder (20061023)

18 years agomerged replacing studentcanpost with capability
toyomoyo [Mon, 23 Oct 2006 02:49:05 +0000 (02:49 +0000)]
merged replacing studentcanpost with capability

18 years agomerged, student_can_post should be done properly using capabilities
toyomoyo [Mon, 23 Oct 2006 02:25:32 +0000 (02:25 +0000)]
merged, student_can_post should be done properly using capabilities

18 years agoPrevent MSSQL to return from insert_record() before
stronk7 [Mon, 23 Oct 2006 00:01:57 +0000 (00:01 +0000)]
Prevent MSSQL to return from insert_record() before
trying to execute the updating of LOBs.

Merged from MOODLE_17_STABLE

18 years agoDebugging sql_paging_limit() as deprecated and
stronk7 [Sun, 22 Oct 2006 23:21:59 +0000 (23:21 +0000)]
Debugging sql_paging_limit() as deprecated and
enforcing get_field_sql() to return 1 record max

Merged from MOODLE_17_STABLE

18 years agoKilling all sql_paging_limit() uses
stronk7 [Sun, 22 Oct 2006 22:58:29 +0000 (22:58 +0000)]
Killing all sql_paging_limit() uses

Merged from MOODLE_17_STABLE

18 years agoKilling all sql_paging_limit() uses
stronk7 [Sun, 22 Oct 2006 22:49:54 +0000 (22:49 +0000)]
Killing all sql_paging_limit() uses

Merged from MOODLE_17_STABLE

18 years agoAdding limitfrom and limitnum parameters to a bunch of
stronk7 [Sun, 22 Oct 2006 22:37:30 +0000 (22:37 +0000)]
Adding limitfrom and limitnum parameters to a bunch of
rarely executed functions...

Merged from MOODLE_17_STABLE

18 years agofixed incorrect context in user Outline report; mergedf rom MOODLE_17_STABLE
skodak [Sun, 22 Oct 2006 20:03:01 +0000 (20:03 +0000)]
fixed incorrect context in user Outline report; mergedf rom MOODLE_17_STABLE

18 years agofixed $usercontext creation needed for Role tab when viewing user data; merged from...
skodak [Sun, 22 Oct 2006 19:59:07 +0000 (19:59 +0000)]
fixed $usercontext creation needed for Role tab when viewing user data; merged from MOODLE_17_STABLE

18 years agofixed sql error when searching only by one letter and two radio buttons selected...
skodak [Sun, 22 Oct 2006 19:42:27 +0000 (19:42 +0000)]
fixed sql error when searching only by one letter and two radio buttons selected at the same time (visible in Konqueror) fixed as part of MDL-7160 ; merged from MOODLE_17_STABLE

18 years agofixed moodle/site:readallmessages MDL-7160 ; commented out unfinished buggy code...
skodak [Sun, 22 Oct 2006 19:20:02 +0000 (19:20 +0000)]
fixed moodle/site:readallmessages MDL-7160 ; commented out unfinished buggy code; merged from MOODLE_17_STABLE

18 years agoMerged lastcourseaccess fixes from MDL-7134
moodler [Sun, 22 Oct 2006 08:31:06 +0000 (08:31 +0000)]
Merged lastcourseaccess fixes from MDL-7134

18 years agoMerged missing </span> from stable
moodler [Sun, 22 Oct 2006 08:25:51 +0000 (08:25 +0000)]
Merged missing </span> from stable

18 years agoMerged some fixes for & in XHTML
moodler [Sun, 22 Oct 2006 08:19:41 +0000 (08:19 +0000)]
Merged some fixes for & in XHTML

18 years agoMerged XHTML fixes from stable
moodler [Sun, 22 Oct 2006 08:14:20 +0000 (08:14 +0000)]
Merged XHTML fixes from stable

18 years agoMerged filter fix from stable
moodler [Sun, 22 Oct 2006 08:13:03 +0000 (08:13 +0000)]
Merged filter fix from stable

18 years agoMerged fixes for recent activity from stable MDL-7134
moodler [Sun, 22 Oct 2006 07:42:04 +0000 (07:42 +0000)]
Merged fixes for recent activity from stable  MDL-7134

18 years agoAutomatic installer.php lang files by installer_builder (20061022)
moodler [Sun, 22 Oct 2006 03:06:21 +0000 (03:06 +0000)]
Automatic installer.php lang files by installer_builder (20061022)

18 years agoSeeing ####TRUSTTEXT#### in RSS feeds MDL-7147 - fixed RSS feeds in glossary; merged...
skodak [Sat, 21 Oct 2006 21:15:26 +0000 (21:15 +0000)]
Seeing ####TRUSTTEXT#### in RSS feeds MDL-7147 - fixed RSS feeds in glossary; merged from MOODLE_17_STABLE

18 years agoSeeing ####TRUSTTEXT#### in RSS feeds MDL-7147 - fixed RSS discussion feed type too...
skodak [Sat, 21 Oct 2006 21:05:44 +0000 (21:05 +0000)]
Seeing ####TRUSTTEXT#### in RSS feeds MDL-7147 - fixed RSS discussion feed type too; merged from MOODLE_17_STABLE

18 years agofix has_capability() to work when $nomoodlecookie = true; MDL-7156 - needed for RSS...
skodak [Sat, 21 Oct 2006 20:42:50 +0000 (20:42 +0000)]
fix has_capability() to work when $nomoodlecookie = true; MDL-7156 - needed for RSS file.php that is serving feeds; merged from MOODLE_17_STABLE

18 years agofixed undefined modcontext in forum; merged from MOODLE_17_STABLE
skodak [Sat, 21 Oct 2006 20:30:27 +0000 (20:30 +0000)]
fixed undefined modcontext in forum; merged from MOODLE_17_STABLE

18 years agoDeleting some old oci8po files from CVS.
stronk7 [Sat, 21 Oct 2006 18:28:28 +0000 (18:28 +0000)]
Deleting some old oci8po files from CVS.

18 years agoPrevent add_field() to work if we are adding one not null field
stronk7 [Sat, 21 Oct 2006 18:19:47 +0000 (18:19 +0000)]
Prevent add_field() to work if we are adding one not null field
to one non-empty table without specifying its default value.

Merged from MOODLE_17_STABLE

18 years agoAdded two more tests:
stronk7 [Sat, 21 Oct 2006 17:25:44 +0000 (17:25 +0000)]
Added two more tests:

- To check adding numerial fields not null + default = 0
- To test set_field() with TEXT data

Merged from MOODLE_17_STABLE

18 years agoMinor typo fixed.
stronk7 [Sat, 21 Oct 2006 17:19:37 +0000 (17:19 +0000)]
Minor typo fixed.

Merged from MOODLE_17_STABLE

18 years agoMerged My Courses fixes from stable
moodler [Sat, 21 Oct 2006 16:36:31 +0000 (16:36 +0000)]
Merged My Courses fixes from stable

18 years agoOne typo (!==) was preventing defaults to be properly calculated for integers.
stronk7 [Sat, 21 Oct 2006 16:36:16 +0000 (16:36 +0000)]
One typo (!==) was preventing defaults to be properly calculated for integers.
Thanks to Nigel McNie for being on that!

Merged from MOODLE_17_STABLE

18 years agoMake sure LAMS is off if we don't need it (merged from stable)
moodler [Sat, 21 Oct 2006 16:14:27 +0000 (16:14 +0000)]
Make sure LAMS is off if we don't need it (merged from stable)

18 years agoMerged fix for notice from stable
moodler [Sat, 21 Oct 2006 16:00:43 +0000 (16:00 +0000)]
Merged fix for notice from stable

18 years agoMerged some checks from stable
moodler [Sat, 21 Oct 2006 14:53:47 +0000 (14:53 +0000)]
Merged some checks from stable

18 years agoAutomatic installer.php lang files by installer_builder (20061021)
moodler [Sat, 21 Oct 2006 02:58:55 +0000 (02:58 +0000)]
Automatic installer.php lang files by installer_builder (20061021)

18 years agoMerged enrolment-related fixes from stable
moodler [Fri, 20 Oct 2006 17:53:50 +0000 (17:53 +0000)]
Merged enrolment-related fixes from stable

18 years agoHIde admins from partipant listings in courses
moodler [Fri, 20 Oct 2006 08:27:35 +0000 (08:27 +0000)]
HIde admins from partipant listings in courses

18 years agomerged fix for MDL-7119, users with no capability should not see roles tab
toyomoyo [Fri, 20 Oct 2006 08:09:53 +0000 (08:09 +0000)]
merged fix for MDL-7119, users with no capability should not see roles tab

18 years agoAdded Javascript, CSS etc on edit page for database. MDL-7100
moodler [Fri, 20 Oct 2006 07:35:00 +0000 (07:35 +0000)]
Added Javascript, CSS etc on edit page for database.   MDL-7100

18 years agomerged fix for MDL-7106, glossary capability check
toyomoyo [Fri, 20 Oct 2006 07:01:51 +0000 (07:01 +0000)]
merged fix for MDL-7106, glossary capability check

18 years agoMERGED:
moodler [Fri, 20 Oct 2006 06:59:24 +0000 (06:59 +0000)]
MERGED:

Changed default capability for database to allow guests to view by default
MDL-7118

18 years agoNew automatic installer lang file added
moodler [Fri, 20 Oct 2006 06:52:11 +0000 (06:52 +0000)]
New automatic installer lang file added

18 years agoMerged fixes for MDL-7116 from stable
moodler [Fri, 20 Oct 2006 06:19:22 +0000 (06:19 +0000)]
Merged fixes for MDL-7116 from stable

18 years agomerged fix for MDL-7115, teacher page replaced by generic role assign page
toyomoyo [Fri, 20 Oct 2006 05:49:05 +0000 (05:49 +0000)]
merged fix for MDL-7115, teacher page replaced by generic role assign page

18 years agoMerged sitecontext fix from stable
moodler [Fri, 20 Oct 2006 05:18:24 +0000 (05:18 +0000)]
Merged sitecontext fix from stable

18 years agoMerged fixes for guest display from stable
moodler [Fri, 20 Oct 2006 05:16:12 +0000 (05:16 +0000)]
Merged fixes for guest display from stable

18 years agomerged, fixed an infinite loop
toyomoyo [Fri, 20 Oct 2006 05:09:37 +0000 (05:09 +0000)]
merged, fixed an infinite loop

18 years agoMerged fix from stable (forum search form help button)
moodler [Fri, 20 Oct 2006 03:35:29 +0000 (03:35 +0000)]
Merged fix from stable (forum search form help button)

18 years agoMerged from 1.7
vyshane [Fri, 20 Oct 2006 03:18:06 +0000 (03:18 +0000)]
Merged from 1.7

18 years agomerged fix for MDL-7107, missing capability check for assignroles link
toyomoyo [Fri, 20 Oct 2006 03:16:07 +0000 (03:16 +0000)]
merged fix for MDL-7107, missing capability check for assignroles link

18 years agoAutomatic installer.php lang files by installer_builder (20061020)
moodler [Fri, 20 Oct 2006 03:00:41 +0000 (03:00 +0000)]
Automatic installer.php lang files by installer_builder (20061020)

18 years agomerged fox for MDL-7113, removing DISTINCT on TEXT field
toyomoyo [Fri, 20 Oct 2006 02:44:22 +0000 (02:44 +0000)]
merged fox for MDL-7113, removing DISTINCT on TEXT field

18 years agomerged, setting $CFG->unicodedb after converting db to unicode. Chaning the order...
toyomoyo [Fri, 20 Oct 2006 02:08:21 +0000 (02:08 +0000)]
merged, setting $CFG->unicodedb after converting db to unicode. Chaning the order of if clause to same some sqls

18 years agoerror reporting for xmldb (credit: Nigel McNie <nigel@catalyst.net.nz>)
mjollnir_ [Thu, 19 Oct 2006 23:30:28 +0000 (23:30 +0000)]
error reporting for xmldb (credit: Nigel McNie <nigel@catalyst.net.nz>)

18 years agotemporary patch for the forum trouble that is breaking installs MDL-7114 ; merged...
skodak [Thu, 19 Oct 2006 22:44:00 +0000 (22:44 +0000)]
temporary patch for the forum trouble that is breaking installs MDL-7114 ; merged from MOODLE_17_STABLE

18 years agofixed rolesactive notice during installation; merged from MOODLE_17_STABLE
skodak [Thu, 19 Oct 2006 22:18:22 +0000 (22:18 +0000)]
fixed rolesactive notice during installation; merged from MOODLE_17_STABLE

18 years agoAdding support for the new mssql_n driver
stronk7 [Thu, 19 Oct 2006 22:13:53 +0000 (22:13 +0000)]
Adding support for the new mssql_n driver

Merged from MOODLE_17_STABLE

18 years agoInternal zipping broken on win32 MDL-7105 ; we are now using the new method to specif...
skodak [Thu, 19 Oct 2006 22:13:03 +0000 (22:13 +0000)]
Internal zipping broken on win32 MDL-7105 ; we are now using the new method to specify file names in zip archive because the old PCLZIP_OPT_REMOVE_PATH option is broken on win32 platforms

18 years agoAdding support for the new mssql_n driver
stronk7 [Thu, 19 Oct 2006 22:07:21 +0000 (22:07 +0000)]
Adding support for the new mssql_n driver

Merged from MOODLE_17_STABLE

18 years agoNew ADOdb driver that extends the standard mssql one. All it does is
stronk7 [Thu, 19 Oct 2006 21:57:23 +0000 (21:57 +0000)]
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

18 years agoAdding support for the new mssql_n driver
stronk7 [Thu, 19 Oct 2006 19:01:02 +0000 (19:01 +0000)]
Adding support for the new mssql_n driver

Two new strings added: mssql_n, databasesettingssub_mssql_n
One string modified: databasesettingssub_mssql

Merged from MOODLE_17_STABLE

18 years agoAdding support for the new mssql_n driver
stronk7 [Thu, 19 Oct 2006 18:45:16 +0000 (18:45 +0000)]
Adding support for the new mssql_n driver

Merged from MOODLE_17_STABLE

18 years agoAdding support for the new mssql_n driver
stronk7 [Thu, 19 Oct 2006 18:29:47 +0000 (18:29 +0000)]
Adding support for the new mssql_n driver

Merged from MOODLE_17_STABLE

18 years agoAddding support for the new mssql_n ADOdb driver that,
stronk7 [Thu, 19 Oct 2006 17:29:37 +0000 (17:29 +0000)]
Addding support for the new mssql_n ADOdb driver that,
transparently, prepends the N char for all the string
literals being set to MSSQL (until MS Unicode - standard-
support will arrive).

Merged from MOODLE_17_STABLE

18 years agoFocus is now loaded into Name edit field
thepurpleblob [Thu, 19 Oct 2006 13:06:06 +0000 (13:06 +0000)]
Focus is now loaded into Name edit field

18 years agoFix problem with multichoice question grading. Merged from MOODLE_17_STABLE.
tjhunt [Thu, 19 Oct 2006 11:54:17 +0000 (11:54 +0000)]
Fix problem with multichoice question grading. Merged from MOODLE_17_STABLE.

18 years agoMissing addslashes. Merged from MOODLE_17_STABLE.
tjhunt [Thu, 19 Oct 2006 10:24:04 +0000 (10:24 +0000)]
Missing addslashes. Merged from MOODLE_17_STABLE.

18 years agofix for :
jamiesensei [Thu, 19 Oct 2006 07:12:11 +0000 (07:12 +0000)]
fix for :
$this->_form->getElement('allowedmods')->
                        updateAttributes(array('disabled' => 'disabled')) ;
 that didn't work in PHP 4. (calling a method on a returned object)

18 years agomerged fix for MDL-6549, fix for wrong publish to menu
toyomoyo [Thu, 19 Oct 2006 06:41:49 +0000 (06:41 +0000)]
merged fix for MDL-6549, fix for wrong publish to menu

18 years agomerged, making the site context and site course context the same
toyomoyo [Thu, 19 Oct 2006 06:16:35 +0000 (06:16 +0000)]
merged, making the site context and site course context the same

18 years agoMerged from 1.7
vyshane [Thu, 19 Oct 2006 04:33:56 +0000 (04:33 +0000)]
Merged from 1.7

18 years agoAutomatic installer.php lang files by installer_builder (20061019)
moodler [Thu, 19 Oct 2006 02:58:51 +0000 (02:58 +0000)]
Automatic installer.php lang files by installer_builder (20061019)

18 years agomerged, adding addtional check to change_db_encoding to make sure db not already...
toyomoyo [Thu, 19 Oct 2006 02:14:43 +0000 (02:14 +0000)]
merged, adding addtional check to change_db_encoding to make sure db not already in unicode, upon successful conversion set the correct names

18 years agoDelete user fails if apostrophe in email address MDL-4762 ; found and solution provid...
skodak [Wed, 18 Oct 2006 21:46:14 +0000 (21:46 +0000)]
Delete user fails if apostrophe in email address MDL-4762 ; found and solution provided by Inaki Arenaza - merged from MOODLE_17_STABLE

18 years agofixed access check when editting notes in advanced upload assignment type; merged...
skodak [Wed, 18 Oct 2006 21:34:06 +0000 (21:34 +0000)]
fixed access check when editting notes in advanced upload assignment type; merged from MOODLE_17_STABLE

18 years agofixed Notices after assignment deletion in Recent Activity MDL-7089 ; merged from...
skodak [Wed, 18 Oct 2006 21:02:30 +0000 (21:02 +0000)]
fixed Notices after assignment deletion in Recent Activity MDL-7089 ; merged from MOODLE_17_STABLE

18 years agoimproved validation when deleting comments from glossary SC#325 ; merged from MOODLE_...
skodak [Wed, 18 Oct 2006 20:21:28 +0000 (20:21 +0000)]
improved validation when deleting comments from glossary SC#325 ; merged from MOODLE_17_STABLE

18 years agoNotice when creating one forum... MDL-7063 ; merged from MOODLE_17_STABLE
skodak [Wed, 18 Oct 2006 19:59:27 +0000 (19:59 +0000)]
Notice when creating one forum... MDL-7063 ; merged from MOODLE_17_STABLE

18 years agochanged email obfuscation character to * MDL-6935 ; merged from MOODLE_17_STABLE
skodak [Wed, 18 Oct 2006 19:41:32 +0000 (19:41 +0000)]
changed email obfuscation character to * MDL-6935 ; merged from MOODLE_17_STABLE

18 years agoput the cursor in the edit box rather than doing nothing for label
thepurpleblob [Wed, 18 Oct 2006 13:03:50 +0000 (13:03 +0000)]
put the cursor in the edit box rather than doing nothing for label

18 years agoFixed merge chars: =======
ethem [Wed, 18 Oct 2006 12:45:28 +0000 (12:45 +0000)]
Fixed merge chars: =======

18 years agoShow results and send email to admin. Merged from 17stable.
ethem [Wed, 18 Oct 2006 12:43:00 +0000 (12:43 +0000)]
Show results and send email to admin. Merged from 17stable.

18 years agoDeleting uploaded files when deleting an assignment instance + fixed quoting style...
skodak [Wed, 18 Oct 2006 11:14:48 +0000 (11:14 +0000)]
Deleting uploaded files when deleting an assignment instance + fixed quoting style + trailing whitespace MDL-6387 ; merged from MOODLE_17_STABLE

18 years agoMerged from 1.7
vyshane [Wed, 18 Oct 2006 09:47:44 +0000 (09:47 +0000)]
Merged from 1.7

18 years agofix course reset unenrollment in to work with roles MDL-7069 ; merged from MOODLE_17_...
skodak [Wed, 18 Oct 2006 09:20:16 +0000 (09:20 +0000)]
fix course reset unenrollment in to work with roles MDL-7069 ; merged from MOODLE_17_STABLE

18 years agoMerged from 1.7
vyshane [Wed, 18 Oct 2006 08:41:24 +0000 (08:41 +0000)]
Merged from 1.7

18 years agomerged fix for MDL-7066, proper capability check for forum attachments
toyomoyo [Wed, 18 Oct 2006 08:01:15 +0000 (08:01 +0000)]
merged fix for MDL-7066, proper capability check for forum attachments

18 years agomerged fix for MDL-7066, users will replypost set to prohit can not edit own post
toyomoyo [Wed, 18 Oct 2006 07:50:22 +0000 (07:50 +0000)]
merged fix for MDL-7066, users will replypost set to prohit can not edit own post

18 years agoMerged from 1.7
vyshane [Wed, 18 Oct 2006 07:42:44 +0000 (07:42 +0000)]
Merged from 1.7

18 years agomerged added code to force mysql db to change default encoding during fresh installation
toyomoyo [Wed, 18 Oct 2006 07:26:04 +0000 (07:26 +0000)]
merged added code to force mysql db to change default encoding during fresh installation

18 years agoMerged from 1.7
vyshane [Wed, 18 Oct 2006 07:05:21 +0000 (07:05 +0000)]
Merged from 1.7

18 years agomerged fix for MDL-7055 - prohibts at site level not working
toyomoyo [Wed, 18 Oct 2006 06:45:38 +0000 (06:45 +0000)]
merged fix for MDL-7055 - prohibts at site level not working

18 years agomerged fix for MDL-7065, adding translated string to breadcrumb
toyomoyo [Wed, 18 Oct 2006 05:41:45 +0000 (05:41 +0000)]
merged fix for MDL-7065, adding translated string to breadcrumb

18 years agoAutomatic installer.php lang files by installer_builder (20061018)
moodler [Wed, 18 Oct 2006 02:59:46 +0000 (02:59 +0000)]
Automatic installer.php lang files by installer_builder (20061018)

18 years agoNow insert/update/set of BINATY fields is supported by MSSQL
stronk7 [Tue, 17 Oct 2006 23:37:58 +0000 (23:37 +0000)]
Now insert/update/set of BINATY fields is supported by MSSQL
(and easier to add new DB in the furure) MDL-7062

Merged from MOODLE_17_STABLE

18 years agoAdded 4 more tests to check CLOB/BLOB handling across all DBs. MDL-7062
stronk7 [Tue, 17 Oct 2006 23:31:49 +0000 (23:31 +0000)]
Added 4 more tests to check CLOB/BLOB handling across all DBs. MDL-7062

Merged from MOODLE_17_STABLE

18 years agoMDL-6315 - Manually grading a question 0 marks was not being registered. I took the...
tjhunt [Tue, 17 Oct 2006 23:23:18 +0000 (23:23 +0000)]
MDL-6315 - Manually grading a question 0 marks was not being registered. I took the opportunity to clean up the logic in this function a bit. Merged from MOODLE_16_STABLE.

18 years agoMDL-6848 - Display problem with < > characters in shortanswer when outputting the...
tjhunt [Tue, 17 Oct 2006 22:17:17 +0000 (22:17 +0000)]
MDL-6848 - Display problem with < > characters in shortanswer when outputting the correct answer. Merged from MOODLE_16_STABLE.

18 years agoMDL-6386 - stripslashes missing in multianswer qustions. Thank to Joseph Rezeau....
tjhunt [Tue, 17 Oct 2006 22:01:23 +0000 (22:01 +0000)]
MDL-6386 - stripslashes missing in multianswer qustions. Thank to Joseph Rezeau. Merged from MOODLE_16_STABLE.

18 years agoMDL-7054 - Prevent creation of question categories with blank names. Merged from...
tjhunt [Tue, 17 Oct 2006 21:45:19 +0000 (21:45 +0000)]
MDL-7054 - Prevent creation of question categories with blank names. Merged from MOODLE_16_STABLE.