moodler
f619f8c8ab
FIx for slashes problem in bug 5222 (and some others)
2006-04-18 09:16:22 +00:00
moodler
5379d24992
A little HTML hint since styles are not working here for me somehow
2006-04-18 07:28:44 +00:00
toyomoyo
fd8d5ba75f
fix for 5207
2006-04-18 07:22:18 +00:00
moodler
78c98892d1
More efficient chat listings (less database calling)
2006-04-18 07:14:21 +00:00
toyomoyo
8f23f49004
fix for 5209
2006-04-18 06:43:29 +00:00
vyshane
d553ae9f74
"Reset template" button now only resets the template textarea with the default
...
template. User needs to hit "Save template" to save the changes.
2006-04-18 06:11:38 +00:00
skodak
200514e282
some bugfixing and proper conversion to new xxx_param() functions - SC#148
2006-04-17 21:14:50 +00:00
martinlanghoff
a6d1886fa5
mod/chat: Normal method -- collate 2 SELECTs into one
...
We really don't need to ask about the user table _twice_ here. Just ask for the
right fields, and done.
2006-04-17 21:06:28 +00:00
martinlanghoff
46c859760c
mod/chat: Normal method -- faster, lighter DB updates
...
Use set_field() keyed on PK instead of update_record() or set_field()
keyed on non-PKs.
2006-04-17 21:05:51 +00:00
martinlanghoff
c5e817f02c
mod/chat - Normal method - users pane only uses keepalive when refreshing fast
...
To avoid wasting server resources, user's pane now only uses keepalive
when the refresh is lower than apache's timeout.
2006-04-17 21:05:17 +00:00
martinlanghoff
6169ea259a
mod/chat - Normal method now supports HTTP Keep-Alive - users pane
...
User's pane now also uses keepalives -- if the refresh freq is below
the disconnect timeout, then it is a win. Otherwise it wastes memory
at the server end.
2006-04-17 21:04:47 +00:00
martinlanghoff
dfd1d9e272
mod/chat - Normal method now support HTTP Keep-Alive
...
By using output buffering, we now support HTTP Keep-Alive, which means
that each client gets tightly bound to a single apache child - this means
that we get
+ lower resource usage on the webserver
+ _much_ lower resource usage on webserver and dbserver if pconnects are used
+ a good case for further caching (memcache/mmcache)
Using ab via localhost or fast LAN using keepalives is actually slower from the
client perspective -- still lighter on the server. Via slower links (DSL/modem)
the responses are faster.
2006-04-17 21:04:19 +00:00
martinlanghoff
4d5525c650
mod/chat: make http-chat more database friendly and change msg insertion to use POST
...
+ we are now more conservative in the fields it asks from the db
+ also more conservative with upates to chat_users
+ messages are now added via POST requests instead of GET
2006-04-17 21:03:44 +00:00
moodler
16ad40e145
Fix for chat character sets bug 5010
2006-04-16 16:01:40 +00:00
gbateson
23efbfa15e
improved readability of reg. exp. in adjust_media_urls function
2006-04-16 02:10:14 +00:00
stronk7
ff62d70dc6
Two more uses of format_string() agains entry->concept
2006-04-15 19:28:26 +00:00
stronk7
deb59b8f95
Filter one more string if filterall is enabled.
2006-04-15 19:24:44 +00:00
gbateson
0e6e81a4a8
fix "Force Plugins" behavior to correctly detect media players in JavaScript
2006-04-15 08:17:30 +00:00
moodler
9e08cf6ed1
DOn't show intro on first page of single view
2006-04-15 06:02:21 +00:00
moodler
3f9672d37c
FIxes for bug 5197
2006-04-15 02:41:27 +00:00
skodak
354d3295d4
removed outdated xxx_param() functions
2006-04-14 15:57:59 +00:00
gbateson
498695122a
modified instructions for uploading to "lang" directory, to reflect the fact that the default Moodle 1.6 location for the "lang" directory is now within $CFG->dataroot
2006-04-14 07:34:59 +00:00
moodler
2ebc8a57bd
RSS feed based on modified date, not created date
2006-04-14 04:53:45 +00:00
mjollnir_
86e75a7b77
Disable gui for forum timed posts since we are not quite ready for it. All code is still there but hidden & controlled by a config var forum_enabletimedposts.
2006-04-14 04:51:43 +00:00
moodler
3d28412786
After discussion with Penny I think it's best to not include the forum
...
timed posts in 1.6 for now. It still needs some work and we are
running out of time.
2006-04-14 04:47:43 +00:00
gustav_delius
05803bf170
Removed settings tab, see bug 5189
2006-04-13 21:35:24 +00:00
moodler
8ad644551d
Merged fixes from stable
2006-04-13 12:05:37 +00:00
moodler
f852d652cf
FIx for bug 5188 - seach with no results -> dead end
2006-04-13 10:41:12 +00:00
moodler
499ed21564
FIxed a typo
2006-04-13 08:49:31 +00:00
moodler
99cc88d159
Added a new string idnumber course to allow more customisation bug 4337
2006-04-13 08:44:20 +00:00
vyshane
998cc5b645
Added default values for not nulls.
2006-04-13 03:19:00 +00:00
vyshane
d3fa8cfb9d
Added default values for not nulls
2006-04-13 03:16:41 +00:00
vyshane
5e3572ff0b
Added default values for not nulls.
2006-04-13 03:11:32 +00:00
moodler
de89899b1d
Was trying Eloy's suggestion here http://moodle.org/mod/forum/discuss.php?d=43041
...
but wasn't working for some reason ... checking in as commented to work on later.
The lkudge seems to be working pretty well for now.
2006-04-13 01:34:26 +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
gustav_delius
375ab4586f
use function from questionlib.php to delete attempt data
2006-04-12 22:57:01 +00:00
gustav_delius
78517b5a6b
Don't show users who have unenrolled.
...
Show display options also when current options lead to empty table.
2006-04-12 22:48:58 +00:00
danmarsden
22d56e8015
need to check vars aren't empty b4 using them! - another one!
2006-04-12 21:15:10 +00:00
moodler
fbec0acb3e
Strip tags from final RSS feed name
2006-04-12 08:58:20 +00:00
bobopinna
008bfd2795
Added utf8 conversion
2006-04-12 06:15:29 +00:00
bobopinna
9ff41f7ed0
Fixed navigation bar links for SCORM course format
2006-04-12 06:13:29 +00:00
bobopinna
df88f4ea9d
Fixed navigation bar link for SCORM course format
2006-04-12 06:12:16 +00:00
bobopinna
82c3173ea5
Fixed a typo
2006-04-12 06:08:48 +00:00
bobopinna
d74b87919f
Fixed empty tags check
2006-04-12 06:05:25 +00:00
bobopinna
586de5a08a
Fixed default stage size
2006-04-12 06:04:15 +00:00
bobopinna
5046492815
Added multi attempt support
2006-04-12 06:03:46 +00:00
bobopinna
a91433f9ec
Added debug messages
2006-04-12 06:02:08 +00:00
gustav_delius
2e8973e779
Teachers now can preview timelimited quizzes even after the closing date
2006-04-11 21:49:43 +00:00
stronk7
1b1858d260
htmlentities() to s()
2006-04-11 16:09:52 +00:00