11716 Commits

Author SHA1 Message Date
lonecatz
bf02adf22c fix variable bugs in strings 2005-02-16 16:01:20 +00:00
martignoni
4aedf300f6 Some updates 2005-02-16 15:53:23 +00:00
martignoni
2ee08cc99c One string to fix orphaned questions. See bug 2380 2005-02-16 15:32:08 +00:00
mudrd8mz
7a4a836dad Script now doesn't create empty /docs and /help files. A template for new
files can be defined (see $filetemplate variable)
2005-02-16 15:19:51 +00:00
mits
d85cdb2eaa For XHTML compliance 2005-02-16 14:32:31 +00:00
fiedorow
897a73ae69 Allow authentication method to be specified in bulk upload 2005-02-16 14:15:11 +00:00
mchurch
fc960bc7ef Bug #2133 - Fixed group caching for loginas. 2005-02-16 13:49:22 +00:00
fiedorow
542a04353b hook for redirecting to externally hosted courses 2005-02-16 13:41:37 +00:00
koenr
b7dd445484 xhtml compliance 2005-02-16 13:23:28 +00:00
gustav_delius
5f39034289 Don't show groups icons for resources and labels, see bug 2538 2005-02-16 12:50:11 +00:00
koenr
348887ac10 empty options are necessary - with   they validate ok 2005-02-16 12:45:42 +00:00
koenr
ece2f3be63 xhtml compliance 2005-02-16 12:24:07 +00:00
gustav_delius
ec81373f50 In order to ensure that when a teacher hides a resource or an activity that students really can't get at it, even if they know the direct links to its pages, I have given an optional third argument $cm to the functions require_login() and require_course_login(). Pages showing information about a particular course module now pass the course module object in this third argument. The login functions will then test if either the course module is visible or the user is a teacher. If neither is the case then the user is redirected to the course homepage after being shown a message "Sorry, this activity is currently hidden".
(While I was at it I also turned the autologinguests off for most module pages, except on the index.php pages and the view.php pages for those modules that allow guests)
2005-02-16 10:40:48 +00:00
moodler
25ecf09aa1 Some more styles added 2005-02-16 10:34:36 +00:00
moodler
ed3136ff1e Adding styles to the user information 2005-02-16 10:34:02 +00:00
koenr
7cd990dcf6 xhtml compliance 2005-02-16 10:07:04 +00:00
martinlanghoff
e89ff6c6df Fixed course.idnumber not being varchar(100) in installations post 2004/06 2005-02-16 08:00:40 +00:00
moodler
c8680d86e9 Remove html around paging bar 2005-02-16 07:41:29 +00:00
moodler
ee331e511f Style for paging 2005-02-16 07:40:22 +00:00
moodler
233bc4bbb5 Some new style fixes - thanks Shane! 2005-02-16 07:36:24 +00:00
moodler
c2b552feeb Some fixes to styles etc 2005-02-16 07:35:57 +00:00
moodler
9010e92018 Removed password to avoid it being cached maybe, see bug 2562 2005-02-16 06:38:33 +00:00
moodler
f51e8d7ed6 FIxed up styles and lots of quotes 2005-02-16 06:17:31 +00:00
mits
5b9002f7dc translated some. 2005-02-16 05:35:35 +00:00
mits
9ef8db6414 translated some. 2005-02-16 04:02:14 +00:00
moodler
9df665e7bf When updating we don't always want to change visibility and groupmode bug 2561 2005-02-16 03:11:52 +00:00
martinlanghoff
1c66bf597d Fixed bug 2553 - truncate_userinfo() was out-of-sync with prefix_user table definition. Added a reminder to the SQL files. 2005-02-15 23:12:57 +00:00
stronk7
4a57951a63 Now orphaned questions are reassigned before backup. 2005-02-15 19:58:27 +00:00
stronk7
e8cddb8e6c Created the fix_orphaned_questions() function.
Used before execute the backup of a course to enforce integrity.

Perhaps this function should go to central code and be executed
at upgrade time (and be available in health center too!).

See bug 2380
(http://moodle.org/bugs/bug.php?op=show&bugid=2380)
2005-02-15 19:51:01 +00:00
stronk7
29acd3efbc One string to fix orphaned questions. See bug 2380
(http://moodle.org/bugs/bug.php?op=show&bugid=2380)
2005-02-15 19:44:34 +00:00
koenr
a210956da8 xhtml compliance 2005-02-15 19:36:58 +00:00
mits
56a5255598 translated few strings. 2005-02-15 19:13:57 +00:00
martignoni
ecf8f2960c Small correction 2005-02-15 19:13:56 +00:00
martignoni
839cd594d4 Typo 2005-02-15 19:11:50 +00:00
martignoni
15198ef667 Addded en support for quiz->decimalpoints. 2005-02-15 19:00:13 +00:00
martignoni
94b4825054 Very very quick checking of new lang doc editing script from David Mudrak,
with significant cleanups
2005-02-15 18:58:51 +00:00
martignoni
e06639282b New admin config variable 'allowuserblockhiding' will enable/disable the
collapsible blocks feature.  It's on by default.
2005-02-15 18:57:25 +00:00
mits
1028b8c821 polished and new help files translated. 2005-02-15 18:52:42 +00:00
martignoni
d09ed832ad Stop DB inserts we know are going to fail, and clearer error message when file upload stops. 2005-02-15 18:51:19 +00:00
martignoni
27e6f68843 Fix bug 1998 2005-02-15 18:49:03 +00:00
martignoni
cbde987924 Changed language string, see bug 2169 2005-02-15 18:46:35 +00:00
martignoni
6458541025 Fixed behaviour of groups.php in the case of an empty group, see bug 2346 2005-02-15 18:43:20 +00:00
martignoni
6db97d9b5f Needed strings for MIM restore. 2005-02-15 18:41:30 +00:00
stronk7
2205d909ae Now user->theme, group->theme and course->theme are supported 2005-02-15 18:37:08 +00:00
martignoni
010edf7ede When course is hidden a student trying to enter gets the new message "This course is currently unavailable to students", see bug 2511 2005-02-15 18:36:37 +00:00
martignoni
ed8e8252e9 Added string 'counteditems' to allow better translation of things like "8 students", see bug 2530 2005-02-15 18:34:32 +00:00
martignoni
e5aa3aafec Small addition to 'noteuserschangednonetocourse' 2005-02-15 18:32:46 +00:00
martignoni
f86528245e Changed the wording again .. should be easier to scan I hope 2005-02-15 18:28:00 +00:00
martignoni
de11693c75 Change the string for the hide/show ... showimmediately makes sense
on a new creation but not when editing an activity
2005-02-15 18:25:57 +00:00
martignoni
eba1e4ceac New string to backup messages in SITE backups 2005-02-15 18:23:29 +00:00