]> git.mjollnir.org Git - moodle.git/log
moodle.git
19 years agoadding dropindex and addindex for modified tags table
toyomoyo [Mon, 24 Apr 2006 06:20:30 +0000 (06:20 +0000)]
adding dropindex and addindex for modified tags table

19 years ago*** empty log message ***
moodler [Mon, 24 Apr 2006 06:12:32 +0000 (06:12 +0000)]
*** empty log message ***

19 years agoadding proper _idx postfix
toyomoyo [Mon, 24 Apr 2006 06:00:37 +0000 (06:00 +0000)]
adding proper _idx postfix

19 years agochanging tags->text to varchar 20, created index on tags(type, userid), and tags...
toyomoyo [Mon, 24 Apr 2006 05:53:06 +0000 (05:53 +0000)]
changing tags->text to varchar 20, created index on tags(type, userid), and tags(text)

19 years agosome small fixes, mostly for 5174
toyomoyo [Mon, 24 Apr 2006 03:36:02 +0000 (03:36 +0000)]
some small fixes, mostly for 5174

19 years agoFixed bug 5271 - icon tag missing in Upcoming Events block
moodler [Mon, 24 Apr 2006 03:26:01 +0000 (03:26 +0000)]
Fixed bug 5271 -  icon tag missing in Upcoming Events block

19 years agoBumped version number for last changes
vyshane [Mon, 24 Apr 2006 02:28:02 +0000 (02:28 +0000)]
Bumped version number for last changes

19 years agoBug #5254 - live logs
vyshane [Mon, 24 Apr 2006 02:24:18 +0000 (02:24 +0000)]
Bug #5254 - live logs

Cleanup for duplicate module/action combinations. Added id field for
log_display table and added an index moduleaction.

19 years agofix for 5205
toyomoyo [Mon, 24 Apr 2006 02:20:06 +0000 (02:20 +0000)]
fix for 5205

19 years agojust in case someone has the index elemeny and not element
toyomoyo [Mon, 24 Apr 2006 02:17:16 +0000 (02:17 +0000)]
just in case someone has the index elemeny and not element

19 years agoFixed bug 5300 and removed moodle docs link from help pages
moodler [Mon, 24 Apr 2006 01:58:31 +0000 (01:58 +0000)]
Fixed bug 5300 and removed moodle docs link from help pages

19 years agoset default value for varchar 255 fields, to fix "truncated" errors in utf8 migration...
gbateson [Mon, 24 Apr 2006 01:44:08 +0000 (01:44 +0000)]
set default value for varchar 255 fields, to fix "truncated" errors in utf8 migration. Fields affected: hotpot.studentfeedbackurl, hotpot_responses.correct/wrong/ignored

19 years agoChanged list style for ims-cp to gain some room...
stronk7 [Mon, 24 Apr 2006 00:14:20 +0000 (00:14 +0000)]
Changed list style for ims-cp to gain some room...

19 years agoLooking much better now! B-)
stronk7 [Mon, 24 Apr 2006 00:11:59 +0000 (00:11 +0000)]
Looking much better now! B-)
More tests tomorrow (IE, mainly)

19 years agoPostgreSQL 8 compatibility fix for database character set detecting
patrickslee [Sun, 23 Apr 2006 23:39:56 +0000 (23:39 +0000)]
PostgreSQL 8 compatibility fix for database character set detecting

19 years agofixed typo bug #4527
skodak [Sun, 23 Apr 2006 23:16:02 +0000 (23:16 +0000)]
fixed typo bug #4527

19 years agopage parameter cleanup
skodak [Sun, 23 Apr 2006 21:07:44 +0000 (21:07 +0000)]
page parameter cleanup

19 years agoblock editing now uses PARAM_BOOL
skodak [Sun, 23 Apr 2006 20:58:06 +0000 (20:58 +0000)]
block editing now uses PARAM_BOOL

19 years agopage parameter cleanup
skodak [Sun, 23 Apr 2006 20:33:01 +0000 (20:33 +0000)]
page parameter cleanup

19 years agoBug #4315 - Use current_theme() instead of the $CFG-theme
urs_hunkler [Sun, 23 Apr 2006 19:02:17 +0000 (19:02 +0000)]
Bug #4315 - Use current_theme() instead of the $CFG-theme

