jamiesensei
|
88c8015ea0
|
fixing some problems with multichoice file link find and replace code for multichoice qtype.
|
2007-08-17 10:50:52 +00:00 |
|
jamiesensei
|
4119b7ba53
|
help file for new site files backup feature.
|
2007-08-17 10:47:49 +00:00 |
|
jamiesensei
|
863be1a95c
|
Added a help button to the backup form.
|
2007-08-17 10:03:18 +00:00 |
|
tjhunt
|
c389b50482
|
MDL-10863 - multichoice question type won't upgrade to 1.9 beta because MySQL sometimes treats enum constants case-insensitively.
|
2007-08-17 10:01:34 +00:00 |
|
jamiesensei
|
1a73a3d84e
|
Fixes for some notices because of unitialized vars and elements that may not be present in older backup xml.
|
2007-08-17 10:00:00 +00:00 |
|
tjhunt
|
af999b9095
|
Temporary fix for MDL-9356 becuase it was blocking a bug I needed to fix. Eloy, please review carefully when you get back from holiday.
|
2007-08-17 09:59:54 +00:00 |
|
jamiesensei
|
7c1c94872e
|
Fix for notice on first page of restore.
|
2007-08-17 09:53:00 +00:00 |
|
thepurpleblob
|
4433fff5a8
|
Moved check for plugin import/export to the start rather than the end
Merged from STABLE_18
|
2007-08-17 09:47:51 +00:00 |
|
toyomoyo
|
df6d3c66ae
|
merged fix for MDL-10037, hide hidden user's blogs from course view
|
2007-08-17 08:16:11 +00:00 |
|
skodak
|
24f41672ba
|
MDL-10383 - adding UI for new grouping settings into course and mod edit forms + fixed section handling on mod edit page + other minor cleanup
|
2007-08-17 08:05:04 +00:00 |
|
nicolasconnault
|
f1af7aaaf5
|
MDL-10870 All files updated to new build_navigation() method.
|
2007-08-17 07:25:47 +00:00 |
|
toyomoyo
|
d8c684de7e
|
replacing round() with number_format (for a number betweem 0-100), because round does not respect decimal places, e.g. round(90.50, 2) = 90.5
|
2007-08-17 06:28:12 +00:00 |
|
toyomoyo
|
54c7e5e064
|
removing old broken sql
|
2007-08-17 06:15:35 +00:00 |
|
nicolasconnault
|
66b079ae94
|
MDL-10870 Missed an instance of old nav in admin/lang.php
|
2007-08-17 05:19:20 +00:00 |
|
toyomoyo
|
3ace5ee456
|
merged fix for MDL-10856, mp3 filter does not work for uploaded html files
|
2007-08-17 04:57:52 +00:00 |
|
nicolasconnault
|
b0a16fbe6d
|
Fixed small glitch in admin->users->permissions->define roles page, where the manage tab didn't show as selected when that page was shown.
|
2007-08-17 04:43:45 +00:00 |
|
nicolasconnault
|
f3d3f3e809
|
MDL-10870 Missed an instance of old nav in login/index.php
|
2007-08-17 04:29:12 +00:00 |
|
moodler
|
2db01bec9e
|
Slight change to "show parent" link (backto how it was)
|
2007-08-17 03:42:07 +00:00 |
|
moodler
|
87a462eadb
|
Fixed navigation for forums where parents are chosen
|
2007-08-17 03:35:34 +00:00 |
|
toyomoyo
|
6488cec8ab
|
reversing a change that's making multiple mp3s not to work
|
2007-08-17 02:07:26 +00:00 |
|
jamiesensei
|
79bb720200
|
Fixed MDL-10855 'Calculated question error: undefined stdClass::$nextpageparam' and some other calculated question bugs.
|
2007-08-17 01:06:02 +00:00 |
|
skodak
|
778918fd71
|
MDL-10383 - some more refactoring/cleanup, enablegroupings experimental admin setting, tabs in groups UI
|
2007-08-16 21:14:03 +00:00 |
|
skodak
|
2d4376fd66
|
fixing syntax error
|
2007-08-16 20:29:42 +00:00 |
|
nicolasconnault
|
09cef06a10
|
MDL-10873 If both site default and user pref are empty for studentsperpage, we assume that paging is not wanted, so all paging functionality is switched off in the report.
|
2007-08-16 18:09:49 +00:00 |
|
nicolasconnault
|
4f8783fe91
|
MDL-10873 Now deleting the preference from user_preferences if the value submitted is empty. The grader report will then revert to the site default
|
2007-08-16 17:53:08 +00:00 |
|
nicolasconnault
|
65634a81b8
|
MDL-10853 Fixed this bug plus others in the resource class
|
2007-08-16 17:38:50 +00:00 |
|
nicolasconnault
|
a164fd5d80
|
MDL-10870 A few more fixes to the file.php page's navigation
|
2007-08-16 16:53:55 +00:00 |
|
skodak
|
178f965883
|
MDL-10383 - fixing missing else typo
|
2007-08-16 15:52:52 +00:00 |
|
nicolasconnault
|
73c24ef80b
|
MDL-10870 All files updated to new build_navigation() method.
|
2007-08-16 15:01:25 +00:00 |
|
skodak
|
5bf243d131
|
MDL-10383 - groups/groupings refactoring nearly finished ;-)
|
2007-08-16 11:06:48 +00:00 |
|
jamiesensei
|
610ef0930f
|
oops. Removed stray die; that was in the code for debug purposes.
|
2007-08-16 10:44:07 +00:00 |
|
nfreear
|
8946d96403
|
MDL-9890 "Help should be well-formed..." - replacing abused (nested) <blockquote> and <ul> with <div class="indent">, especially in install.html, and other validation errors.
|
2007-08-16 10:21:36 +00:00 |
|
skodak
|
62d6383803
|
MDL-10383 - groups/groupings refactoring and improvements - basic UI for groupings implemented
|
2007-08-16 09:28:18 +00:00 |
|
toyomoyo
|
baea72ec48
|
some changes for better capabilities list display
|
2007-08-16 08:48:53 +00:00 |
|
toyomoyo
|
56f8d57f76
|
added a string for category name
|
2007-08-16 08:36:35 +00:00 |
|
moodler
|
2150fe08e8
|
Fix some XHTML and untranslated text
|
2007-08-16 07:42:28 +00:00 |
|
moodler
|
bafc13f9aa
|
Fixed up some layout issues XHTML
|
2007-08-16 07:35:44 +00:00 |
|
moodler
|
63ddad295a
|
Fixed some XHTML problems
|
2007-08-16 07:29:27 +00:00 |
|
moodler
|
04cdca2926
|
Bumping to distinguish this from the Beta release
|
2007-08-16 06:50:23 +00:00 |
|
moodler
|
491d29002e
|
Automatic installer.php lang files by installer_builder (20070816)
|
2007-08-16 06:37:57 +00:00 |
|
ikawhero
|
c1d1549f03
|
New strings for custom profile fields.
|
2007-08-16 06:27:03 +00:00 |
|
toyomoyo
|
ab52e4fa0f
|
merged fix for MDL-10856, mp3 filter not working in uploaded html files
|
2007-08-16 05:29:13 +00:00 |
|
jamiesensei
|
ba18b21d2e
|
Fix for MDL-10852 Cannot edit existing questions
|
2007-08-16 05:25:00 +00:00 |
|
jamiesensei
|
ffba1f0bec
|
added some comments
|
2007-08-16 05:20:35 +00:00 |
|
jamiesensei
|
9f1017a0be
|
correct logic error that broke caching.
|
2007-08-16 05:19:33 +00:00 |
|
toyomoyo
|
3aafb7d9d2
|
merged fix for MDL-10818, do not display broken graph when user has no permission to view actities graph
|
2007-08-16 04:05:31 +00:00 |
|
moodler
|
82ebf2af31
|
Fixed a typo, thanks Joseph MDL-10866
|
2007-08-16 02:20:39 +00:00 |
|
skodak
|
ddff2fa806
|
MDL-10383 - yet more groups and groupigns refactoring, cleanup and bugfixing - grouping edit form now works
|
2007-08-15 23:51:07 +00:00 |
|
skodak
|
c4e953e69e
|
MDL-10383 - group edit form refactoring and minor bugfixing
|
2007-08-15 20:33:17 +00:00 |
|
skodak
|
2c386f82e5
|
MDL-10383 - deprecated get_groups(), user_group() and ismember()
|
2007-08-15 20:21:01 +00:00 |
|