]> git.mjollnir.org Git - moodle.git/log
moodle.git
21 years agoRemoved a wrong help link
moodler [Mon, 25 Aug 2003 16:31:20 +0000 (16:31 +0000)]
Removed a wrong help link

21 years agoFixed reports using the new scales (numerical etc)
moodler [Mon, 25 Aug 2003 15:59:39 +0000 (15:59 +0000)]
Fixed reports using the new scales (numerical etc)

21 years agoUndoing one of the less then brilliant changes I did earlier today to Eloy's code
moodler [Mon, 25 Aug 2003 15:47:37 +0000 (15:47 +0000)]
Undoing one of the less then brilliant changes I did earlier today to Eloy's code

21 years agoAdded a link to the PHP info page from the admin page, and cleaned
moodler [Mon, 25 Aug 2003 14:56:46 +0000 (14:56 +0000)]
Added a link to the PHP info page from the admin page, and cleaned
up the PHP info page a bit by using a frame.

21 years agoFixed a typo
moodler [Mon, 25 Aug 2003 13:48:23 +0000 (13:48 +0000)]
Fixed a typo

21 years agoForum grades can now be numerical as well (like the other modules).
moodler [Mon, 25 Aug 2003 12:47:36 +0000 (12:47 +0000)]
Forum grades can now be numerical as well (like the other modules).

If so, grades in the gradebook are printed as proper numbers and
contribute to the total of the course.

21 years agoSome improvements to the forum editing interface to make the buttons
moodler [Mon, 25 Aug 2003 08:04:39 +0000 (08:04 +0000)]
Some improvements to the forum editing interface to make the buttons
hide/show appropriately

21 years agoNew mini-feature. When choosing ratings in a forum, one can now
moodler [Mon, 25 Aug 2003 07:39:06 +0000 (07:39 +0000)]
New mini-feature.  When choosing ratings in a forum, one can now
specify a range of dates.  Only posts within this range can be rated.
If the range isn't specified then all posts can be rated.

21 years agoA bit more info
moodler [Mon, 25 Aug 2003 04:43:09 +0000 (04:43 +0000)]
A bit more info

21 years agoSome updates on the future roadmap
moodler [Mon, 25 Aug 2003 04:38:20 +0000 (04:38 +0000)]
Some updates on the future roadmap

21 years agoPut "Source" label after checkbox ... just in case text pushes
moodler [Mon, 25 Aug 2003 03:48:09 +0000 (03:48 +0000)]
Put "Source" label after checkbox ... just in case text pushes
the box off screen

21 years agoSometimes there are no answers, so check existence first
moodler [Mon, 25 Aug 2003 02:52:19 +0000 (02:52 +0000)]
Sometimes there are no answers, so check existence first

21 years agoFixed some array indices
moodler [Mon, 25 Aug 2003 02:48:09 +0000 (02:48 +0000)]
Fixed some array indices

21 years agoFIxed display of ratings when they are literally "0"
moodler [Mon, 25 Aug 2003 02:41:25 +0000 (02:41 +0000)]
FIxed display of ratings when they are literally "0"

Also fixed default discussion display mode

21 years agoFixed a bug when displaying menus with a zero in them
moodler [Mon, 25 Aug 2003 02:32:20 +0000 (02:32 +0000)]
Fixed a bug when displaying menus with a zero in them

21 years agoFinal ratings are now calculated using rounded mean rather than median.
moodler [Mon, 25 Aug 2003 02:22:35 +0000 (02:22 +0000)]
Final ratings are now calculated using rounded mean rather than median.

0.5 scores go UP.