19 years agoFinishing with ims cp styles, I think... :-/
stronk7 [Sun, 23 Apr 2006 18:19:50 +0000 (18:19 +0000)]
Finishing with ims cp styles, I think... :-/

19 years agoNow the resize script supports both resources with and
stronk7 [Sun, 23 Apr 2006 17:22:45 +0000 (17:22 +0000)]
Now the resize script supports both resources with and
without navigation menu.

19 years agoLatest ims cp styles added.
stronk7 [Sun, 23 Apr 2006 17:01:06 +0000 (17:01 +0000)]
Latest ims cp styles added.

19 years agoStyles are now 100% out from here.
stronk7 [Sun, 23 Apr 2006 17:00:18 +0000 (17:00 +0000)]
Styles are now 100% out from here.

19 years agoDeal with modules that are missing their language strings
gustav_delius [Sun, 23 Apr 2006 15:20:26 +0000 (15:20 +0000)]
Deal with modules that are missing their language strings

19 years agomicro-increment version number to 2006042101 (release = v2.1.16)
gbateson [Sun, 23 Apr 2006 11:55:02 +0000 (11:55 +0000)]
micro-increment version number to 2006042101 (release = v2.1.16)

19 years agotwo fixes connected with UTF migration: (i) remove $CFG->prefix from all index names...
gbateson [Sun, 23 Apr 2006 11:53:38 +0000 (11:53 +0000)]
two fixes connected with UTF migration:  (i) remove $CFG->prefix from all index names, (ii) force type of "name" field in "hotpot_questions" table to "text"

19 years agoset $result even when $fromenc=="utf-8", to fix "unassigned variable" errors
gbateson [Sun, 23 Apr 2006 11:51:17 +0000 (11:51 +0000)]
set $result even when $fromenc=="utf-8", to fix "unassigned variable" errors

19 years agoMoving some harcoded styles in ims cp to standard
stronk7 [Sun, 23 Apr 2006 11:49:33 +0000 (11:49 +0000)]
Moving some harcoded styles in ims cp to standard

19 years agotype of "name" field in "hotpot_questions" table should be "text" after migrate
gbateson [Sun, 23 Apr 2006 11:48:58 +0000 (11:48 +0000)]
type of "name" field in "hotpot_questions" table should be "text" after migrate

19 years agoMoving some styles harcoded in the ims cp to standard...
stronk7 [Sun, 23 Apr 2006 11:48:50 +0000 (11:48 +0000)]
Moving some styles harcoded in the ims cp to standard...

19 years agomoved php end tag out from comment
skodak [Sun, 23 Apr 2006 11:45:37 +0000 (11:45 +0000)]
moved php end tag out from comment

19 years agomoved php end tag from comment revisited
skodak [Sun, 23 Apr 2006 11:40:25 +0000 (11:40 +0000)]
moved php end tag from comment revisited

19 years agomoved php end tag from comment
skodak [Sun, 23 Apr 2006 11:37:57 +0000 (11:37 +0000)]
moved php end tag from comment

19 years agofixed short tag
skodak [Sun, 23 Apr 2006 11:32:25 +0000 (11:32 +0000)]
fixed short tag

19 years agoBeautify a bit the footer, taking out that horrible standard 100px space! ;-)
stronk7 [Sun, 23 Apr 2006 10:58:00 +0000 (10:58 +0000)]
Beautify a bit the footer, taking out that horrible standard 100px space! ;-)

19 years agoSome indexes were added in 15_STABLE. So, don't show an error message again if indexe...
ethem [Sun, 23 Apr 2006 10:15:01 +0000 (10:15 +0000)]
Some indexes were added in 15_STABLE. So, don't show an error message again if indexes are already exist.

19 years agoNow the resize script hasn't anymore harcoded widths.
stronk7 [Sun, 23 Apr 2006 09:59:04 +0000 (09:59 +0000)]
Now the resize script hasn't anymore harcoded widths.

19 years agoremoved invalid css property
urs_hunkler [Sun, 23 Apr 2006 07:14:45 +0000 (07:14 +0000)]
removed invalid css property

19 years agoDOn't show some notces on new install
moodler [Sun, 23 Apr 2006 04:45:20 +0000 (04:45 +0000)]
DOn't show some notces on new install

