martinlanghoff
8632e95b13
Bug fix: 'off by one'month bug in mupltiple locations.
...
When the system/user time zone was set to GMT-13 months would lag behind by
one month.
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-13 05:05:56 +00:00
nicolasconnault
20414f20ff
Replaced all instances of old if(): else: endif; syntax with proper braces
2007-04-13 03:46:49 +00:00
nicolasconnault
65c78f2904
MDL-9220 Only fixed 1.8, since 1.7 doesn't seem affected.
2007-04-13 02:41:43 +00:00
nicolasconnault
fdaeef002a
MDL-9273 Applied suggested fix
2007-04-13 01:59:24 +00:00
nicolasconnault
3cba887fca
Fixed a typo introduced by Tim Hunt in revision 1.85.2.11. No hard feelings :-)
2007-04-13 01:24:31 +00:00
tjhunt
0ece80c088
MDL-9325 - mod/quiz:ignoretimelimits does not work.
This is a really horrific short-term fix to a problem not of my making.
2007-04-12 22:16:20 +00:00
stronk7
e3494d2af5
mnethosturl was never being restored. Detected while checking MDL-9309
2007-04-12 22:16:10 +00:00
skodak
5aeaecaa1e
MDL-9324 group assignment does not work in uploaduser script
2007-04-12 21:29:38 +00:00
tjhunt
379447d88f
MDL-5799 - quiz previews were sometimes showing up in the quiz overview report. Merged from MOODLE_18_STABLE.
2007-04-12 20:11:32 +00:00
stronk7
54b6d16e8c
Fixing typo causing some (a few) sites to break on upgrade. Credit
...
goes to Rafa Gutierrez. MDL-9316
Merged from MOODLE_17_STABLE
2007-04-12 15:33:10 +00:00
jamiesensei
bfeb2678df
making notifytiny style a little bigger
2007-04-12 15:08:15 +00:00
csantossaenz
4c5b0669a0
Fixed problem for the Moodle 1.7 scorm packages which didn't show the structure when you updated your version to 1.8. Now is possible to access to that structure and to each sco as well.
2007-04-12 09:27:22 +00:00
csantossaenz
312191a8e9
Fixed problem with scorm_get_sco to connect with the API when there is no data in the scorm_scoes_data table.
2007-04-12 09:22:20 +00:00
nicolasconnault
ade44744d7
Added a few more comments
2007-04-12 05:56:30 +00:00
nicolasconnault
7ae190c397
Typo, sorry
2007-04-12 05:00:25 +00:00
nicolasconnault
b9a7a37ec0
Converted all function comments to PHPdoc style, and added stub phpdocs for functions without comments.
2007-04-12 04:21:41 +00:00
nicolasconnault
f52c8e3912
MDL-9223 Fixed a coding error: $group->id changed to $discussion->groupid
2007-04-12 02:22:31 +00:00
toyomoyo
ef52b6a434
MDL-9291, temporarily disabling blog this link
2007-04-12 02:16:00 +00:00
martinlanghoff
34177c462c
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:42:05 +00:00
mjollnir_
77d5965638
merged: fixing warnings in stats lib - rather than doing an include_once and noticing for every missing mod, check the file exists first from MOODLE_16_STABLE, and fixed up some weirdness in the reports
2007-04-11 23:59:11 +00:00
mjollnir_
8a4f91b671
merged: fixing warnings in stats lib - rather than doing an include_once and noticing for every missing mod, check the file exists first from MOODLE_16_STABLE, and fixed up some weirdness in the reports
2007-04-11 23:53:14 +00:00
tjhunt
b930d5a83b
MDL-9082 - moodle/question:manage does not let you create questions. Also:
* remove useless option from print_question_icon
* use the right module context in question_list
* a bit of XHTML strrrict in question_list
2007-04-11 22:56:50 +00:00
tjhunt
92b904642a
MDL-9244 - If a question type provides both an old style editquestion.php and a new style moodle form, then use the moodle form. It was doing the opposite, which broke things for people who upgraded by untarring a new distribution over their old one.
2007-04-11 21:19:48 +00:00
tjhunt
724dbf2d0c
MDL-9079 - Paging broken in quiz overview report. Merged from MOODLE_17_STABLE.
2007-04-11 20:38:08 +00:00
tjhunt
7ed1828798
MDL-9280 - JavaScript countdown timer did not work in 1.8 due to XHTML strict changes.
Also, fixing a few more XHTML strrrrict things in attempt.php
2007-04-11 20:06:57 +00:00
tjhunt
12ff34e245
MDL-9303 - General Feedback not shown for essay questions on review screen. Merged from MOODLE_17_STABLE.
2007-04-11 19:04:59 +00:00
skodak
a26c09be05
MDL-9297 - fixed broken mnet logout caused by my auth refactoring
2007-04-11 14:01:03 +00:00
skodak
f2c2aeff2d
MDL-9296 removing forgotten debug code in admin/mnet/trustedhosts.php
2007-04-11 13:21:09 +00:00
skodak
3f833b914c
MDL-9286 Incorrect setting of defaults for rpc_negotiation_timeout
2007-04-11 13:00:10 +00:00
thepurpleblob
75b5701ae7
MDL-9123:
...
Added language string for error message
2007-04-11 12:16:06 +00:00
thepurpleblob
146b8728c7
MDL-9123:
...
No check was made of the validity of the category id read from the form.
So it could theoretically have been spoofed.
2007-04-11 10:57:21 +00:00
skodak
f032cd818e
MDL-9287 missing resultset check in mnet config_form()
2007-04-11 08:49:56 +00:00
skodak
9244a6be27
MDL-9286 Incorrect setting of defaults for rpc_negotiation_timeout
2007-04-11 08:45:22 +00:00
nicolasconnault
4d69204037
MDL-9241 Fixed a typo: used if($mimetype = 'application/x-pdf') instead of ==
2007-04-11 06:14:35 +00:00
nicolasconnault
479206f6ff
MDL-9213 Corrected $forum->format to $forum->type
2007-04-11 01:03:42 +00:00
donal72
d4c97b77a5
MNET: Uninitialised variable $timenow. Should be time()?
2007-04-10 22:20:07 +00:00
skodak
6b68f4e53b
MDL-9075 utf-8 bom is now stripped from uploaded users cvs file
2007-04-10 15:30:51 +00:00
skodak
7ec5b06656
MDL-7888 rewritten email alerts to graders - "mod/assignment:grade" permission is now used instead of legacy teacher; it should also fix missing alerts when using separate groups
2007-04-10 14:49:36 +00:00
csantossaenz
445cebbdaa
Removed some messages that were shown with unnecessary data
2007-04-10 14:21:29 +00:00
toyomoyo
ac326d2f3b
fix for MDL-9238, users assigned to a role at category-level don't view the courses of the subcategories
2007-04-10 08:56:59 +00:00
toyomoyo
cf4a318f80
fix for MDL-9268
2007-04-10 04:21:48 +00:00
moodler
d4c1b75664
Automatic installer.php lang files by installer_builder (20070410)
2007-04-10 03:34:39 +00:00
mjollnir_
9076a56953
Merged from MOODLE_17_STABLE:
...
add support for https source for popups
previously fullscreen.php tried to load any javascript files that were
running in the popup's parent.
If the source of the script didn't start with "http:" it was assumed
that it must be a relative path. This caused problems when it tried to
make it into an absolute path.
Fixed Regex to include support for https
Credit: Peter Bulmer <peterb@catalyst.net.nz>
2007-04-09 20:39:41 +00:00
skodak
315184aeee
MDL-9216 has capabilitiy does not respect doanything if admin userid specified and $USER is not admin
2007-04-09 11:10:26 +00:00
stronk7
d76f66dde9
Better approach. Use higher level MetaIndexes() and avoid some MySQL warnings. MDL-9256
2007-04-09 00:09:50 +00:00
stronk7
4f3f057884
Now MySQL looks for existing index names. MDL-9256
2007-04-08 22:56:23 +00:00
mark-nielsen
c020af7119
Fix for MDL-9250
2007-04-08 20:55:23 +00:00
mark-nielsen
8a2366b231
Fix for MDL-8414 and some XHTML fixes
2007-04-08 20:47:23 +00:00
mark-nielsen
298f767799
Removing a "wtf" that someone else left in there
2007-04-07 19:21:31 +00:00
mudrd8mz
c711a66af2
Fixes MDL-9248 and two other untracked bugs.
...
* MDL-9248 - lang.php now keeps <, >, and other HTML entities
* There was an XHTML compliance error with redundant </form></div> tags in non-editable mode
* There was an bug with ORPHANed strings in local language pack
2007-04-07 18:22:57 +00:00