]> git.mjollnir.org Git - moodle.git/log
moodle.git
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

20 years agotranslated some.
mits [Tue, 1 Feb 2005 15:04:50 +0000 (15:04 +0000)]
translated some.

20 years agoAdded all styles to forum posts
moodler [Tue, 1 Feb 2005 11:30:41 +0000 (11:30 +0000)]
Added all styles to forum posts

20 years agoUpdate copyright to 2005
moodler [Tue, 1 Feb 2005 10:08:26 +0000 (10:08 +0000)]
Update copyright to 2005

20 years agoAllow this in quiz pages, too.
defacer [Tue, 1 Feb 2005 10:03:54 +0000 (10:03 +0000)]
Allow this in quiz pages, too.

20 years agoAllow quiz_results in quiz pages and allow multiple instances too
defacer [Tue, 1 Feb 2005 10:03:21 +0000 (10:03 +0000)]
Allow quiz_results in quiz pages and allow multiple instances too
(this obviously is only useful in courses).

20 years agoPull all blocks out of quiz pages. We can see about allowing them later.
defacer [Tue, 1 Feb 2005 10:02:12 +0000 (10:02 +0000)]
Pull all blocks out of quiz pages. We can see about allowing them later.

20 years agoUpdated to cover the latest API addition and made some minor corrections.
defacer [Tue, 1 Feb 2005 09:19:31 +0000 (09:19 +0000)]
Updated to cover the latest API addition and made some minor corrections.

20 years agoPerfecting the wording to distinguish between singular and plural.
defacer [Tue, 1 Feb 2005 08:44:04 +0000 (08:44 +0000)]
Perfecting the wording to distinguish between singular and plural.

20 years agoPolishing that Add/Edit Blocks button
defacer [Tue, 1 Feb 2005 08:35:06 +0000 (08:35 +0000)]
Polishing that Add/Edit Blocks button

20 years agoMoved theme changing to after SESSION exists
moodler [Tue, 1 Feb 2005 08:00:58 +0000 (08:00 +0000)]
Moved theme changing to after SESSION exists

20 years agoMaking the "Add block..." menu list alphabetically sorted ;-)
defacer [Tue, 1 Feb 2005 07:59:09 +0000 (07:59 +0000)]
Making the "Add block..." menu list alphabetically sorted ;-)

20 years agoSince people adding this block to the quiz screen will get an empty display
defacer [Tue, 1 Feb 2005 07:46:31 +0000 (07:46 +0000)]
Since people adding this block to the quiz screen will get an empty display
at first, show them a more friendly message instead.

20 years agoDon't forget to kill all our block instances if we are deleted.
defacer [Tue, 1 Feb 2005 07:40:58 +0000 (07:40 +0000)]
Don't forget to kill all our block instances if we are deleted.

20 years agoI need those constants a bit more easily accessible.
defacer [Tue, 1 Feb 2005 07:39:21 +0000 (07:39 +0000)]
I need those constants a bit more easily accessible.

20 years agoFixing all the details in the block instance configuration screen.
defacer [Tue, 1 Feb 2005 07:34:17 +0000 (07:34 +0000)]
Fixing all the details in the block instance configuration screen.
That wasn't so hard!

20 years agoAll right, we can now have blocks in quiz pages!
defacer [Tue, 1 Feb 2005 07:16:19 +0000 (07:16 +0000)]
All right, we can now have blocks in quiz pages!
Let's test it a while and see what we learn from it.

20 years agoAdded a new class page_quiz, modelling the behavior of a quiz view page.
defacer [Tue, 1 Feb 2005 07:12:39 +0000 (07:12 +0000)]
Added a new class page_quiz, modelling the behavior of a quiz view page.
Not everything is quite right now, a few details (e.g. correct breadcrumbs)
have been ignored but most of the functionality is there.

Blocks in quizzes, here we come!

20 years agoEven more automation: now blocks_execute_url_action() checks if the user
defacer [Tue, 1 Feb 2005 06:55:02 +0000 (06:55 +0000)]
Even more automation: now blocks_execute_url_action() checks if the user
has sufficient rights to execute the action automatically. It's therefore
safe to call without ANY checks being done first.

20 years agoAdd a very useful feature to block_base to make instance config even more
defacer [Tue, 1 Feb 2005 06:51:00 +0000 (06:51 +0000)]
Add a very useful feature to block_base to make instance config even more
convenient to use. And take advantage of it to make the block run faster.

20 years agoBeing slightly more accurate.
defacer [Tue, 1 Feb 2005 06:49:52 +0000 (06:49 +0000)]
Being slightly more accurate.