19 years agoTOC needs _parent because it's rendered in the iframe.
stronk7 [Sun, 23 Apr 2006 02:21:00 +0000 (02:21 +0000)]
TOC needs _parent because it's rendered in the iframe.

19 years agoNow double-headers are out 100%
stronk7 [Sun, 23 Apr 2006 01:57:02 +0000 (01:57 +0000)]
Now double-headers are out 100%
Some incorrect targets are out.
Scorm API (dummy) is working fine.

TODO: Move css styles to standard.

19 years agoMoving script to a proper place (for XHTML validation)
stronk7 [Sat, 22 Apr 2006 22:52:34 +0000 (22:52 +0000)]
Moving script to a proper place (for XHTML validation)
(although the page still continues with some errors)

19 years agoAvoid some warnings...
stronk7 [Sat, 22 Apr 2006 22:51:15 +0000 (22:51 +0000)]
Avoid some warnings...

19 years agofixed typo, undefined $ents
skodak [Sat, 22 Apr 2006 17:33:22 +0000 (17:33 +0000)]
fixed typo, undefined $ents

19 years agotypo - fixed undefined $courseid
skodak [Sat, 22 Apr 2006 17:29:46 +0000 (17:29 +0000)]
typo - fixed undefined $courseid

19 years agofixed undefined $timenow
skodak [Sat, 22 Apr 2006 17:28:18 +0000 (17:28 +0000)]
fixed undefined $timenow

19 years agofixed undefined $course
skodak [Sat, 22 Apr 2006 17:25:37 +0000 (17:25 +0000)]
fixed undefined $course

19 years agoadded FIX ME notice for inclusion of format.php
skodak [Sat, 22 Apr 2006 17:21:21 +0000 (17:21 +0000)]
added FIX ME notice for inclusion of format.php

19 years agofixed typo in ismember() - nasty one!
skodak [Sat, 22 Apr 2006 16:45:12 +0000 (16:45 +0000)]
fixed typo in ismember() - nasty one!
and some warnings get_directory_size()

19 years agofixed typo and s()
skodak [Sat, 22 Apr 2006 16:36:35 +0000 (16:36 +0000)]
fixed typo and s()

19 years agofixed missing xxx_param() and broken path
skodak [Sat, 22 Apr 2006 16:35:32 +0000 (16:35 +0000)]
fixed missing xxx_param() and broken path

19 years agoadded FIX ME notice into grade_get_users_by_group(), I did not fix it because I do...
skodak [Sat, 22 Apr 2006 16:12:58 +0000 (16:12 +0000)]
added FIX ME notice into grade_get_users_by_group(), I did not fix it because I do not know what this function should return

19 years agofixed undefined $error in error message
skodak [Sat, 22 Apr 2006 16:02:49 +0000 (16:02 +0000)]
fixed undefined $error in error message

19 years agofixed auth_user_exists(), now works the same as the one in ldap plugin
skodak [Sat, 22 Apr 2006 16:01:02 +0000 (16:01 +0000)]
fixed auth_user_exists(), now works the same as the one in ldap plugin

19 years agoFIX ME notice for $cas_validate that should be IMHO global, but it works anyway
skodak [Sat, 22 Apr 2006 15:55:20 +0000 (15:55 +0000)]
FIX ME notice for $cas_validate that should be IMHO global, but it works anyway

19 years agofixed undefined pg encoding in warning and undefined main teacher lang when no teache...
skodak [Sat, 22 Apr 2006 15:51:00 +0000 (15:51 +0000)]
fixed undefined pg encoding in warning and undefined main teacher lang when no teacher in course

19 years agotypo in switch
skodak [Sat, 22 Apr 2006 13:38:24 +0000 (13:38 +0000)]
typo in switch

19 years agoSpurious database prefixes in front of index names removed. Bug #5282
thepurpleblob [Fri, 21 Apr 2006 13:27:08 +0000 (13:27 +0000)]
Spurious database prefixes in front of index names removed. Bug #5282

19 years agoFix for Bug #5281, "Validation: '&' in course (topics) format, 'Jump to' drop...
nfreear [Fri, 21 Apr 2006 13:08:03 +0000 (13:08 +0000)]
Fix for Bug #5281, "Validation: '&' in course (topics) format, 'Jump to' drop-down".