21 years agoSome fixes for robustness (make sure variables exist before using them
moodler [Mon, 25 Aug 2003 01:44:01 +0000 (01:44 +0000)]
Some fixes for robustness (make sure variables exist before using them
because it flags errors when in debug mode).

Also, when specifying array values by name use quotes around the name

 eg  $array['value'] instead of $array[value]

Finally, I changed the way user restoring works (slightly).  Before, if a
restored user was found to be a course creator or an admin, then this
status was restored.  I don't think this is a good idea - it could lead
to security problems when copying a backup from one site to another,
or if that person's status has changed since the backup was made.
I think it's best to only restore what is actually part of the course,
ie teacher or student.

If this broke anything else let me know!

21 years agoNo need to always show the resort button
moodler [Mon, 25 Aug 2003 01:04:11 +0000 (01:04 +0000)]
No need to always show the resort button

21 years agoSlight fix for displaying logs for courses starting in the future
moodler [Mon, 25 Aug 2003 00:56:38 +0000 (00:56 +0000)]
Slight fix for displaying logs for courses starting in the future

21 years agoSolved one condition that caused some errors in Win32 when extracting.
stronk7 [Sun, 24 Aug 2003 22:35:57 +0000 (22:35 +0000)]
Solved one condition that caused some errors in Win32 when extracting.

21 years agoAdded some optional_variables to avoid some NOTICES
stronk7 [Sun, 24 Aug 2003 14:46:52 +0000 (14:46 +0000)]
Added some optional_variables to avoid some NOTICES

21 years agoAdded new scales icon to theme
stronk7 [Sat, 23 Aug 2003 18:37:42 +0000 (18:37 +0000)]
Added new scales icon to theme

21 years agoCambiadas un par de cadenas a gerundio.
stronk7 [Sat, 23 Aug 2003 18:01:27 +0000 (18:01 +0000)]
Cambiadas un par de cadenas a gerundio.

21 years agoOoops I commited some debug source code in previous
stronk7 [Sat, 23 Aug 2003 17:40:27 +0000 (17:40 +0000)]
Ooops I commited some debug source code in previous
versions. Going back. Sorry.

21 years agoSolved one problem when copying empty directories.
stronk7 [Sat, 23 Aug 2003 17:33:34 +0000 (17:33 +0000)]
Solved one problem when copying empty directories.

21 years agoChanged one notify
stronk7 [Sat, 23 Aug 2003 17:02:20 +0000 (17:02 +0000)]
Changed one notify

21 years agoselliott - fixed some code to allow proper sorting of assignments based on name,...
selliott [Sat, 23 Aug 2003 16:32:42 +0000 (16:32 +0000)]
selliott - fixed some code to allow proper sorting of assignments based on name, lastmodified, and feedback

21 years agoBump!
moodler [Sat, 23 Aug 2003 16:31:03 +0000 (16:31 +0000)]
Bump!

21 years agoFixing Bug #653.
rkingdon [Sat, 23 Aug 2003 15:57:42 +0000 (15:57 +0000)]
Fixing Bug #653.

21 years agoSome extra explanation so that hitting "yes" on the restore screen isn't so scary...
moodler [Sat, 23 Aug 2003 15:47:57 +0000 (15:47 +0000)]
Some extra explanation so that hitting "yes" on the restore screen isn't so scary!  :-)

21 years agoA few things added
moodler [Sat, 23 Aug 2003 15:37:15 +0000 (15:37 +0000)]
A few things added

21 years agoNew questions created via GUI or imported are now given a unique
moodler [Sat, 23 Aug 2003 15:26:10 +0000 (15:26 +0000)]
New questions created via GUI or imported are now given a unique
stamp, and a default version of 1.

When questions are updated, the version number is incremented.

21 years agoNow stamp and version are fully supported in backup/restore.
stronk7 [Sat, 23 Aug 2003 15:21:58 +0000 (15:21 +0000)]
Now stamp and version are fully supported in backup/restore.
The process look for category, stamp and version to calculate
when to create a question or use a existing one.
This avoid duplicates in RANDOM and RANDOMSAMATCH qtypes.

21 years agoCorrected the stamp I just added and added a separate version field instead
moodler [Sat, 23 Aug 2003 14:18:44 +0000 (14:18 +0000)]
Corrected the stamp I just added and added a separate version field instead

21 years agoCOnfiguration variables can now be edited via GUI
moodler [Sat, 23 Aug 2003 14:03:14 +0000 (14:03 +0000)]
COnfiguration variables can now be edited via GUI

21 years agoNew "stamp" field on quiz questions with a unique identifier, as well as
moodler [Sat, 23 Aug 2003 13:28:32 +0000 (13:28 +0000)]
New "stamp" field on quiz questions with a unique identifier, as well as
some PostgreSQL fixes (Multianswer stuff had not been done on Postgres yet)

21 years agoUse gmdate instead
moodler [Sat, 23 Aug 2003 12:25:50 +0000 (12:25 +0000)]
Use gmdate instead

21 years agoAdded a new function to make a unique ID code, to be used in quiz
moodler [Sat, 23 Aug 2003 12:22:27 +0000 (12:22 +0000)]
Added a new function to make a unique ID code, to be used in quiz
questions and elsewhere

It's based on the hostname, time, random string and a supplied version string.
These are packed using '+ separators so they can easily be unpacked if
necessary.

function make_unique_id_code($version=1)

21 years agoIf the language is the same as the site, then default to using the
moodler [Sat, 23 Aug 2003 07:26:50 +0000 (07:26 +0000)]
If the language is the same as the site, then default to using the
same terminology as the site does

21 years agoImprovements to logs when looking at site logs.
moodler [Sat, 23 Aug 2003 06:19:05 +0000 (06:19 +0000)]
Improvements to logs when looking at site logs.

Also, improvements to get_site_users (slower but it works now!)

21 years agoFixed missing "search results" string
moodler [Sat, 23 Aug 2003 04:39:49 +0000 (04:39 +0000)]
Fixed missing "search results" string

21 years agoUp to 0.8.9 alpha.
stronk7 [Sat, 23 Aug 2003 00:36:08 +0000 (00:36 +0000)]
Up to 0.8.9 alpha.
Now multianswer questions are working too.
Too complicated !!

21 years agoNow multianswer questions are working too.
stronk7 [Sat, 23 Aug 2003 00:35:21 +0000 (00:35 +0000)]
Now multianswer questions are working too.
Too complicated !!

21 years agoSe suma Benito Arias :-)
giro123 [Fri, 22 Aug 2003 18:58:33 +0000 (18:58 +0000)]
Se suma Benito Arias :-)

