skodak
294ce9870f
MDL-15189 magic quotes finally removed
2008-06-09 16:53:30 +00:00
nicolasconnault
407caeeb4b
MDL-15105 Upgraded choice module to new dmllib syntax. Tested, and fixed a minor bug in report.php, for ODS export.
2008-06-04 06:42:54 +00:00
skodak
cd655b33f9
MDL-15095 towards restore lib dml conversion
2008-06-03 23:35:50 +00:00
skodak
9db7dab2ca
MDL-15095 towards restore lib dml conversion
2008-06-03 22:36:54 +00:00
skodak
c18269c7e5
MDL-14679 towards modform conversion
2008-06-01 21:36:11 +00:00
skodak
7cac0c4b2b
MDL-14679 fixed references to mod.html
2008-06-01 19:09:13 +00:00
skodak
579d45b434
MDL-14679 converted some get courses
2008-06-01 18:12:24 +00:00
skodak
219f652b91
MDL-14679 upgrade $DB conversion
2008-05-31 18:05:42 +00:00
sam_marshall
db880aea30
MDL-15015: oops, had one extra line in the HEAD version
2008-05-27 10:22:07 +00:00
sam_marshall
c75ba879bb
MDL-15015: Choice limited answers don't work with group mode
2008-05-27 10:16:25 +00:00
dongsheng
c72813552a
"MDL-14129, fix print_error call"
2008-05-23 07:03:17 +00:00
thepurpleblob
cb4db90d27
MDL-14945
...
MDL-14946
Now checks properly for mod/choice:deleteresponses and mod/choice:downloadresponses
2008-05-22 10:13:55 +00:00
skodak
f33e1ed4ae
MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs
2008-05-15 21:40:00 +00:00
dongsheng
5a2a53316f
MDL-14129, remove all the other error() call
2008-04-04 02:54:20 +00:00
danmarsden
55963a3a29
MDL-13892 partial fix - check var first before using!
2008-03-11 19:01:34 +00:00
danmarsden
a5f35b9f5b
MDL-13812 choice options not shown when limit enabled.
2008-03-06 19:56:29 +00:00
moodler
99058191c6
Merged version bumps for release 1.9
2008-03-03 11:49:34 +00:00
moodler
5d9d5227ad
Merged MDL-13478 Cleaned up some variables
2008-03-03 05:24:55 +00:00
moodler
c2a4d0169b
Merged MDL-13753 to add percentages
2008-03-03 05:12:22 +00:00
moodler
a61e418846
MDL-13478 Fixing a botched merge
2008-03-03 04:42:01 +00:00
moodler
7b360f33af
MDL-13478 Merged from 1.9
2008-03-03 04:36:32 +00:00
danmarsden
eabb4dd694
MDL-13478 performance fixes.
2008-02-29 11:53:38 +00:00
skodak
c01a1ce0f2
MDL-13158 choice/index.php only return values for choices in the current course.; merged from MOODLE_19_STABLE
2008-02-26 23:19:58 +00:00
danmarsden
47ab6f83bb
MDL-13478 choice results using too much memory. - improves performance when not showing the unanswered column. - also tidies up a few checks which aren't needed.
2008-02-18 19:52:33 +00:00
moodler
392763dfda
Merged tidyup of indenting
2008-02-15 02:43:38 +00:00
skodak
1f106b3f1d
MDL-13155 once more - reverting mod/xx/index.php to use get_all_instances_in_courses() again, should be now nearly the same as in 1.8.x ;-) merged from MOODLE_19_STABLE
2008-02-05 21:40:21 +00:00
danmarsden
9d265d3747
MDL-6373 add MyMoodle support for Choice module. - thanks to Stephen Bourget for partial code.
2008-02-04 22:13:01 +00:00
skodak
76cbde4138
MDL-12945 changing get_fast_modinfo() section property to sectionnum to prevent conflicts with real cm->section; full recent activity speedup when printing user pictures in forum; merged from MOODLE_19_STABLE
2008-02-01 14:10:49 +00:00
skodak
52ae8c057a
MDL-12945 fixing mod indexes broken by previous commit; merged from MOODLE_19_STABLE
2008-02-01 09:09:04 +00:00
moodler
2760f205c9
Merged $current notice from 1.9
2008-01-25 06:31:15 +00:00
skodak
dd97c32868
MDL-12945 a slightly bigger patch for performance in recent activity and various group related issues + some other fixes - see list of subtasks in tracker; merged from MOODLE_19_STABLE
2008-01-24 20:33:50 +00:00
danmarsden
3c56a7cc93
fix for MDL-7128 - hide save button when options are all full. and tidy up of old is_guest call
2008-01-18 00:32:31 +00:00
danmarsden
06d5e7f08b
MDL-12331 prevent hidden role assignments from being shown in the unanswered column of the choice, but still allow them to be shown if they have selected a choice.
2008-01-17 23:02:57 +00:00
danmarsden
ba85f6cebc
MDL-12890 - patch that allows doanything users to submit a choice, but not shown in the unanswered column.
2008-01-16 18:50:20 +00:00
poltawski
5c88048813
MDL-12890 - differing values for number of choice responses link to what is
...
displayed
merged from MOODLE_19_STABLE
2008-01-10 14:08:19 +00:00
tjhunt
89d7d96279
MDL-12546 - The choice module was calling get_users_by_capability, which hammers the database and returns lots of data, inside a loop over users - and it was calling it with identical parameters each time. Ouch!
...
Actually, since the fix for MDL-12331, which changed the get_users_by_capability call at the top of this function, the check it was doing is entirely redundant anyway, so I removed it.
Merged from MOODLE_19_STABLE.
2007-12-11 18:49:56 +00:00
skodak
0b5a80a1a5
MDL-7028 rewritten course reset + forum role_unassign cleanup fixes; merged from MOODLE_19_STABLE
2007-11-29 14:43:04 +00:00
toyomoyo
fb656c9f40
MDL-12331, hidden teacher should not be displayed in choice results
2007-11-26 06:01:26 +00:00
skodak
a78890d593
MDL-12133 validate() method tidying up; merged from MOODLE_19_STABLE
2007-11-23 22:15:07 +00:00
poltawski
08aeb4aa2e
MDL-12070 - PARAM_CLEANHTML strips magic quotes..
2007-11-08 22:19:47 +00:00
poltawski
39504b69f9
MDL-12070 - re-enable the use of HTML in choice options
...
Merged from MOODLE_18_STABLE
2007-11-08 18:32:09 +00:00
poltawski
b18921676e
MDL-11124 - Allowed 'There are no [modulename]' translations. This is currently
...
hardcoded and can be discovered through the user interface resonably easily.
Merged from MOODLE_19_STABLE
2007-10-29 10:44:50 +00:00
danmarsden
770778a502
missed one line.
...
Fix for MDL-10085 and MDL-8118 Problem with number of Responses in choice wrong, and displayed users incorrect on results.
2007-10-29 00:21:53 +00:00
danmarsden
97b294f8c4
Fix for MDL-10085 and MDL-8118 Problem with number of Responses in choice wrong, and displayed users incorrect on results.
2007-10-28 23:25:54 +00:00
danmarsden
41daad7675
MDL-11397 bug with IE 6 not displaying anonymous results correctly.
...
- also fix for XHTML Strict.
2007-10-24 21:27:26 +00:00
danmarsden
19e559e4bc
Fix for MDL-9666 totals don't appear when full names are shown.
2007-10-22 21:49:58 +00:00
danmarsden
8c74e3f676
fix for MDL-11063 - thanks to Wen for the patch.
2007-10-22 21:25:06 +00:00
tjhunt
38e179a4ed
MDL-11741 - Convert core modules to take advantage of recent improvements to build_navigation.
...
This check-in removes about 400 lines of code. I hope I have not screwed anything up. I would be grateful if people could review this change, and keep an eye on the navigation bar in modules.
Any navigation bar bugs you find in the near future, feel free to file them in the tracker and assign them to me. Thanks.
If not to many problems are found, I think I would like to backport this to 1.9 stable, but I am not sure that is a good idea. Opinions to the General Developer Forum please. I am about to start a thread there.
2007-10-12 15:55:49 +00:00
skodak
f2e4a0818a
preparation for 1.9 beta 2 - setting correct requires in mods and plugins
2007-10-10 16:09:17 +00:00
iarenaza
0baafc173a
Fix MDL-11632: Multiple files with emtpy lines outside PHP open/close tags
...
There are multiple issues with Moodle files containing empty or blank lines
(lines consisting of white spaces or tabs only) and/or white space before or
after the PHP open and close tags, notably with config.php and theme files.
2007-10-09 21:43:28 +00:00