19 years agoNoted that xml format can now handle images.
thepurpleblob [Fri, 21 Apr 2006 12:56:51 +0000 (12:56 +0000)]
Noted that xml format can now handle images.

19 years agoMoodle xml format can now export and import the actual image files, encoding
thepurpleblob [Fri, 21 Apr 2006 12:35:57 +0000 (12:35 +0000)]
Moodle xml format can now export and import the actual image files, encoding
in 'base64' format.

19 years agofix for 5205
toyomoyo [Fri, 21 Apr 2006 07:55:57 +0000 (07:55 +0000)]
fix for 5205

19 years agooops
toyomoyo [Fri, 21 Apr 2006 07:52:30 +0000 (07:52 +0000)]
oops

19 years agofix for bug 5205
toyomoyo [Fri, 21 Apr 2006 07:47:14 +0000 (07:47 +0000)]
fix for bug 5205

19 years agoFixed Bug #5012 - assignment type uploadsingle does not log view actions
moodler [Fri, 21 Apr 2006 07:01:01 +0000 (07:01 +0000)]
Fixed Bug #5012 - assignment type uploadsingle does not log view actions

19 years agoUse delete_question() to delete question, bug 5275
gustav_delius [Fri, 21 Apr 2006 06:50:51 +0000 (06:50 +0000)]
Use delete_question() to delete question, bug 5275

19 years agoanother try
toyomoyo [Fri, 21 Apr 2006 05:43:17 +0000 (05:43 +0000)]
another try

19 years agoSome performance improvements see bug 5032
moodler [Fri, 21 Apr 2006 05:39:20 +0000 (05:39 +0000)]
Some performance improvements    see bug 5032

19 years agojust a line for testing
toyomoyo [Fri, 21 Apr 2006 05:35:46 +0000 (05:35 +0000)]
just a line for testing

19 years agofix for 5216
toyomoyo [Fri, 21 Apr 2006 05:17:08 +0000 (05:17 +0000)]
fix for 5216

19 years agoFix Bug #1604 - the error/index.php can't be translate
moodler [Fri, 21 Apr 2006 04:42:26 +0000 (04:42 +0000)]
Fix Bug #1604 - the error/index.php can't be translate

19 years agoformatting fix :-) Really I'm just testing the CVS mailing script
moodler [Fri, 21 Apr 2006 04:10:12 +0000 (04:10 +0000)]
formatting fix :-)   Really I'm just testing the CVS mailing script

19 years agoOnly force topic section in front page if ALL options are set to hide, not if we...
mjollnir_ [Fri, 21 Apr 2006 03:09:58 +0000 (03:09 +0000)]
Only force topic section in front page if ALL options are set to hide, not if we have news

19 years agonothing much here either
toyomoyo [Fri, 21 Apr 2006 02:47:01 +0000 (02:47 +0000)]
nothing much here either

19 years agonothing much here
toyomoyo [Fri, 21 Apr 2006 02:37:28 +0000 (02:37 +0000)]
nothing much here

19 years agoBug #5274 - HTML Editor Full Screen, Wrong Image location
moodler [Fri, 21 Apr 2006 02:26:29 +0000 (02:26 +0000)]
Bug #5274 - HTML Editor Full Screen, Wrong Image location

