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

21 years agoTypo when including config.html ... not sure how it was working before!
moodler [Thu, 21 Aug 2003 02:29:16 +0000 (02:29 +0000)]
Typo when including config.html ... not sure how it was working before!

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

21 years agoMore robust when a journal is unused
moodler [Wed, 20 Aug 2003 15:01:06 +0000 (15:01 +0000)]
More robust when a journal is unused

21 years agoInvisible courses are now properly dimmed
moodler [Wed, 20 Aug 2003 13:44:44 +0000 (13:44 +0000)]
Invisible courses are now properly dimmed

21 years agoOUCH! usegrades should be showgrades
moodler [Wed, 20 Aug 2003 13:41:56 +0000 (13:41 +0000)]
OUCH!  usegrades should be showgrades

21 years agoFixed a typo in the MySQL database definition that only shows
moodler [Wed, 20 Aug 2003 13:06:11 +0000 (13:06 +0000)]
Fixed a typo in the MySQL database definition that only shows
up when adding resources to courses with IDs higher than 255

21 years agoFixed some bad Postgres SQL that I made! :-)
moodler [Wed, 20 Aug 2003 12:09:15 +0000 (12:09 +0000)]
Fixed some bad Postgres SQL that I made!  :-)

21 years agoThe warning should be printed on this page
moodler [Wed, 20 Aug 2003 12:04:18 +0000 (12:04 +0000)]
The warning should be printed on this page

21 years agoForgot to check this slight fix in to fix the default days
moodler [Wed, 20 Aug 2003 12:03:26 +0000 (12:03 +0000)]
Forgot to check this slight fix in to fix the default days

21 years agoChanged from DOS to Unix format
moodler [Wed, 20 Aug 2003 11:54:45 +0000 (11:54 +0000)]
Changed from DOS to Unix format

21 years agoSome mods
moodler [Wed, 20 Aug 2003 08:25:06 +0000 (08:25 +0000)]
Some mods

21 years agoA new course field called "showgrades" which allows the teacher to
moodler [Wed, 20 Aug 2003 07:32:24 +0000 (07:32 +0000)]
A new course field called "showgrades" which allows the teacher to
turn the display of the grade book on and off.

21 years agoFIxed up formatting a little
moodler [Wed, 20 Aug 2003 02:07:11 +0000 (02:07 +0000)]
FIxed up formatting a little

21 years agoAccidentally had an extra heading
moodler [Wed, 20 Aug 2003 02:04:31 +0000 (02:04 +0000)]
Accidentally had an extra heading

21 years agoPretty much Beta, I'd say
moodler [Tue, 19 Aug 2003 17:48:42 +0000 (17:48 +0000)]
Pretty much Beta, I'd say

21 years agoMore info about the release
moodler [Tue, 19 Aug 2003 17:46:23 +0000 (17:46 +0000)]
More info about the release

21 years agoMoodle format version
moodler [Tue, 19 Aug 2003 17:34:53 +0000 (17:34 +0000)]
Moodle format version

21 years agoLatest changes for pt_br
moodler [Tue, 19 Aug 2003 17:31:22 +0000 (17:31 +0000)]
Latest changes for pt_br

21 years ago*** empty log message ***
giro123 [Tue, 19 Aug 2003 15:07:28 +0000 (15:07 +0000)]
*** empty log message ***

21 years agoMore fixes and help additions
moodler [Tue, 19 Aug 2003 15:02:31 +0000 (15:02 +0000)]
More fixes and help additions