21 years agoMoodle 1.1 beta 1
giro123 [Fri, 22 Aug 2003 18:55:52 +0000 (18:55 +0000)]
Moodle 1.1 beta 1

21 years agoA few addition strings for League Tables and Rubrics.
rkingdon [Fri, 22 Aug 2003 18:25:47 +0000 (18:25 +0000)]
A few addition strings for League Tables and Rubrics.

21 years agoCorrection
kaipe [Fri, 22 Aug 2003 18:20:04 +0000 (18:20 +0000)]
Correction

21 years agoAll question types now have help texts in Swedish
kaipe [Fri, 22 Aug 2003 18:18:09 +0000 (18:18 +0000)]
All question types now have help texts in Swedish

21 years agoAdded League Table of Submissions (Final Phase); Rubric Assessment
rkingdon [Fri, 22 Aug 2003 17:31:49 +0000 (17:31 +0000)]
Added League Table of Submissions (Final Phase); Rubric Assessment
Strategy; Grace time for new submissions; changed elementid to elementno
in rubrics table.

21 years agoTeacher forum name in the list is in fact the name of the teacher forum.
moodler [Fri, 22 Aug 2003 16:35:04 +0000 (16:35 +0000)]
Teacher forum name in the list is in fact the name of the teacher forum.

21 years agoAfter rebuilding cache - get the course record again
moodler [Fri, 22 Aug 2003 16:20:35 +0000 (16:20 +0000)]
After rebuilding cache - get the course record again

21 years agoCorrected the help text for numerical.html
kaipe [Fri, 22 Aug 2003 15:58:57 +0000 (15:58 +0000)]
Corrected the help text for numerical.html
and also included Numerical in questiontypes.html

21 years agoChanged the "graphical" representation of the mod to include
stronk7 [Fri, 22 Aug 2003 15:46:28 +0000 (15:46 +0000)]
Changed the "graphical" representation of the mod to include
multianswer table. I start working with it now !!

21 years agoEnglish spelling for enrol
moodler [Fri, 22 Aug 2003 15:04:20 +0000 (15:04 +0000)]
English spelling for enrol

21 years agoActivities can now be drag-and-dropped within side blocks!
moodler [Fri, 22 Aug 2003 14:55:38 +0000 (14:55 +0000)]
Activities can now be drag-and-dropped within side blocks!