19 years agoAdded save changes button at top (Bug #1043 - submit button at top of journal report)
moodler [Fri, 21 Apr 2006 02:23:33 +0000 (02:23 +0000)]
Added save changes button at top (Bug #1043 - submit button at top of journal report)

19 years agoadded a string for no rights to delete a tag
toyomoyo [Fri, 21 Apr 2006 02:07:38 +0000 (02:07 +0000)]
added a string for no rights to delete a tag

19 years agofixed an issue where when the user has no personal tags defined, he/she sees an empty...
toyomoyo [Fri, 21 Apr 2006 02:07:10 +0000 (02:07 +0000)]
fixed an issue where when the user has no personal tags defined, he/she sees an empty line in tags page

19 years agoFix for double escapeshellarg in bug 5258 - Thanks Andy!
moodler [Fri, 21 Apr 2006 01:51:46 +0000 (01:51 +0000)]
Fix for double escapeshellarg in bug 5258  -  Thanks Andy!

19 years agoFixed code that relied on globals hack. Fixed bug 5261
gustav_delius [Thu, 20 Apr 2006 23:10:45 +0000 (23:10 +0000)]
Fixed code that relied on globals hack. Fixed bug 5261

19 years agolots of typos fixed, graph in stats, parameter cleanup etc., somebody could cleanup...
skodak [Thu, 20 Apr 2006 22:36:22 +0000 (22:36 +0000)]
lots of typos fixed, graph in stats, parameter cleanup etc., somebody could cleanup the page layout of those report/xxx/mod.php files ;-)

19 years agoweblib: validate_email() -- emails with a trailing dot in the local-part (user.@host...
martinlanghoff [Thu, 20 Apr 2006 22:32:00 +0000 (22:32 +0000)]
weblib: validate_email() -- emails with a trailing dot in the local-part (user.@host.com) are invalid

19 years agoremoved width for multichoice feedback
urs_hunkler [Thu, 20 Apr 2006 19:11:20 +0000 (19:11 +0000)]
removed width for multichoice feedback

19 years agofixed typos
skodak [Thu, 20 Apr 2006 19:07:08 +0000 (19:07 +0000)]
fixed typos

19 years agoFixed some error strings bug 2618
moodler [Thu, 20 Apr 2006 14:04:51 +0000 (14:04 +0000)]
Fixed some error strings   bug 2618

19 years agoFixed typo preventing images being displayed.
thepurpleblob [Thu, 20 Apr 2006 12:36:31 +0000 (12:36 +0000)]
Fixed typo preventing images being displayed.

19 years agoremoved width for multichoice feedback
urs_hunkler [Thu, 20 Apr 2006 08:37:00 +0000 (08:37 +0000)]
removed width for multichoice feedback

19 years agoFix for bug 5223 - might need testing
moodler [Thu, 20 Apr 2006 08:25:49 +0000 (08:25 +0000)]
Fix for bug 5223   - might need testing

19 years agoAdded more common mail charsets to choose from bug 5229
moodler [Thu, 20 Apr 2006 08:21:58 +0000 (08:21 +0000)]
Added more common mail charsets to choose from    bug 5229

19 years agoSitemailcharset should be empty string
moodler [Thu, 20 Apr 2006 08:19:36 +0000 (08:19 +0000)]
Sitemailcharset should be empty string

19 years agoMake email address denying work a little more rigorously. bug 5250
moodler [Thu, 20 Apr 2006 08:17:11 +0000 (08:17 +0000)]
Make email address denying work a little more rigorously.    bug 5250

19 years agoNo need for noapprovalrequired string
moodler [Thu, 20 Apr 2006 07:55:07 +0000 (07:55 +0000)]
No need for noapprovalrequired string

19 years agoadded a simple message to warn moodlers that if they are using contrib modules or...
toyomoyo [Thu, 20 Apr 2006 07:35:36 +0000 (07:35 +0000)]
added a simple message to warn moodlers that if they are using contrib modules or blocks with no migration sript, the data will not be converted.

19 years agojust in case of there's no course
toyomoyo [Thu, 20 Apr 2006 07:34:06 +0000 (07:34 +0000)]
just in case of there's no course

19 years agothere's some changes, to accomodate 5194. More testing is needed on all versions...
toyomoyo [Thu, 20 Apr 2006 06:57:26 +0000 (06:57 +0000)]
there's some changes, to accomodate 5194. More testing is needed on all versions of mysql

19 years agoAdded a check for is_object($item) to prevent possible warnings in preview_ims_genera...
wildgirl [Thu, 20 Apr 2006 06:53:07 +0000 (06:53 +0000)]
Added a check for is_object($item) to prevent possible warnings in preview_ims_generate_toc
Restored use of textlib in preview_ims_generate_toc

19 years agoAdded a check for isset($this->resource->reference) to prevent warnings in resource_ims
wildgirl [Thu, 20 Apr 2006 06:51:55 +0000 (06:51 +0000)]
Added a check for isset($this->resource->reference) to prevent warnings in resource_ims
Added a check for is_object($item) to prevent warnings in ims_generate_toc
Restored use of textlib in ims_generate_toc

19 years agoadded a feature that automatically adds 2 default blocks for new blog users. (block_m...
toyomoyo [Thu, 20 Apr 2006 06:35:39 +0000 (06:35 +0000)]
added a feature that automatically adds 2 default blocks for new blog users. (block_menu and block_tags blocks)