20 years agoThat link looks a little silly if we are viewing the quiz...
defacer [Tue, 1 Feb 2005 06:40:50 +0000 (06:40 +0000)]
That link looks a little silly if we are viewing the quiz...

20 years agoI 'm putting together a scheme to allow blocks in mod/quiz/view.php.
defacer [Tue, 1 Feb 2005 06:38:42 +0000 (06:38 +0000)]
I 'm putting together a scheme to allow blocks in mod/quiz/view.php.
This will allow the block to work when displayed there.

20 years agoRefining the way that blocks work: now you don't have to know anything
defacer [Tue, 1 Feb 2005 06:24:28 +0000 (06:24 +0000)]
Refining the way that blocks work: now you don't have to know anything
about what editing the blocks adds to your URL. blocklib will take care
of that internally.

20 years agoFix for metacourses. Courses with course->metacourse shouldn't be offered in the...
mjollnir_ [Tue, 1 Feb 2005 04:51:28 +0000 (04:51 +0000)]
Fix for metacourses.  Courses with course->metacourse shouldn't be offered in the courses to add dropdown

20 years agoAnother fix for metacourses (lost auto_increment). This will preserve data.
mjollnir_ [Tue, 1 Feb 2005 04:47:04 +0000 (04:47 +0000)]
Another fix for metacourses (lost auto_increment). This will preserve data.

20 years agoFixed up admin page formatting
moodler [Tue, 1 Feb 2005 04:12:53 +0000 (04:12 +0000)]
Fixed up admin page formatting

20 years agoRemoved old styles
moodler [Tue, 1 Feb 2005 04:05:04 +0000 (04:05 +0000)]
Removed old styles

20 years agoLatest tags
moodler [Tue, 1 Feb 2005 04:01:56 +0000 (04:01 +0000)]
Latest tags

20 years agoRemoved $THEME from around the place
moodler [Tue, 1 Feb 2005 03:46:20 +0000 (03:46 +0000)]
Removed $THEME from around the place

20 years agoUpdates from Charlie Williams and "wild girl"s fantastic flash friend
moodler [Tue, 1 Feb 2005 03:24:25 +0000 (03:24 +0000)]
Updates from Charlie Williams and "wild girl"s fantastic flash friend

MP3 player now has a slider with loading information, and is slightly less high
(15px instead of 18px) so it fits better inline.

Source included.

20 years agoFIxes from tony for highlighting
moodler [Tue, 1 Feb 2005 02:58:51 +0000 (02:58 +0000)]
FIxes from tony for highlighting

20 years agoMerged from MOODLE_14_HEAD - Better behaviour of fix_course_sortorder() -- related...
martinlanghoff [Tue, 1 Feb 2005 01:47:45 +0000 (01:47 +0000)]
Merged from MOODLE_14_HEAD - Better behaviour of fix_course_sortorder() -- related to bug #2334 -- includes version bump to clear out recalcitrant sortorders

20 years agoMerged from MOODLE_14_HEAD - Better behaviour of fix_course_sortorder() -- related...
martinlanghoff [Tue, 1 Feb 2005 01:37:14 +0000 (01:37 +0000)]
Merged from MOODLE_14_HEAD - Better behaviour of fix_course_sortorder() -- related to bug #2334

20 years agoFixing column_type for postgres (WHERE 0 is not valid so using LIMIT 0 instead)
mjollnir_ [Tue, 1 Feb 2005 00:28:02 +0000 (00:28 +0000)]
Fixing column_type for postgres (WHERE 0 is not valid so using LIMIT 0 instead)

20 years agosome new strings and a new translator for TR
koenr [Mon, 31 Jan 2005 23:36:03 +0000 (23:36 +0000)]
some new strings and a new translator for TR

20 years agoAdded a new function, column_type(), based on ADOdb's MetaType().
defacer [Mon, 31 Jan 2005 23:24:43 +0000 (23:24 +0000)]
Added a new function, column_type(), based on ADOdb's MetaType().

Attempting to make ALTER TABLE for Postgres really smart... this is
the solution to bug 2460 if it works correctly.

20 years agountranslated file
koenr [Mon, 31 Jan 2005 23:00:52 +0000 (23:00 +0000)]
untranslated file

20 years agoRemove last space from attribute list in cleanAttributes2 function.
julmis [Mon, 31 Jan 2005 20:09:17 +0000 (20:09 +0000)]
Remove last space from attribute list in cleanAttributes2 function.

