Petr Skoda
9598d578bb
MDL-21420 modole_cfg converted to M.cfg
2010-01-21 22:19:46 +00:00
Petr Skoda
227255b802
MDL-21402 new js_writer abstraction + otehr minor improvements
2010-01-20 20:01:24 +00:00
Petr Skoda
9dec75dbcc
MDL-21240 shortened urls now start with / everywhere
2010-01-18 20:57:32 +00:00
Petr Skoda
c046747947
MDL-21240 simplified CSS handling in requirements manager
2010-01-18 20:02:13 +00:00
Petr Skoda
8afba50b84
MDL-21233 get_query_string() is definitely not recommended in new code, instead use moodle_url constructors with proper parameters; removed some more legacy url concatenation operations; realized out_action is not needed often, because we shoudl pass arounf moodle_url instances instead of old url strings
2010-01-17 10:54:13 +00:00
Petr Skoda
b9bc201962
MDL-21233 escaped parameter is far more importatnt than the overrideparams in out() method - especially all JS urls should be converted to out(false); also it is possible to create new url with overrided parameters in constructor which might be actually work around the double encoding problems in the url (we should never use the out() in moodle_url constructor itself!)
2010-01-17 09:50:55 +00:00
Petr Skoda
eb7880654f
MDL-21233 finally removed the omitquerystring parameters from the out method because: 1/ the least used parameter should nto be first, 2/ it is colliding with the other two paramters, now we have separate funtion for that instead
2010-01-17 09:37:30 +00:00
Petr Skoda
340d461269
MDL-21233 simplifying moodle_url->out() api
2010-01-17 09:18:11 +00:00
Petr Skoda
6ea66ff36c
MDL-21233 obviously input tag writing does not belong into the moodle_url class, moving to html_writer instead + simplifying api
2010-01-17 09:06:55 +00:00
Petr Skoda
6770330d17
MDL-21235 support for optgroups in select
2010-01-16 19:48:01 +00:00
Petr Skoda
d776d59ee2
MDL-21235 fixed select method name
2010-01-16 18:29:51 +00:00
Petr Skoda
4b9210f31b
MDL-21235 more conversion to new select
2010-01-16 18:25:51 +00:00
Petr Skoda
3ff163c597
MDL-21235 html_writer now supports select form elements
2010-01-16 17:00:22 +00:00
Petr Skoda
a685593466
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
2010-01-16 15:39:56 +00:00
David Mudrak
f9b827d86e
MDL-19937 workshop: migration of comments (no grading) strategy
2010-01-15 17:28:14 +00:00
David Mudrak
f5be71a379
MDL-19937 workshop migration from rubric 1.9 into rubric 2.0
2010-01-15 17:01:00 +00:00
David Mudrak
b188a4b3b0
MDL-19937 workshop: typo fixing and getting rid of forgotten variable
2010-01-15 13:36:43 +00:00
David Mudrak
455f42a447
MDL-19937 workshop migration from legacy criterion strategy into the new rubric grading strategy
2010-01-15 13:30:07 +00:00
David Mudrak
c5abdea368
workshop: fixed another regression typo in output method
2010-01-15 10:48:05 +00:00
David Mudrak
711a9506ea
MDL-21235 fixing trivial regression in workshop renderer
2010-01-15 00:07:11 +00:00
Petr Skoda
0f4c64b79f
MDL-21235 new link method in html_write, partinally replaces old html_link, going to add new action_link soon
2010-01-14 22:10:20 +00:00
Petr Skoda
3ba60ee16a
MDL-21235 new single button rendering
2010-01-14 19:18:04 +00:00
Dan Marsden
f3f58e0b93
SCORM AICC MDL-21332 issue with returning to correct location when loading an AICC object for the 2nd time. - Thanks to Matteo Scaramuccia for the report and fix.
2010-01-13 22:58:03 +00:00
Dan Marsden
5eaf56b8c3
SCORM AICC MDL-21330 fix php notice - thanks to Matteo Scaramuccia for report and fix.
2010-01-13 22:40:39 +00:00
Dan Marsden
f1483df16a
remove whitespace added in last commit
2010-01-13 22:06:54 +00:00
Dan Marsden
43001f4af0
SCORM AICC MDL-19392 add some missing params to querystring
2010-01-13 22:05:15 +00:00
Piers Harding
983befaf54
MDL-21096 - fixed inconsistency in mod/scorm attempts counting. Also added in exception for unlimited attempts (0)
2010-01-13 20:47:12 +00:00
Petr Skoda
5d0c95a5ac
MDL-21235 towards the final outputlib api - implementing separate html writer and implementing new render() method
2010-01-13 17:13:52 +00:00
Eloy Lafuente
1fb0e43005
NOBUG: Fix notice (and something more?). Like MDL-12961 but in data module; merged from 19_STABLE
2010-01-13 16:50:27 +00:00
Dan Marsden
d5ce5c22e8
SCORM AICC MDL-19392 MDL-13716 cast result as a String in AICC (already done in Scorm 1.2 and 1.3
2010-01-13 02:00:17 +00:00
Gordon Bateson
da92577c00
add groupings awareness to HotPot module
2010-01-12 07:27:43 +00:00
Dan Marsden
6006e06df0
SCORM AICC MDL-21304 typo when referring to SCORM session var in AICC files - thanks to Matteo Scaramuccia for the report and fix.
2010-01-11 21:04:39 +00:00
David Mudrak
de2f199b8b
workshop: datetime submit/assess restriction instead of date only
2010-01-11 10:43:40 +00:00
Penny Leach
01e81431a3
data/files MDL-21281 fixed incorrect case between $fs and $FS in some data module fields
2010-01-08 02:37:37 +00:00
David Mudrak
25e27d7461
MDL-19937 workshop migration of Number of errors grading strategy and fixed some forgotten todos
2010-01-07 20:57:58 +00:00
David Mudrak
b370027832
MDL-19937 workshop: fixed function names in form/accumulative migration code
2010-01-07 20:57:30 +00:00
David Mudrak
9ec63757d7
MDL-19937 migration of form elements and grades - accumulation grading strategy
2010-01-04 18:33:23 +00:00
David Mudrak
3d8649b1c0
MDL-19937 workshop assessments migration
2010-01-04 18:33:03 +00:00
David Mudrak
067f63c593
MDL-19937 workshop submissions migration
2010-01-04 18:32:53 +00:00
David Mudrak
f2443a42aa
workshop: adding field 'published' into the upgrade script
2010-01-04 18:32:43 +00:00
David Mudrak
83012c0c89
MDL-19937 workshop migration - keep format of the Introduction field
2010-01-04 18:32:33 +00:00
David Mudrak
a2d57f96b8
MDL-7218 workshop: remove orphaned assessments on upgrade
...
Clones the upgrade procedure from MOODLE_19_STABLE.
2010-01-04 18:32:23 +00:00
David Mudrak
a0f49d70c2
Field oldid must be nullable for new records
2010-01-04 18:32:13 +00:00
David Mudrak
b876ab8098
MDL-19937 workshop migration - initial versions of upgrade scripts
2010-01-04 18:32:03 +00:00
David Mudrak
b124151e23
workshop: added missing strings
2010-01-04 18:31:46 +00:00
David Mudrak
dd15f80e25
MDL-21198 workshop: rewriting user_picture() calls to respect recent refactoring
2010-01-04 18:31:36 +00:00
David Mudrak
0a5ddea5f9
MDL-21198 workshop: replacing old calls to action_icon()
2010-01-04 18:31:23 +00:00
David Mudrak
e9ab520f24
workshop class phpdocumenting all properties loaded from instance DB record
2010-01-04 18:31:09 +00:00
David Mudrak
7a789aa8cc
workshop coding style - use stdclass instead of stdClass
2010-01-04 18:30:57 +00:00
David Mudrak
a8b6fc0e70
workshop grading report improved displaying of grades
...
Weight of assessment is expected to be equal 1 in majority of cases.
Such weight will not be displayed. As the comment says - this logic
should really go to the language pack level.
2010-01-04 18:30:20 +00:00