Commit graph

17386 commits

Author SHA1 Message Date
skodak
5055a3e3d3 fixed grading when secure forms on bug #4300; merged from MOODLE_15_STABLE 2005-11-09 21:37:15 +00:00
moodler
1747ee05bd Removing PJs "temporary" test code. Mine kept printing errors ... why? 2005-11-09 06:00:48 +00:00
moodler
b48fd7b59a added function popupchecker to help checking with popup blockers 2005-11-09 02:18:50 +00:00
moodler
704fbf6e1b added pop up blocker checker 2005-11-09 02:17:26 +00:00
moodler
233de2e316 added popup checker in quiz 2005-11-09 02:16:13 +00:00
mits
6023081dd6 translated a new help file for hotpot. 2005-11-09 02:06:22 +00:00
gbateson
f07576b09c new help file explaining "clickreport" setting (added in HotPot v2.1) 2005-11-09 00:44:42 +00:00
mjollnir_
7d5258795c (re)fixing bug #4199: import course activities offering non taught courses to import from. got lost in the course import rewrite 2005-11-08 20:51:27 +00:00
stronk7
9704c86631 Split line into two separated commands to allow people with
chmod disabled to run backup/restore code. Credits go to
Grigory Rubtsov. Bug 4299.
(http://moodle.org/bugs/bug.php?op=show&bugid=4299)

Merged from MOODLE_15_STABLE
2005-11-08 19:33:21 +00:00
andreabix
c999ea82e0 Traduzione di Onofrio Maggi 2005-11-08 16:14:19 +00:00
andreabix
c0143120e0 Traduzione di Onofrio Maggi, Bobo Pinna 2005-11-08 16:10:28 +00:00
andreabix
7d1dc09db9 Traduzione di Antonio Fini 2005-11-08 16:02:42 +00:00
andreabix
fdf08348d6 Traduzione di Daniela Davi 2005-11-08 15:51:07 +00:00
martignoni
2de798ed88 Typos corrected, thanks to Alain Kerdelhu 2005-11-08 15:23:55 +00:00
mits
3a62b681aa Polished.
Translated a new help file for upload group.
2005-11-08 08:21:05 +00:00
gbateson
29781718a6 changes to allow quizzes in tail of HotPot chains to be visible 2005-11-08 07:48:10 +00:00
mits
7025d5fae5 Translated new additions to uploadusers format (for teachers) based on en. 2005-11-08 07:39:30 +00:00
moodler
7b8cc33964 Moodle now cleans out accounts that never get completed bug 3309 2005-11-08 07:24:11 +00:00
moodler
fa22fd5fff BIG FEATURE - MULTIPLE GROUPS
Users can now be assigned to multiple groups.  Thanks Yu!
Break out the Bob Marley!!

Otherwise groups work more or less like they did before.

This has been pretty well tested by Yu and myself, but since Yu started
uncovering lots of existing groups bugs it's possible there may be still
a few corner cases still lurking here and there.

Please help test this thoroughly for 1.6!!
2005-11-08 07:19:27 +00:00
moodler
fe59ecbff9 New help file to cover new additions to uploadusers format (for teachers) 2005-11-08 07:06:40 +00:00
moodler
91b74d3ef4 This got missed before, it's part of the new course/import changes 2005-11-08 07:01:12 +00:00
moodler
8604a1f884 Added encryption to the select form names so that it's a lot more
difficult to cheat on these questions by looking at HTML source.   SC178
2005-11-08 06:56:34 +00:00
moodler
69ef01c00d We don't show unenrolled users in quiz reports normally 2005-11-08 06:52:32 +00:00
mits
c5684cd720 polished. 2005-11-08 05:54:27 +00:00
moodler
cd7d299942 Tidying ... 2005-11-08 05:14:52 +00:00
patrickslee
db0a8174c6 Made action_redir.php take posted parameters, fixing a problem in IE that when trying to add a lot user (say 150+) to the actions this fails to work 2005-11-08 02:34:19 +00:00
mits
c2695737d2 polished. 2005-11-07 23:03:03 +00:00
mits
e6eba0d473 polished. 2005-11-07 22:52:47 +00:00
mits
ee5346165e polished. 2005-11-07 21:43:20 +00:00
mits
5d3feb0f19 translated new strings and a help file for lesson. 2005-11-07 21:06:53 +00:00
michaelpenne
47c5c434d2 new help file for activity link setting 2005-11-07 20:00:14 +00:00
michaelpenne
2a9b05b9fd New lang entries for Activity Link setting 2005-11-07 19:58:15 +00:00
michaelpenne
114f47a79e NEW FEATURE: Activity Link allows the teacher to display a link to another activity, which is in the same course,
at the end of the Lesson.
2005-11-07 19:56:08 +00:00
moodler
6db0b948cc fix for bug 4284 2005-11-07 05:49:23 +00:00
mjollnir_
aba94550ad fixing a bogus warning in upload lib about no file selected when allownull is on 2005-11-07 02:43:34 +00:00
mits
ff9ace83d1 polished. 2005-11-07 02:21:29 +00:00
martinlanghoff
a4e3e98f08 Merged from MOODLE_15_STABLE - Updated the definition of member for AD - thanks to Inaki for the tip! 2005-11-07 01:00:05 +00:00
martinlanghoff
068cdffd11 user/edit: Better error handling when loading auth libs.
Check with empty() to avoid casting the string to int, and provide
useful info in the debug log.

Merged from MOODLE_15_STABLE
2005-11-07 00:55:10 +00:00
martinlanghoff
85523834e7 auth/ldap: Better warnings and handling of updaging multi-source LDAP fields
+ Raise a warning if the auth_ldap_get_entries for one user record
   returns more than one record (!?)
 + Resolved some subtle bugs when updating a remote LDAP repo from user
   updates. The logic is now simpler too.
 + Simplified the code that compares old/new values

Merged from MOODLE_15_STABLE
2005-11-07 00:53:07 +00:00
stronk7
0fd4f40714 Now both empty search strings and 1 letter search strings works fine in
the glossary. Terms are hilighted properly (but 1 letter terms, because
it's a hilight limitation). Bug 4274.
(http://moodle.org/bugs/bug.php?op=show&bugid=4274)

Merged from MOODLE_15_STABLE
2005-11-06 20:06:05 +00:00
dlnsk
38cc92ccb4 5 2005 2005-11-06 15:17:00 +00:00
lonecatz
568c1bea9b some bug fix by sunner@hit 2005-11-06 09:41:20 +00:00
drabureesh
e0d6a32627 Arabic Translation new update by Dr. Ali H. Abureesh, Nov. 5th, 05 2005-11-06 05:20:29 +00:00
defacer
c0b507d118 I was going through the code here and found out that it's completely missing
the point, it could be much tighter and easier to understand. So here's the
candidate replacement code plus some assertions, I intend to let it run for
some time and if no assertion errors come up (they shouldn't) do the replace.

This was almost my very first Moodle code. Isn't experience wonderful? ;-)
2005-11-06 03:20:30 +00:00
skodak
00b61a661a fixed bug 3532 - canceling of activity movement thanks to jcodina; merged from MOODLE_15_STABLE 2005-11-05 22:06:27 +00:00
martignoni
89fe478d88 Made the number of modules a litter loser, so there's room for extra modules 2005-11-05 18:07:25 +00:00
martignoni
fbc040998a New plugin structure for code that imports stuff into a course
Old import.php is now import/activities and we've added a new plugin
for importing groups from an external file
2005-11-05 18:03:57 +00:00
martignoni
c909e26571 Adding missing stats string; fixing weird bug for when stats starts processing from now rather than all 2005-11-05 18:01:33 +00:00
martignoni
b59efeb707 Fixing up the assignment grading interface to make it more usable.
- grade buttons are now links
  - popup window has teacher comments at the top
  - popup window can now cycle through all users without leaving the window
  - new quickgrading feature to grade inline in one go
  - can choose page size
2005-11-05 18:00:28 +00:00
martignoni
1f764c8c28 Admin setting for stats: ranked courses get userthreshold 2005-11-05 17:57:34 +00:00