20 years ago Added read post
mchurch [Mon, 31 Jan 2005 19:26:55 +0000 (19:26 +0000)]
 Added read post
marking for posts over a day old to the upgrade procedure.

20 years agoFixed insert_record call in forum_tp_add_read_record. Added read post
mchurch [Mon, 31 Jan 2005 19:24:14 +0000 (19:24 +0000)]
Fixed insert_record call in forum_tp_add_read_record. Added read post
marking for posts over a day old to the upgrade procedure.

20 years agoLatest updates in spanish translation
barias [Mon, 31 Jan 2005 18:44:50 +0000 (18:44 +0000)]
Latest updates in spanish translation

20 years agoNot change at glossary, Code for allowprintview was there. :-)
stronk7 [Mon, 31 Jan 2005 18:11:51 +0000 (18:11 +0000)]
Not change at glossary, Code for allowprintview was there. :-)

20 years agoAvoid some probles when returning to the original user after using the loginas feature.
stronk7 [Mon, 31 Jan 2005 18:10:50 +0000 (18:10 +0000)]
Avoid some probles when returning to the original user after using the loginas feature.
(sesskey not set)

20 years agoSolved sesskey issue in calculated questions. Bug 2464
stronk7 [Mon, 31 Jan 2005 16:40:08 +0000 (16:40 +0000)]
Solved sesskey issue in calculated questions. Bug 2464
(http://moodle.org/bugs/bug.php?op=show&bugid=2464)

20 years agoFixed a special case issue with the news forum on the front page and
mchurch [Mon, 31 Jan 2005 15:04:10 +0000 (15:04 +0000)]
Fixed a special case issue with the news forum on the front page and
non-logged in users.

20 years agoremoved check for guest after guests have already been rejected from page
dhawes [Mon, 31 Jan 2005 11:39:14 +0000 (11:39 +0000)]
removed check for guest after guests have already been rejected from page

20 years agoForum searching is now implemented using a lex-based method, which allows
moodler [Mon, 31 Jan 2005 07:41:47 +0000 (07:41 +0000)]
Forum searching is now implemented using a lex-based method, which allows
extra capabilities such as:

  - "phrase searching"
  - user matching:    user:tony
  - subject matching: subject:thing

This code is all from Tony Hursh.   THANKS TONY!!

20 years agoNew libraries to support lexer-based searching. From Tony Hursh - thanks!
moodler [Mon, 31 Jan 2005 07:39:03 +0000 (07:39 +0000)]
New libraries to support lexer-based searching.  From Tony Hursh - thanks!

20 years agoFixed xml again (bug 2413)
moodler [Mon, 31 Jan 2005 07:17:54 +0000 (07:17 +0000)]
Fixed xml again (bug 2413)

20 years agoMessaging can now be completely disabled using $CFG->messaging
moodler [Mon, 31 Jan 2005 07:11:42 +0000 (07:11 +0000)]
Messaging can now be completely disabled using $CFG->messaging

20 years agoNow informs about old themes.
moodler [Mon, 31 Jan 2005 06:13:28 +0000 (06:13 +0000)]
Now informs about old themes.

It's damn ugly, this page, but I'm just getting it to a useful state first

20 years agoSome changes in the way theme setup is achieved, there is now a function
moodler [Mon, 31 Jan 2005 05:59:13 +0000 (05:59 +0000)]
Some changes in the way theme setup is achieved, there is now a function
for it called theme_setup

20 years agoFixes for Theme preview
moodler [Mon, 31 Jan 2005 05:58:03 +0000 (05:58 +0000)]
Fixes for Theme preview

20 years agoApparently I forgot to commit this new file when committing the import course content...
mjollnir_ [Mon, 31 Jan 2005 04:26:22 +0000 (04:26 +0000)]
Apparently I forgot to commit this new file when committing the import course content stuff.  Here it is!

20 years agoLess buttons
moodler [Mon, 31 Jan 2005 04:16:36 +0000 (04:16 +0000)]
Less buttons

20 years agoRemoving some diagnostic output that had been forgotten.
defacer [Mon, 31 Jan 2005 03:47:14 +0000 (03:47 +0000)]
Removing some diagnostic output that had been forgotten.

20 years agoNew string
moodler [Mon, 31 Jan 2005 03:35:45 +0000 (03:35 +0000)]
New string

20 years agoDropping the use of MOODLE_PAGE_COURSE <gasp>!
defacer [Mon, 31 Jan 2005 02:18:15 +0000 (02:18 +0000)]
Dropping the use of MOODLE_PAGE_COURSE <gasp>!

The new constant is PAGE_COURSE_VIEW, and it's more streamlined with the
new CSS-related ids for 1.5. There are great possibilities for the future
here, so we 're getting ready.

On the other hand, this has to be the ugliest hack I 've ever inflicted
on any program (look at pagelib.php). Thankfully it will only stay for just
a little while.

20 years agoAdded new id selector for the "inactive accounts will be unenrolled" message.
defacer [Mon, 31 Jan 2005 01:22:13 +0000 (01:22 +0000)]
Added new id selector for the "inactive accounts will be unenrolled" message.

20 years agoChanging the inline centering with an id.
defacer [Mon, 31 Jan 2005 01:20:43 +0000 (01:20 +0000)]
Changing the inline centering with an id.

20 years agoRemoving deprecated <font> and <center>.
defacer [Mon, 31 Jan 2005 01:03:41 +0000 (01:03 +0000)]
Removing deprecated <font> and <center>.

20 years agoRemoving <font> tags. I didn't add any styles because there was no
defacer [Mon, 31 Jan 2005 01:00:21 +0000 (01:00 +0000)]
Removing <font> tags. I didn't add any styles because there was no
visible difference in text size after the removal.

20 years agoBugfix: don't revert to full details display when clicking on the sorting
defacer [Mon, 31 Jan 2005 00:56:00 +0000 (00:56 +0000)]
Bugfix: don't revert to full details display when clicking on the sorting
links in the table headers. Remain in the display mode you were before.

20 years agoFixing my buggy implementation of isteacherinanycourse().
defacer [Mon, 31 Jan 2005 00:48:23 +0000 (00:48 +0000)]
Fixing my buggy implementation of isteacherinanycourse().
This fixes bugs 2455, 2456 and maybe some others Eagle Eyes didn't have
the time to find. ;-)

