]> git.mjollnir.org Git - moodle.git/log
moodle.git
20 years agomoving to xhtml doctype
koenr [Sun, 6 Feb 2005 12:14:47 +0000 (12:14 +0000)]
moving to xhtml doctype

20 years agowrong characterset
koenr [Sun, 6 Feb 2005 11:21:19 +0000 (11:21 +0000)]
wrong characterset
moving to xhtml doctype

20 years agoI have changed the icon for removing a question from a quiz from X to >> and changed...
gustav_delius [Sun, 6 Feb 2005 10:42:31 +0000 (10:42 +0000)]
I have changed the icon for removing a question from a quiz from X to >> and changed the label from 'Delete' to 'Remove'  because it does not delete the question but only removes it from the quiz.

20 years agodetection of oversized requests from clients
skodak [Sun, 6 Feb 2005 10:06:25 +0000 (10:06 +0000)]
detection of oversized requests from clients

20 years agoedit column in question tables on edit.php are now wide enough to hold all icons...
gustav_delius [Sun, 6 Feb 2005 07:55:05 +0000 (07:55 +0000)]
edit column in question tables on edit.php are now wide enough to hold all icons without line break

20 years agoIf a question is removed from a quiz then also all existing responses (e.g. from...
gustav_delius [Sun, 6 Feb 2005 07:45:40 +0000 (07:45 +0000)]
If a question is removed from a quiz then also all existing responses (e.g. from teacher attempts) are removed. Thanks to Eloy for pointing out that this was missing, http://moodle.org/mod/forum/discuss.php?d=17167#83331

20 years agomoving to xhtml doctype
koenr [Sun, 6 Feb 2005 00:59:14 +0000 (00:59 +0000)]
moving to xhtml doctype

removed the <ol><ol> construction and replaced it with a styl margin-left

removed the body fixed white color and replaced it with a style in docstyles.css

20 years agomoving to xhtml doctype
koenr [Sat, 5 Feb 2005 23:37:17 +0000 (23:37 +0000)]
moving to xhtml doctype

20 years agoI added all code to handle the cookies and the sideblock content, the icon and the...
urs_hunkler [Sat, 5 Feb 2005 21:37:53 +0000 (21:37 +0000)]
I added all code to handle the cookies and the sideblock content, the icon and the patches for hiding/showing the content of the sideblocks.

How it works:
_ within the "sideblockheading" a DIV with class="hide-show" holds a link calling the JS containerDisplaySwitching(). To the user it's represented by the icon "switch.gif" (a plus in a square) at the right end side of the header.
_ all content of the sideblock is surounded by a new <div class="blockcontent" id="'.$attributes['id']."_cont\">"
_ a call of the JS containerDisplaySwitching() changes the state of the appropriate DIV with the content to "display:none/inline" and writes this state into a cookie.
_ at the end of every block I added a call to the JS "containerDisplaySet()". This reads the block's state and hides the content or leaves it visible with every page load.
_ in the stylesheet I added the positioning of the icon:
.sideblockheading .hide-show {
    float:right;
}
.sideblockheading a img.hide-show-image {
    padding-top:0.25em;
}

20 years agoIt is now no longer possible to add or delete questions in a quiz that students have...
gustav_delius [Sat, 5 Feb 2005 21:03:04 +0000 (21:03 +0000)]
It is now no longer possible to add or delete questions in a quiz that students have already attempted, see http://moodle.org/mod/forum/discuss.php?d=16479#86488

20 years agoxhtml-compliance
koenr [Sat, 5 Feb 2005 20:51:23 +0000 (20:51 +0000)]
xhtml-compliance

20 years agofixed my own type (missing ;)
gustav_delius [Sat, 5 Feb 2005 20:00:15 +0000 (20:00 +0000)]
fixed my own type (missing ;)

20 years agoTaken out some $THEME
gustav_delius [Sat, 5 Feb 2005 17:28:06 +0000 (17:28 +0000)]
Taken out some $THEME

20 years agoPresents login as guest button if course allows guests.
fiedorow [Sat, 5 Feb 2005 16:58:28 +0000 (16:58 +0000)]
Presents login as guest button if course allows guests.

20 years agoRemove moodle_set_cookie call
fiedorow [Sat, 5 Feb 2005 16:47:50 +0000 (16:47 +0000)]
Remove moodle_set_cookie call

20 years agoImplements log in as guest for courses that allow guests.
fiedorow [Sat, 5 Feb 2005 16:46:26 +0000 (16:46 +0000)]
Implements log in as guest for courses that allow guests.

20 years agoBypass enrolment if guest shortcut for courses that allow guests.
fiedorow [Sat, 5 Feb 2005 16:40:38 +0000 (16:40 +0000)]
Bypass enrolment if guest shortcut for courses that allow guests.

20 years agoA lot of new strings and help files. This language pack is nearly complete. All check...
koenr [Sat, 5 Feb 2005 13:41:03 +0000 (13:41 +0000)]
A lot of new strings and help files. This language pack is nearly complete. All checked and corrected to xhtml-compliance.

20 years agoChanged 'mainmenu'
martignoni [Sat, 5 Feb 2005 12:49:14 +0000 (12:49 +0000)]
Changed 'mainmenu'

20 years agoStrings in the lang file are now sorted
martignoni [Sat, 5 Feb 2005 12:48:16 +0000 (12:48 +0000)]
Strings in the lang file are now sorted

20 years agoShort days are now shorter (2 characters)
martignoni [Sat, 5 Feb 2005 12:03:55 +0000 (12:03 +0000)]
Short days are now shorter (2 characters)

20 years agofixed locale
mits [Sat, 5 Feb 2005 08:04:04 +0000 (08:04 +0000)]
fixed locale

20 years agoFixing bug 2480 - meta course enrolment
mjollnir_ [Sat, 5 Feb 2005 05:15:16 +0000 (05:15 +0000)]
Fixing bug 2480 - meta course enrolment

20 years agoChanging !$course->category to $course->id == SITEID
defacer [Sat, 5 Feb 2005 03:16:44 +0000 (03:16 +0000)]
Changing !$course->category to $course->id == SITEID

20 years agoRewriting "!$course->category" to "$course->id == SITEID" to make it clear.
defacer [Sat, 5 Feb 2005 02:08:25 +0000 (02:08 +0000)]
Rewriting "!$course->category" to "$course->id == SITEID" to make it clear.

20 years agoAbot more done about XHTML
stronk7 [Sat, 5 Feb 2005 02:00:12 +0000 (02:00 +0000)]
Abot more done about XHTML
(just goig to sleep)

20 years agoThis page is near to be XHTML!
stronk7 [Sat, 5 Feb 2005 01:58:37 +0000 (01:58 +0000)]
This page is near to be XHTML!
Please, see bug 2496
(http://moodle.org/bugs/bug.php?op=show&bugid=2496)

20 years agoEnforcing the "email type" (text/HTML) user setting at core library level.
defacer [Sat, 5 Feb 2005 01:36:55 +0000 (01:36 +0000)]
Enforcing the "email type" (text/HTML) user setting at core library level.
With well-written client code this should not be needed, but after getting
burned once I think it's a good idea to make it "smart".

20 years agoFixing a serious bug with PHP 5 only, which caused blocks to lose
defacer [Sat, 5 Feb 2005 01:32:15 +0000 (01:32 +0000)]
Fixing a serious bug with PHP 5 only, which caused blocks to lose
their configuration data (there is an explanation but I don't think
anyone cares).

Actually it was an optimization and I had to disable it. All is fine now.

20 years agobackup logs are now XHTML 1.0 Transitional
stronk7 [Sat, 5 Feb 2005 01:22:31 +0000 (01:22 +0000)]
backup logs are now XHTML 1.0 Transitional

20 years agoScheduled backup configuration page is XHTML 1.0 Transitional
stronk7 [Sat, 5 Feb 2005 01:11:19 +0000 (01:11 +0000)]
Scheduled backup configuration page is XHTML 1.0 Transitional

20 years agoNow manual backups are XHTML 1.0 Transitional.
stronk7 [Sat, 5 Feb 2005 01:00:33 +0000 (01:00 +0000)]
Now manual backups are XHTML 1.0 Transitional.
And version bump!

20 years agotypo in javascript code, message submit did not work :-(
skodak [Fri, 4 Feb 2005 22:58:28 +0000 (22:58 +0000)]
typo in javascript code, message submit did not work :-(

20 years agoreverted some unfinished changes in chatd - enter message
skodak [Fri, 4 Feb 2005 21:14:19 +0000 (21:14 +0000)]
reverted some unfinished changes in chatd - enter message

20 years agoBugfix: don't send HTML digests to users who want simple text mail.
defacer [Fri, 4 Feb 2005 21:13:28 +0000 (21:13 +0000)]
Bugfix: don't send HTML digests to users who want simple text mail.

20 years agoUpdates for ver. 1.5 beta 2005020101
villate [Fri, 4 Feb 2005 21:00:35 +0000 (21:00 +0000)]
Updates for ver. 1.5 beta 2005020101

20 years agoAdditional notices under PHP5 fixed.
defacer [Fri, 4 Feb 2005 20:57:16 +0000 (20:57 +0000)]
Additional notices under PHP5 fixed.

20 years agochanged Main Menu to Course Menu
michaelpenne [Fri, 4 Feb 2005 20:49:04 +0000 (20:49 +0000)]
changed Main Menu to Course Menu

20 years agoFix for bug 2492: Notices thrown by pagelib.php.
defacer [Fri, 4 Feb 2005 20:27:54 +0000 (20:27 +0000)]
Fix for bug 2492: Notices thrown by pagelib.php.

It was an oversight on my part. Thanks Gustav!

20 years agoA few more new strings translated
villate [Fri, 4 Feb 2005 20:18:29 +0000 (20:18 +0000)]
A few more new strings translated

20 years agochanged a couple of <br> to <br />
michaelpenne [Fri, 4 Feb 2005 20:11:48 +0000 (20:11 +0000)]
changed a couple of <br> to <br />

20 years agoComplete translation for ver. 1.5
villate [Fri, 4 Feb 2005 20:09:26 +0000 (20:09 +0000)]
Complete translation for ver. 1.5

20 years agoWe have decide to replace forum by fórum, which is the accepted spelling.
villate [Fri, 4 Feb 2005 20:02:50 +0000 (20:02 +0000)]
We have decide to replace forum by fórum, which is the accepted spelling.

20 years agore-arranged a lot of code. Only branch tables appear in slide show mode. Display...
michaelpenne [Fri, 4 Feb 2005 19:39:18 +0000 (19:39 +0000)]
re-arranged a lot of code.  Only branch tables appear in slide show mode.  Display left and slideshow works with tables now instead of stylesheets (helps with browser compatibility).  Some XHTML fixes.  Fixed grading essay questions for non-custom scoreing.  Reformated a lot of output

20 years agoremoved a lot of styles because left menu and slideshow work in a table instead of...
michaelpenne [Fri, 4 Feb 2005 19:35:43 +0000 (19:35 +0000)]
removed a lot of styles because left menu and slideshow work in a table instead of styles.  This helps with compatibility with more browsers

20 years agofixed the clock formating.
michaelpenne [Fri, 4 Feb 2005 19:34:22 +0000 (19:34 +0000)]
fixed the clock formating.

20 years agothis is Petrs security fix for import
michaelpenne [Fri, 4 Feb 2005 19:33:33 +0000 (19:33 +0000)]
this is Petrs security fix for import

20 years agofixed a clean param function call
michaelpenne [Fri, 4 Feb 2005 19:31:24 +0000 (19:31 +0000)]
fixed a clean param function call

20 years agomost changes in continue section. Took it out of slideshow. Made some display chang...
michaelpenne [Fri, 4 Feb 2005 19:30:19 +0000 (19:30 +0000)]
most changes in continue section.  Took it out of slideshow.  Made some display changes with display left (not style sheet dependent now)

20 years agoNow group members are only included (backup and restore) if
stronk7 [Fri, 4 Feb 2005 16:24:12 +0000 (16:24 +0000)]
Now group members are only included (backup and restore) if
we have selected to have users! Thanks to Etienne! Bug 2486
(http://moodle.org/bugs/bug.php?op=show&bugid=2486)

Merged from MOODLE_14_STABLE

20 years agoNow metacourse in supported in manual and scheduled backups. It can be configured
stronk7 [Fri, 4 Feb 2005 14:33:51 +0000 (14:33 +0000)]
Now metacourse in supported in manual and scheduled backups. It can be configured
in both backups. Please check if the used structure and exported data has sense!

20 years agopolished.
mits [Fri, 4 Feb 2005 06:05:29 +0000 (06:05 +0000)]
polished.

20 years agopolished.
mits [Fri, 4 Feb 2005 05:04:08 +0000 (05:04 +0000)]
polished.

20 years agotranslated some.
mits [Fri, 4 Feb 2005 03:14:50 +0000 (03:14 +0000)]
translated some.

20 years agoupdate code clarification - thanks Eloy!
skodak [Fri, 4 Feb 2005 00:43:45 +0000 (00:43 +0000)]
update code clarification - thanks Eloy!

20 years agopolished.
mits [Fri, 4 Feb 2005 00:40:51 +0000 (00:40 +0000)]
polished.

20 years agoxhtml-compliance
koenr [Thu, 3 Feb 2005 23:35:52 +0000 (23:35 +0000)]
xhtml-compliance

20 years agoMore differences.
stronk7 [Thu, 3 Feb 2005 23:27:52 +0000 (23:27 +0000)]
More differences.

20 years agoMoving some strings to make them available in all the script. Not really sure about...
stronk7 [Thu, 3 Feb 2005 23:19:54 +0000 (23:19 +0000)]
Moving some strings to make them available in all the script. Not really sure about changes introduced in version 1.42! Penny?

20 years agoPARAM_ALPHA now converts to lowercase; merged from MOODLE_14_STABLE
skodak [Thu, 3 Feb 2005 22:53:49 +0000 (22:53 +0000)]
PARAM_ALPHA now converts to lowercase; merged from MOODLE_14_STABLE

20 years agoBetter attempt at fixing 2479
mjollnir_ [Thu, 3 Feb 2005 22:34:42 +0000 (22:34 +0000)]
Better attempt at fixing 2479

20 years agoplease respect the rules of xhtml-compliance for new files in fully checked lang...
koenr [Thu, 3 Feb 2005 22:33:42 +0000 (22:33 +0000)]
please respect the rules of xhtml-compliance for new files in fully checked lang packs

20 years agoReverting last patch for bug 2479
mjollnir_ [Thu, 3 Feb 2005 22:30:46 +0000 (22:30 +0000)]
Reverting last patch for bug 2479

20 years agoFixing bug #2479 (parent courses showing in meta course search)
mjollnir_ [Thu, 3 Feb 2005 22:21:30 +0000 (22:21 +0000)]
Fixing bug #2479 (parent courses showing in meta course search)

20 years agoxhtml-compliance
koenr [Thu, 3 Feb 2005 22:21:00 +0000 (22:21 +0000)]
xhtml-compliance

20 years agoxhtml-compliance
koenr [Thu, 3 Feb 2005 22:11:49 +0000 (22:11 +0000)]
xhtml-compliance

20 years agoxhtml-compliance
koenr [Thu, 3 Feb 2005 20:50:14 +0000 (20:50 +0000)]
xhtml-compliance

20 years agoradical chat clean up, see forum for details
skodak [Thu, 3 Feb 2005 20:39:27 +0000 (20:39 +0000)]
radical chat clean up, see forum for details

20 years agoincorrect use of preg_quote(), add '/' to list of quoted chars - see man page; merged...
skodak [Thu, 3 Feb 2005 19:37:11 +0000 (19:37 +0000)]
incorrect use of preg_quote(), add '/' to list of quoted chars - see man page; merged from MOODLE_14_STABLE

20 years agonew parameter cleaning PARAM_BOOL and PARAM_ALPHANUM, merged from MOODLE_14_STABLE
skodak [Thu, 3 Feb 2005 18:14:45 +0000 (18:14 +0000)]
new parameter cleaning PARAM_BOOL and PARAM_ALPHANUM, merged from MOODLE_14_STABLE

20 years agofixed stupid bug in code for adding random questions
gustav_delius [Thu, 3 Feb 2005 18:04:15 +0000 (18:04 +0000)]
fixed stupid bug in code for adding random questions

20 years agoLatest version - very nice!
moodler [Thu, 3 Feb 2005 11:12:47 +0000 (11:12 +0000)]
Latest version - very nice!

20 years agoNow actions for meta-courses (add, delete...) are using sesskey.
stronk7 [Wed, 2 Feb 2005 19:13:24 +0000 (19:13 +0000)]
Now actions for meta-courses (add, delete...) are using sesskey.

20 years agoPerfecting the wording to distinguish between singular and plural.
martignoni [Wed, 2 Feb 2005 16:26:29 +0000 (16:26 +0000)]
Perfecting the wording to distinguish between singular and plural.

20 years agoSmall fix
martignoni [Wed, 2 Feb 2005 16:23:26 +0000 (16:23 +0000)]
Small fix

20 years agoBetter wording
martignoni [Wed, 2 Feb 2005 15:44:52 +0000 (15:44 +0000)]
Better wording

20 years agoAdded Learnwise import format string
martignoni [Wed, 2 Feb 2005 15:43:40 +0000 (15:43 +0000)]
Added Learnwise import format string

20 years agoThere is now a mechanism by which question types can have their own setup options
martignoni [Wed, 2 Feb 2005 15:42:43 +0000 (15:42 +0000)]
There is now a mechanism by which question types can have their own setup options

20 years agoPolishing that Add/Edit Blocks button
martignoni [Wed, 2 Feb 2005 15:34:10 +0000 (15:34 +0000)]
Polishing that Add/Edit Blocks button

20 years agoMessaging can now be completely disabled
martignoni [Wed, 2 Feb 2005 15:33:03 +0000 (15:33 +0000)]
Messaging can now be completely disabled

20 years agoInitial checkin for import course content functionality
martignoni [Wed, 2 Feb 2005 15:30:36 +0000 (15:30 +0000)]
Initial checkin for import course content functionality

20 years agoAdded some new lang entries for mod.html
martignoni [Wed, 2 Feb 2005 15:23:30 +0000 (15:23 +0000)]
Added some new lang entries for mod.html

20 years agoA few refinements
villate [Wed, 2 Feb 2005 14:54:36 +0000 (14:54 +0000)]
A few refinements

20 years agoUpdating index page with all the latest from blocklib and pagelib.
defacer [Wed, 2 Feb 2005 04:32:13 +0000 (04:32 +0000)]
Updating index page with all the latest from blocklib and pagelib.

20 years agoUpdate for the new APIs and simplification.
defacer [Wed, 2 Feb 2005 02:46:06 +0000 (02:46 +0000)]
Update for the new APIs and simplification.

20 years agoChange the semantics of blocks_print_adminblock() to make life easier to
defacer [Wed, 2 Feb 2005 02:41:56 +0000 (02:41 +0000)]
Change the semantics of blocks_print_adminblock() to make life easier to
developers who use pages. Conversely simplified the code a bit in courses.

20 years agoUtilizing page_id_and_class(), make a factory function page_create_instance()
defacer [Wed, 2 Feb 2005 02:32:40 +0000 (02:32 +0000)]
Utilizing page_id_and_class(), make a factory function page_create_instance()
that does not need the page type as an argument (autodetects from the URL).

20 years agoIsolating this in a function because it's quite useful
defacer [Wed, 2 Feb 2005 02:25:50 +0000 (02:25 +0000)]
Isolating this in a function because it's quite useful
to access from elsewhere, too.

20 years agoAdding a useful mathematical shortcut.
defacer [Wed, 2 Feb 2005 02:22:56 +0000 (02:22 +0000)]
Adding a useful mathematical shortcut.

20 years agoOne notice is out showing recent recent activity of deleted posts.
stronk7 [Tue, 1 Feb 2005 23:57:58 +0000 (23:57 +0000)]
One notice is out showing recent recent activity of deleted posts.

20 years agoxhtml-compliance
koenr [Tue, 1 Feb 2005 23:25:44 +0000 (23:25 +0000)]
xhtml-compliance

20 years agomissing strings
koenr [Tue, 1 Feb 2005 22:57:22 +0000 (22:57 +0000)]
missing strings

20 years agoMAJOR NEW FEATURE: Tracking of read/unread posts
martignoni [Tue, 1 Feb 2005 21:51:42 +0000 (21:51 +0000)]
MAJOR NEW FEATURE:  Tracking of read/unread posts

20 years agoAdding new strings for the editor
martignoni [Tue, 1 Feb 2005 21:38:57 +0000 (21:38 +0000)]
Adding new strings for the editor

20 years agoLatest updates to lang file for rss_client block
martignoni [Tue, 1 Feb 2005 21:35:30 +0000 (21:35 +0000)]
Latest updates to lang file for rss_client block

20 years agoInitial checkin of language for the quiz_results block.
martignoni [Tue, 1 Feb 2005 21:22:30 +0000 (21:22 +0000)]
Initial checkin of language for the quiz_results block.

20 years agoAdded Jon's html block from contrib! Thanks, Jon!
martignoni [Tue, 1 Feb 2005 21:10:09 +0000 (21:10 +0000)]
Added Jon's html block from contrib! Thanks, Jon!

20 years agoShow a warning to admins if cron.php hasn't been run
martignoni [Tue, 1 Feb 2005 21:06:48 +0000 (21:06 +0000)]
Show a warning to admins if cron.php hasn't been run

20 years agoModification for datalib (modify_database) to ignore lines that start with -- as...
mjollnir_ [Tue, 1 Feb 2005 20:45:46 +0000 (20:45 +0000)]
Modification for datalib (modify_database) to ignore lines that start with -- as well as # (postgres)

20 years agouggly grammatical error
koenr [Tue, 1 Feb 2005 19:44:55 +0000 (19:44 +0000)]
uggly grammatical error