whchuang
20ea068212
minor bug fix to add the missing string definition 'remove' back to the /lang/zh_tw/moodle.php
2008-02-20 18:45:35 +00:00
moodler
51465dc9b5
Added a note relating to MDL-9772
2008-02-20 01:01:29 +00:00
moodler
d1c356404a
Fix for MDL-6770 - show previously submitted files for assignments
2008-02-11 07:39:37 +00:00
gbateson
6749820511
replace CFG->dbfamily with CFG->dbtype, because CFG->dbfamily is not available on Moodle 1.7 and earlier
2007-11-13 03:54:32 +00:00
gbateson
cec537c4a5
fix for MDL-9713 : use XMLDB functions to create tables when mod/hotpot/db/mysql.sql is not found. This allows upgrade direct from Moodle 1.5 (or earlier) to Moodle 1.8 (or later)
2007-11-12 08:51:22 +00:00
whchuang
5d1fc97dfa
Fixed MDL-10353. Note that this problem is now fixed in 1.5.x, 1.8.x, 1.9.x and HEAD, but not yet in 1.6.x and 1.7.x (not yet backported).
2007-10-26 00:06:48 +00:00
skodak
48603e4bfc
MDL-11663 sanitise submitted data when editing users; merged from MOODLE_16_STABLE
2007-10-08 19:59:05 +00:00
gbateson
4ad4e498d7
added escaping of quotes in TimesUp message, so that apostrophes do not cause Javascript errors
2007-10-08 06:53:55 +00:00
whchuang
ee6650f5d8
added missing string definition for sectionerror. Fixed MDL-10766
2007-10-02 23:58:36 +00:00
skodak
791df6e738
MDL-10276 Text cleaning trouble; backported from HEAD
2007-06-27 12:09:22 +00:00
ethem
976cb008a5
MDL-9836
...
Authorize.net / SSL Config Bug prevents display of options from enrol/authorize/enrol.php
2007-06-15 18:05:36 +00:00
martinlanghoff
8548f991a0
moodlelib:moodle_request_shutdown() - only call apache_child_terminate if child_terminate is true - MDL-9350
...
Apparently there _is_ a PHP ini setting controlling
it -- defaults to off.
2007-06-07 21:25:23 +00:00
moodler
265f778867
Added body class for current language MDL-9750
2007-05-09 06:43:19 +00:00
martinlanghoff
e9674d42ae
Fixed 'off by one' month bug in month select boxes generated by
...
print_date_selector when users time zone set to GMT-13.
Author: Matt Clarkson <mattc@catalyst.net.nz >
Committer: Matt <mattc@catalyst.net.nz >
2007-04-12 00:47:14 +00:00
stronk7
d9fde68003
Now $CFG->apachemaxmem is respected.
2007-04-07 15:58:13 +00:00
martinlanghoff
138c602380
lib/setup moodelib: Introducing moodle_request_shutdown()
...
Now Moodle will have a 'shutdown_function' function. Right now
registered (and useful) only when running under apache + mod_php.
This initial function checks whether memory usage in this process exceeded
10MiB or $CFG->apachemaxmem (int, in bytes). This is really useful to prevent
using more RAM than we have.
2007-04-05 04:45:09 +00:00
stronk7
209b146964
small typo in var name
2007-03-19 15:53:59 +00:00
martinlanghoff
3ebbfa9660
Auto-linking filters: fix serious caching bug in forum mailouts
...
Autolinking of glossaries, activity, resources and wiki names were using a
trivial single-entry cache implemented with static vars. The cache was _not_
keyed on course.
This bug was visible during forum_cron() which walks many courses. The cache
would get "stuck" on the first course that had something to put in the cache.
All mailouts from there onwards would autolink to stuff in the wrong course.
2007-03-19 05:50:00 +00:00
skodak
64e2c2bc14
MDL-8849 use proper value quoting; backported from MOODLE_18_STABLE
2007-03-11 20:03:13 +00:00
tjhunt
be7be91fdb
MDL-8177 - Oops. In Moodle 1.5, the table was called something different.
2007-03-10 00:37:53 +00:00
tjhunt
e726a312fe
MDL-8177 - Random questions selected deleted questions. Backported from MOODLE_18_STABLE.
2007-03-10 00:35:11 +00:00
gbateson
fd5cc8e1a4
fix checking answers for JQuiz Hybrid questions when in ShortAnswer mode
2007-03-04 01:12:30 +00:00
gbateson
b114a1c821
correct the display of the "Update this Hot Potatoes Quiz" button in Danish (da_utf8) and German (de_utf8) - see mdl-8322
2007-01-28 00:12:42 +00:00
moodler
7e2fb27323
FIxed up the site identifier (more unique)
2007-01-23 05:02:45 +00:00
skodak
24393fa959
revised adobe XSS protection SC#346 - backported from HEAD
2007-01-06 15:28:41 +00:00
skodak
3f2057432f
Adobe Acrobat JavaScript Execution Bug SC#346; backported from HEAD
2007-01-04 00:31:15 +00:00
moodler
75aec7a54a
Latest timeszones from 1.8
2006-12-04 07:03:03 +00:00
bobopinna
65a1266337
Fixed an Hystoric problem with & in aicc_script prerequisites during package importing
...
Now Moodle is really SCORM 1.2 fully compliant
2006-11-02 16:30:53 +00:00
moodler
8357019855
Merged fix from 1.7 MDL-7211
2006-11-01 06:58:17 +00:00
gustav_delius
004f95554a
When javascript was turned off the group menu did not work because the Go button linked to course/view.php rather than mod/forum/view.php
2006-10-13 23:06:27 +00:00
stronk7
d48ac476bf
Raising MSSQL min req. to 2005 (9.0)
2006-10-09 16:16:23 +00:00
julmis
a1f3e2ddb4
Fixing $tempfiledir path
2006-09-30 14:24:40 +00:00
stronk7
5321514bd9
Added PHP 5.0.x restriction to Moodle 1.7. MDL-5653
2006-09-28 16:37:08 +00:00
vyshane
8c468f6b9c
Fix for MDL-6363. Patch by Si Carter.
2006-09-25 03:59:54 +00:00
moodler
76f251fa63
Fixed MDL-6508 ... a wrongful update to the hotpot version was killing Moodle upgrade
2006-09-13 14:40:48 +00:00
tjhunt
3887bc605c
Fix syntax errors. I wish more people used Eclipse.
2006-09-12 14:25:08 +00:00
gustav_delius
307cc1d50f
Fix by Jesse Scott so that database sessions respect sessiontimeout setting. Closing bug 5912
2006-09-01 20:29:04 +00:00
gbateson
592acf705c
fix "get_jcross_item"s and "get_jcross_grid" so that function arguments are assigned BEFORE the function call, not AS the function is called. This fixes blank crosswords and matching exercises in PHP5
2006-08-31 21:36:32 +00:00
gbateson
f914583315
remove assignment of variables in calls to functions as this was making empty HotPot reports in PHP 5
2006-08-29 08:26:24 +00:00
gbateson
b7534c4d70
corrected a two calls to get_string: allattempts=>attemptsall, bestattempt=>attemptsbest
2006-08-29 06:34:23 +00:00
stronk7
2a257d082c
Adding one PHP close tar that has been missing (but working!) since years!
2006-08-23 15:14:16 +00:00
skodak
6d36e511fb
new function get_coursemodule_from_id() is now used for obtaining of valid $cm from coursemodule id SC#283; backported from HEAD
2006-08-10 15:51:44 +00:00
ethem
c20d676e5e
Don't show authorize.net password for security reasons. Backported from HEAD.
2006-08-01 11:20:50 +00:00
martinlanghoff
049a305156
assignment: count_user_files() no longer creates extraneous dirs (bug#4658)
...
Applied the fix by Samuli.Karevaara, from the bug report - the directory is checked for existence beforehand.
Previously it was created if it didn't exist, then the files within it were counted.
Author: Luke Hudson <luke@catalyst.net.nz >
2006-07-31 04:58:12 +00:00
skodak
516aa886b2
fixed printing of filenames from zip archives - SC#273; backported from MOODLE_16_STABLE
2006-07-12 06:01:58 +00:00
skodak
b60a8c54f3
better cleaning of $file parameter SC#276; backported from MOODLE_16_STABLE
2006-07-11 13:24:17 +00:00
ethem
121037f18c
Added print_simple_box_start, print_simple_box_end.
2006-06-29 19:03:32 +00:00
ethem
c35b12072e
Bug #5941 , Petr's patch is incorrect. Rewritten.
...
If course cost is 0 then always fall back to manual method. This is not authorize problem if enrolment key is empty and guest access with key.
2006-06-29 18:40:46 +00:00
ethem
c75c637417
Bug #5941 affects authorize plugin at this point:
...
Enrolment Method: Authorize
Enrollment key: Empty Field
Guest Access: Allow Guests with Key
Normally, empty enrolment key and and setting 'Allow Guests with Key' will not be allowed.
So, user can view course contents when click enrol me witout key.
2006-06-29 14:37:55 +00:00
stronk7
7ada27c7db
Backporting latest changes from 16_STABLE and HEAD to 15_STABLE
...
Some minor changes in order to avoid some notices...
2006-06-25 11:00:19 +00:00
moodler
d6e3e4496e
Added check for $CFG->disablemycourses
2006-06-16 04:30:19 +00:00
stronk7
11f3e2b606
Updated, from Jose Miguel Arnaiz (Euskaltegi Municipal de Santurtzi)
2006-06-13 15:59:11 +00:00
stronk7
2d299ebd30
Updated, from Jose Miguel Arnaiz (Euskaltegi Municipal de Santurtzi)
2006-06-13 15:50:10 +00:00
vyshane
d159d117a3
Fix for Bug #5767 - Section links block is removed from course view after
...
settings update.
2006-06-13 07:45:34 +00:00
stronk7
ea57169c08
Backporting markdown 1.0.1 Extra from HEAD to 1.5
...
because of bug 5768.
(http://moodle.org/bugs/bug.php?op=show&bugid=5768 )
2006-06-08 21:57:05 +00:00
stronk7
48120354bc
Adding two new strings for RESTRICTED tests in environmenlib.
2006-06-06 16:47:44 +00:00
stronk7
94c3770e07
Now environmentlib supports RESTRICT sections (to be able to deny
...
any general test with more detail (the opposite to the BYPASS section)
(http://moodle.org/bugs/bug.php?op=show&bugid=5653 )
2006-06-06 16:11:22 +00:00
bobopinna
c36fd1b8f6
Fixed some regular expression Bug 5041
2006-06-06 14:34:13 +00:00
bobopinna
10758b3ffc
Fixed user data escaping
2006-06-06 13:34:24 +00:00
bobopinna
1e79634544
Fixed two typos: Bugs 4729, 5641
2006-06-05 08:19:31 +00:00
bobopinna
169e36e7ed
Fixed Bug 4748
2006-06-05 08:11:29 +00:00
bobopinna
8e22c50e68
Fixed a typo [bug 4522]
2006-06-05 07:46:02 +00:00
stronk7
86b9245568
Users with messages (and messages) are only included in
...
SITEID backup. Bug 5658.
(http://moodle.org/bugs/bug.php?op=show&bugid=5658 )
2006-05-30 16:54:47 +00:00
ethem
e77bbbe5b3
If config wwwroot starts with 'https', ignore config loginhttps value.
...
Dependency: Bug #5647
2006-05-30 08:50:36 +00:00
skodak
2137cc1d83
Bug #5619 - Assignment Feedback mail lacks linefeed; backported from MOODLE_16_STABLE
2006-05-26 09:09:18 +00:00
skodak
5bd66e316e
fixed short tags
2006-05-25 06:19:15 +00:00
stronk7
109c275d95
proper initialisation of sqlsortkey SC#258
...
Merged from HEAD
2006-05-22 17:59:01 +00:00
stronk7
37e8d6f62c
Allowing also numbers and underscores in sessioncookie
2006-05-22 17:52:41 +00:00
stronk7
9a1471c7a6
Going back to previous revision because latest was in English.
2006-05-22 15:58:08 +00:00
stronk7
528f41c4a3
Bump 1.5.4+
2006-05-21 23:46:30 +00:00
stronk7
846da1201c
Bump 1.5.4!
2006-05-21 23:45:29 +00:00
moodler
9b7baf170e
Bumped to Moodle 1.5.4 +
2006-05-21 08:37:18 +00:00
moodler
e5b21c96b2
Moodle 1.5.4 - yay!
2006-05-21 08:00:05 +00:00
moodler
0df8e06a76
I'm in a rush, unfortunately, but here are Martin Langhoff's auto-generated
...
change list items integrated into the other stuff.
It's not pretty but it's probably getting close to complete.
2006-05-21 07:59:15 +00:00
moodler
414b660d26
Added release notes from documentation wiki
2006-05-21 07:11:59 +00:00
stronk7
5e0bf81737
This was really old and it's useful to determine versions...
2006-05-20 00:08:42 +00:00
martinlanghoff
78f6c5d5c0
login: Changing passwords now works when logged in as guest
2006-05-18 00:49:36 +00:00
vyshane
61e86f7f16
Fixed Bug #5354 - Gradebook [DropXLowest and Exclude]
2006-05-16 04:07:47 +00:00
skodak
9a817ca1ab
better cleaning of post title SC#251 revisited; backported from MOODLE_16_STABLE
2006-05-15 14:49:24 +00:00
skodak
4e13cae284
better cleaning of post title SC#251; backported from MOODLE_16_STABLE
2006-05-15 14:35:13 +00:00
urs_hunkler
9bc5c7f85e
patch for prototype compatibility
2006-05-14 09:22:24 +00:00
gustav_delius
569936ac79
Making sure timelimit is converted to integer before being written to database, otherwise postgreSQL complains. Closing bug 5401
2006-05-13 17:28:28 +00:00
stronk7
344c9e0034
Now, when a single forum is restored and no user data was created,
...
the initial discussion/post is automatically generated. Bug 5418.
(http://moodle.org/bugs/bug.php?op=show&bugid=5418 )
2006-05-06 16:53:14 +00:00
moodler
61d575f3d3
Fixed: Bug #5164 - Assignment email lacks student name
2006-05-03 08:19:43 +00:00
moodler
7cb1f891c4
An old fix for optional_variable use
2006-05-02 08:04:11 +00:00
moodler
f41ab276c7
Old addition never checked in
2006-05-02 07:59:38 +00:00
moodler
e2b4f1f361
Changed all files to DOS and added some Id tags
2006-05-02 05:57:12 +00:00
stronk7
49ee0aa3be
One debug line killed! :-/
2006-04-30 10:05:17 +00:00
stronk7
8397552338
Too much restrictive optional_param was producing
...
some undesired efects with formats. Bug 4858.
(http://moodle.org/bugs/bug.php?op=show&bugid=4858 )
2006-04-30 10:02:23 +00:00
stronk7
206afb4c2e
entrylist format now show the 'send ratings' button. Bug 4915.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=4915 )
Merged from HEAD
2006-04-30 09:44:26 +00:00
exe-cutor
c6e8932e50
Fixed a bug that was not yet merged for stable version
2006-04-27 11:48:25 +00:00
ethem
a83254c3e1
1 - Shorter coding. I like short codes. Martin D had made longer before.
...
2 - Create indexes sliently.
2006-04-27 08:21:17 +00:00
ethem
c58f510d09
Shorter coding. I like short codes. Martin D had made longer before.
2006-04-26 15:31:28 +00:00
urs_hunkler
9d08fbc3fd
bug #5347 - JS code after page end??? corrected
2006-04-26 14:58:32 +00:00
ethem
08cdce7e5e
SQL file contains all upgrades.
2006-04-26 11:18:50 +00:00
ethem
594d381aa2
SQL file contains all upgrades.
2006-04-26 10:20:07 +00:00
moodler
5c8708ef3a
Removed forecolor hilitecolor in htmleditor
2006-04-26 08:05:46 +00:00
skodak
9ce42fa860
fixed typo bug #4527 ; backported from HEAD
2006-04-23 23:17:14 +00:00
urs_hunkler
7fec43e72f
Bug #4315 - Use current_theme() instead of the $CFG-theme
2006-04-23 18:53:15 +00:00
ethem
44f68ae516
Create indexes sliently.
2006-04-23 10:23:27 +00:00
ethem
825bae0a90
WE use postgres7.sql, not mysql.sql...
2006-04-23 09:40:56 +00:00
koenr
0ae9d84183
New and modified strings from Ling
2006-04-23 06:51:19 +00:00
moodler
d5cc30d905
DON't show notices on new installs
2006-04-23 04:43:54 +00:00
moodler
1f36f2dbc5
Fix for bug 5190 and a warning
2006-04-23 03:46:28 +00:00
moodler
ebbc59e575
Latest tags file for stable
2006-04-23 02:56:14 +00:00
toyomoyo
9190ff6e4e
fix for 4977
2006-04-21 07:01:33 +00:00
moodler
0a8223b036
Bug 5223 fix
2006-04-21 04:26:08 +00:00
martinlanghoff
d866cc69da
Backported from HEAD: Skodak's short tag fixes.
2006-04-20 22:40:11 +00:00
martinlanghoff
77a08a9c43
weblib:validate_email() - emails with trailing dot in the local-part (user.@host.com) are invalid as per rfc822
2006-04-20 22:30:53 +00:00
moodler
e8b719403a
Merged formatting improvement from HEAD
2006-04-19 12:49:23 +00:00
mchurch
68156b0c36
Fixed bug that wouldn't allow a user who's response was deleted from taking the questionnaire again.
2006-04-18 19:34:56 +00:00
moodler
705834be9e
Merged fix for bug 5230 from HEAD
2006-04-18 09:47:30 +00:00
moodler
f7beddbab8
Fix for Estonian bug #5239
2006-04-18 09:38:42 +00:00
moodler
b9f1a09443
Fixed some wrongly defined "parentlanguage" strings
2006-04-17 05:29:49 +00:00
moodler
5da6fbd00f
Character set fix for bug 5010
2006-04-16 16:03:57 +00:00
moodler
80682fab3a
1) Removed timeout when processing digests (can be long) bug 4532
...
2) Cleaned up logic for tracking cleaning (use set_config function)
2006-04-13 12:05:02 +00:00
moodler
c9c2d4741d
print_header should never happen twice on a page - see bug 4198
2006-04-10 14:43:06 +00:00
vyshane
b839781a95
Fix for Bug #5057 - hidden teachers aren't completely hidden
2006-04-10 07:48:34 +00:00
moodler
e761ca0c54
Added navmenu to loginas page
2006-04-09 07:27:27 +00:00
moodler
c781c781fb
Clean up of forum_user_can_view_post()
2006-04-07 14:50:12 +00:00
ikawhero
794bdefb1c
Fix to logic for require_login so guest access to courses works.
2006-04-07 01:46:05 +00:00
moodler
b7678dfebe
Reduce possible notices from bad calls
2006-04-06 16:43:48 +00:00
moodler
e53b9f76aa
Undone the effect of Patrick Lee's check in for bug 4074.
2006-04-06 05:26:33 +00:00
moodler
e86bd81b37
Added an index on course_sections that some old sites might not have
2006-04-05 13:39:50 +00:00
gustav_delius
ab4595f640
Prevent student from seeing quiz when closed, bug 5070
2006-04-05 09:49:17 +00:00
moodler
a33c2b909b
Allow RSS feeds everywhere
2006-04-05 08:36:49 +00:00
ethem
f28c6f05b0
IIS https fix. It doesn't recognize empty($_SERVER['HTTPS']).
2006-04-05 07:54:10 +00:00
moodler
7832b22767
FIxing some blank lines as per bug 5095
2006-04-05 06:41:13 +00:00
moodler
bb7232305f
Changed all the requires to require_once, solves some problems
2006-04-05 03:16:48 +00:00
moodler
4d90cfeadb
Fixed some Javascript errors
2006-04-05 02:41:49 +00:00
bobopinna
4a7b01c061
Fixed two problems in AICC importing
2006-03-30 06:50:44 +00:00
gustav_delius
fb6dd5f2b1
Reverted Martin's encryption of the key in the responses table for now until we are sure all potential problems have been ironed out. See discussion at http://security.moodle.org/mod/forum/discuss.php?d=178
2006-03-29 10:13:36 +00:00
gustav_delius
3b7d7fe9c0
Moving <td>, fixing bug 5019
2006-03-29 08:46:03 +00:00
moodler
f2feb260f7
A fix for SC178. The match question is now encrypted slightly.
2006-03-29 06:11:50 +00:00
koenr
28680c9b32
some documentation missing
2006-03-28 09:20:27 +00:00
michaelpenne
a60906a298
[BugFix] Multiple essays were not showing for grading: http://moodle.org/mod/forum/discuss.php?d=41999#195580
2006-03-28 00:37:42 +00:00
gustav_delius
e475c02f33
Fixed tolerance problem, see bug 3225
2006-03-27 16:39:55 +00:00
ethem
9e3e2938fc
First time install detection.
2006-03-27 09:50:39 +00:00
ethem
6682f3a231
Close tag ?> was forgotten. But it wasn't cause a problem.
2006-03-27 09:34:36 +00:00
moodler
be1cd60e93
Improved date range
2006-03-27 05:15:53 +00:00
moodler
5e253a13bb
Some extensions to print_time_selector() etc to make them more compatible
...
with 1.6 (so they can return strings)
2006-03-27 03:40:39 +00:00
mjollnir_
b5c8bf7a26
Since there was no pg support for enrol/authorize until later, the versioning was screwey in postgres, so check the table exists first before trying to add columns to it, create it if it is not there
2006-03-26 22:57:42 +00:00
moodler
1e3787c407
Fix for the infamous zero problem in short answers.
...
You can now have answers that are "0"
2006-03-26 15:01:00 +00:00
gustav_delius
7649c6ff5c
Turned off regrading of quizzes that have the attemptonlast option set because of the bug reported in http://moodle.org/mod/forum/discuss.php?d=42029#194212
2006-03-26 08:16:18 +00:00
moodler
be0cfa86bf
Added Yahoo and MSN to allowed search engines
2006-03-25 07:34:37 +00:00
moodler
12be03f0fd
Added missing text
2006-03-23 01:28:01 +00:00
koenr
008eb2cc15
fix for bug #4885 : spaces were missing before and after $a
2006-03-22 08:13:14 +00:00
stronk7
427b2f0c21
Some excess of security was causing Bug 4713.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=4713 )
2006-03-21 20:07:13 +00:00
thepurpleblob
35c808396a
Fixed hardcoded filepath. Bug #4544 .
2006-03-21 16:50:07 +00:00
ethem
2efe76b0b3
Merged from HEAD
2006-03-21 13:37:44 +00:00
moodler
a5a520fdc1
Speedup! get_timezone_record wasn't caching! :-)
2006-03-20 09:36:09 +00:00
moodler
eb759836b0
Fixed bug 4928 - editing text outside of textarea!
2006-03-16 10:05:36 +00:00
vyshane
bdd7aedc44
Updated print_textarea()
2006-03-16 04:10:44 +00:00
skodak
ff84313378
fixed typo PARAM_CLEAR; backported from HEAD
2006-03-15 18:11:13 +00:00
vyshane
0e2445d398
Fixed undefined variable notice.
2006-03-15 08:43:51 +00:00
vyshane
ace6341d83
Fixed bug in use_html_editor(). HTMLArea is now displayed correctly even when
...
$name is not supplied.
2006-03-15 08:31:57 +00:00
vyshane
d9f5169972
Modified use_html_editor() and print_editor_config() so that the database
...
module is compatible with Moodle 1.5 stable.
2006-03-15 07:48:53 +00:00
vyshane
760b407069
Added insertAtCursor() function. So far this function is only used by the
...
datbase module.
2006-03-15 07:45:19 +00:00
moodler
7caf140453
Applied fix for bug 4639 - thanks
2006-03-14 04:11:54 +00:00
moodler
07264dd81f
A series of old fixes never committed
2006-03-13 12:52:39 +00:00
koenr
ffa4458986
new nn strings from Thormod
2006-03-10 12:55:03 +00:00
moodler
6e8070f46e
Added rss_get_url() to 1.5 to help support data module
2006-03-10 09:05:02 +00:00
moodler
3bf1bd27fc
Updated copyright notice
2006-03-10 08:26:05 +00:00
moodler
8a2cc7a379
New files from Aidan for 1.5
2006-03-10 07:27:54 +00:00
moodler
1fbe1f7ced
Updates from Aidan
2006-03-10 07:26:39 +00:00
koenr
0e6d35a167
new strings from Tormod
2006-03-08 18:40:27 +00:00
moodler
d28d58dc75
Added support for having a linked tab even if it is currently selected.
2006-03-08 06:22:53 +00:00
skodak
e7546a2233
fixed includes in included files - see bug #4891 ; backported from HEAD
2006-03-07 23:44:02 +00:00
skodak
8857a374e4
improved kses cleaning of html SC#204
2006-03-02 21:35:13 +00:00
dhawes
cbb0a49aa7
removed secondary cache to close bug 4625
2006-03-02 17:06:49 +00:00
koenr
18357f7118
emailconfirmation doesn't support lastname
...
see bug 4869
2006-03-02 11:13:18 +00:00
moodler
6c3adcf7f9
Fixed some typos
2006-03-01 09:12:43 +00:00
moodler
528d1ca043
Merged feature to email database connection erorrs to someone into stable
2006-03-01 09:09:03 +00:00
gustav_delius
b21be43f6b
Committed fix for bug 4829
2006-02-28 20:44:44 +00:00
skodak
24d9df692e
prevent unwanted password change here SC#225
2006-02-28 20:25:59 +00:00
moodler
3fb68fb075
Fixing Bug #4849 .
...
Committed by Vy-Shane Sin Fat
2006-02-28 03:53:59 +00:00
michaelpenne
7e42b04bbc
[Fix] $navigation and $grade_value were undefined when lesson was added to site main page
2006-02-24 21:27:51 +00:00
michaelpenne
f0ebc0976f
[BugFix] Bug #4174 - Lesson Essay Question Can't be Graded when attempt not finished
2006-02-24 20:25:36 +00:00
michaelpenne
c200adccf6
[BugFix] Bug #4216 - cancel button
2006-02-24 19:19:11 +00:00
mjollnir_
4c6dc44de1
Fixing a problem reported about self enrolment in child courses and not being able to access the parent without logging in and out again at http://moodle.org/mod/forum/post.php?reply=185699
2006-02-23 22:14:22 +00:00
moodler
f0172f52cf
Fixed some English grammatical errors
2006-02-20 03:16:52 +00:00
gustav_delius
02dd661361
Backported fix for bug 4217 to STABLE
2006-02-19 21:47:42 +00:00
koenr
e4ac8267b9
Lots of changes by Dmitry Pupinin
2006-02-17 23:34:48 +00:00
toyomoyo
3ceb1580b5
better fix for 4360
2006-02-17 01:30:47 +00:00
gustav_delius
ddf32e386a
Bug in "Prevent late submissions" setting fixed, thanks to Samuli, see bug 4780
2006-02-16 22:00:32 +00:00
gustav_delius
2caa75465e
Bug in "Prevent late submissions" setting fixed, thanks to Samuli, see bug 4780
2006-02-16 21:53:41 +00:00
gustav_delius
e94270f61d
Applied fixes from bug 4319. Thanks to Jaroslav
2006-02-15 08:56:06 +00:00
patrickslee
3ab5df5a97
Re-formatted the imporved flat file enorlment description
2006-02-15 03:27:23 +00:00
toyomoyo
ff306b2645
fix for 4360
2006-02-15 02:15:31 +00:00
gustav_delius
32ddabcb9f
Sorry, I was a bit hasty in my last commit.
2006-02-15 00:21:58 +00:00
gustav_delius
33dde42697
Don't apply lateness check when teacher previews. Bug 4495
2006-02-15 00:19:12 +00:00
mjollnir_
41fb3602d3
Committing a fix to the get_course_mods warning that I fixed in head yesterday but forgot to commit here.
2006-02-14 23:48:58 +00:00
gustav_delius
181d29fefb
backported fixes from HEAD, closing bug 4688
2006-02-14 22:55:11 +00:00
gustav_delius
b0d1fa4ff8
Rounding errors could lead to "Partially correct" for correct answers, see http://moodle.org/mod/forum/discuss.php?d=39548
2006-02-14 19:18:07 +00:00
skodak
1a0fe7131a
backported notice fix from HEAD
2006-02-13 21:20:36 +00:00
toyomoyo
633fe52763
fix for 4724
2006-02-13 01:36:26 +00:00
patrickslee
71767f13f9
Imporved the documentation for flatfile enrolment plugin on the configuration page
2006-02-13 00:30:02 +00:00
gustav_delius
aa6bdce1ff
Added missing percentages to the grade selector, closing bug 4250
2006-02-12 22:37:20 +00:00
gustav_delius
aff698756b
Avoid error messages in case $quiz->sumgrades is zero, closing bug 4454
2006-02-12 21:02:18 +00:00
gustav_delius
aa9e82825c
removed two method definitions that are used for the editing form
...
removed an extraneous addslashes
2006-02-11 16:42:49 +00:00
gustav_delius
c8a6cdb32e
get_actual_response() method for cloze question type contributed by Jean-Michel, see http://moodle.org/mod/forum/discuss.php?d=27730#181773
...
Also merged some comments from HEAD
2006-02-11 16:17:57 +00:00
moodler
27cc4df4d1
Added missing statement: require_once('locallib.php');
2006-02-10 03:56:42 +00:00
gustav_delius
affcbadb7a
Added defaults to database fields needed by msyql 5
2006-02-09 12:29:43 +00:00
gustav_delius
e4bcb36474
Added default = '' to various text fields because otherwise I get warnings since I upgraded to mysql 5
2006-02-09 12:18:37 +00:00
michaelpenne
178f9028fd
[Fixed] Bug #1187
2006-02-08 20:38:00 +00:00
koenr
945eb217b4
fix for this discussion http://moodle.org/mod/forum/discuss.php?d=39248
2006-02-08 10:13:57 +00:00
koenr
1a320e8140
new files and strings for no moodle 1.5.3 from tormod - some XHTML issues to be solved
2006-02-08 10:02:58 +00:00
patrickslee
71397cc9f0
Show category list rather than the whole list of courses if there is only one category and with more than 200 courses in it
...
Otherwise we will have a HUGE list of courses flooding our browser.
2006-02-08 04:19:56 +00:00
moodler
6aa427a253
Fixed missing close tag
2006-02-07 00:56:41 +00:00
moodler
4d76481659
Fix missing closing tag
2006-02-07 00:52:36 +00:00
gustav_delius
b9b2939acd
Fixing wrong language string name, see bug 4254
2006-02-06 21:41:31 +00:00
gustav_delius
dc2bfe815d
Added addslashes
2006-02-06 21:29:20 +00:00
mjollnir_
6f4b73112d
Fixing bug #4345 : quiz report perf issues I fixed last year not working on mysql 3.23. We have JOIN ... ON for INNER JOIN but not JOIN in mysql 3.23. Not merging to 1.6 as requirements are bumped
2006-02-06 20:54:56 +00:00
moodler
8e11a7290c
Latest versions from head
2006-02-06 10:00:44 +00:00
koenr
c03c64d685
file block_attendance.php was added on branch MOODLE_15_STABLE on 2006-02-17 23:34:47 +0000
2006-02-06 09:14:23 +00:00
koenr
c6833b0e6c
file quiz_analysis.php was added on branch MOODLE_15_STABLE on 2006-02-08 10:02:58 +0000
2006-02-06 09:14:11 +00:00
koenr
73f9745b0e
file webquest.php was added on branch MOODLE_15_STABLE on 2006-02-08 10:02:58 +0000
2006-02-06 09:14:11 +00:00
koenr
a84c94658b
file wiki.php was added on branch MOODLE_15_STABLE on 2006-02-08 10:02:58 +0000
2006-02-06 09:14:11 +00:00
koenr
40473e4af7
file timezones.php was added on branch MOODLE_15_STABLE on 2006-02-08 10:02:58 +0000
2006-02-06 09:14:11 +00:00
koenr
c6d8f693f7
file block_rss_client.php was added on branch MOODLE_15_STABLE on 2006-02-08 10:02:58 +0000
2006-02-06 09:14:10 +00:00
koenr
68cf317656
file block_course_list.php was added on branch MOODLE_15_STABLE on 2006-02-08 10:02:58 +0000
2006-02-06 09:14:10 +00:00
koenr
3e5f001ba4
file block_online_users.php was added on branch MOODLE_15_STABLE on 2006-02-08 10:02:58 +0000
2006-02-06 09:14:10 +00:00
koenr
ed55d58b2c
file grades.php was added on branch MOODLE_15_STABLE on 2006-02-08 10:02:58 +0000
2006-02-06 09:14:10 +00:00
koenr
dbb3a2c7b6
file matching.php was added on branch MOODLE_15_STABLE on 2006-02-08 10:02:58 +0000
2006-02-06 09:14:10 +00:00
koenr
5a089497ec
file hotpot.php was added on branch MOODLE_15_STABLE on 2006-02-08 10:02:58 +0000
2006-02-06 09:14:10 +00:00
koenr
07bd956435
file install.php was added on branch MOODLE_15_STABLE on 2006-02-08 10:02:58 +0000
2006-02-06 09:14:10 +00:00
koenr
79cdc1ce64
file block_search_forums.php was added on branch MOODLE_15_STABLE on 2006-02-08 10:02:58 +0000
2006-02-06 09:14:10 +00:00
koenr
73b8d053bd
file appointment.php was added on branch MOODLE_15_STABLE on 2006-02-08 10:02:58 +0000
2006-02-06 09:14:10 +00:00
koenr
94e2614632
file block_html.php was added on branch MOODLE_15_STABLE on 2006-02-08 10:02:58 +0000
2006-02-06 09:14:10 +00:00
koenr
6f96033490
file message.php was added on branch MOODLE_15_STABLE on 2006-02-08 10:02:58 +0000
2006-02-06 09:14:10 +00:00
koenr
9cddcb2365
file block_glossary_random.php was added on branch MOODLE_15_STABLE on 2006-02-08 10:02:58 +0000
2006-02-06 09:14:10 +00:00
koenr
9236c5f572
file emailprotect.php was added on branch MOODLE_15_STABLE on 2006-02-08 10:02:58 +0000
2006-02-06 09:14:10 +00:00
koenr
be5c4c8902
file calendar.php was added on branch MOODLE_15_STABLE on 2006-02-08 10:02:58 +0000
2006-02-06 09:14:10 +00:00
koenr
d4c00d4e00
file flashcard.php was added on branch MOODLE_15_STABLE on 2006-02-08 10:02:58 +0000
2006-02-06 09:14:10 +00:00
koenr
8e27eea26b
file activitynames.php was added on branch MOODLE_15_STABLE on 2006-02-08 10:02:58 +0000
2006-02-06 09:14:10 +00:00
koenr
92c07b4a66
file block_course_summary.php was added on branch MOODLE_15_STABLE on 2006-02-08 10:02:58 +0000
2006-02-06 09:14:10 +00:00
koenr
95e0d416a8
file block_social_activities.php was added on branch MOODLE_15_STABLE on 2006-02-08 10:02:58 +0000
2006-02-06 09:14:10 +00:00
koenr
afca273014
file block_rss_client.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
d928921a65
file README was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
02b7f813fa
file exercise.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
de7f0b94e6
file block_course_list.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
60459b55a5
file auth.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
9cbaa1783d
file countries.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
2796f927f7
file block_online_users.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
41d4d4d2b0
file assignment.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
a4b6786d19
file attendance.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
8fc3d8f208
file webquest.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
300ff5f792
file editor.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
74503992e0
file chat.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
7117601050
file matching.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
64a5e30034
file forum.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
80f2de83c9
file hotpot.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
c3c292dd8f
file dialogue.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
39826dd8d6
file survey.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
63a714c536
file choice.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
3245d74f2a
file multilang.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
4e68f63f16
file block_html.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
01986cae05
file moodle.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
6a2a6a3077
file block_course_summary.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
17def53fd2
file admin.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
dfae7ea7ac
file calendar.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
212cee1740
file flashcard.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
6599fbec10
file block_social_activities.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
18463f013a
file glossary.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
824ae0c599
file activitynames.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
9a537b93cd
file workshop.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
bffe533dad
file quiz.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
95ede38b57
file error.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
b07e7223b1
file block_quiz_results.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
ff499ff2cd
file lesson.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
df4e998d1f
file block_section_links.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
koenr
b432bd3300
file resource.php was added on branch MOODLE_15_STABLE on 2006-03-10 12:55:03 +0000
2006-02-06 09:14:10 +00:00
moodler
9faf1249c0
file webquest.php was added on branch MOODLE_15_STABLE on 2006-03-10 07:27:54 +0000
2006-02-06 09:13:59 +00:00
moodler
bfef9df662
file tex.php was added on branch MOODLE_15_STABLE on 2006-03-10 07:27:54 +0000
2006-02-06 09:13:59 +00:00
moodler
c87eeb190c
file algebra.php was added on branch MOODLE_15_STABLE on 2006-03-10 07:27:54 +0000
2006-02-06 09:13:59 +00:00
moodler
dd768d9569
file emailprotect.php was added on branch MOODLE_15_STABLE on 2006-03-10 07:27:54 +0000
2006-02-06 09:13:59 +00:00
moodler
f17588726e
file block_quiz_results.php was added on branch MOODLE_15_STABLE on 2006-03-10 07:27:54 +0000
2006-02-06 09:13:59 +00:00
gustav_delius
00aad1aee6
Fixed a potential bug that would have hit if one quiz would have had two random questions for the same category, one of which was set to recurse into subcategories and the other not.
...
At the same time this improves performance because no longer all the potential questions are loaded from the database but only their ids.
2006-02-05 21:50:37 +00:00
stronk7
e034804630
Perform one aditional check to avoid one, in my opinion,
...
bad behaviour of PHP5.
Merged from MOODLE_HEAD
2006-02-05 10:13:36 +00:00
gustav_delius
d336b1888d
Fix for bug 4678 contributed by rwmoore
2006-02-05 00:34:49 +00:00
stronk7
ad03392414
Latest functionalities (feedback messages, bypass tests...) added.
...
Merged from MOODLE_HEAD
2006-02-04 19:19:37 +00:00
stronk7
28ce8fa510
Updating to last xml version available (from HEAD)
2006-02-04 19:17:05 +00:00
bobopinna
3a19de6dd2
Fixed lesson status skin support
2006-02-03 08:51:13 +00:00
moodler
8eae75e36f
Moved ENvironment line and made consistent
2006-02-03 07:52:32 +00:00
moodler
e986ef72e5
Added a space
2006-02-03 07:37:45 +00:00
moodler
7773aa2406
Added simple webstatus icon for skype
2006-02-03 07:28:34 +00:00
mjollnir_
3c9d0038dd
Moved check_dir_exists function from backup/lib.php to moodlelib
2006-02-02 20:29:34 +00:00
mjollnir_
50c38beb53
Fixing bug#4659 - don't make upload directories unless there's something to save
2006-02-01 20:01:25 +00:00
stronk7
17b04836ac
Solved one bug when decoding encoded links for
...
resource->reference
(http://moodle.org/mod/forum/discuss.php?d=38801 )
2006-02-01 19:08:13 +00:00
gustav_delius
cc18f37b11
fixed grammar problem reported by Nicole Hansen in bug 4515
2006-01-30 22:57:26 +00:00
gustav_delius
d80fcee1b4
Fixed alignment of form elements in IE
2006-01-30 21:04:31 +00:00
gustav_delius
cb10ac600f
Fixed alignment of module icon so it looks correct also in Firefox
2006-01-30 20:42:37 +00:00
moodler
4765def7b5
Fixed some missing tags
2006-01-30 03:31:48 +00:00
moodler
5a2d6616db
Fixed the missing .highlight
2006-01-30 03:21:18 +00:00
defacer
5bb82b2c37
Fix for bug 4627:
...
Hide "change password" link in admin block if the user is restricted.
Not a security issue, as the script doesn't allow you to change your
password even if you go there by typing in the URL.
Credits for report & patch go to Joseph Rezeau.
2006-01-28 19:41:22 +00:00
stronk7
67f74d8964
Solving double addslashes to DB when the site is running with
...
magic_quotes_gpc() disabled (because Moodle addslashes to
everything). Not a pretty hack, but it seems to work.
(http://moodle.org/mod/forum/discuss.php?d=38127 )
2006-01-27 22:59:41 +00:00
julmis
65f0d15c41
Adding bug fix for Bug 4562. Fix posted by sgarcia.
2006-01-25 23:41:11 +00:00
stronk7
fa4a720513
Raising MySQL minimum version to 4.1.16
2006-01-25 15:50:56 +00:00
moodler
3ae1f350f7
Fix Bug #4626 - weblib.php: $course object conversion error in "print_footer " function
2006-01-24 01:38:02 +00:00
michaelpenne
7fe2010ceb
[Fixed] A problem with storing the answerid for numerical questions. Discussion here: http://moodle.org/mod/forum/discuss.php?d=37537
2006-01-24 00:45:25 +00:00
mjollnir_
96c4004598
Fixing bug #4621 typos in mysql 3.23 workaround in message backup. Does not need merge to HEAD, old mysql support out
2006-01-23 22:50:46 +00:00
moodler
aacc5fb9f2
Extra text for 'guestnosubmit'
2006-01-23 02:39:34 +00:00
moodler
b066183e3a
Extra fix for bug #4604 . Guests see different message, instead of "You have not submitted anything"
2006-01-23 02:34:51 +00:00
stronk7
06493b4e9c
Backporting some lang files from HEAD to 1.5 so new environment
...
stuff and installation strings were showed properly.
2006-01-22 19:05:51 +00:00
stronk7
916d67e854
Backport the current_charset() function to 1.5 to be able to
...
run MoodleWindowInstaller without modifications.
2006-01-22 18:16:44 +00:00
stronk7
45fbcf1088
Changed harcoded 'admin' to $CFG->admin
2006-01-21 00:17:19 +00:00
stronk7
ce0a539a54
Now results of check_moodle_environment() are
...
cached, saving us of some work when the script
is called more than once per request (install)
2006-01-20 18:49:39 +00:00
stronk7
4dfed138d2
First field must be unique in every select. Bug 4619.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=4619 )
2006-01-20 15:07:04 +00:00
stronk7
449b6e984d
Moving environment stuff to 1.5
2006-01-19 16:16:19 +00:00
skodak
7b62df3807
remove upload form for guests - backported from HEAD
2006-01-19 15:25:20 +00:00
stronk7
c4a006cc6b
file environmentlib.php was added on branch MOODLE_15_STABLE on 2006-01-19 16:15:04 +0000
2006-01-19 11:10:26 +00:00
moodler
1a273b4765
Removed submit online assignment button for guest. (bug: 4604)
2006-01-19 02:38:54 +00:00
stronk7
6840f49faf
Now course shortname is searched too, to avoid duplicates over it.
...
Bug 4607
(http://moodle.org/bugs/bug.php?op=show&bugid=4607 )
2006-01-19 00:20:55 +00:00
stronk7
794b137865
file environment.php was added on branch MOODLE_15_STABLE on 2006-01-19 16:16:19 +0000
2006-01-18 23:05:07 +00:00
moodler
40e9f144fc
Guests can no longer submit an online assignment (Bug 4604)
2006-01-18 04:44:25 +00:00
moodler
ebbc9a1a15
Guests can no longer submit online assignment (bug 4604)
2006-01-18 04:33:05 +00:00
stronk7
6c094570f5
file environment.xml was added on branch MOODLE_15_STABLE on 2006-01-19 16:16:19 +0000
2006-01-16 22:06:15 +00:00
ikawhero
67e1763897
Quiz summary text shouldn't be cleaned as only entered by teacher.
2006-01-16 06:19:38 +00:00
moodler
2c7f710d08
added missing semicolon in   (bug#4592)
2006-01-16 04:45:26 +00:00
martinlanghoff
17729fc82e
readfile_chunked() - do not timeout on slow (dial up) clients, and flush buffers explicitly to avoid hogging memory when ob is on
2006-01-16 04:01:14 +00:00
moodler
5703ba58e6
added missing semicolon in   (bug#4592)
2006-01-16 03:05:47 +00:00
stronk7
fe36756ae0
Now ewiki supports initial load of contents from course file area.
...
Original preg_match() was a bit strange so I've replaced it with
clean_filename() + !is_dir() check. Bug 3830.
(http://moodle.org/bugs/bug.php?op=show&bugid=3830 )
2006-01-15 11:55:59 +00:00
michaelpenne
9250c7f917
[Changed/BugFix] Now when a teacher edits a page with the "Edit page contents" button and then saves or cancels, s/he gets redirected back to the lesson navigation. This will help to streamline the editing.
...
[Fixed] The cancel button on the edit page now works.
[Fixed] "Edit page contents" button works on the first page now.
2006-01-13 19:51:45 +00:00
michaelpenne
451e99a000
[BugFix] Bug #4586 in the moodle bug tracker
2006-01-13 19:26:36 +00:00
defacer
4eec54f20e
Merging from HEAD:
...
Fix for bug discussed here:
http://moodle.org/mod/forum/discuss.php?d=37545
Very slight version bump, in line with what we do for mods with db updates.
2006-01-13 16:34:25 +00:00
stronk7
1237e64d63
Solved one problem with frames and activitynames filter.
...
(http://moodle.org/mod/forum/discuss.php?d=28382 )
2006-01-11 15:21:02 +00:00
mjollnir_
1e751f6b77
Metacourse unenrolling: fixes bug #4541
2006-01-10 01:19:28 +00:00
patrickslee
2f816b5565
Wrong default data for $CFG->changepassword
2006-01-09 03:44:31 +00:00
moodler
517604e213
Fixed Bug #4536 : error in optional_param
2006-01-09 01:54:16 +00:00
stronk7
8cfab83435
We were beint too much extrict and concepts can contain quotes and
...
other characters. Bug 4543.
(http://moodle.org/bugs/bug.php?op=show&bugid=4543 )
2006-01-07 12:29:29 +00:00
moodler
58625e508f
Nicer presentation of quiz questions
2006-01-06 07:24:51 +00:00
moodler
3a78cf04dd
Fixed Bug #4533 - Max upload size at course level ignored.
...
Modified around line 835
$upload_max_filesize = get_max_upload_file_size($CFG->maxbytes, $course->maxbytes);
Added second parameter to function get_max_upload_file_size, so that it takes max size for a course into consideration.
2006-01-06 05:14:27 +00:00
ethem
2e37b629ae
Address Verification System (AVS).
2006-01-05 16:04:28 +00:00
toyomoyo
c697c81289
puts a limit to number of students displayed (20).
2006-01-04 05:21:15 +00:00
toyomoyo
04fc63e104
fix for bug #4431 (site level forums)
2006-01-04 03:04:01 +00:00
martinlanghoff
6c533543a8
AdoDB tests cleanup after Secunia Advisory SA18267
2006-01-03 20:44:42 +00:00
martinlanghoff
ae3c8f147e
Fix for Secunia Advisory SA18267, plus some logging of suspicious activity.
2006-01-03 20:40:58 +00:00
gbateson
3a8bce5468
allow import of HP5 quizzes (including JBC and old JQuiz)
2006-01-02 14:38:01 +00:00
gbateson
14b348d178
for JCloze import, defaultgrade (per gap)= 1, and defaultgrade (per exercise) = number of gaps
2005-12-31 14:53:33 +00:00
gbateson
aa35bd0991
removed weighting from questiontext in JCloze import
2005-12-31 14:01:13 +00:00
gbateson
95f4edce44
fixed import of JCloze into quiz module as a MULTIANSWER question
2005-12-31 10:37:26 +00:00
mjollnir_
e2a03f553b
Fixing bug 4524: typo
2005-12-30 19:45:14 +00:00
patrickslee
81ed299094
fixed $cfg->forceloginforprofiles logic SC#207. Backported from HEAD
2005-12-29 00:56:00 +00:00
moodler
c0e4f222fb
FIxed stupid little typo that has been annoying me
2005-12-26 08:43:06 +00:00
toyomoyo
80bcfaad68
added a string "changes saved" after quickgrade - bug #4504
2005-12-23 06:36:54 +00:00
moodler
acd04dd6cc
Further fixes to the fix for bug 4431, to allow guests to see posts
2005-12-22 10:04:42 +00:00
ikawhero
0731d9caf0
Missing sesskey parameter
2005-12-22 00:13:43 +00:00
toyomoyo
8d3cb4a274
fixes a bug, wrong param type for $page
2005-12-21 03:24:26 +00:00
toyomoyo
963eb95d49
bug fix for #4431 , added function forum_user_can_view_post in lib.php
2005-12-20 05:11:24 +00:00
toyomoyo
0916a1993e
fix bug #4490 , no defaut values for db fields
2005-12-19 02:09:56 +00:00
toyomoyo
f4141a0267
fixes a bug that students in group can not remove page
2005-12-16 07:12:40 +00:00
mjollnir_
0441f512f5
Fixing warning ( http://moodle.org/mod/forum/discuss.php?d=36226#167658 - not applicable to HEAD
2005-12-14 22:09:20 +00:00
patrickslee
d3322e6d98
Moved the new functions added for Bug #4074 to datalib.php
2005-12-13 19:32:53 +00:00
stronk7
f6dccf0d2a
Updated to newest version. Solved one important bug.
...
(http://bugs.typo3.org/view.php?id=2020 )
2005-12-13 17:13:40 +00:00
patrickslee
ed0a01982a
Fixed courses and subcategories in an invisible category being visible (Bug #4074 )
2005-12-13 03:33:46 +00:00
martinlanghoff
eed0f0b94d
auth/ldap: Fix support for AD -- thanks to Inaki, in more than one sense ;-)
2005-12-12 04:57:23 +00:00
martinlanghoff
d6c2c60294
auth/cas: fixed a syntax error casting -- credits to Nigel McNie
2005-12-12 03:21:11 +00:00
mjollnir_
01ac9a36d9
Accounts that are created with no authentication shouldn't allow non alphanumeric usernames, fixing in login/index.php as the auth library can't pass error messages. Fixes bug #4192
2005-12-12 03:16:42 +00:00
mjollnir_
cf1d28e2d0
Fixing a fatal error in updating a wiki (lib.php included twice )
2005-12-11 21:29:42 +00:00
toyomoyo
13fbf0b43e
fix for bug #4455
2005-12-09 05:27:18 +00:00
moodler
33b3fc9fc8
Rolled back, wrong solution for bug Bug #4431
2005-12-08 06:46:23 +00:00
moodler
a8adeff529
Adding if statement to verify whether user can see postings or not (Bug #4431 )
2005-12-08 05:00:41 +00:00
defacer
d45dbbda40
XHTML fix, pointed out by James Ballard here:
...
http://moodle.org/mod/forum/discuss.php?d=35830
2005-12-07 14:59:31 +00:00
moodler
b3188b3069
Replaced optional_var with optional_param
2005-12-07 06:20:20 +00:00
moodler
cf08dfbbda
eplaced optional_var with optional_param
2005-12-07 05:57:19 +00:00
moodler
c06eaa6c53
Replaced optional_var with optional_param
2005-12-07 03:29:55 +00:00
moodler
140222739f
Removed optional_var
2005-12-07 03:18:00 +00:00
gustav_delius
f9212cb330
Removed some code that had not function and produced a warning.
2005-12-06 23:57:31 +00:00
patrickslee
05348f162f
Fixed an SQL query compatibility issue in quiz module
2005-12-06 21:12:46 +00:00
patrickslee
67a10d9b40
Fixed a typo in quiz_category_object->output_edit_single_table()
2005-12-06 21:01:32 +00:00
patrickslee
3317eeaed0
Fixed some kind of typo prevented sumgrades grounding to work
2005-12-06 20:49:42 +00:00
moodler
474de04841
Removed optional_variable
2005-12-06 05:19:36 +00:00
moodler
736d441da3
Removed optional_param
2005-12-06 05:14:21 +00:00
moodler
c534ba0019
Changing from optional_variable to optional_param
2005-12-06 04:54:55 +00:00
gbateson
f843154f8b
use "optional_param" instead of outdated "optional_variable"
2005-12-06 03:41:22 +00:00
patrickslee
098901627b
Fixed a bug caused hotpot module not restoring attempts properly
2005-12-06 02:33:47 +00:00
stronk7
88535c6753
Now delete_instance() in resource classes receives the
...
full $resource record instead of the $id alone. Needed
to be able to specialize such method in some resource types.
2005-12-05 23:59:24 +00:00
ethem
2d49ed8505
Fix invalid \r\n\r\n in https request introduced in 2005071601.
2005-12-05 09:40:02 +00:00
moodler
5ad193da55
Added autocomplete=off in form tag to fix (Bug #4423 - Short Answer Quiz Q's Saving Form Entries)
2005-12-05 06:14:21 +00:00
moodler
cebb99bb29
Added autocomplete=off in form tag to avoid browser autocomplete (bug:4423)
2005-12-05 06:05:02 +00:00
moodler
62d851c6ae
Changes to new-style parameter checking
2005-12-05 04:51:55 +00:00
moodler
77631f8515
New-style parameter checking
2005-12-05 04:35:25 +00:00
moodler
322bcbe3d4
Optional parameter fixes
2005-12-05 04:19:31 +00:00
mjollnir_
3abf63d47b
Better fix to change_password.php - primary admin can change their OWN password, the form displays the error for other admins trying to change the primary password (before it failed silently) and external auth admin change password works too!
2005-12-04 23:00:37 +00:00
mjollnir_
179736fec9
Backing out last patch - needs fixing differently
2005-12-04 22:42:03 +00:00
mjollnir_
0bbef3919c
Fixing problem where admins couldn't change their password (with external auth)
2005-12-04 22:30:17 +00:00
moodler
b444e02dc2
Modified the rather scary new messages printed here.
2005-12-04 13:03:38 +00:00
ethem
5a989ca47e
\r\n fix.
2005-12-04 10:45:11 +00:00
ethem
b571581488
login_https is required in version 2005071601 for security reasons.
2005-12-02 14:12:26 +00:00
ethem
95ebc7c4b3
httpsrequired string.
2005-12-02 12:17:47 +00:00
ethem
00f3ef99b4
Some changes:
...
- allow_internal is not need anymore. Shows two option if enrolment key of course is set.
- login_https is required for payment pages. My credit card is important. If you haven't a certificate forgot this module. (security)
- Expiry date of credit card is more friendly :).
2005-12-02 12:14:39 +00:00
ethem
3b864d850e
Postgres support and some indexes for speed.
2005-12-02 11:45:36 +00:00
toyomoyo
6365776cc8
made a mistake earier on =(
2005-12-02 02:34:08 +00:00
toyomoyo
2b0ba67d31
fixes bug 4400
2005-12-02 02:23:07 +00:00
toyomoyo
f560b24c61
added function is_restricted_user - bug 4400
2005-12-02 02:22:15 +00:00
paca70
ad25a2d8fe
Prevent error messages if groupdn does not exists
2005-11-29 12:14:08 +00:00
ikawhero
f5c751f525
Removed old THEME variable.
2005-11-28 22:31:09 +00:00
stronk7
114e550c35
Merged from HEAD. To be showed in the Windows Installer.
2005-11-28 20:22:07 +00:00
moodler
1523c9d2f4
Added some more CSS hooks for the correctness feedback
2005-11-28 04:21:00 +00:00
toyomoyo
768d51a61e
fix bug #4366
2005-11-28 02:26:01 +00:00
toyomoyo
79dbfb855d
makes autologinguest possible at site level
2005-11-28 02:19:12 +00:00
gbateson
8bd05834ac
micro-increment version number to 2.0.10
2005-11-27 01:46:14 +00:00
gbateson
5edd281eaf
corrected adjustment of relative URLs in <EMBED> tag
2005-11-27 01:41:15 +00:00
defacer
482bad4e8b
Merging from HEAD:
...
Fix for bug 4371 (also SC#199):
Now manually created users with admin privileges and force change password
cannot change their username with impunity.
2005-11-26 01:01:56 +00:00
toyomoyo
68e8fb7df0
fix for bug 4067
2005-11-25 08:42:12 +00:00
toyomoyo
01004e9d1e
fix for bug 4067 - allow user to update assignment when not yet marked
2005-11-25 08:34:25 +00:00
moodler
fd5e633e83
fix for bug #4314
2005-11-25 07:09:04 +00:00
moodler
e05a3e14c1
fix for bug #4206
2005-11-24 02:50:42 +00:00
mjollnir_
7398207f4b
Delayed merge from HEAD - If tablelib is going to do fullname voodoo, allow default sort field to be firstname/lastname
2005-11-23 21:10:51 +00:00
stronk7
20cfdcef31
Log actions must be strored to DB without &
...
print_log() takes care of it! Bug 3853.
(http://moodle.org/bugs/bug.php?op=show&bugid=3853 )
2005-11-23 09:39:31 +00:00
moodler
8cd04c6d9f
fixes bug #4354
2005-11-22 03:44:55 +00:00
stronk7
a1235e9d49
shorten_text() AFTER format properly. See bug 4355.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=4355 )
2005-11-21 15:40:53 +00:00
ethem
647d7ca7c0
file postgres7.php was added on branch MOODLE_15_STABLE on 2005-12-02 11:45:36 +0000
2005-11-21 14:09:52 +00:00
stronk7
061e5eb815
Prevent a warning when params is empty. Bug 4328.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=4328 )
Merged from MOODLE_HEAD
2005-11-21 13:18:03 +00:00
stronk7
bae2c2a470
Now the section "jumpto" menu (showed in collapse mode), supports
...
the multilang filter. Bug 4341.
(http://moodle.org/bugs/bug.php?op=show&bugid=4341 )
2005-11-19 19:58:30 +00:00
stronk7
32c8bf5b3d
Print performance info if exists and $CFG->perfdebug is enabled.
2005-11-19 18:21:58 +00:00
moodler
7229d893bb
Fix for bug 4351. New parasmeter for get_record_sql to disable
...
auto-added LIMIT (in case we are using our own)
2005-11-19 15:33:19 +00:00
moodler
d51b23b113
Bumping version beyond 1.5.3
2005-11-19 13:27:35 +00:00
stronk7
1b258734f6
Solved bug found when trying to backup all users!
...
(http://moodle.org/mod/forum/discuss.php?d=27105 )
2005-11-19 00:26:36 +00:00
mjollnir_
c36d93026e
Fixing bug 4345: merging problem when fixing bug 4303
2005-11-18 21:02:33 +00:00
stronk7
b565aa835e
Mimic changes from "Ought to mention the improved assignment grading!"
...
Merged from HEAD
2005-11-18 16:22:56 +00:00
moodler
621fedf85c
Ought to mention the improved assignment grading!
2005-11-18 14:49:14 +00:00
skodak
07d9001c08
xxx_param() fix
2005-11-18 10:54:45 +00:00
skodak
f72b6e915a
some more fixes for assignment grading
2005-11-18 10:24:50 +00:00
moodler
babfcd1c17
fixes bug#4086, spelling mistake
2005-11-18 08:20:38 +00:00
julmis
176ff2b517
Commenting out gz_handler since it seem to cause problems
...
more on http://moodle.org/mod/forum/discuss.php?d=34376
2005-11-17 19:30:50 +00:00
stronk7
5ebb4f2d42
A bit later, but here it's release info.
...
Merged from HEAD.
2005-11-17 18:02:40 +00:00
martignoni
527e0131d0
Merge docs folder
2005-11-17 13:41:35 +00:00
julmis
ae6c928926
Adding required_param or optional_param to clean up id's
2005-11-17 10:27:16 +00:00
moodler
d1edf55639
Updated with notices about recent issues
2005-11-17 07:55:34 +00:00
moodler
c54b5d6ebc
Bumping to 1.5.3 for IMMINENT RELEASE. REALLY!!
2005-11-17 07:25:25 +00:00
moodler
9851f4d091
Added Petr's code for some checking for the insecure situation of
...
- register_globals = on and
- magic_quotes_gpc = off
with slight rewording changes
SC 193
2005-11-17 07:10:51 +00:00
moodler
b2a1bc9fc9
Checked in Petr Skoda's fix for SC189.
...
It worked for us!
2005-11-17 06:44:10 +00:00
moodler
630d7b7b4d
JUst tidying up layout ... functionally the same
2005-11-17 06:38:17 +00:00
mjollnir_
25c741d659
Fixing misnamed variable in forgot password link in login block
2005-11-17 02:30:17 +00:00
mjollnir_
50d7a3a52e
Pulling in a missing global CFG in datalib:execute_sql (affects CFG->dblogerror)
2005-11-17 02:26:49 +00:00
stronk7
38271961ae
Now courses are viewable by idnumber. Credits to Paolo Oprandi.
...
(http://moodle.org/mod/forum/discuss.php?d=18442 )
2005-11-16 23:20:08 +00:00
stronk7
4a2aeccb2b
Some typos solved. :-|
2005-11-16 23:03:34 +00:00
skodak
c5431f8858
Fixed bug #4038 encoding problems when grading
2005-11-16 22:54:30 +00:00
stronk7
4ac66d6105
Updated a bit to explain how the multilang filter works.
2005-11-16 19:50:36 +00:00
skodak
901ba3c01d
added basic validation of jump parameter
2005-11-16 16:44:39 +00:00
skodak
7a12269386
quoting type
2005-11-16 16:33:45 +00:00
skodak
8dc163f571
cleaning of parameter name before use SC#188
2005-11-16 15:20:57 +00:00
mjollnir_
5609431181
Another fix to the perf printing patch from earlier. I didn't realise that 'no' in the context of perf means 7 ;)
2005-11-16 02:11:52 +00:00
mjollnir_
9661a67c66
Fixing merging problem in the quiz report fix ealier - disabling wrong checkbox for site course quizes
2005-11-16 01:37:08 +00:00
skodak
0582eb58c8
no page flip after fastgrade saving, allow hiding of grade or comment column when fastgrading, do not update db when no changes in fastgrade
2005-11-15 23:43:52 +00:00
skodak
2055e78fe2
removed ugly/dangerous hack assert_var_set()
2005-11-15 23:37:17 +00:00
skodak
c635c9c087
PARAM_BOOL now detects on and off values
2005-11-15 23:20:59 +00:00
mjollnir_
d50bb68692
Fixing bug 4303 - quiz reports dying on large enrolments - getting all users into an array and imploding it into an IN() replaced with joins. This changes the functionality SLIGHTLY in two ways - 1. show students with no attempts now JUST shows students with no attempts, rather than both. Show students with no attempts is now disabled for the site course as is not really relevant and could be ridiculously large
2005-11-15 22:07:39 +00:00
patrickslee
498ef90f7b
More restrictions on enrol/unenrol of meta courses. Thanks to Bug #4057
2005-11-15 21:53:39 +00:00
skodak
ace9977578
cleaning of parameter name before use SC#188
2005-11-15 21:47:18 +00:00
skodak
c8a38c86ce
Bug #4049 - Gradebook: Category names with a dot in them don't work correctly
2005-11-15 21:40:18 +00:00
mjollnir_
9c9d5ae18f
Better logic for printing perf info in the footer - should be distinct from the validation stuff
2005-11-15 21:32:30 +00:00
mjollnir_
8df570f284
Fixing up the missing perfdebug string in admin, turning perf on in the default footer using $CFG->perfdebug
2005-11-15 21:21:53 +00:00
mjollnir_
23eb2bbc57
Fixing typo in 1.5.3 release notes s/plugi/plugin/
2005-11-15 21:19:11 +00:00
skodak
83fa1948c2
XSS prevention in older PHP versions SC#190
2005-11-15 18:20:15 +00:00
stronk7
feb3dff674
Clarify a bit one item.
2005-11-15 08:47:57 +00:00
martinlanghoff
61da36a863
153 release notes done -- bonus commit with hidden roll-of-honour
2005-11-15 07:21:24 +00:00
martinlanghoff
ebb8f1b45c
work-in-progress 153 release notes -- added notes about the commits from the last 2~3 days
2005-11-15 07:19:05 +00:00
martinlanghoff
580427eb72
work-in-progress 153 release notes -- part 3
2005-11-15 07:03:38 +00:00
martinlanghoff
952b4986c4
work-in-progress 153 release notes -- part 2
2005-11-15 06:22:04 +00:00
martinlanghoff
220dfe69ad
work-in-progress 153 release notes
2005-11-15 05:47:46 +00:00
patrickslee
5f7baedd19
Added an IE specific rule in layout CSS to prevent command icons hidden behind HTMLArea generated tables
...
When inserting table in HTMLArea, if the table is set to align to left or right, IE will make the table float so the command button will be hidden behind it.
So a IE specific rule is added in layout CSS to set command buttons clear on both side. This will apply to all themes based on the standard layout. And other browsers are not affected/needed.
2005-11-15 02:58:30 +00:00
skodak
bab2c5b8ce
added register_globals off as recommended setting
2005-11-14 22:57:03 +00:00
skodak
51028ee868
add GLOBALS overwrite protection and improved magic_quotes_gpc hack SC#191, SC#184, SC#92
2005-11-14 22:43:48 +00:00
defacer
83cd002a8e
Eloy's unchecked_vars admin page.
2005-11-14 16:21:41 +00:00
defacer
8de0b6879e
Patching the patch, should be good now!
2005-11-14 16:15:40 +00:00
defacer
def35d35d7
Eloy's detect_unchecked_vars patch, slightly modified. See SC#184.
2005-11-14 16:06:40 +00:00
mjollnir_
a7db9eb28e
Merged from HEAD: fixing bug 4244: rss client block long titles and broken editing link. Partly backporting daryls fix, part my own fix
2005-11-14 02:35:56 +00:00
mjollnir_
ed2de86926
(delayed) merge from HEAD: fixing bug#4199
2005-11-14 02:30:49 +00:00
skodak
6c7bfbc7af
temporary fix for XSS SC#189
2005-11-14 00:11:15 +00:00
mjollnir_
122b18f02f
Getting directory sizes with du - use escapeshellarg on the file/directory as unzipping files on the server can result in filenames that need escaping
2005-11-13 21:19:05 +00:00
urs_hunkler
953727c4c8
changed to unix file format.
2005-11-13 17:23:06 +00:00
urs_hunkler
f54b9b94de
changed $CFG-theme to current_theme() to make the theme working as course or session theme, see Bug #4315
2005-11-13 17:05:58 +00:00
defacer
2ac8f379c3
Merging all my latest changes and fixes from HEAD related to SC#187.
2005-11-13 04:53:47 +00:00
defacer
a945eab2c2
Merging from HEAD:
...
Now get_sql_sort can be called static-function-imitation style as well.
Necessary to solve SC#187 gracefully.
2005-11-13 04:45:23 +00:00
defacer
14c3063dcc
Merging my latest commits from HEAD, which include:
...
Fixing XHTML stuff
Skodak's patch from SC#187 without the HACK ALERT part
The "Next" buttons in grading windows don't get you where you 'd
expect right now, but please see SC#187 before doing anything about it.
2005-11-13 03:50:28 +00:00
martinlanghoff
aa910f60b0
Display warning when magic_quotes_gpc=off _and_ register_globals=on -- tidyup wordwrap and center it proper.
2005-11-12 05:30:23 +00:00
martinlanghoff
2193242b48
Display warning when magic_quotes_gpc=off _and_ register_globals=on
2005-11-12 05:25:39 +00:00
defacer
c10ac049cc
Better retrieval of table sortorder when not done directly through
...
the table class, see SC#187.
2005-11-12 03:01:05 +00:00
gbateson
9ee129e4dd
adjust relative URLs in <SCRIPT> tags; use ClueCaption as text on clue buttons (hitherto it was always set to "?")
2005-11-11 06:46:47 +00:00
skodak
0e3a277b02
fixed simple header bug #3406 , patch submitted by samulik
2005-11-11 01:24:38 +00:00
skodak
6c10695f24
fixed loglive paging related bug #4116 , patch submitted by samulik
2005-11-10 22:21:40 +00:00
skodak
26a6d6db3e
fixed paging related bug #2715 , based on patch submitted by samulik
2005-11-10 22:03:51 +00:00
skodak
8ab4f3001f
fixed login block at http://site/index.php when secure forms on - bug #4305
2005-11-10 21:40:10 +00:00
patrickslee
b5ec2ec12f
Fixed a misspelling in help index
2005-11-10 20:46:05 +00:00
patrickslee
afb39ad0c4
Added contextual help for meta course
2005-11-10 20:40:56 +00:00
skodak
53ec9ce362
typo bug #4308
2005-11-10 10:17:33 +00:00
moodler
932e5b4a69
Bump for imminent 1.5.3
2005-11-10 08:18:16 +00:00
moodler
722d5c0378
Upgraded to ADOdb 4.66. All the tests on my local server went fine,
...
so I hope nothing unexpected surfaces before 1.5.3. Please test!
2005-11-10 08:04:35 +00:00
patrickslee
4caea37161
Converted forum help index file to linux line breaks
2005-11-10 03:26:56 +00:00
skodak
749de1c140
cleaning as assignment types SC#182 continued
2005-11-10 00:20:57 +00:00
skodak
259502e542
cleaning as assignment types SC#182
2005-11-10 00:14:01 +00:00
skodak
ab68c36639
fixed incorrect assignment grades in gradebook when custom scales bug #4279
2005-11-09 22:38:26 +00:00
skodak
3e403b7950
fixed grades display in assignment/index.php when using different scales
2005-11-09 22:24:11 +00:00
skodak
977f038738
fixed grading when secure forms on bug #4300
2005-11-09 21:35:46 +00:00
thepurpleblob
18320d9331
Uneccessary call to build category list that was grinding systems to a
...
halt with large numbers of categories.
2005-11-09 16:11:54 +00:00
stronk7
41e5c5abc5
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 )
2005-11-08 19:31:19 +00:00
moodler
9a75e63326
Undoing accidental change
2005-11-08 05:13:07 +00:00
moodler
8993348790
Resource summary is no longer preceded with newline. Suggested by Grigory Rubtsov
...
(grb at sentence dot ru) - Bug 4275
2005-11-08 03:07:28 +00:00
moodler
2917dfb9dc
Added check to avoid notices when trying to get grades from an assignment
...
that didn't have any grades yet. bug 4287
Also, using datalib function to create LIMIT statement when displaying
submissions
2005-11-08 01:44:49 +00:00
moodler
a68d660a45
fix for bug 4278
2005-11-07 09:18:34 +00:00
moodler
ae93996398
fix for bug 4284
2005-11-07 05:45:30 +00:00
martinlanghoff
186288dea5
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.
2005-11-07 00:44:21 +00:00
martinlanghoff
e7cfc5325f
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
2005-11-07 00:38:23 +00:00
stronk7
f5d2ef9543
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 )
2005-11-06 20:00:22 +00:00
skodak
8bb94c53eb
fixed bug 3532 - canceling of activity movement thanks to jcodina
2005-11-05 22:05:23 +00:00
skodak
c2d8cd210f
messaging - fixed page encoding in headers
2005-11-05 10:45:58 +00:00
skodak
b60d39b96e
fixed bug #4030 - filemtime for time modified
2005-11-04 11:29:14 +00:00
skodak
d9ac8ca2e0
fixed choose disappearing after file delete
2005-11-04 10:53:41 +00:00
thepurpleblob
b87c2adc76
Brought in line with HEAD version to get rid of data_submitted() function.
...
A bit of HTML cleaning up too. Fixes incompatibility with secureforms.
2005-11-04 10:04:04 +00:00
skodak
4483596d79
fixed encoding of page title of framed resources
2005-11-04 09:55:46 +00:00
moodler
7d255d1602
More notices fixed
2005-11-04 06:49:20 +00:00
moodler
2eb607bedb
Fixed a number of bugs:
...
- zero grade vs no grade now works, no grade is stored as -1 in database
- student modification time was being updated by teacher in quickgrade
- sundry notices
2005-11-04 06:40:12 +00:00
moodler
15422ee0c2
fixes bug #4268
2005-11-04 06:22:47 +00:00
skodak
b17e29b38e
fixed input validation in admin and formating+cleaning in diff and editing SC#160
2005-11-03 23:38:51 +00:00
moodler
5ee8a752c4
Widened the window a bit more, bug #4146
2005-11-03 09:38:36 +00:00
moodler
38cdb67293
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-03 06:19:29 +00:00
moodler
912127a158
Standard menus can now be part of tabindex sequences for keyboard accessibility
2005-11-03 05:01:31 +00:00
michaelpenne
42521dbff4
Added some content to the help file.
2005-11-02 20:38:54 +00:00
patrickslee
f7d818d5c5
Fixed a wrong call to add_teacher in LDAP plugin
2005-11-02 20:34:00 +00:00
skodak
11889a8466
Fixed course searching with quotes - SC#180 - minor related fix
2005-11-02 15:40:59 +00:00
skodak
e0dbbecedb
Fixed course searching with quotes - SC#180
2005-11-02 15:25:38 +00:00
moodler
bc7e72c9b3
Adding group mode and visibility buttons to assignment!!!
2005-11-02 03:59:20 +00:00
mjollnir_
f253e2575f
Fixing warning in course import (part of bug 4199)
2005-11-02 02:25:45 +00:00
stronk7
71deda82fe
Changed one call to gethostbyaddr() to use numeric
...
ip instead. Such information is only stored in DB
(page->author) and not critical at all. Suggested
by Derry in http://moodle.org/mod/forum/discuss.php?d=32171
because it was causing important delays when clients
weren't DNS-registered.
2005-11-01 17:45:26 +00:00
skodak
f6ce611ce4
fixed access rights of creators during restore SC#177
2005-11-01 17:23:21 +00:00
skodak
682a3999d7
fixed course ID and quoting of the search string SC#179; typo :-(
2005-11-01 15:56:32 +00:00
skodak
393abfad48
fixed course ID and quoting of the search string SC#179
2005-11-01 15:53:17 +00:00
moodler
78a2e3d249
Show the right path with REQUEST_URI
2005-11-01 06:52:51 +00:00
skodak
398f365cb8
fixed warnings and param cleaning, prevention of mailing of empty reports SC#147
2005-10-31 22:48:04 +00:00
martinlanghoff
985cd79efa
Updated the definition of 'member' for AD - thanks to I?aki for the tip!
2005-10-31 22:43:44 +00:00
skodak
6d306766c9
fixed slashing of javascript strings SC#174
2005-10-31 22:12:06 +00:00
skodak
164099fd14
merged cleaning of array params from HEAD
2005-10-31 22:10:09 +00:00
patrickslee
df7f761f53
Block normal users to gain access to meta courses
2005-10-31 20:31:57 +00:00
skodak
25340ceab1
fixed warnings/errors in latest PHP versions
2005-10-30 22:14:03 +00:00
patrickslee
46dc437f66
Reverting commits just made. They are not intended to be in MOODLE_15_STABLE
2005-10-30 22:05:30 +00:00
patrickslee
80fc4f88be
DB upgrade script to clean up enrol field for user_students and user_teachers
2005-10-30 21:36:19 +00:00
skodak
f0a73113d5
fixed sql quoting SC#145
2005-10-29 21:52:01 +00:00
skodak
3fca3da072
fixed cleaning before editing SC#163
2005-10-29 21:38:39 +00:00
skodak
239f82915a
fixed caching + cleanup in format_text() SC#172
2005-10-29 21:30:29 +00:00
skodak
c637903591
fixed script parameters + some warnings SC#150
2005-10-29 16:40:54 +00:00
skodak
e85a6623a1
fix for preferred_width_xx initialization SC#169
2005-10-29 16:33:19 +00:00
skodak
f25f387188
cleaning of parameter, initialized variable SC#168
2005-10-29 16:15:22 +00:00
ikawhero
c56218c8ce
Question numbers in the header were in the incorrect order when downloading
...
results as an Excel spreadsheet.
2005-10-28 03:30:11 +00:00
ikawhero
4d64df82cb
Missing language file copied over from HEAD
2005-10-28 03:10:43 +00:00
patrickslee
5ec4333086
Fixed dis-ordered displaying for quiz overview report when no soring is specified
2005-10-28 02:12:45 +00:00
patrickslee
e89b542b1b
Fixed a mis-usage (typo?) of get_admin() in paypal module
2005-10-27 02:20:11 +00:00
patrickslee
88fb90e9b4
Added default argument value for grade_category_select() to prevent error when calling without arguments
2005-10-26 22:28:26 +00:00
mjollnir_
5ed1a6d692
Now the login block uses the same logic for forgot password as the login page does
2005-10-26 21:18:41 +00:00
defacer
8b68aaf1f6
Merging from HEAD:
...
Fixing all incoming parameters when editing course groups as per SC#171.
2005-10-26 13:49:06 +00:00
defacer
b7535a6e23
Merging from HEAD:
...
A slight improvement for my last edit, which could trigger a small bug.
I should go out and drink more often, it helps debugging! ;-)
2005-10-25 01:56:37 +00:00
defacer
bf617f07a6
Merging from HEAD:
...
Fix for bug 3794:
Times in chat messages are now displayed correctly to all users, with each
user's timezone and DST status taken into account.
2005-10-24 17:31:40 +00:00
defacer
34225def25
Merging from HEAD:
...
Fix for bug 4203:
When adding recurring events, if the event title contained an apostrophe
then only the first event of the series would get created. Tricky bad
interaction with add_to_log, the reporter for this should get a prize. ;-)
2005-10-24 17:15:30 +00:00
julmis
faf8922009
Fixing Bug #4201 , cursor movement on IE.
2005-10-24 14:11:30 +00:00
moodler
0232fdd58c
Use notify instead of error()
2005-10-23 16:02:23 +00:00
stronk7
5e41163054
Methods aren't static due to the Typo3 structure.
2005-10-22 16:15:21 +00:00
urs_hunkler
070515ce42
I reworked the timer JavaScript and the CSS properties. The floating of
...
the timer now works in MSIE, Firefox and Opera the same way. The first correction was not sufficient.
2005-10-22 15:29:05 +00:00
defacer
f77efbe3be
Fix for bug 4127:
...
In the course participants page, selecting an initials filter in one course
and then moving to another (the filter would propagate) could result in few
or no results being displayed. The teacher would then have no way of
resetting the filter and viewing all (or possibly any) participants.
Fixed by making each course participant page independent. They no longer
share sort orders, collapsed column state, or initials filters.
2005-10-21 01:13:56 +00:00
defacer
74d60e20ba
Fix for bug 4143:
...
If a user was a teacher, they didn't see any events from courses
where they were students.
I 'm back at looooooong last! :)
2005-10-21 00:26:06 +00:00
thepurpleblob
7770beee55
& should have been & (of course)
2005-10-20 07:58:09 +00:00
mjollnir_
96bf2d385f
Fixing bug 4199: import course data should only allow you to import from a course that you're already a teacher in, unless you're at least a creator
2005-10-20 00:19:24 +00:00
thepurpleblob
9a94d087a8
Strange missing parameter - bug #4121
2005-10-19 05:41:44 +00:00
martinlanghoff
1ff64b7f60
If wwwroot is unset, log something before dying
2005-10-18 03:28:20 +00:00
stronk7
e72c81ab82
Initial commit of Typo3 charset libraries and Moodle's textlib.class code.
2005-10-17 15:37:42 +00:00
stronk7
abcd6d503e
Fixed one important bug in restore of gradebook that was
...
preventing it to finish in a lot of situations.
(http://moodle.org/mod/forum/discuss.php?d=31461 )
2005-10-16 11:30:33 +00:00
stronk7
f784666c93
Solve some wrong CVS Id tags
2005-10-15 10:37:01 +00:00
stronk7
44de4fd8a8
Updated to 2.4 Final. From notes: This resolve a lots of bad formated archive errors.
2005-10-15 09:57:18 +00:00
michaelpenne
cd60a00cf9
Removed a notice warning when lessons are created in a course with no category (eg: home page)
2005-10-14 19:26:21 +00:00
patrickslee
2382dae103
On a rare case courses will have duplicate sections those have the same id. Added some code to re-order sections if this is found when moving sections
2005-10-14 03:10:21 +00:00
skodak
e5df73c53e
quick fix for the problems with p() and s() - SC#167
2005-10-13 20:09:54 +00:00
paca70
3cd3c343ea
Updates
2005-10-13 10:27:05 +00:00
paca70
8dfbb77f3c
Update
2005-10-13 08:36:33 +00:00
stronk7
282f2e5b22
SC#162
2005-10-12 19:24:30 +00:00
mjollnir_
04c9c465f9
Execute some updates silently (dropping non existent columns in workshop) bug 2964
2005-10-12 02:15:23 +00:00
patrickslee
763f3766a8
Fixed various bugs in add_teacher() those caused the function not populating record correctly
2005-10-10 21:39:43 +00:00
skodak
4bcb6f1043
fixed parameter use SC#157
2005-10-09 19:49:47 +00:00
skodak
82329ca01e
fixed indent - SC#158
2005-10-09 19:38:57 +00:00
skodak
ae4f432615
missing semicolon
2005-10-09 18:28:30 +00:00
skodak
8e5cde5461
better input validation - SC#165
2005-10-09 07:09:26 +00:00
michaelpenne
cb5c5a1bfe
Reverted grading back to 1.4.X for when custom scoring is turned OFF
2005-10-07 20:34:27 +00:00
stronk7
70156ee3d4
Typo. Bug 3917. Credits for liling! B-)
...
(http://moodle.org/bugs/bug.php?op=show&bugid=3917 )
2005-10-06 17:37:58 +00:00
stronk7
0715864e36
Now hidden courses are showed dimmed in the restore process. Bug 4152.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=4152 )
2005-10-06 17:20:58 +00:00
martinlanghoff
2cf2079188
Fix for bug 3141 - Can't update external data with LDAP authentication
2005-10-06 02:23:40 +00:00
martinlanghoff
67149b4d2c
Fix for bug 3992 - LDAP password including a quote does not work - credits go to Kita
2005-10-06 02:18:16 +00:00
stronk7
01ce0aa3a8
Now entries containing apostrophes can be exported to main glossay
...
and deleted without problems. Bug 4136.
(http://moodle.org/bugs/bug.php?op=show&bugid=4136 )
2005-10-05 18:23:25 +00:00
mudrd8mz
50c9c95ea6
Merged from HEAD
2005-10-05 11:23:51 +00:00
mudrd8mz
60f08f5ccc
file quiz_analysis.php was added on branch MOODLE_15_STABLE on 2005-10-05 11:23:51 +0000
2005-10-05 10:58:08 +00:00
mudrd8mz
a55a4c8c31
Merged from HEAD
2005-10-05 07:50:10 +00:00
mjollnir_
dde5cbbdfd
Fixing the mass migrate postgres upgrade to be silent in quiz. Added a fix to a previous rename table that breaks pg_dump & pg_restore (incorrectly named sequence)
2005-10-05 01:35:14 +00:00
mjollnir_
38f78e158c
Fixing sortorder typo
2005-10-04 21:26:01 +00:00
dhawes
24f9eb47b1
backported to 1.5 stable from HEAD - bugfix for bug 3980
2005-10-03 14:15:57 +00:00
patrickslee
dd7a3aaedf
Improved number rounding for grades fix
2005-10-02 21:57:53 +00:00
gustav_delius
b483d8c81e
fixed a help button
2005-10-01 13:36:06 +00:00
mindforge
1eff1e081c
Changed the review 'scores' option to also take effect on the standard feedback displayed at the bottom of a question.
2005-10-01 11:07:15 +00:00
julmis
1d9b22c497
Adding charset to header
2005-10-01 00:46:28 +00:00
julmis
38453bb238
Adding gz_handler for a bit faster loading time.
2005-10-01 00:05:12 +00:00
mjollnir_
70f6f8b708
Much better namespace collision fix to apacheloguser thing
2005-09-29 23:39:52 +00:00
mjollnir_
98f052303f
Fixing up the log apache user patch from the otherday - problem with variable scope
2005-09-29 21:53:48 +00:00
stronk7
66fd3fb7ff
Modified clone() method to work better under PHP 4. Credit goes to Julian.
2005-09-29 16:36:02 +00:00
mindforge
7b838d2a97
Fixed addslashes and stripslashes of responses. Now slashes are stripped in quiz_extract_responses, leading to an improvement in grading (before " a man's world" would have been graded as "a man\'s world").
...
In order for the responses to be written to the database correctly the function quiz_save_question_sessions adds slashes again before writing the data to the database (and before passing it to the questiontype method save_session_and_responses) and strips them again after all the work is done, thus leaving the responses fields unmodified for the subsequent code.
An additional benefit of this change is that answer fields that are automatically filled after a submit don't get more and more slashes added (e.g. ' used to become \' after the first and \\\' after the second commit).
2005-09-29 11:06:47 +00:00
patrickslee
1f508431dd
Removed a block of redundant code in participants list
2005-09-29 01:40:12 +00:00
mjollnir_
85508791a6
Adding default for new config option pathtodu. Related to bug 4107
2005-09-29 00:34:25 +00:00
mindforge
494b416d7b
Fixed two minor bugs in the random questiontype.
2005-09-28 22:39:26 +00:00
mindforge
e56820d225
Added code to delete records from quiz_newest_states when a quiz instance is deleted.
2005-09-28 22:35:54 +00:00
michaelpenne
1d44f3a5d7
Fixed errors in logic and lack of isteacher() check as pointed out by Petr Skoda
2005-09-27 17:27:05 +00:00
adamtpaw
0b32d159da
update Moodle 1.5
2005-09-27 13:27:58 +00:00
adamtpaw
0674d7ba48
Update for Moodle 1.5
2005-09-27 13:16:54 +00:00
adamtpaw
9ee425fa14
update for Moodle 1.5
2005-09-27 13:10:51 +00:00
mjollnir_
73ec9fb26e
Logging apache user now takes into account loginas
2005-09-27 05:24:43 +00:00
mindforge
db504824f8
A better fix for bug #4110 and the previous one undone.
2005-09-26 12:31:23 +00:00
mindforge
8bcbac0126
Possible fix for bug #4110 .
2005-09-26 11:22:08 +00:00
mindforge
b4d2ebf952
Improved dispaly of correct answers in the calculated questiontype.
2005-09-26 09:24:45 +00:00
mindforge
f9bec1f2e7
Another improvement on regrading. The code thought that grading for a question changed if the grade was like 1/3. The precision in the database is different than the newly calculated grade, so now we round both values to 5 decimal places, which should fix this problem.
2005-09-26 09:18:22 +00:00
mindforge
72d09c0a5a
Improved regrading (raw_grades were compared in order to determine whether the grading of a question changed, now grade is used, which also catches if penalties are turned on/off in the quiz settings)
2005-09-26 09:14:33 +00:00
mindforge
254fdebbc9
Silenced notices produced by flush() and ob_flush() in regrading code.
2005-09-26 09:10:52 +00:00
mindforge
b5ee139f78
Little fix in the grading logic (this should only have affected numerical questions with mre than one answer as can be used in cloze).
2005-09-25 21:03:12 +00:00
skodak
184e03b294
new session timeout handling
2005-09-23 18:28:15 +00:00
moodler
76c4cabbfe
Removed error() from a place that was actually being called from workshop_cron
...
and thus stopping cron sometimes.
Also some code layout cleanup
2005-09-23 09:23:00 +00:00
mjollnir_
681d95c495
Backported Martin's sortorder fix from HEAD. Apparently this is a better fix than the one from a few days ago
2005-09-23 04:33:47 +00:00
martinlanghoff
a6349a6d1f
courses/sortorder: syntax fix to cope with bad sortorder values
2005-09-22 03:12:14 +00:00
stronk7
4a9f162f17
<span> tags are now allowed inside post->subject. Bug 4099.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=4099 )
2005-09-21 21:27:11 +00:00
urs_hunkler
03f6e19c61
Added CSS properties for Firefox for fixed placement of the timer. It is a preliminarily fix. Please follow Bug #4053 .
2005-09-21 14:15:15 +00:00
gbateson
577bd6a9f2
renumbered steps 1,2,3,3,4 => 1,2,3,4,5
...
signalled steps 3 and 4 as not required for Moodle 1.5 and later
2005-09-21 00:31:52 +00:00
stronk7
cbb0dd34d9
Now the ALL link in the paging bar is under the
...
glossary->showall setting control. Bug 4072.
(http://moodle.org/bugs/bug.php?op=show&bugid=4072 )
2005-09-20 16:59:29 +00:00
gbateson
7fc7e9645f
removed XSS hole caused by "urldecode"
2005-09-20 11:57:53 +00:00
julmis
d27162c0cd
XSS fix
...
- added optional_param for id
2005-09-20 08:55:58 +00:00
bobopinna
b455078417
Fixed a problem
2005-09-20 06:43:26 +00:00
skodak
d994263946
fixed IE and https problems
2005-09-19 17:09:06 +00:00
patrickslee
290c1e61cc
Added some number rounding for grades to prevent PostgreSQL errors
2005-09-19 00:09:25 +00:00
patrickslee
f89c3674bb
Corrected some table/field names
2005-09-19 00:07:57 +00:00
dlnsk
e8ca86ffb7
*** empty log message ***
2005-09-17 17:41:10 +00:00
gustav_delius
8b0d0c1756
Fix for bug 3995
2005-09-17 13:03:24 +00:00
gustav_delius
9111a763bd
Fix for bug 4019 and some other XHTML issues
2005-09-17 12:28:38 +00:00
gustav_delius
d00c2e2310
Fixed bug 4052
2005-09-17 12:00:20 +00:00
martinlanghoff
085366cfa0
auth/ldap fix typo - thanks to Skodak for spotting it!
2005-09-16 23:29:26 +00:00
mindforge
e2823d208a
As discussed in the thread http://moodle.org/mod/forum/discuss.php?d=30628 (and others) the limitation to 10 answers in a question is problematic for some users.
...
From this commit onwards match, multichoice and shortanswer questiontypes will
(a) display all defined answers (e.g. from an import with more than 10 answers) and
(b) to always display at least one empty answer field.
2005-09-16 10:06:58 +00:00
thepurpleblob
1a87ac6a6c
Fixed problem with courseid not being passed.
2005-09-16 10:02:42 +00:00
thepurpleblob
d40177d7a2
Taken check for too many answers out. Julian has fixed the edit screens.
2005-09-16 09:46:02 +00:00
thepurpleblob
a9a26d5a45
Added string for 'importmaxerror'
2005-09-16 09:34:58 +00:00
thepurpleblob
89aa5d49ee
Maximum number of answers now governed by constant in locallib.php not
...
by hardcoded value.
2005-09-16 09:30:54 +00:00
mindforge
a4df55c815
Small fix to the previous commit (< becomes <=).
2005-09-16 09:24:50 +00:00
mindforge
a67c2e0a33
As discussed in the thread http://moodle.org/mod/forum/discuss.php?d=30628 (and others) the limitation to 10 answers in a question is problematic for some users. I modified the match questiontype to (a) display all defined answers (e.g. from an import with more than 10 answers) and (b) to always display one additional empty answer field.
2005-09-16 09:12:25 +00:00
gustav_delius
435241d385
Fixed bug 4077
2005-09-16 07:26:48 +00:00
moodler
7de8f45ae9
Merged from head
2005-09-16 02:25:59 +00:00
gbateson
9086a17e15
fixed "hotpot_print_recent_activity to use "hp=" instead of "id=" in links to attempted quizzes
2005-09-16 00:43:44 +00:00
gbateson
60bdcfa990
new version number: 2.0.9
2005-09-16 00:30:56 +00:00
gbateson
efd7fc31b9
fixed "hotpot_print_recent_mod_activity" to use "hp=" instead of "id=" in link to recent attempted quiz
2005-09-16 00:22:37 +00:00
mindforge
14be3fe259
Added dropdown to allow sorting the question list on the quiz editing page in different ways. This also allows defining a custom sortorder in the URL.
2005-09-14 11:09:32 +00:00
ikawhero
cdf5d7b047
Incorrect value being passed to header function.
2005-09-14 07:20:47 +00:00
mjollnir_
5d8323d57c
Login block should be more discerning about offering signup link. Fixed to be more in line with the login page
2005-09-13 22:21:20 +00:00
thepurpleblob
1122563591
Check if html editor is enabled before checking htmleditor setting from screen.
...
Removes notice if editor not in use (therefore field was not displayed)
2005-09-13 13:49:27 +00:00
julmis
d0491a1fef
Faster version check for Gecko and work-a-round for "No IDN" problem.
2005-09-13 11:49:40 +00:00
martignoni
e687c5421c
Merge from HEAD
2005-09-13 09:41:57 +00:00
martignoni
6ae7fca715
Merge form HEAD
2005-09-13 09:40:30 +00:00
skodak
919a058edb
formal RFC151 compliance
2005-09-12 18:43:49 +00:00
stronk7
65b2ea05b1
Added support for new styles in chat window.
2005-09-11 10:01:22 +00:00
urs_hunkler
4a75fb028c
Eloy added hooks to the chat mes frame. I adde the basic CSS properties and values for colors and positioning to the "Modules: Chat" sections of the two CSS files. Update 1.5 too.
2005-09-11 06:15:18 +00:00
stronk7
bcfdf5f0e6
Extended theme support to the chat window. Bug 3376.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=3376 )
2005-09-10 22:51:38 +00:00
adamtpaw
84fdfffb13
Polish version for Moodle 1.5 STABLE
2005-09-10 20:47:43 +00:00
moodler
7b9f8f652b
JUst a bump because it's been a while.
2005-09-10 14:38:52 +00:00
stronk7
43ea696c77
Now both p() and s() respect html entities.
2005-09-10 10:59:19 +00:00
martignoni
1ba6745de0
file removepages.html was added on branch MOODLE_15_STABLE on 2005-09-13 09:41:57 +0000
2005-09-09 20:41:13 +00:00
martignoni
2d1880e449
file wikitype.html was added on branch MOODLE_15_STABLE on 2005-09-13 09:41:57 +0000
2005-09-09 20:41:13 +00:00
martignoni
1817713a44
file strippages.html was added on branch MOODLE_15_STABLE on 2005-09-13 09:41:57 +0000
2005-09-09 20:41:13 +00:00
martignoni
3679ac38b7
file initialcontent.html was added on branch MOODLE_15_STABLE on 2005-09-13 09:41:57 +0000
2005-09-09 20:41:13 +00:00
martignoni
29a71fa1d0
file wikilinkoptions.html was added on branch MOODLE_15_STABLE on 2005-09-13 09:41:57 +0000
2005-09-09 20:41:13 +00:00
martignoni
ec22a2b3bb
file mods.html was added on branch MOODLE_15_STABLE on 2005-09-13 09:41:57 +0000
2005-09-09 20:41:13 +00:00
martignoni
c6188b29ef
file setpageflags.html was added on branch MOODLE_15_STABLE on 2005-09-13 09:41:57 +0000
2005-09-09 20:41:13 +00:00
martignoni
0be47a3364
file revertpages.html was added on branch MOODLE_15_STABLE on 2005-09-13 09:41:57 +0000
2005-09-09 20:41:13 +00:00
martignoni
7d0b581589
file revertauthorfieldpattern.html was added on branch MOODLE_15_STABLE on 2005-09-13 09:41:57 +0000
2005-09-09 20:41:13 +00:00
martignoni
6a5ef2899e
file wikiname.html was added on branch MOODLE_15_STABLE on 2005-09-13 09:41:57 +0000
2005-09-09 20:41:13 +00:00
martignoni
710f3399df
file wikiusage.html was added on branch MOODLE_15_STABLE on 2005-09-13 09:41:57 +0000
2005-09-09 20:41:13 +00:00
martignoni
0cf2d8903d
file studentadminoptions.html was added on branch MOODLE_15_STABLE on 2005-09-13 09:41:57 +0000
2005-09-09 20:41:13 +00:00
moodler
93bcfb18a8
iAdded some CSS for blocks config editing bug 4045
2005-09-09 16:51:29 +00:00
mindforge
c99e2d2c66
Changed use of htmlspecialchars() to s().
2005-09-09 16:47:33 +00:00
moodler
6549d34a38
Addition CSS id, merged from head
2005-09-09 16:24:41 +00:00
moodler
4498b48aee
Don't diaplay zero dates at all in user reports
2005-09-09 16:15:20 +00:00
moodler
769ffdfdca
Don't calculate date when it's zero
2005-09-09 16:01:04 +00:00
skodak
d16b5bb763
new handling of session timeouts - part 1
2005-09-09 15:12:42 +00:00
paca70
fddbea82ac
To get rid of some cosmetic (hopefully) error messages.
2005-09-09 11:29:11 +00:00
skodak
17e941b48a
reverting previous patch - see http://moodle.org/mod/forum/discuss.php?d=26970
2005-09-09 11:08:41 +00:00
paca70
7aaabae78e
Corrected some typos and mistakes
2005-09-09 10:42:08 +00:00
gbateson
e0a53b4d0a
removed line which was crippling quizzes with HTML in questions or answers
...
added check to detect when no grades were returned in the database
2005-09-09 01:03:10 +00:00
martinlanghoff
59b5352b51
auth/ldap: fixed typo in auth_user_activate() - bug #3594 - thanks to ze @ nbox.org
2005-09-09 00:25:50 +00:00
mjollnir_
1068ba8d27
Much more sophisticated IP address cleansing
2005-09-08 23:04:10 +00:00
mjollnir_
d9ab06ca32
Merged from HEAD: Fix to bug 4026 and 3913. Credit: jjg7 at humboldt dot edu
2005-09-08 21:31:41 +00:00
mindforge
7ece83dec6
Fixed an unreported bug.
2005-09-08 18:00:53 +00:00
martinlanghoff
68dfdae36e
Fix for bug 4031 -- fix typo
2005-09-07 23:23:08 +00:00
martinlanghoff
fce45181d7
Fix for bug 4031 -- stupid mistake of using get_record_select() when I mean get_record() - see the bug entry for more details
2005-09-07 22:48:48 +00:00
mjollnir_
4e9cc4842f
Performance fix: in postgres, sometimes indexes are not used because of type casting. block_instance.pageid is a big int field so the index wasn't being used. Wrapping in '' prevents the typecast. See http://www.postgresql.org/docs/7.4/interactive/datatype.html#DATATYPE-INT for more information
2005-09-07 22:00:16 +00:00
adamtpaw
a072684a96
Moodle 1.5.2 -nowe pliki pomocy
2005-09-07 19:20:24 +00:00
adamtpaw
7505cd1cd2
Moodle 1.5.2
2005-09-07 19:14:29 +00:00
stronk7
b12e186c04
Some RSS readers seems to have problems with that wrong p tag.
2005-09-07 17:06:25 +00:00
mindforge
9fe710159f
Fix for the issue described in http://moodle.org/mod/forum/discuss.php?d=30192
2005-09-07 13:59:28 +00:00
martignoni
74971fdad9
file htmlmode.html was added on branch MOODLE_15_STABLE on 2005-09-13 09:41:57 +0000
2005-09-07 09:51:35 +00:00
martignoni
62ade7827c
file ewikiacceptbinary.html was added on branch MOODLE_15_STABLE on 2005-09-13 09:41:57 +0000
2005-09-07 09:51:35 +00:00
martignoni
9d7dde3c97
file checklinks.html was added on branch MOODLE_15_STABLE on 2005-09-13 09:41:57 +0000
2005-09-07 09:51:35 +00:00
martignoni
73292a8393
file howtowiki.html was added on branch MOODLE_15_STABLE on 2005-09-13 09:41:57 +0000
2005-09-07 09:51:35 +00:00
martignoni
637c9cd330
file index.html was added on branch MOODLE_15_STABLE on 2005-09-13 09:41:57 +0000
2005-09-07 09:51:35 +00:00
adamtpaw
2b4090c4fe
POlska wersja dla Moodle 1.5.2 - niekompletna, ale prace trwaja.
2005-09-07 06:56:27 +00:00
martinlanghoff
dc2a68b4d7
enrol/db - bug 3912 - Re-add the enrolment to $user->student[] - should fix things for good.
2005-09-07 06:36:32 +00:00
martinlanghoff
0aff0bf622
Fix for bug 4011 -- a MySQL specific workaround did not work with database names with hyphens, and broke the whole plugin for other databases. This patch fixes both issues.
2005-09-07 06:03:53 +00:00
mjollnir_
72ed1089dd
Further tidyup to the cleanremoteaddr function I added - some thing were getting through
2005-09-07 04:45:52 +00:00
mjollnir_
e1fede4e63
Better fix to the messaging problem. Will make mysql <4 users happy too. Credit for php workaround:Eloy
2005-09-07 04:43:05 +00:00
patrickslee
fe18e430f7
Finally the *correct* fix for the looping problem. Thanks to Penny
2005-09-07 04:22:03 +00:00
martinlanghoff
6cd6568f84
make_categories_list(): initialize variables correctly to cover up for broken call convention. Passing unset variables by ref to be populated is a BAD idea. Do The Right Thing and Return your function output or there'll be no dessert for you.
2005-09-06 22:24:31 +00:00
patrickslee
6fcc3fab2c
The report_session_error() fix does not work all the times. Proper fix here.
2005-09-06 22:15:42 +00:00
mjollnir_
fa1ce50ec8
Backing out a previous patch of mine - bad merge with our local copy
2005-09-06 21:23:09 +00:00
patrickslee
67ba380ec9
Fixed a rare problem that report_session_error() causes a redirection loop
2005-09-05 23:46:08 +00:00
stronk7
e42b787931
Avoid empty or unlinkable activity names.
2005-09-05 22:33:07 +00:00
moodler
f21b4c1c2b
Silent header (no errors)
2005-09-05 16:33:30 +00:00
moodler
235089d15f
Removed blank line
2005-09-05 16:29:38 +00:00
moodler
fa27bb7c22
Including lib.php to make default for forumtracking work
2005-09-05 05:31:49 +00:00
mjollnir_
926a759c71
Performance fix for get_directory_size: new config option for path to du - if we have it, use that instead. MUCH faster on directories with a lot of files
2005-09-05 05:30:53 +00:00
mjollnir_
c11d468cc1
Fixing up a bug in the log selector to do with optionally showing all users in the dropdown when over COURSE_MAX_USERS_PER_DROPDOWN
2005-09-04 21:07:23 +00:00
moodler
9e525f53b3
Some new files
2005-09-03 07:51:57 +00:00
moodler
2099bab6a0
Merged latest copies from HEAD
2005-09-03 07:51:06 +00:00
julmis
57a1c1af6a
Fixing array_change_key_case errors.
...
- Function present in version PHP 4 >= 4.2.0, PHP 5
2005-09-02 07:50:28 +00:00
martinlanghoff
a705afc7da
auth/ldap - sync_users script bugfix x2: it was deleting fields that were not supposed to be synched to ldap and it was failing to set auth_forcepasswordchange
2005-09-02 06:55:28 +00:00
martinlanghoff
f159f93bc7
enrol/ldap - fix course auto-creation to work with the new blocks infrastructure. doh! (thanks penny!)
2005-09-02 06:50:11 +00:00
martinlanghoff
8ade954b60
auth - bugfixes: update_userinfo() did not truncate values, and did not have proper errorhandling; user creatiwas passing an id to set_user_preference when we wanted an object
2005-09-02 06:42:33 +00:00
martinlanghoff
e1a3a68059
forums/trackreads: Small optimizations to forum_tp_can_track_forums()
2005-09-02 06:36:39 +00:00
martinlanghoff
63b8c597f6
forums/trackreads: Postgres-optimized query - from many minutes to a few milliseconds
2005-09-02 06:30:24 +00:00
mjollnir_
c6a37a3185
Add an index where we really need it - block_instance.pagetype
2005-09-02 04:58:57 +00:00
stronk7
73d68a033d
Strip control chars from being sent to the XML file.
...
Only tab, newline and return are allowed in XML 1.0.
This feature is controlled by $CFG->backup_strip_controlchars.
Please, test it!
2005-09-02 00:01:22 +00:00
mjollnir_
18c26f97ef
Fixing bug 3977: sort of. Check for mysql >= 4 or postgres, do a smarter query with a UNION. Otherwise, do the same old query. This is not very good for mysql 3.23 users with large datasets, but not much else I can do.
2005-08-31 23:57:37 +00:00
mjollnir_
e2629fc12d
Preventing another warning. In some cases in the calendar blocks, resource filtering gets called with no courseid
2005-08-31 06:13:13 +00:00
martinlanghoff
d5e5544448
auth/db: Better support for utf-8 user data.
2005-08-31 05:59:31 +00:00
mjollnir_
c3a70f83b1
Avoid a warning when displaying multichoice quiz questions
2005-08-31 05:24:17 +00:00
mjollnir_
f2179d4688
prevent stuff being sent to the browser before config.php being included
2005-08-31 02:29:52 +00:00
bobopinna
0ba7a5cab6
First working release
2005-08-30 11:47:21 +00:00
bobopinna
8d351c3e92
Fixed a bud with next and prev sco search
2005-08-30 11:46:38 +00:00
moodler
b109aa6efa
Fix for bug 3958 and google overactivity
2005-08-30 09:34:42 +00:00
mindforge
f40cc4a843
Fix for bug #3986
2005-08-30 08:50:09 +00:00
defacer
0be62652d1
Merging from HEAD:
...
Fix for bug 3981 (also quite lively discussed at
http://moodle.org/mod/forum/discuss.php?d=29564 ):
When the user was not logged in and was not a guest, DST compensation was not
being done. I guess deciding to store the computationally expensive DST cache
in $USER was a major oops on my part. I 've moved everything to $SESSION and
now it works as it should.
2005-08-30 03:31:17 +00:00
michaelpenne
71c47913a0
FIXED: Removed Notice Warning. Sometimes an attempt's answerid field is not set because the answer that the student entered does not match any of the answers for the question. This error comes up for Numerical and Short answer question types.
2005-08-29 22:06:55 +00:00
michaelpenne
66fbb3b10f
FIXED: Bug with reporting numerical question types.
2005-08-29 19:45:23 +00:00
paca70
5578e1bd26
New files and correction from Mikko NUrminen and others.
...
Thanks all
2005-08-29 15:43:47 +00:00
gustav_delius
9122a1e62d
Fix for missing action icons, reported in http://moodle.org/mod/forum/discuss.php?d=28466#139179
2005-08-26 20:46:57 +00:00
thepurpleblob
26996407cb
Suppress some 'missing course object' messages, and fix bug #3899
2005-08-26 11:58:34 +00:00
thepurpleblob
55fdf029ab
Import now passes $course object to import/export format object.
2005-08-26 11:33:08 +00:00
gustav_delius
e45b5f24d4
Fixed bug 3950
2005-08-26 08:53:13 +00:00
gustav_delius
c5c3568d89
fix for bug 3953 provided by Jean-Michel
2005-08-26 07:56:54 +00:00
martinlanghoff
8e0b42fb88
enrolment fixes: We now have better handling of the enrol field when dealing with student enrolments. This fixes bugs 3912 and 3974. NOTE that enrol_student() now defaults to manual - this is to support the different pages that call enrol_student() to still work correctly when external enrolments are in use, by recording the enrolments as manual. Enrolment plugins are expected to know better and pass the correct parameter.
2005-08-26 06:07:42 +00:00
mjollnir_
8ba12d576a
Escape strings for database. SC # 145
2005-08-26 05:28:55 +00:00
mjollnir_
9f65fc2b27
Fixing typo in call to get_record that was causing a lot of noise in the db error log
2005-08-26 04:53:24 +00:00
mjollnir_
12c40a2f66
Backticks are not postgres friendly! :(
2005-08-26 04:41:33 +00:00
martinlanghoff
9595bf588a
enrol/ldap - fixed default objectclass, and we can now bind non-anonymously
2005-08-26 04:09:41 +00:00
martinlanghoff
8a9e5ac327
Long-pending rollback_sql()
2005-08-26 03:57:30 +00:00
julmis
4d20567f61
Adding escapeshellarg to aspell path
2005-08-25 07:44:05 +00:00
julmis
399d7b3acb
Adding escapeshellarg to aspell path.
2005-08-25 07:43:21 +00:00
martinlanghoff
2a069aa1f2
auth/ldap: Fixed handling of multi-source field mapping. Now fields with non-empty values have precedence over empty fields, regardless of order. Fields will be set to empty only if all ldap source fields are empty.
2005-08-25 04:56:13 +00:00
mjollnir_
289cf90737
Fixing another postgres problem. With distinct, you can't order by a field not in the select field list
2005-08-25 00:02:49 +00:00
mjollnir_
cef4a0e828
Fixing typo in postgres-fixing patch from a couple days ago
2005-08-24 23:47:51 +00:00
patrickslee
bd22fdfbdb
Wrong parameter order in function definition
2005-08-24 23:05:23 +00:00
defacer
dc9ec4e135
Merging from HEAD:
...
Changing some hardwired 1s to SITEID. Is the madness ever going to end?
Use 1 as a magic number in code, pay the price...
I think I also improved the security around there.
2005-08-23 20:47:34 +00:00
defacer
4dde75c7d7
Merging from HEAD:
...
Repeat events are now created correctly even if the DST change boundary
is crossed between repeats.
2005-08-23 20:08:21 +00:00
mjollnir_
65ebc47636
Backticks are NOT ALLOWED in postgres!
2005-08-23 06:46:35 +00:00
mjollnir_
5747bf91e5
Fixing metacourses to work in mysql 3.23 series. At same time, set enrolment type to 'metacourse' so as not to break some external enrolment (eg ldap) plugins
2005-08-23 05:33:12 +00:00
defacer
398b3a2b83
Two things:
...
Mergin bugfix from HEAD:
Site events were being created for $course->id = 1 even when SITEID != 1.
And also:
Allow <span> in event titles, someone may be using multilang there.
2005-08-23 02:48:11 +00:00
moodler
514c862489
Fixed some code formatting while passing through
2005-08-21 15:41:03 +00:00
moodler
c8ef1ce0f6
Fix for nasty data corruption bug 3915
2005-08-21 15:40:11 +00:00
mjollnir_
7e61008580
Clean up IP addresses from getremoteaddr. Otherwise we sometimes get weird results from proxies and inserts into mdl_log and mdl_user fail
2005-08-18 01:44:10 +00:00
martinlanghoff
e2d7747f10
Blocks upgrade - reduce memory consumption by a few GB and (postgres only) halve database traffic.
2005-08-18 00:01:39 +00:00
mjollnir_
05746e64f2
Fixing a postgres error. You can't sort by a field that isn't in the select list when you have distinct
2005-08-17 23:16:34 +00:00
martinlanghoff
c53889ff42
LDAP servers being down or unavailable should not prevent login - we now fail with a notice() rather than with an error()
2005-08-17 22:35:45 +00:00
moodler
1a6649ec70
file quiz_responses.php was added on branch MOODLE_15_STABLE on 2005-09-03 07:51:57 +0000
2005-08-17 13:37:53 +00:00
moodler
69c0d07455
file block_search_forums.php was added on branch MOODLE_15_STABLE on 2005-09-03 07:51:57 +0000
2005-08-17 13:37:53 +00:00
moodler
d205e11ef2
file quiz_analysis.php was added on branch MOODLE_15_STABLE on 2005-09-03 07:51:57 +0000
2005-08-17 13:37:53 +00:00
moodler
301d3a4509
file grades.php was added on branch MOODLE_15_STABLE on 2005-09-03 07:51:57 +0000
2005-08-17 13:37:53 +00:00
moodler
7f45789999
file timezones.php was added on branch MOODLE_15_STABLE on 2005-09-03 07:51:57 +0000
2005-08-17 13:37:53 +00:00
moodler
84c0444376
file enrol_authorize.php was added on branch MOODLE_15_STABLE on 2005-09-03 07:51:57 +0000
2005-08-17 13:37:53 +00:00
moodler
9547937448
file currencies.php was added on branch MOODLE_15_STABLE on 2005-09-03 07:51:57 +0000
2005-08-17 13:37:53 +00:00
thepurpleblob
bbeffa6ff8
Whoops - forgot to remove (commented out at least) debugging code.
2005-08-17 10:34:54 +00:00
thepurpleblob
64fdd835fb
For changing password, default change password was selected rather than
...
for the auth method actually used by the user.
2005-08-17 10:31:46 +00:00
thepurpleblob
6a239dbe87
Call to clear force change password flag passed $user object rather
...
than user id, so it would never be cleared.
2005-08-17 10:27:50 +00:00
mindforge
d67775e55a
Fixed bug #3884 .
2005-08-16 12:43:34 +00:00
martinlanghoff
42fd23bc3a
Unset the changepassword flag for the _right_ user, even if we are masquerading an account
2005-08-16 03:19:38 +00:00
martinlanghoff
29ad8bfe68
Tell insert record we don't care about inserted id
2005-08-16 00:42:42 +00:00
martinlanghoff
8b7291eff5
Fixed DOS newlines.
2005-08-15 23:21:40 +00:00
patrickslee
a3c092c96d
Mass cleanup of bad postgres upgrade scripts
2005-08-15 22:30:47 +00:00
martinlanghoff
0b7c884132
Enable reset password functinoality for LDAP and other external auth mechanisms as promised in the auth config page
2005-08-15 22:27:47 +00:00
mindforge
cf0371143c
Enabling $options->correct_responses for multianswer questions. I.e. highlighting of correct answers can now be turned off.
2005-08-15 11:48:57 +00:00
mindforge
d3a126d9c0
Fix for the bug described in the discussions http://moodle.org/mod/forum/discuss.php?d=26526 and http://moodle.org/mod/forum/discuss.php?d=27274
2005-08-15 11:36:43 +00:00
danmarsden
9bb1bdbc9c
Fixes for Bug #3876 , Bug #3816
2005-08-14 21:56:16 +00:00
moodler
744da696ef
Renamed mkdir to makedir to help some high-security blockers
2005-08-14 02:26:13 +00:00
moodler
347b01bcd9
Merged 1.6 version into 1.5 because bugs were fixed
2005-08-13 16:43:45 +00:00
moodler
9c23c88ee6
Merging from HEAD
2005-08-13 16:34:14 +00:00
martinlanghoff
812fe4c5fc
Temp table now matches idnumber length with username - thanks to Yves Roy for pointing this out.
2005-08-12 02:30:30 +00:00
martinlanghoff
fe1acc35e7
Fix calls to enrol_student() and add_teacher() where nulls were being passed erroneously - credits to jeff graham
2005-08-12 01:47:56 +00:00
patrickslee
83847ae5b1
Fixed a serious bug in table_column() that modified column not having NOT NULL for postgres
2005-08-11 23:50:13 +00:00
martinlanghoff
4fd1373c7e
Fix for small syntax error that was hiding debug info from an error msg. #3527 - Credits to cangussu@gmail.com
2005-08-11 23:01:12 +00:00
martinlanghoff
44944d8466
Fix for using dn as idnumber - thanks fo Jeff Graham - http://moodle.org/mod/forum/discuss.php?d=28840
2005-08-11 22:42:46 +00:00
mjollnir_
04f1658794
When fetching child courses for a metacourse, order by shortname (unless just counting)
2005-08-11 04:24:15 +00:00
mjollnir_
e14b9cd27c
Changing the js timer in quiz to call the form by name rather than index. People who have forms in the headers (ie logout buttons) run into problems otherwise
2005-08-11 03:38:08 +00:00
urs_hunkler
6412c0b872
added ".mod-quiz " to three properties because the quiz style was in conflict with other Moodle pages.
2005-08-10 20:39:15 +00:00
martinlanghoff
d3af23581d
Added the missing $userold, now detecting updates (and pushing them out to LDAP) should work.
2005-08-10 05:34:08 +00:00
patrickslee
80729b01d0
Fixed a bug in postgres block upgrade script messing up with block ids
2005-08-10 05:28:46 +00:00
moodler
8bc776ba4f
Slightly mkore reobust in the case where https was already being used
...
for the whole site. bug 3848
2005-08-09 15:14:49 +00:00
mjollnir_
4eb27d4a74
Fixing another group by postgres error. You can't put fields into the select that aren't in the group by unless they're functions like max
2005-08-09 04:50:02 +00:00
bobopinna
494538afb3
Fixed include path for xml2array.class.php
2005-08-08 08:37:55 +00:00
michaelpenne
eab678f193
Fixed Bug #3652 - Gradebook catagory detail group view not working.
2005-08-04 22:08:08 +00:00
dhawes
40c61f1f01
merging in fix for bug 3478
2005-08-04 02:24:17 +00:00
stronk7
14f03b6f8b
Now forum-start tracking,
...
forum-mark read and
forum-prune post
log actions are restored properly.
Part of bug 3582.
(http://moodle.org/bugs/bug.php?op=show&bugid=3852 )
2005-08-03 19:49:19 +00:00
stronk7
d65d9f925d
Now course-guest, user-login and user-logout
...
log actions are restored properly.
Plus some problem with double & entities solved.
Part of bug 3582.
(http://moodle.org/bugs/bug.php?op=show&bugid=3852 )
2005-08-03 19:02:00 +00:00
stronk7
623b5e548d
Now chat-talk log actions are restored properly.
...
Part of bug 3582.
(http://moodle.org/bugs/bug.php?op=show&bugid=3852 )
2005-08-03 18:27:46 +00:00
patrickslee
8585ef8726
Removed/added/moved redundant/missing/misplaced page headers/footers
2005-08-03 00:09:33 +00:00
mjollnir_
14f872baec
Postgres doesn't happily convert NULL to 0 for int fields, so we set it manually. Credit: Patrick Li
2005-08-02 22:47:57 +00:00
mjollnir_
84325f54bd
Adding a length limit to input field in line with db field size
2005-08-02 22:39:49 +00:00
mindforge
c735b8fe65
Copied a bugfix from 1.6 that hadn't been synchronized. Fixes bug #3804
2005-08-02 13:32:19 +00:00
ethem
f358efc1f4
file postgres7.sql was added on branch MOODLE_15_STABLE on 2005-12-02 11:45:36 +0000
2005-08-02 08:23:52 +00:00
patrickslee
f899b4a6d3
Fixed postgres structure problem as in http://moodle.org/mod/forum/discuss.php?d=28077
2005-08-02 04:08:37 +00:00
moodler
5cdb11e46f
Implemented accessibiility fix bug 3662
2005-08-01 16:49:32 +00:00
moodler
f82b708d08
Merged from HEAD. Not used in STABLE, but doesn't hurt to have them
2005-08-01 08:51:38 +00:00
moodler
f9e95ccfbc
file lib.php was added on branch MOODLE_15_STABLE on 2005-08-01 08:51:38 +0000
2005-08-01 08:49:33 +00:00
moodler
088e28666f
Added sso hook (not used by anything but helps some hacking)
2005-08-01 08:39:09 +00:00
moodler
29d550cc82
Added original word as title to the blacked-out version. This is because
...
the filter can obscure actual important words by mistake (eg Dickens)
and there needs to be some way to recover the meaning.
2005-07-30 08:54:43 +00:00
moodler
43ba708ecc
Bug 3800, affected large backups
2005-07-29 16:57:24 +00:00
stronk7
553ba0a568
file moodlelogo-med-white.gif was added on branch MOODLE_15_STABLE on 2005-11-28 20:22:07 +0000
2005-07-29 15:47:46 +00:00
moodler
28dee4658e
file enrol_authorize.php was added on branch MOODLE_15_STABLE on 2005-09-03 07:51:57 +0000
2005-07-29 14:26:04 +00:00
moodler
4681fd95fe
file login.php was added on branch MOODLE_15_STABLE on 2005-08-01 08:51:38 +0000
2005-07-29 08:06:01 +00:00
moodler
bf4a11dd4b
file expired.php was added on branch MOODLE_15_STABLE on 2005-08-01 08:51:38 +0000
2005-07-29 08:06:01 +00:00
urs_hunkler
303117213e
merged from 1.6
2005-07-29 07:15:06 +00:00
urs_hunkler
e23430c180
Enlarged the font-size of the calender popup and added the styles to gray out hidden sections on the course page.
...
My font tag hack to avoid that old font tags overwrite the styles killed all font formating in the resources written with HTML Editor. The Editor formats font sizes with font tags. It also makes pages failing the XHTML tests. Is really no other Editor out?
2005-07-27 19:42:29 +00:00
gustav_delius
87e29596d5
fix for bug 3822 provided by razzor
2005-07-27 17:19:20 +00:00
urs_hunkler
c82f9b36bf
changed the autolink style from a transparent background to light orange background and an orange underline.
2005-07-26 15:45:41 +00:00
mudrd8mz
4967ac0df4
file enrolperiod.html was added on branch MOODLE_15_STABLE on 2005-10-05 07:50:10 +0000
2005-07-26 08:35:45 +00:00
mudrd8mz
78d5bf65c8
file coursehiddensections.html was added on branch MOODLE_15_STABLE on 2005-10-05 07:50:10 +0000
2005-07-26 08:35:45 +00:00
mudrd8mz
572ac6f799
file courseidnumber.html was added on branch MOODLE_15_STABLE on 2005-10-05 07:50:10 +0000
2005-07-26 08:35:45 +00:00
bobopinna
fffc5d6351
Fixed a bug in reaching masteryscore (score are float)
2005-07-26 06:32:47 +00:00
bobopinna
12801f73f7
Fixed a problem in AICC course tracking
2005-07-26 06:18:23 +00:00
bobopinna
97a305e3b2
Fixed a bug in masteryscore evaluation
2005-07-26 06:15:33 +00:00
michaelpenne
d9ef8ddef6
removed a condition in an if statement that does not belong. This is another part of the fix for this forum post: http://moodle.org/mod/forum/discuss.php?d=27908
2005-07-25 18:50:39 +00:00
gustav_delius
a8181107eb
Fix for question numbering provided by razzor, bug 3807
2005-07-25 14:16:36 +00:00
moodler
68bdb2856a
Also support language files in install/lang (but just for installation)
2005-07-25 11:25:05 +00:00
stronk7
1fa4ec0345
Escaping some double quotes I added recently... :-(
...
Merged from HEAD
2005-07-25 09:58:27 +00:00
moodler
f7da20c95c
On site level, don't bother checking course->guest etc
2005-07-25 09:03:17 +00:00
stronk7
3bd148acbc
Now message forum RSS Feeds are using the category. Useful under
...
some RSS agregators able to group messages.
Credits go to Dmitry Pupinin.
Bug 3654
(http://moodle.org/bugs/bug.php?op=show&bugid=3654 )
2005-07-24 23:07:29 +00:00
stronk7
e55407bfd4
Added support to RSS 2.0 categories. Credits go to Dmitry Pupinin.
...
Bug 3654
(http://moodle.org/bugs/bug.php?op=show&bugid=3654 )
2005-07-24 23:02:36 +00:00
stronk7
81013d9eff
Added the $Id$ tag
2005-07-24 10:27:29 +00:00
stronk7
bba72664cc
Added $Id tag.
2005-07-24 10:01:40 +00:00
ikawhero
c34efb3b8c
Don't run the cleanup code if we are upgrading from a version that does
...
not already have an assignment type field. Bug 3801.
2005-07-23 10:49:50 +00:00
gustav_delius
890a6a5be3
The fixes for the item analysis plug-in that were assembled by Jean-Michel, see http://moodle.org/mod/forum/discuss.php?d=27553
2005-07-23 07:46:59 +00:00
defacer
3b80afab63
Fix for bug 3793:
...
Prevent warning message when configuring a glossary_random block in a
course which has no glossaries.
2005-07-23 00:52:47 +00:00
michaelpenne
aef6766f3f
Removed development code that accidentally got committed. Sorry. It appears the code was only in mod/lesson/view.php and lang/en/lesson.php
2005-07-22 22:01:54 +00:00
michaelpenne
3793147e59
removed some lang entries that do not belong
2005-07-22 21:58:43 +00:00
michaelpenne
128660712b
removed some lang entries that do not belong
2005-07-22 21:46:47 +00:00
gustav_delius
ffd834a5c2
Resetting the timout counter to avoid the timeouts reported at http://moodle.org/mod/forum/discuss.php?d=24790#129431
2005-07-22 20:40:31 +00:00
moodler
d7387d3c3f
Reverting bad version number to avoid errors (bug 3798)
2005-07-22 16:55:58 +00:00
ikawhero
c2960fa279
file quiz_responses.php was added on branch MOODLE_15_STABLE on 2005-10-28 03:10:43 +0000
2005-07-22 11:41:11 +00:00
gustav_delius
3c4b7700e5
Improvements contributed by Jean-Michel Vedrine, see http://moodle.org/mod/forum/post.php?reply=130818 .
...
- you can change # of attempts per page displayed on screen
- you can download results to Excel/text file, including detailed grades if you check this option.
2005-07-22 09:25:11 +00:00
moodler
a3071d58ac
Deleteing mistakenly-added currencies table from enrol_authorize
2005-07-22 07:25:49 +00:00
moodler
a6c9107b45
Checked in fix for bad version from yesterday
2005-07-22 07:12:31 +00:00
moodler
a698ecd735
Fixed dates
2005-07-22 07:04:27 +00:00
moodler
015eeaaccb
Whoooooops! Fixing mistaken date from yesterday!!!
2005-07-22 07:03:04 +00:00
moodler
744d60e6bb
Ethem made some mistakes here
...
- made some new tables and other changes for this module in STABLE
- used a database to store language strings
- made changes that required CORE changes in STABLE to work
I'm resetting this module to how it was in Moodle 1.5 ... Ethem if you
could reapply any FIXES only to this module then we can look at how to
add currencies properly in 1.6.
2005-07-22 06:57:54 +00:00
stronk7
691a3375a2
Now paging of older versions is showed and working properly. It was
...
really buggy! One string added to wiki lang file too. Bug 3750.
(http://moodle.org/bugs/bug.php?op=show&bugid=3750 )
2005-07-21 23:38:07 +00:00
stronk7
ade1548ded
Try to maintain user preferences synchronised between DB and $USER.
2005-07-21 18:46:42 +00:00
moodler
d928302750
Use clone when copying this variable, just to be safe.
2005-07-21 16:43:30 +00:00
moodler
9bb3bc4e98
Run the online assignment cleanup code automatically on an upgrade. (SE)
2005-07-21 11:00:34 +00:00
moodler
6be6289f54
Fixes database errors from faulty Journal to Online Assignment upgrade code
...
from 1.4 to 1.5.1
Script can be run at any time.
(SE)
2005-07-21 10:59:29 +00:00
moodler
0f7f8271ba
file oacleanup.php was added on branch MOODLE_15_STABLE on 2005-07-21 10:59:29 +0000
2005-07-21 10:28:30 +00:00
thepurpleblob
ac00624f97
Fixed bug where path to exported file could be incorrect in non en languages.
2005-07-21 09:25:29 +00:00
thepurpleblob
96157e7986
Tidy up of import/export function layout to match coding standard
2005-07-21 08:48:48 +00:00
defacer
b586f7cda2
All this time, table_column() didn't handle CHAR fields correctly! :o
2005-07-20 17:42:55 +00:00
moodler
7c109f7b2c
file grades.php was added on branch MOODLE_15_STABLE on 2005-09-03 07:51:57 +0000
2005-07-20 17:29:29 +00:00
defacer
18e4e2d5c7
Fix for bug 3637:
...
Certain obscure cases of using PHP accelerators (probably has to do with
OS and PHP version as well, but it's not certain) caused an error to be
displayed when importing data from "local pagelib" files with "debug" turned
on. The error was bogus, but error() stopped the page from being displayed.
Thanks to James P. Dugal the from University of Louisiana at Lafayette for
identifying and helping to solve the problem!
2005-07-20 17:22:13 +00:00
moodler
c94bf7e55a
Whoops, forgot to check this in
2005-07-20 16:36:50 +00:00
thepurpleblob
486ca471fb
Remove long answer check - does not seem to be requires as db field is 'text'
...
Fixed notices caused by uninitialised $question variable
2005-07-20 08:01:17 +00:00
moodler
1c36cd23bd
Fixed paging on forum search
2005-07-20 06:42:02 +00:00
moodler
4452e1ace9
Fix for finding multi-line links in HTML code
...
Thanks German! http://moodle.org/mod/forum/discuss.php?d=27630
2005-07-20 01:55:00 +00:00
defacer
309ed997b3
Slight "correctness" correction.
2005-07-19 23:43:42 +00:00
thepurpleblob
5c15bd839f
Empty feedback array added for multiple choice questions, needed by underlying
...
quiz library.
Still some notices in this that need looking at
2005-07-19 07:59:16 +00:00
patrickslee
9021f8168a
Fixed when $cm is NULL, postgres still reports error. From HEAD
2005-07-18 22:41:48 +00:00
ethem
1cfdb3c2c9
httpsrequired for credit card pages.
2005-07-18 17:12:18 +00:00
michaelpenne
6b8fdfd03e
Fixed bug with displaying the gradebook when it is only set to show percent to students
...
as described here http://moodle.org/mod/forum/discuss.php?d=27521
thanks to Nikki Macfarlane for detailed info
2005-07-18 15:51:44 +00:00
ethem
4b4f3038e1
Merged updates from stable
2005-07-18 09:32:33 +00:00
martignoni
6a9c9a090b
Merge from head
2005-07-16 13:10:15 +00:00
mindforge
d4a87bc0a1
Synchronized with 1.6 version.
2005-07-16 11:17:19 +00:00
mindforge
5617a70288
Removed redundant ->order field from randomsamatch.
2005-07-16 11:13:43 +00:00
mindforge
08bdd05d61
Made sure that the answers are compared in the order they are provided by the question editor (ORDER BY id ASC), so that an asterisk can be used to catch any incorrect responses in order to provide feedback.
2005-07-16 10:47:39 +00:00
defacer
73b60981af
Robustness check from Marko Korhonen (bug 3751):
...
Don't print a warning if $rss->items is empty.
2005-07-16 00:16:26 +00:00
moodler
9f02856794
Bump!
2005-07-15 19:55:02 +00:00
moodler
64a129a4f6
Checking in changed files. Wierd merge but files all look OK :-/
2005-07-15 19:46:48 +00:00
moodler
7e6bc94ad2
This merge went wierd ... files with no diffs coming up as changed
2005-07-15 19:31:05 +00:00
moodler
b498108933
Updates
2005-07-15 19:19:36 +00:00
moodler
472a880aac
Merged updates from head
2005-07-15 18:50:16 +00:00
moodler
d0f6d395cf
Merged some changes from HEAD
2005-07-15 18:41:01 +00:00
moodler
5beaf7799d
Added MP3 player
2005-07-15 18:40:04 +00:00
moodler
23d27ffd09
Added Andy's latest MP3 player (fixes the ID3 non-display problem)
2005-07-15 18:37:15 +00:00
moodler
6a0ecb49b9
Added release notes for 1.5.2
2005-07-15 18:22:58 +00:00
moodler
1989dfae9c
Assignment is now a good citizen and will install new submodules nicely
2005-07-15 17:26:21 +00:00
moodler
1ef5fb3886
Added capability for Moodle to upgrade activity submodules automatically
2005-07-15 17:22:51 +00:00
moodler
78275891b4
Avoid using $USER->lastIP, to avoid wierd case problem with different db
...
http://moodle.org/mod/forum/discuss.php?d=18662
2005-07-15 16:30:02 +00:00
moodler
036110e055
Reduced fields for config_plugins from 255 to 100
...
http://moodle.org/mod/forum/discuss.php?d=26794#129389
2005-07-15 13:03:20 +00:00
stronk7
b7ab75c6bf
Added .required to show some boxes properly.
2005-07-15 11:36:35 +00:00
stronk7
8886ee0942
Updated preventpassindb to work properly.
...
(sometimes db password wasn't being updated
to 'not cached' properly).
2005-07-15 11:11:08 +00:00
stronk7
5d789427fe
Bump. Now signup page is 100% HTTPS if required.
2005-07-15 00:25:27 +00:00
stronk7
c11e28959d
Bump. Now change password page is 100% HTTPS if required.
2005-07-15 00:16:30 +00:00
stronk7
87d7fdc584
Bump. Now forgot password page is 100% HTTPS if required.
2005-07-15 00:09:52 +00:00
ikawhero
0e48704206
Use absolute path name for include. Bug 3660.
2005-07-15 00:04:08 +00:00
stronk7
a4e53fb1f4
Added HTTPSPAGEREQUIRED support to some mail functions.
2005-07-15 00:00:07 +00:00
stronk7
5e7012bc32
Bump. Now login page is 100% HTTPS if required.
2005-07-14 22:52:48 +00:00
stronk7
8fdba9a133
Core changes finished. Now javascripts URLs support
...
HTTPSPAGEREQUIRED properly. Ready to start protecting pages.
2005-07-14 22:33:45 +00:00
stronk7
7facd141a8
Some minor changes in print_header() and page_id_and_class()
...
to dinamically support HTTPSPAGEREQUIRED pages.
2005-07-14 22:27:59 +00:00
stronk7
9c87a260b6
HTTPSPAGEREQUIRED and CFG->httpswwwroot added to
...
support 100% SSL pages.
2005-07-14 20:09:10 +00:00
urs_hunkler
8ae05f2387
fixed Bug #3529 - Round corners break slightly in a block with an optional title bar in edit mode. samuli's proposal was perfect.
2005-07-14 19:48:03 +00:00
stronk7
4de514f468
Add the httpsrequired() function to be 100% SSL in some pages.
2005-07-14 19:39:23 +00:00
urs_hunkler
5d87b5d826
added ".mod-scorm" before all properties to focus their action on the scorm module. Otherwise the properties can produce strange effects at other moodle pages.
2005-07-14 19:04:34 +00:00
urs_hunkler
c6dd61eb2d
reduced the lineheight of the links in the sideblock to the same size the text.
2005-07-14 18:01:51 +00:00
urs_hunkler
b70ba1648d
removed unused files
2005-07-14 16:32:06 +00:00
mindforge
83ba3e7007
Fixed a redundant use of ->order.
2005-07-14 16:26:54 +00:00
urs_hunkler
172d47a14c
updated the theme. optimized it for display on pda and smartphone with the browser configured to rearange the page elements among each other. Tested on a Sony TH55 PDA with the NetFront browser.
2005-07-14 16:26:25 +00:00
moodler
c54473ea39
Merged fix for bug 3181 from head
2005-07-14 16:01:23 +00:00
stronk7
191e4336d1
One help string corrected.
2005-07-14 15:43:28 +00:00
stronk7
2a0bb0af92
Interface for SC#106
2005-07-14 15:20:40 +00:00
stronk7
208af78ccd
SC#106
2005-07-14 15:16:03 +00:00
mindforge
11cbf773ea
Minor improvements to match and multianswer.
2005-07-14 12:04:55 +00:00
moodler
1ae1e84ec5
Allow Altavista in as guest too
2005-07-14 04:16:04 +00:00
moodler
4714df2e67
file editingacomment.html was added on branch MOODLE_15_STABLE on 2005-07-15 19:45:41 +0000
2005-07-14 02:38:11 +00:00
moodler
97d8cdf4f6
file editingacomment.html was added on branch MOODLE_15_STABLE on 2005-07-15 19:45:38 +0000
2005-07-14 02:38:11 +00:00
julmis
f7a669d89c
Do not intercept ctrl + v in gecko and let browser's own editor to handle it.
...
It's a bubblegum fix but partly takes care of pasting problem in Mozilla/Firefox
2005-07-13 20:52:12 +00:00
bobopinna
f8a6a83698
The new xml parsing class
2005-07-13 20:13:45 +00:00
bobopinna
28a774b13e
Fixed some manifest parsing problems and a structure display bug
2005-07-13 20:11:56 +00:00
gustav_delius
901d0f94a8
old version tried to use $CFG before loading config.php
2005-07-13 16:55:15 +00:00
moodler
e80ca6fb8d
Allow Babelfish in to translate
2005-07-13 16:40:48 +00:00
moodler
b8b0f6dbe9
file regrading.html was added on branch MOODLE_15_STABLE on 2005-07-15 19:45:41 +0000
2005-07-13 16:25:42 +00:00
moodler
687a4c0557
file regrading.html was added on branch MOODLE_15_STABLE on 2005-07-15 19:45:38 +0000
2005-07-13 16:25:41 +00:00
moodler
c322b22437
Allow userid to be left out when calling this page
2005-07-13 14:20:29 +00:00
mindforge
be66bb9645
Fix for the multiple addslashes issue described in http://moodle.org/mod/forum/discuss.php?d=27171#128398
2005-07-13 12:43:41 +00:00
dlnsk
b6c8102625
Added
2005-07-13 08:12:12 +00:00
michaelpenne
9aca363c1a
Bug 3531 fixed
2005-07-12 23:09:47 +00:00
skodak
6bb0231b7b
fixed up link when selecting
2005-07-12 19:26:59 +00:00
skodak
acef19a1e7
fixed submission logging, email notification for online
2005-07-12 19:14:23 +00:00
skodak
42dc0e903b
removed file pop-ups
2005-07-12 18:58:01 +00:00
skodak
14637fc14f
removed file pop-ups 2
2005-07-12 18:51:45 +00:00
moodler
0b4362228b
Gah, now it's fixed properly
2005-07-12 17:09:48 +00:00
moodler
9abb5a2390
file nattachments.html was added on branch MOODLE_15_STABLE on 2005-07-15 19:45:41 +0000
2005-07-12 16:59:40 +00:00
moodler
003991588b
file nattachments.html was added on branch MOODLE_15_STABLE on 2005-07-15 19:45:38 +0000
2005-07-12 16:59:40 +00:00
skodak
7f8337032d
removed file pop-ups
2005-07-12 15:36:08 +00:00
moodler
c41a30806a
Fixed my fix from earlier
2005-07-12 15:09:48 +00:00
skodak
54902ff056
fixed html emails
2005-07-12 14:35:29 +00:00
skodak
854e6f0b2c
unset unmodified text fields SC#140 + popup fix
2005-07-12 13:06:56 +00:00
moodler
641649b051
FIxed bug 3383 ... intro texts no longer center-justified in standard
2005-07-12 12:40:00 +00:00
moodler
bc6c0782e9
Fix for problem with lang names containing 8 Thanks Eloy
2005-07-12 12:26:55 +00:00
moodler
0ef1487687
Fix for bug 3736
2005-07-12 11:36:50 +00:00
moodler
e1ace7dd20
Trim comment to remove extra space before using in Javascript statements
2005-07-12 09:48:42 +00:00
moodler
7e78d96097
Better yet, don't update student text at all
2005-07-12 09:03:29 +00:00
moodler
27619c6598
FIxed the problem with online assignments containing quotes
2005-07-12 09:00:27 +00:00
skodak
6ba567ac63
new parameter forcedownload
2005-07-12 08:01:59 +00:00
moodler
5bccb31ec7
Escaped text output during relinking, as per SC 139
2005-07-12 07:53:02 +00:00
moodler
efed457566
Added escaping of possible raw HTML displayed to admins SC139
2005-07-12 07:42:43 +00:00
moodler
f20d4d22e9
Journal is disabled by default on new installations
2005-07-12 07:10:41 +00:00
moodler
e92893695d
Corrected the journal -> Assignment upgrade!!! :-(
2005-07-12 06:56:22 +00:00
moodler
fa19bf31ea
file agreeassessments.html was added on branch MOODLE_15_STABLE on 2005-07-15 19:45:41 +0000
2005-07-11 16:37:50 +00:00
moodler
5e816a727e
file agreeassessments.html was added on branch MOODLE_15_STABLE on 2005-07-15 19:45:38 +0000
2005-07-11 16:37:50 +00:00
gustav_delius
ae89234a65
Undid some of Julian's changes that refer to a non-existent database field.
2005-07-11 14:20:42 +00:00
moodler
65c8ff4d85
file assessmentend.html was added on branch MOODLE_15_STABLE on 2005-07-15 19:45:41 +0000
2005-07-11 04:48:19 +00:00
moodler
8a699d416d
file assessmentend.html was added on branch MOODLE_15_STABLE on 2005-07-15 19:45:38 +0000
2005-07-11 04:48:19 +00:00
skodak
c1bf1d81a9
fixed resubmit logic and students can review their online assignment through file.php
2005-07-10 18:40:55 +00:00
skodak
0c2a8be918
fixed bug 3606, thanks Ilshat Fattakhov
2005-07-10 17:30:32 +00:00
moodler
0e5947dc2f
file showinggrades.html was added on branch MOODLE_15_STABLE on 2005-07-15 19:45:41 +0000
2005-07-10 15:27:08 +00:00
moodler
231765c8ba
file showinggrades.html was added on branch MOODLE_15_STABLE on 2005-07-15 19:45:38 +0000
2005-07-10 15:27:08 +00:00
mindforge
fe97411051
Improved error message, again.
2005-07-10 12:53:19 +00:00
mindforge
cdb21087da
Fixed an error message that contained a reference to an old object.
2005-07-10 12:42:42 +00:00
stronk7
a74f39abcb
The hardcode limit of 1000 was breaking long pages display in Moodle.
...
I've changed it to a variable limit depending of the page lenght. Bug 3039.
(http://moodle.org/bugs/bug.php?op=show&bugid=3039 )
2005-07-09 16:39:46 +00:00
skodak
82ff36e758
fixed $posthtml - see bug#3868
2005-07-09 13:36:38 +00:00
moodler
1d68b9b631
file handlingofretakes.html was added on branch MOODLE_15_STABLE on 2005-07-15 19:45:40 +0000
2005-07-09 13:09:37 +00:00
moodler
0c51f82bba
file handlingofretakes.html was added on branch MOODLE_15_STABLE on 2005-07-15 19:45:37 +0000
2005-07-09 13:09:36 +00:00
skodak
eaf0b2d89f
fixed grading bug#1517 and some other typos
2005-07-09 12:31:01 +00:00
skodak
47bd45c3f7
fixed 'AS' for PostgreSQL
2005-07-09 09:40:46 +00:00
skodak
0ab0450f92
fixed ';;'
2005-07-09 09:03:15 +00:00
skodak
de59c77a9b
fixed PostgreSQL warning
2005-07-09 08:21:54 +00:00
skodak
9e6091197b
fixed s() p() for values false, number 0, and string '0'; '' from s() caused troubles in PostgreSQL
2005-07-09 07:12:41 +00:00
skodak
ca478f374d
fixed resubmit logic
2005-07-09 06:59:44 +00:00
moodler
fe859633e8
file navigation.html was added on branch MOODLE_15_STABLE on 2005-07-15 19:46:14 +0000
2005-07-08 15:51:00 +00:00
moodler
6e66067f5f
file analysistable.html was added on branch MOODLE_15_STABLE on 2005-07-15 19:46:14 +0000
2005-07-08 15:51:00 +00:00
moodler
2c5ed3d234
file reportselector.html was added on branch MOODLE_15_STABLE on 2005-07-15 19:46:14 +0000
2005-07-08 15:51:00 +00:00
moodler
58314eeec4
file mods.html was added on branch MOODLE_15_STABLE on 2005-07-15 19:46:14 +0000
2005-07-08 15:51:00 +00:00
moodler
7c789e82c1
file mediaplayers.html was added on branch MOODLE_15_STABLE on 2005-07-15 19:46:14 +0000
2005-07-08 15:51:00 +00:00
moodler
75f8ac4310
file forceplugins.html was added on branch MOODLE_15_STABLE on 2005-07-15 19:46:14 +0000
2005-07-08 15:51:00 +00:00
moodler
efda10c098
file index.html was added on branch MOODLE_15_STABLE on 2005-07-15 19:46:14 +0000
2005-07-08 15:51:00 +00:00
moodler
86756eef37
file responsestable.html was added on branch MOODLE_15_STABLE on 2005-07-15 19:46:14 +0000
2005-07-08 15:51:00 +00:00
moodler
9ccba19a12
file outputformat.html was added on branch MOODLE_15_STABLE on 2005-07-15 19:46:14 +0000
2005-07-08 15:51:00 +00:00
moodler
b26eb35a28
file shownextquiz.html was added on branch MOODLE_15_STABLE on 2005-07-15 19:46:14 +0000
2005-07-08 15:51:00 +00:00
mindforge
42c19f0e8d
Fix for bug #3707 .
2005-07-08 11:37:55 +00:00
mindforge
c1b6ab8118
Fixed bug described in http://moodle.org/mod/forum/discuss.php?d=26880 (missing addslashes before DB insert).
2005-07-08 10:17:27 +00:00
stronk7
4027500f9d
Updated to 1.5.1
...
Merged from HEAD
2005-07-08 08:17:13 +00:00
moodler
52bc379ce5
Added HR
2005-07-08 07:43:49 +00:00
moodler
11fe3a4d74
Change && to AND to help PostgreSQL
2005-07-08 07:40:57 +00:00
moodler
5f2099b846
Merged from HEAD
2005-07-08 07:32:09 +00:00
defacer
df1cbe9f48
Three improvements:
...
1. $nomoodlecookie = true. I just found out about this undocumented(?) hack(?)
in lib/setup.php which is the perfect way to suppress some warnings. We
don't need a session cookie for the chatd.
2. If allow_call_time_pass_reference is Off, socket_getpeername can't work.
3. Suppress "call time pass by reference is deprecated" messages for
socket_getpeername, we don't have any choice here.
2005-07-08 03:50:30 +00:00
gustav_delius
a26a0e25dd
A better fix for bug 3520
2005-07-08 00:14:13 +00:00
stronk7
1ab72c8499
Latest changed applied.
...
Merged from HEAD (for 1.5.1)
2005-07-07 22:43:37 +00:00
gustav_delius
4fad07671c
Fixed bug 3520
2005-07-07 18:07:09 +00:00