20 years agothis is a theme for Moodle for pdas. together with the course format "pda" it can...
urs_hunkler [Sun, 30 Jan 2005 23:32:05 +0000 (23:32 +0000)]
this is a theme for Moodle for pdas. together with the course format "pda" it can be used for small screens. I started to define width of the blocks and the content to 240px. I tested it on a sony th 55 - it looks quite promissing. It's just a start ...

20 years agothis is a course format for pdas. I changed the three column layout to a three row...
urs_hunkler [Sun, 30 Jan 2005 23:09:35 +0000 (23:09 +0000)]
this is a course format for pdas. I changed the three column layout to a three row layout - the content is shown in one long row.
* first the content of the left column
* beyond the courses
* at last the content of the right column

It hasn't got a name to select in the language pack yet, so please selct it by [[formatpda]].

20 years agoNothing todo here. New fields were there! B-)
stronk7 [Sun, 30 Jan 2005 22:49:24 +0000 (22:49 +0000)]
Nothing todo here. New fields were there! B-)
But I've spent sometime trying to simulate one exercise and
I haven't been able to do it. Probably my own stupidity, but
things didn't work as I expected! :-(

20 years agomissed a serious error
koenr [Sun, 30 Jan 2005 22:35:57 +0000 (22:35 +0000)]
missed a serious error

20 years agomissed a serious error
koenr [Sun, 30 Jan 2005 22:33:19 +0000 (22:33 +0000)]
missed a serious error

20 years agonew hungarian files - XHTML checked at once
koenr [Sun, 30 Jan 2005 22:24:17 +0000 (22:24 +0000)]
new hungarian files - XHTML checked at once

20 years agoA SESSION->theme can be set (only with sesskey)
moodler [Sun, 30 Jan 2005 19:28:27 +0000 (19:28 +0000)]
A SESSION->theme can be set (only with sesskey)

20 years agoNew theme chooser (with better preview using iframes)
moodler [Sun, 30 Jan 2005 19:27:46 +0000 (19:27 +0000)]
New theme chooser (with better preview using iframes)

It's a bit rough but it works.

20 years agoAdded suppor for assignment->emailteachers
stronk7 [Sun, 30 Jan 2005 19:03:46 +0000 (19:03 +0000)]
Added suppor for assignment->emailteachers

20 years agoAdded support for parent themes
moodler [Sun, 30 Jan 2005 18:23:06 +0000 (18:23 +0000)]
Added support for parent themes

Added support for user, course, session themes

20 years agoUpdated to latest styles.php and config.php
moodler [Sun, 30 Jan 2005 18:21:54 +0000 (18:21 +0000)]
Updated to latest styles.php and config.php

