skodak
b3d0062f58
removing TODO: yes we want public raw insert methods, they are already used for log inserts ;-)
2008-08-25 13:19:22 +00:00
skodak
e16e38818e
MDL-15671 support for table sequence resetting - code by Andrei Bautu (with minor modifications)
2008-08-25 12:52:49 +00:00
stronk7
b08a722573
Prevent some notices at install. MDL-16188 ; merged from 19_STABLE
2008-08-24 16:33:26 +00:00
mjollnir_
31f3d99e45
MDL-15865 - fixing search for portfolio settings page
2008-08-22 16:17:30 +00:00
mjollnir_
83f600583e
MDL-14591 - added support for portfolio plugins to force queueing and fixed a couple bugs.
2008-08-22 13:47:51 +00:00
tjhunt
13daf6a2d6
* Fix where quiz report lang strings are searched for. The correct prefix for this type of plugin is quiz_.
...
* Fix a misleading comment.
* Improve a bit of code in get_config by using get_records_menu.
2008-08-22 07:12:27 +00:00
tjhunt
220a5c8721
MDL-16171 - Allow mdd/xxx/defaults.php to load data into the config_plugins table.
2008-08-22 06:38:54 +00:00
skodak
bba0beaee2
MDL-15716 Tightened dataroot security checks and and 'loud' administrator warning
2008-08-21 15:29:42 +00:00
mjollnir_
e35691563b
MDL-16134 - fixing up exception throws.
2008-08-21 09:07:00 +00:00
skodak
f4a13b36e7
MDL-16115 Password unmask form fields do not work with XHTML strict headers
2008-08-21 08:00:51 +00:00
danmarsden
24f40ab74e
MDL-14620 - need to check vars are set before using. - adding check so I can include this form type in SCORM
2008-08-20 21:59:21 +00:00
mjollnir_
beb4ac1a5d
MDL-14591 - better security when reawakening an interupted export
2008-08-20 15:58:29 +00:00
mjollnir_
349242a31d
MDL-16127 - smarter handling of supported formats in callers
2008-08-20 13:30:37 +00:00
mjollnir_
23cbde0a14
MDL-16134 - fixing regression introduced by conversion to exceptions
2008-08-20 09:31:31 +00:00
mjollnir_
f240dc7036
MDL-16134 - fixing regression introduced by conversion to exceptions
2008-08-20 09:11:20 +00:00
tjhunt
2e46e4610a
MDL-16141 Oops, and another copy and paste error meant that there was a misleading comment.
2008-08-20 08:28:07 +00:00
tjhunt
798af5f156
MDL-16141 Oops, copy and paste error on the method name in the subclasses. Sorry.
2008-08-20 08:27:21 +00:00
tjhunt
1d861fce06
MDL-16141 Need an sql_position method to do POSITION(needle IN haystack) on crappy databases; and
...
MDL-16140 Table "testtable" already exists messages when re-running dml unit tests after a crash - make it self-healing.
2008-08-20 06:51:46 +00:00
peterbulmer
baed22bb1c
MNET-12558 Additional commenting and variable name change
2008-08-20 05:57:06 +00:00
dongsheng
d373f63f9b
MDL-13766
...
1. Use treeview display files in repository
2. Dymanicly loading file support
3. Upload file in local repository plugin
4. Move file picker to the top level of DOM
5. get original photo format from flickr web service
2008-08-20 02:52:29 +00:00
mjollnir_
cc8696b2ef
MDL-15666 - fixed up the dup test and changed setup to mock the user
2008-08-19 16:14:17 +00:00
nicolasconnault
29de31324e
MDL-15666 Tests for creating duplicate instance of plugin that doesn't allow duplicates
2008-08-19 15:34:05 +00:00
mjollnir_
192ce92b2c
MDL-16048 - beginning of printing useful summary during export
...
MDL-16046 - bugfix of previous commit (added field to portfolio_tempdata but forgot to change insert)
2008-08-19 15:23:47 +00:00
mjollnir_
ff2f69bc7c
MDL-16046 - beginning of, adding userid field to portfolio tempdata
2008-08-19 15:02:46 +00:00
mjollnir_
3403520190
MDL-16134 - exception handling in portfolio code
2008-08-19 14:20:32 +00:00
mjollnir_
7812e882b0
MDL-16124 - faux class structure for portfolio formats for better support for subtyping.
2008-08-19 11:00:00 +00:00
mjollnir_
ac6a549219
MDL-16047 - nicer handling of interupted exports
2008-08-19 10:17:39 +00:00
nicolasconnault
d50475e64f
MDL-15666 Adding test file with stub methods.
2008-08-19 09:21:30 +00:00
nicolasconnault
ea549328d0
MDL-15666 Adding test file with stub methods.
2008-08-19 07:14:03 +00:00
nicolasconnault
2876d73b93
MDL-15767 Fixing a couple of typos
2008-08-19 06:35:40 +00:00
dongsheng
04bd6d2def
"MDL-13766, small changes to repository management"
2008-08-19 03:56:52 +00:00
stronk7
082e777a54
Avoid "some" ra's duplicates. MDL-14817 ; merged from 19_STABLE
2008-08-18 22:46:40 +00:00
skodak
3f2b8c4129
MDL-16108 force autocomplete off for unmaskable password fields; merged from MOODLE_19_STABLE
2008-08-18 20:39:03 +00:00
skodak
4180c52cc0
MDL-16108 force autocomplete off for unmaskable password fields; merged from MOODLE_18_STABLE
2008-08-18 20:21:21 +00:00
stronk7
8ac8f06afe
Making some accesslib queries cross-db. Avoid using DISTINCT clauses on TEXT fields. MDL-16034
...
(plus minor unmerged change in comment)
2008-08-18 18:36:53 +00:00
nicolasconnault
3ee3b8c593
MDL-15837 Fix errors in unit tests
2008-08-18 15:07:31 +00:00
scyrma
ffadf71ba8
MDL-16036: make the default value in popup_form "selected"
2008-08-18 06:40:41 +00:00
scyrma
b98e7c62ff
MDL-16096: required library was included in the wrong function - this removes the old one.
2008-08-18 06:26:45 +00:00
scyrma
11dca3eed6
MDL-16096: missing library require - Fix by Joseph Morwick.
2008-08-18 06:20:50 +00:00
skodak
20e9d26f83
MDL-16066 fixed apache log typo - thanks Neil Streeter
2008-08-17 22:23:19 +00:00
skodak
8eb1e0a15c
MDL-15977 create_file_from_storedfile should accept an original file object
2008-08-16 21:21:23 +00:00
skodak
9e5fa330f3
MDL-14589 new file not found general function
2008-08-16 17:23:19 +00:00
skodak
775f811a66
MDL-16002 rewritten upgrade locking and better upgrade progress tracking; MDL-16070 Do not use $a[0] syntax in lang packs + various other upgrade improvements and fixes
2008-08-16 12:16:01 +00:00
tjhunt
f9a2cf86a9
MDL-7308 - Check all the DB columns used to store grades, and make sure they all use a consistent type.
2008-08-15 11:15:08 +00:00
tjhunt
2a683cfb00
DEVELOPER_DEBUG messages to help you diagnose broken prev/next links in XMDBD files.
2008-08-15 11:09:45 +00:00
tjhunt
4f089b2155
MDL-6095 - Question bank tables are created by the quiz module. The really core tables are now created by lib/db, the datasetdependent tables are not created by the datasetdependent question type, and the question_numerical_units table is now created by the numerical question type. The last two are shared by the calculated question type, but there is no problem with them being created in the order they are now created in. In the past, before the policy that upgrade to 2.0 woudl have to go via 1.9, there would have been bit problems to do with the order of updates, but fortunately that is no longer an issue.
2008-08-15 07:23:18 +00:00
tjhunt
f88fb62c40
MDL-10682 - Ensure quiz and question grades are formatted consisently and correctly. While testing, I also fixed a few XHTML Strrrict errors.
2008-08-15 06:42:38 +00:00
peterbulmer
809e0a7599
MDL-16021 dont force mnethost restriction forloading user data based on id
2008-08-14 23:36:37 +00:00
mjollnir_
866d543fde
MDL-15758 - slight change to the portfolio_add_button contract to be more flexible.
2008-08-14 16:01:12 +00:00
mjollnir_
f812bbe834
MDL-14591 - fixed a bug and a notice
2008-08-13 15:37:02 +00:00