]>
git.mjollnir.org Git - moodle.git/log
gustav_delius [Sat, 21 Aug 2004 15:52:38 +0000 (15:52 +0000)]
removed some hard-coded strings and a warning from setup page
moodler [Sat, 21 Aug 2004 14:32:57 +0000 (14:32 +0000)]
Formatting
julmis [Sat, 21 Aug 2004 14:22:16 +0000 (14:22 +0000)]
Fixed paths for aspell setting.
julmis [Sat, 21 Aug 2004 14:21:09 +0000 (14:21 +0000)]
Add aspellpath check before printing editor config colde
moodler [Sat, 21 Aug 2004 13:31:49 +0000 (13:31 +0000)]
Added some more protocols to the allowed list
defacer [Sat, 21 Aug 2004 13:28:46 +0000 (13:28 +0000)]
julmis' last commit contained garbage from a CVS merge conflict he obviously had,
so I 'm removing them. Good thing they weren't mixed with deliberate changes!
moodler [Sat, 21 Aug 2004 13:27:44 +0000 (13:27 +0000)]
Try to apply sensible file permissions to the new config.php
martignoni [Sat, 21 Aug 2004 13:05:05 +0000 (13:05 +0000)]
Warning message added (criterion grading with only one criterion)
martignoni [Sat, 21 Aug 2004 13:02:47 +0000 (13:02 +0000)]
Some fixes
martignoni [Sat, 21 Aug 2004 13:00:18 +0000 (13:00 +0000)]
Add editor settings feature and Ludo's (Marc Alier) spellchecking functionality.
julmis [Sat, 21 Aug 2004 12:52:33 +0000 (12:52 +0000)]
Winmerge added weird extra lines?
Removed those extra lines.
gustav_delius [Sat, 21 Aug 2004 12:43:17 +0000 (12:43 +0000)]
Moved the raw SQL out of here and into the new search_user function in datalib.php.
gustav_delius [Sat, 21 Aug 2004 12:41:40 +0000 (12:41 +0000)]
Some changes to user database functions:
1) get_course_students, get_course_users and count_course_students when called with course=site will now use get_site_users instead of get_users. This I believe was the consensus reached in the discussions of how front-page activities should behave.
2) all functions can handle a list of exceptions now.
3) get_site_users now returns users in the order admins, teachers, students. Similarly for get_course_users. This makes the sorting bug 1727 a bit more bearable
4) new function search_users
The whole thing is really a mess because each function has slightly different conventions for its arguments. But the beta is too close to tidy this up now.
mits [Sat, 21 Aug 2004 10:41:11 +0000 (10:41 +0000)]
translated some.
julmis [Sat, 21 Aug 2004 10:12:09 +0000 (10:12 +0000)]
Add editor settings feature and Ludo's (Marc Alier) spellchecking functionality.
- Needs testing and should consider unstable.
gustav_delius [Sat, 21 Aug 2004 09:01:01 +0000 (09:01 +0000)]
fixed the problem that people trying to move blocks accidentally deleted them.
moodler [Sat, 21 Aug 2004 08:46:31 +0000 (08:46 +0000)]
Use the general word "Location" instead of "File name"
moodler [Sat, 21 Aug 2004 08:33:53 +0000 (08:33 +0000)]
Use resource_defaulturl when it's blank ... somehow this got removed.
moodler [Sat, 21 Aug 2004 07:05:50 +0000 (07:05 +0000)]
Inlcude enrolments config
moodler [Sat, 21 Aug 2004 04:34:06 +0000 (04:34 +0000)]
Added better cleaning of HTML attributes, using kses library.
Thanks to Eamon Costello for finding the library and writing the
wrapper functions.
moodler [Sat, 21 Aug 2004 02:36:33 +0000 (02:36 +0000)]
Added kses and Eamon Costello
mits [Sat, 21 Aug 2004 00:18:37 +0000 (00:18 +0000)]
Polished.
mits [Sat, 21 Aug 2004 00:11:40 +0000 (00:11 +0000)]
new translated files added.
mits [Fri, 20 Aug 2004 23:06:17 +0000 (23:06 +0000)]
Polished.
mits [Fri, 20 Aug 2004 21:48:36 +0000 (21:48 +0000)]
Tough. Never ending ....
gustav_delius [Fri, 20 Aug 2004 20:32:38 +0000 (20:32 +0000)]
removed some warnings from from fields, closing bug 1558
gustav_delius [Fri, 20 Aug 2004 20:12:48 +0000 (20:12 +0000)]
introduced the fullname() function in a lot of places. Still not complete though, especially in sorting.
gustav_delius [Fri, 20 Aug 2004 18:48:05 +0000 (18:48 +0000)]
authenticate_user_login() function now works even if $user->auth is not yet set, fixing bug 1747
paca70 [Fri, 20 Aug 2004 18:03:40 +0000 (18:03 +0000)]
Fix broken images. Patch from Jussi Hannunen
CVS: ----------------------------------------------------------------------
papita [Fri, 20 Aug 2004 16:35:52 +0000 (16:35 +0000)]
important updates by paula
koenr [Fri, 20 Aug 2004 15:03:28 +0000 (15:03 +0000)]
filling in missing strings...
koenr [Fri, 20 Aug 2004 15:01:39 +0000 (15:01 +0000)]
final (or sort of)
julmis [Fri, 20 Aug 2004 10:28:16 +0000 (10:28 +0000)]
Added text selection test, before opening insert link dialog.
martignoni [Fri, 20 Aug 2004 10:17:25 +0000 (10:17 +0000)]
Two (hopefully last) fixes
martignoni [Fri, 20 Aug 2004 10:09:50 +0000 (10:09 +0000)]
Some more tweaks
julmis [Fri, 20 Aug 2004 09:56:07 +0000 (09:56 +0000)]
Not so nice fix for "Not allowed to write to dialogs" on FireFox!
rkingdon [Fri, 20 Aug 2004 09:08:33 +0000 (09:08 +0000)]
Fixed comparison of assessments for error banded and criterion grading.
rkingdon [Fri, 20 Aug 2004 09:05:44 +0000 (09:05 +0000)]
Warning message added (criterion grading with only one criterion)
martignoni [Fri, 20 Aug 2004 08:53:53 +0000 (08:53 +0000)]
Some polishing
martignoni [Thu, 19 Aug 2004 23:06:15 +0000 (23:06 +0000)]
Final version translation
mits [Thu, 19 Aug 2004 17:45:42 +0000 (17:45 +0000)]
translated some.
moodler [Thu, 19 Aug 2004 17:16:29 +0000 (17:16 +0000)]
To help hackers who already have the table
moodler [Thu, 19 Aug 2004 17:15:24 +0000 (17:15 +0000)]
Bump
mits [Thu, 19 Aug 2004 16:58:00 +0000 (16:58 +0000)]
Polish, New translated file added.
mits [Thu, 19 Aug 2004 16:16:04 +0000 (16:16 +0000)]
Polished.
moodler [Thu, 19 Aug 2004 09:38:20 +0000 (09:38 +0000)]
Added checks for enrolment plugin databases, and also moved some
stuff out to the new lib/adminlib.php
moodler [Thu, 19 Aug 2004 09:37:42 +0000 (09:37 +0000)]
New library for admin-only functions
moodler [Thu, 19 Aug 2004 09:36:20 +0000 (09:36 +0000)]
Version info for Paypal module
moodler [Thu, 19 Aug 2004 09:35:16 +0000 (09:35 +0000)]
Added database controls for Paypal module
moodler [Thu, 19 Aug 2004 08:53:59 +0000 (08:53 +0000)]
Updated strings. READY TO TRANSLATE!
moodler [Thu, 19 Aug 2004 08:53:23 +0000 (08:53 +0000)]
Updated ... unfortuntely some of the fixes are the same as PJs
but there is also lots of other stuff too.
defacer [Thu, 19 Aug 2004 08:34:21 +0000 (08:34 +0000)]
When config.php cannot be written to disk, click the button to download it and save it yourself.
defacer [Thu, 19 Aug 2004 08:12:28 +0000 (08:12 +0000)]
CSS hack for the Prev/Next buttons so that hitting ENTER would take you to
the next page. It works just fine! :-)
Also, a die() added after the redirection if config.php exists, for good measure.
moodler [Thu, 19 Aug 2004 04:45:07 +0000 (04:45 +0000)]
Admin gets some information when GD is disabled
moodler [Thu, 19 Aug 2004 02:31:33 +0000 (02:31 +0000)]
Added information about how to deal with changed help files
koenr [Wed, 18 Aug 2004 22:27:15 +0000 (22:27 +0000)]
filling in missing strings...
koenr [Wed, 18 Aug 2004 22:05:50 +0000 (22:05 +0000)]
change string reasonforadjustement
mits [Wed, 18 Aug 2004 17:47:02 +0000 (17:47 +0000)]
translated some.
gustav_delius [Wed, 18 Aug 2004 15:49:09 +0000 (15:49 +0000)]
when adding students the teachers are no longer shown in list of potential students, closing bug 1749
moodler [Wed, 18 Aug 2004 13:35:42 +0000 (13:35 +0000)]
Bump
paca70 [Wed, 18 Aug 2004 11:29:45 +0000 (11:29 +0000)]
Dont try to delete uses multiple times
martignoni [Wed, 18 Aug 2004 11:18:17 +0000 (11:18 +0000)]
New string 'file not found' and other tweaks
martignoni [Wed, 18 Aug 2004 11:15:07 +0000 (11:15 +0000)]
Added missing string (No branch table found).
paca70 [Wed, 18 Aug 2004 11:11:39 +0000 (11:11 +0000)]
Return auth type with userinfo
martignoni [Wed, 18 Aug 2004 10:31:43 +0000 (10:31 +0000)]
Change to the label of the comment box for Error banded assessments.
martignoni [Wed, 18 Aug 2004 10:27:32 +0000 (10:27 +0000)]
New strings for tabs
moodler [Wed, 18 Aug 2004 05:59:14 +0000 (05:59 +0000)]
Added a 404 header but it seems not to work ... not sure why not.
moodler [Wed, 18 Aug 2004 05:52:01 +0000 (05:52 +0000)]
Disallow dots being passed to lang (path disclosure)
moodler [Wed, 18 Aug 2004 05:47:55 +0000 (05:47 +0000)]
Remove possible path disclosure and add a translatable error message
rkingdon [Tue, 17 Aug 2004 23:45:03 +0000 (23:45 +0000)]
Added missing string (No branch table found).
rkingdon [Tue, 17 Aug 2004 23:29:43 +0000 (23:29 +0000)]
Correction to the Error banded assessment grade.
rkingdon [Tue, 17 Aug 2004 23:26:38 +0000 (23:26 +0000)]
Change to the label of the comment box for Error banded assessments.
koenr [Tue, 17 Aug 2004 20:20:08 +0000 (20:20 +0000)]
filling in missing strings...
martignoni [Tue, 17 Aug 2004 20:09:55 +0000 (20:09 +0000)]
Added missing strings
martignoni [Tue, 17 Aug 2004 20:08:27 +0000 (20:08 +0000)]
Missing string for anchors
julmis [Tue, 17 Aug 2004 19:37:01 +0000 (19:37 +0000)]
Removed duplicate link_std line from switch block ;-)
martignoni [Tue, 17 Aug 2004 16:46:58 +0000 (16:46 +0000)]
Forgotten semi-colon. Thanks to Etienne Rozé!
moodler [Tue, 17 Aug 2004 16:31:52 +0000 (16:31 +0000)]
DIsabling formatting for now, until we can separate out wiki
content from wiki forms etc ... and only apply formatting to the content.
moodler [Tue, 17 Aug 2004 16:20:41 +0000 (16:20 +0000)]
Interface tweaks
moodler [Tue, 17 Aug 2004 16:12:14 +0000 (16:12 +0000)]
The little edit icon was becoming very annoying :-)
How about these tabs?
moodler [Tue, 17 Aug 2004 14:53:25 +0000 (14:53 +0000)]
Fixed a little typo
moodler [Tue, 17 Aug 2004 14:44:33 +0000 (14:44 +0000)]
Fixed HTML editor and some PHP5 notices
moodler [Tue, 17 Aug 2004 14:26:47 +0000 (14:26 +0000)]
Improve log links
moodler [Tue, 17 Aug 2004 14:12:01 +0000 (14:12 +0000)]
Tweaks
moodler [Tue, 17 Aug 2004 13:51:41 +0000 (13:51 +0000)]
Improvements to installation procedure.
It now does a compatibility check of the environment as well,
including memory limits and so on - so this should reduce some
of the FAQs.
The text is still rough ... don't translate it just yet.
barias [Tue, 17 Aug 2004 13:04:13 +0000 (13:04 +0000)]
Últimos cambios incorporados
barias [Tue, 17 Aug 2004 12:02:11 +0000 (12:02 +0000)]
Últimos cambios incorporados
moodler [Tue, 17 Aug 2004 09:40:04 +0000 (09:40 +0000)]
Trying a plainer icon
moodler [Tue, 17 Aug 2004 09:27:17 +0000 (09:27 +0000)]
Added some missing strings
moodler [Tue, 17 Aug 2004 09:25:17 +0000 (09:25 +0000)]
Strings and spacing and stuff
martignoni [Tue, 17 Aug 2004 09:19:44 +0000 (09:19 +0000)]
Added a new preview/test feature for quiz questions
martignoni [Tue, 17 Aug 2004 09:11:39 +0000 (09:11 +0000)]
Updated number of language packs
martignoni [Tue, 17 Aug 2004 09:09:24 +0000 (09:09 +0000)]
Replaced the old strings back in the pack for backward compatibility
martignoni [Tue, 17 Aug 2004 09:05:32 +0000 (09:05 +0000)]
New strings for POP and LDAP
martignoni [Tue, 17 Aug 2004 08:56:17 +0000 (08:56 +0000)]
Editing teacher can now subscribe users to a forum
moodler [Tue, 17 Aug 2004 08:09:13 +0000 (08:09 +0000)]
Add spaces for web addresses to help bodgy clients that get
confused about the trailing ] bracket.
bug 1649
martignoni [Tue, 17 Aug 2004 07:40:34 +0000 (07:40 +0000)]
One anchor string forgotten
martignoni [Tue, 17 Aug 2004 07:39:09 +0000 (07:39 +0000)]
New strings for anchors
moodler [Tue, 17 Aug 2004 06:58:49 +0000 (06:58 +0000)]
Show jump menu when grading assignments
moodler [Tue, 17 Aug 2004 06:53:50 +0000 (06:53 +0000)]
Site level block shows online teachers and students from all courses
bug 1683