20 years agoModifications to allow parent theme, and some genral cleanups
moodler [Sun, 30 Jan 2005 18:17:44 +0000 (18:17 +0000)]
Modifications to allow parent theme, and some genral cleanups

20 years agoAdded title attribute.
julmis [Sun, 30 Jan 2005 18:13:25 +0000 (18:13 +0000)]
Added title attribute.

20 years agoAdding <span class="nolink"> excluding.
julmis [Sun, 30 Jan 2005 14:21:52 +0000 (14:21 +0000)]
Adding <span class="nolink"> excluding.

20 years agoI changed the course colors again ;-)
urs_hunkler [Sun, 30 Jan 2005 13:12:10 +0000 (13:12 +0000)]
I changed the course colors again ;-)

20 years agogroup->password is now supported
stronk7 [Sun, 30 Jan 2005 12:12:06 +0000 (12:12 +0000)]
group->password is now supported

20 years agoadded support for:
stronk7 [Sun, 30 Jan 2005 11:39:12 +0000 (11:39 +0000)]
added support for:
    - user->policyagreed:
        if the destination server is different, reset it
   - user_students->enrol and user_teachers->enrol
        if not set or the destination server is different, set it to $CFG->enrol
somethings should be modified in the rest of moodle:
    - update all the 'manual' entries to 'internal'
    - modify the enrol_teacher() to use $CFG->enrol by default
    - make every enrol method set this field properly.
    - perhaps, mark metadata users with a new value too.

20 years agochanged the style of .unread. I'm using this "hook" and the very short text "+ 1...
urs_hunkler [Sun, 30 Jan 2005 11:34:30 +0000 (11:34 +0000)]
changed the style of .unread. I'm using this "hook" and the very short text "+ 1" to signalize about new posts unexcited but as an disquieter.

20 years agochanged the coursespecific colors for course 1 to 4
urs_hunkler [Sun, 30 Jan 2005 11:28:17 +0000 (11:28 +0000)]
changed the coursespecific colors for course 1 to 4

20 years agoadded odd and even to the comments /* Alternate rows even */ and moved them to before...
urs_hunkler [Sun, 30 Jan 2005 11:21:13 +0000 (11:21 +0000)]
added odd and even to the comments /* Alternate rows even */ and moved them to before the classes. so they can stay there and inform the reader about the function of r0 and r1.

20 years agoadded a small space to the right for .unread. so the text stands not so sticky to...
urs_hunkler [Sun, 30 Jan 2005 11:18:50 +0000 (11:18 +0000)]
added a small space to the right for .unread. so the text stands not so sticky to the right border of the orange field ;-)

20 years agoAdded one missing key too.
stronk7 [Sun, 30 Jan 2005 10:05:36 +0000 (10:05 +0000)]
Added one missing key too.

20 years agoFixed a typo
moodler [Sun, 30 Jan 2005 09:31:46 +0000 (09:31 +0000)]
Fixed a typo

20 years agoAdded 'enrol' field to new user_students tables
moodler [Sun, 30 Jan 2005 09:18:21 +0000 (09:18 +0000)]
Added 'enrol' field to new user_students tables

20 years ago"enrol" field in user_students defaults to $CFG->enrol
moodler [Sun, 30 Jan 2005 09:14:41 +0000 (09:14 +0000)]
"enrol" field in user_students defaults to $CFG->enrol

20 years agoFlatfile now stores itself in the enrolment type field
moodler [Sun, 30 Jan 2005 09:09:44 +0000 (09:09 +0000)]
Flatfile now stores itself in the enrolment type field

20 years agoMoving all the config to config.php ... styles.php should now not
moodler [Sun, 30 Jan 2005 08:43:05 +0000 (08:43 +0000)]
Moving all the config to config.php ... styles.php should now not
need to be touched for most themes.

20 years agoAdded rows ...
moodler [Sun, 30 Jan 2005 08:17:00 +0000 (08:17 +0000)]
Added rows ...

20 years agoAdd c0,c1,c2,c3,c4 classes for columns in tables
moodler [Sun, 30 Jan 2005 05:21:25 +0000 (05:21 +0000)]
Add c0,c1,c2,c3,c4 classes for columns in tables

Add r0,r1,r0,r1,r0 classes for rows in tables

20 years agoCenter-align some columns again
moodler [Sun, 30 Jan 2005 05:14:03 +0000 (05:14 +0000)]
Center-align some columns again

20 years agoRemoved orange from calendar borders
moodler [Sun, 30 Jan 2005 05:08:12 +0000 (05:08 +0000)]
Removed orange from calendar borders