21 years agoMore asjustments to the display of the admin screen
moodler [Fri, 22 Aug 2003 14:03:40 +0000 (14:03 +0000)]
More asjustments to the display of the admin screen

21 years agomore tweaks to admin menu displays
moodler [Fri, 22 Aug 2003 13:46:21 +0000 (13:46 +0000)]
more tweaks to admin menu displays

21 years agoCorrected translation
kaipe [Fri, 22 Aug 2003 13:44:12 +0000 (13:44 +0000)]
Corrected translation

21 years agoAdd link on admin page about students, for completeness. In the next
moodler [Fri, 22 Aug 2003 13:42:27 +0000 (13:42 +0000)]
Add link on admin page about students, for completeness.  In the next
version this link will link to the new enrolment subsystem.

Also reduced font size to make the admin page a bit nicer on small screens.

21 years ago*** empty log message ***
kaipe [Fri, 22 Aug 2003 13:34:41 +0000 (13:34 +0000)]
*** empty log message ***

21 years agoAdded some more error messages when restoring
moodler [Fri, 22 Aug 2003 13:20:06 +0000 (13:20 +0000)]
Added some more error messages when restoring

21 years agoNew files and fixes from Hans De Zwart - thanks!
moodler [Fri, 22 Aug 2003 13:10:34 +0000 (13:10 +0000)]
New files and fixes from Hans De Zwart - thanks!

21 years agoSome small fixes when deleting a category
moodler [Fri, 22 Aug 2003 12:49:37 +0000 (12:49 +0000)]
Some small fixes when deleting a category

21 years agopclzip 2.0 RC2 - hopefully better!
moodler [Fri, 22 Aug 2003 12:35:43 +0000 (12:35 +0000)]
pclzip 2.0 RC2 - hopefully better!

21 years agoMore tweaks to fix on/off button for admins o ncourse listings
moodler [Fri, 22 Aug 2003 12:26:36 +0000 (12:26 +0000)]
More tweaks to fix on/off button for admins o ncourse listings

21 years agoPut in buttons so that course creators can create courses! :-I
moodler [Fri, 22 Aug 2003 12:15:35 +0000 (12:15 +0000)]
Put in buttons so that course creators can create courses!  :-I

Also, category fix_sorting is done better now when a course is added.

21 years agoUpgraded the live log to use the new print_log
moodler [Fri, 22 Aug 2003 08:42:17 +0000 (08:42 +0000)]
Upgraded the live log to use the new print_log

21 years agoFix bug in Workshops with no teacher submissions.
rkingdon [Fri, 22 Aug 2003 08:08:16 +0000 (08:08 +0000)]
Fix bug in Workshops with no teacher submissions.

21 years agoAdded full paging to all displays of logs! :-)
moodler [Fri, 22 Aug 2003 06:07:18 +0000 (06:07 +0000)]
Added full paging to all displays of logs!   :-)

21 years agoXML support
stronk7 [Thu, 21 Aug 2003 22:54:47 +0000 (22:54 +0000)]
XML support

21 years agoMoodle 1.1 beta 1
giro123 [Thu, 21 Aug 2003 20:06:02 +0000 (20:06 +0000)]
Moodle 1.1 beta 1

21 years agoBump!
moodler [Thu, 21 Aug 2003 18:03:47 +0000 (18:03 +0000)]
Bump!

21 years agoHidden courses are displayed hidden
moodler [Thu, 21 Aug 2003 17:30:39 +0000 (17:30 +0000)]
Hidden courses are displayed hidden

21 years agoAllow the admin to login as teachers from within courses
moodler [Thu, 21 Aug 2003 17:28:05 +0000 (17:28 +0000)]
Allow the admin to login as teachers from within courses

21 years agoFixed up get_my_courses().
moodler [Thu, 21 Aug 2003 17:24:40 +0000 (17:24 +0000)]
Fixed up get_my_courses().

It's not a tidy SQL statement any more but it's MUCH MUCH faster
with large data sets.

21 years agoCourse category listings now have a search box in the navbar for students
moodler [Thu, 21 Aug 2003 16:24:29 +0000 (16:24 +0000)]
Course category listings now have a search box in the navbar for students
and non-users

