7683 Commits

Author SHA1 Message Date
toyomoyo
11e615412d merged change for the double </a> 2006-05-04 02:32:43 +00:00
stronk7
ca3a9e5443 Changing ASCII to ISO-8859-1. Also I've updated Backup FAQ Docs
to show the workaround. Bug 5276.
(http://moodle.org/bugs/bug.php?op=show&bugid=5276)

I'm getting old. Should we send lang files to MOODLE_16_STABLE too?
2006-05-03 19:21:10 +00:00
moodler
be01f6239e Old checkin that got missed 2006-05-03 14:24:41 +00:00
moodler
c4292470ba Add a warning when trying to restore a pre-1.6 backup on a
1.6 Unicode Moodle, with a link to the docs.
2006-05-03 02:00:32 +00:00
ethem
df4ba5a1b9 1 - adminhelpcapture & adminhelpreview strings removed from enrol_authorize.php
2 - captureday.html & review.html files added to help/enrol/authorize
2006-05-02 07:13:15 +00:00
stronk7
e3ba25b4c0 New string for scheduled backups... 2006-05-01 23:23:59 +00:00
toyomoyo
332135efd0 fix for 5386 2006-05-01 07:49:28 +00:00
gustav_delius
7d042862c8 Warning strings for missing questions or question types. Misprint in string name fixed. 2006-04-30 17:33:30 +00:00
mark-nielsen
6cd88ca593 REMOVED: This feature is no longer in the lesson settings screen. This functionality has moved to report.php 2006-04-29 01:42:28 +00:00
mark-nielsen
fe9588b971 Deleted lang entry for Deleting student attempts in the lesson settings page. This functionality has been moved to report.php 2006-04-29 01:40:18 +00:00
gustav_delius
4ff35ad41e Small improvement to help files 2006-04-28 09:43:19 +00:00
vyshane
d70d141846 Fix for: Bug #5337 - [[allchanges]] missing
Added allchanges lang string.
2006-04-26 02:48:57 +00:00
thepurpleblob
bfcbee55fe Noted that xml format can now handle images. 2006-04-21 12:56:51 +00:00
moodler
7c830e314b Fix Bug #1604 - the error/index.php can't be translate 2006-04-21 04:42:26 +00:00
toyomoyo
2285084197 added a string for no rights to delete a tag 2006-04-21 02:07:38 +00:00
moodler
9b940db6d4 New strings for Number field 2006-04-20 03:28:43 +00:00
martinlanghoff
930413b133 mod/chat: Normal method - introducing "Stream" updates.
This is an alternative version of jsupdate.php that acts
as a long-running daemon. It will feed/stall/feed JS updates
to the client. From the module configuration select "Stream"
updates.

The client connection is not forever though. Once we reach
CHAT_MAX_CLIENT_UPDATES (currently 1000), it will force
the client to re-fetch it.

This buys us all the benefits that chatd has, minus the setup,
as we are using apache to do the daemon handling.

Chat still defaults to the normal update method, which is now
optimised to take advantage of keepalives -- so this change is
safe. The instructions in the config page also indicate that this
mode may not be well supported everywhere. It hasn't been
tested on IIS for starters.

In terms of relative cost -- if each hit on jsupdate.php incurs
on ~20 db queries and delivers one update to the client, each hit
on jsupdate takes ~20 queries, and then roughly 2~3 queries to
serve each of the next 1000 updates. On busy sites, the difference
is huge.

There is still room for enhancements in both keepalive and stream
update methods. I am pretty sure we can trim DB queries more.
2006-04-19 02:20:48 +00:00
gustav_delius
d1873436d2 Fixed small typo in help file, bug 5243 2006-04-18 23:15:11 +00:00
gustav_delius
c1f52a2f81 Change of words suggested in bug 5245 2006-04-18 23:00:04 +00:00
gustav_delius
a9d80ad800 Fixed small typo in help file. 2006-04-18 22:58:00 +00:00
mjollnir_
309c0d55b2 mod/quiz/view changes to only display attempt grades when teacher allows.
Changed view.php to only display grades when the teacher has not set
options forbidding it.  Further, where there is some attempts that are
allowed to be displayed, and others not, highligting of the highest score,
and printing of the overall grade allocation has been disabled to ensure
the hidden grade is not revealed.
Credit: Peter Bulmer peterbulmer@catalyst.net.nz
2006-04-18 22:54:10 +00:00
wildgirl
45f4544f31 Updated IMS CP help file (bug 4628) 2006-04-18 18:17:36 +00:00
wildgirl
2f5d8f3eff Updated IMS CP help file (bug 4628) and added repository help file 2006-04-18 18:15:32 +00:00
wildgirl
06ebc30fb6 Added IMS CP strings 2006-04-18 18:09:11 +00:00
moodler
402e1a9643 Tidied up the upgrade dialog 2006-04-16 16:56:09 +00:00
stronk7
a7117f3ac1 Added one missing string 2006-04-15 19:21:36 +00:00
thepurpleblob
2df8ab6146 A few changes to improve readability/correctness. 2006-04-13 12:20:39 +00:00
thepurpleblob
8c65c93e50 New string - importfromthisfile 2006-04-13 12:11:12 +00:00
moodler
d95f4c3fef SOme help file polishing 2006-04-13 08:55:34 +00:00
vyshane
78dd16f5bd Added unknownuseraction string 2006-04-13 08:48:14 +00:00
moodler
99cc88d159 Added a new string idnumber course to allow more customisation bug 4337 2006-04-13 08:44:20 +00:00
moodler
44abf704cc Improved blog strings 2006-04-13 06:41:49 +00:00
moodler
87fa2e3f8a Fixes to make print_error more useful, suggested by Sam
It can now take a module argument, and can support different link locations
2006-04-13 05:42:47 +00:00
gustav_delius
d6d29245e7 Now there is an option to see all attempts, even for users who have since unenrolled. That is necessary in order to be able to delete these attempts, see http://moodle.org/mod/forum/discuss.php?d=34421 2006-04-13 00:02:36 +00:00
gustav_delius
ffa6ed53e4 Fixed display of information about existing attempts. 2006-04-12 23:24:58 +00:00
stronk7
b0a8b898f9 Difference between copy, the verb and copy, the noun, because they
are different in a lot of languages. Bug 5172.
(http://moodle.org/bugs/bug.php?op=show&bugid=5172)
2006-04-12 21:53:45 +00:00
nfreear
32346db21f 2006-04-12 13:22:19 +00:00
vyshane
22b266cac7 Bug #4879 - small fix for maxbytes help blurb 2006-04-12 07:09:56 +00:00
moodler
648539c55b Fixed missig string for blog config 2006-04-11 13:16:23 +00:00
moodler
b4c3ed39d7 New string for empty comments 2006-04-11 13:10:15 +00:00
moodler
a05a5e5d61 Consistently use Entries instead of Records 2006-04-11 12:36:12 +00:00
gustav_delius
9d4cbe5615 Manual grading report plugin is now no longer essay-specific. 2006-04-10 20:28:46 +00:00
moodler
de251840b4 Added some feedback to the picture thumbnail regneneration bug 5011 2006-04-10 16:46:52 +00:00
moodler
8d1727ec2c Some missing blog strings 2006-04-09 07:47:55 +00:00
gustav_delius
b6e907a245 Manual grading 2006-04-07 16:00:29 +00:00
moodler
98f92a5491 FIxed a string 2006-04-07 07:03:03 +00:00
gustav_delius
755bddf118 Improvements to response history. Three small bug fixes. 2006-04-06 19:59:02 +00:00
thepurpleblob
0183742eeb bug #2569. 'Open dialogues' and 'Closed dialogues' now have their own strings
rather than contatenating existing ones.
2006-04-05 13:48:01 +00:00
ethem
913a69687b Auto-capture strings changed to scheduled-capture. 2006-04-05 08:43:04 +00:00
gustav_delius
0a5b58af89 Many bugfixes accummulated during CVS outage, more to come. 2006-04-05 05:53:18 +00:00