21 years agoFIxed a missing quote
moodler [Thu, 21 Aug 2003 16:15:58 +0000 (16:15 +0000)]
FIxed a missing quote

21 years agoFixed bug when moving sections with apostrophes in the summary (bug 641)
moodler [Thu, 21 Aug 2003 15:06:32 +0000 (15:06 +0000)]
Fixed bug when moving sections with apostrophes in the summary (bug 641)

21 years agoRemoved unused string
moodler [Thu, 21 Aug 2003 14:37:55 +0000 (14:37 +0000)]
Removed unused string

21 years agoEllipsis at start as well
moodler [Thu, 21 Aug 2003 14:23:31 +0000 (14:23 +0000)]
Ellipsis at start as well

21 years agoPut an ellipsis in paging
moodler [Thu, 21 Aug 2003 14:22:06 +0000 (14:22 +0000)]
Put an ellipsis in paging

21 years agoFixed a typo
moodler [Thu, 21 Aug 2003 14:16:44 +0000 (14:16 +0000)]
Fixed a typo

21 years agoSplit get-courses_page from get-courses so they can specialise
moodler [Thu, 21 Aug 2003 14:04:04 +0000 (14:04 +0000)]
Split get-courses_page from get-courses so they can specialise

21 years agoSome better paging that now works with any number of pages
moodler [Thu, 21 Aug 2003 13:47:14 +0000 (13:47 +0000)]
Some better paging that now works with any number of pages

21 years agoTweaks to account for teacher editors
moodler [Thu, 21 Aug 2003 12:24:16 +0000 (12:24 +0000)]
Tweaks to account for teacher editors

21 years agoFixed the SQL for teachers and students
moodler [Thu, 21 Aug 2003 12:19:09 +0000 (12:19 +0000)]
Fixed the SQL for teachers and students

21 years agoInitialising $navigation. Again. :-)
moodler [Thu, 21 Aug 2003 12:12:15 +0000 (12:12 +0000)]
Initialising $navigation.   Again.  :-)

21 years agoFix for non-logged-in person
moodler [Thu, 21 Aug 2003 09:39:07 +0000 (09:39 +0000)]
Fix for non-logged-in person

21 years agoSome fixes to handle very very big categories.
moodler [Thu, 21 Aug 2003 09:33:07 +0000 (09:33 +0000)]
Some fixes to handle very very big categories.

  - paging
  - more efficient SQL

21 years agoNew number to trigger database upgrade
moodler [Thu, 21 Aug 2003 08:22:47 +0000 (08:22 +0000)]
New number to trigger database upgrade

21 years agoSlightly better
moodler [Thu, 21 Aug 2003 08:20:20 +0000 (08:20 +0000)]
Slightly better

21 years agoCourse search shouldn't find the "site" course.
moodler [Thu, 21 Aug 2003 08:19:28 +0000 (08:19 +0000)]
Course search shouldn't find the "site" course.

21 years agoAdded an index on courses for the category
moodler [Thu, 21 Aug 2003 08:14:56 +0000 (08:14 +0000)]
Added an index on courses for the category

21 years agoPolished.
mits [Thu, 21 Aug 2003 06:55:32 +0000 (06:55 +0000)]
Polished.

21 years agoNew translation.
mits [Thu, 21 Aug 2003 06:43:20 +0000 (06:43 +0000)]
New translation.

21 years agoNo need for grades with chat
moodler [Thu, 21 Aug 2003 03:16:32 +0000 (03:16 +0000)]
No need for grades with chat

21 years agoStrip tags from Excel and Text dumps
moodler [Thu, 21 Aug 2003 03:05:50 +0000 (03:05 +0000)]
Strip tags from Excel and Text dumps

21 years agoPut links on the course icons
moodler [Thu, 21 Aug 2003 02:58:55 +0000 (02:58 +0000)]
Put links on the course icons

21 years agoForgot a feature
moodler [Thu, 21 Aug 2003 02:56:16 +0000 (02:56 +0000)]
Forgot a feature

21 years agoFOr the regular upgraders
moodler [Thu, 21 Aug 2003 02:55:27 +0000 (02:55 +0000)]
FOr the regular upgraders