mjollnir_
b4fecea22d
MDL-16391 - forum posts with no attachments get to be PORTFOLIO_FORMAT_HTML
2008-09-09 11:25:45 +00:00
mjollnir_
8f95364733
MDL-16391 - plain text resources are now PORTFOLIO_FORMAT_TEXT.
2008-09-09 11:01:29 +00:00
nicolasconnault
2341547ccc
MDL-15666 Fixed some fatal errors in database generation
2008-09-09 10:17:48 +00:00
tjhunt
3041a0dfed
MDL-16409 Make a new admin report to list all questions of a particular type, by context
...
Partially done. This has the settings form, and queries the database for the right data, but does not format it correctly yet.
2008-09-09 10:16:17 +00:00
mjollnir_
2ddd044af8
MDL-16390 - detect duplicates when copying files to portfolio export area and handle it nicer
...
this will mean that there will only be one file, and the filename will be set to whatever the first one was, but it's better than getting the error.
2008-09-09 09:56:56 +00:00
tjhunt
89ee3c7937
MDL-16348 - followup - prevent debug output when logged in as a non-admin. Thanks to Mat for ponting this out.
2008-09-09 09:35:54 +00:00
mjollnir_
d8606b2078
MDL-15833 - make the portfolio callers use the helper functions to detect expected time.
2008-09-09 09:32:16 +00:00
moodler
62dd6a9f22
Replaced the loading image that had an english word in it with something language neutral
2008-09-09 09:23:09 +00:00
nicolasconnault
d5849d59ae
MDL-15666 Added database and forum caller unit tests
2008-09-09 09:17:49 +00:00
tjhunt
c465505849
MDL-16343 - followup - HTML Strict!
2008-09-09 09:11:57 +00:00
mjollnir_
adf0ff69fa
MDL-15768 - fixing missing cap check in export whole forum discussion
2008-09-09 09:10:11 +00:00
scyrma
eb37800b50
MDL-15405: missing check
2008-09-09 09:08:43 +00:00
dongsheng
7dfb3c1cb4
MDL-13766
...
1. redesign file picker UI
2. fix a bug of popup window
3. reduce number of pics per page (flickr plugin)
2008-09-09 09:04:32 +00:00
mjollnir_
2f6bd2a9a7
MDL-15362 - localised mnet server fault strings and added size to send_content_ready
...
so mahara can check user quotas earlier in the transfer
2008-09-09 09:01:31 +00:00
mjollnir_
433446bc50
MDL-15833 - lang strings for admin settings for expected time thresholds
2008-09-09 08:59:27 +00:00
mjollnir_
bee4bce2a9
MDL-15833 - provide helper functions to determine expected time, and allow admins to set thresholds.
2008-09-09 08:57:51 +00:00
tjhunt
8df9635465
MDL-16408 Improve counting of questions of a missing type.
2008-09-09 08:57:13 +00:00
scyrma
d292a40c99
MDL-15351: fixing the path arguments, and a bit of white space drama cleanup.
2008-09-09 08:50:10 +00:00
tjhunt
03f3db97c3
MDL-16413 admin/report/question no longer needed in head since we no longer support upgrades from before 1.9
2008-09-09 08:47:49 +00:00
tjhunt
05efb0e52f
MDL-6751 Admin page for question types. This does the bulk of the work:
...
MDL-16407 Add to admin/settings/plugins.php to link to the new manage page, and pull in any qtype settings pages
MDL-16408 Write the manage question types page, to display the table of installed types
2008-09-09 08:43:40 +00:00
tjhunt
3843d2745e
Whitespace and comment improvements.
2008-09-09 08:35:38 +00:00
tjhunt
315d88b43f
MDL-16343 - followup - remove one unused line of code.
2008-09-09 08:31:41 +00:00
tjhunt
0a82a1bbc4
MDL-14637 Allow modules to have a settingstree.php when they want to do something more complex that just settings.php - needs to be supported in modules.php too.
...
Also remove support for the old config.php here, since it has been removed everywhere else too.
2008-09-09 08:30:54 +00:00
skodak
9528568bf0
MDL-16088 scorm new file api conversion
2008-09-09 08:30:00 +00:00
tjhunt
fec2094ee6
moodle_database conversion error.
2008-09-09 07:00:16 +00:00
scyrma
86a246e929
MDL-16319: set a css sheet for the content of the editor - fixing the issue
...
with the default font size. This commit also reactivates the media plugin.
2008-09-09 05:29:07 +00:00
moodler
7c54b713e6
Updated a config string to make it more explanatory
2008-09-09 04:14:06 +00:00
dongsheng
cf493e8923
MDL-13766
...
popup authentication support (draft)
2008-09-09 03:25:03 +00:00
tjhunt
0acbdf846c
XHTML Strict!
2008-09-09 02:48:54 +00:00
scyrma
3bea11c8c1
MDL-14679: regression caused by a missing '>'.
2008-09-09 02:23:47 +00:00
tjhunt
cfd24d98f9
MDL-7308 - followup - fix notices. Thanks to Pierre Pichet for the fix.
2008-09-09 02:03:28 +00:00
tjhunt
770537257a
MDL-16398 Remove the unused and unnecessary set_default_options method from the question type API
2008-09-09 01:50:30 +00:00
moodlerobot
284c283e75
Updated the HEAD build version to 20080909
2008-09-09 01:47:24 +00:00
skodak
106f3b6779
MDL-16394 user profile browsing and serving improvements
2008-09-08 23:16:48 +00:00
stronk7
46712419fb
Fix regression introduced by MDL-12029. Concepts must not be linked by filters. MDL-16372 ; merged from 19_STABLE
2008-09-08 23:06:16 +00:00
poltawski
2a389207d1
Allow portfolio plugins to register event handlers - MDL-16392
2008-09-08 21:51:54 +00:00
piers
527af45775
MDL-11734 - cmi.comments_from_learner not read - write. revamp the handling of array style elements.
2008-09-08 19:45:50 +00:00
stronk7
a682f0c2c3
XHTML-ize course categories list. MDL-16358 ; merged from 19_STABLE
2008-09-08 18:16:39 +00:00
stronk7
392f5e2403
Added missing join condition. Credit goes to Colin Chambers. MDL-16385 ; merged from 19_STABLE
2008-09-08 14:27:32 +00:00
mjollnir_
0a15415458
MDL-14591 - fix up call to exporter->get_base_filearea
2008-09-08 13:47:39 +00:00
mjollnir_
87fcac8d78
MDL-14591 - split portfoliolib into logical parts for better readability
...
Especially as some of the functions shared by base classes (portfolio plugin vs caller) were the same
it was getting a bit unweildy to have all this in one file.
2008-09-08 13:44:36 +00:00
tjhunt
b032b49099
MDL-16348 Reorganise admin tree:
...
* New Capability report put under Users -> Permissions
* Miscellaneous category renamed to Development
* Unit tests and Functional DB test moved to be under Development.
* The hard-coded hack that was used to change the permission that controls the Backups and stats reports replaced with settings.php files.
* There were two hidden Miscellaneous things in the old category, so I moved them. Multilan upgrade now under Lanuages, and Online assignment cleanup now under Plugins -> Activity modules. Both still hidden.
There was already a way for admin report plugins to control where they appeared in the tree, but it was not documented, so see http://docs.moodle.org/en/Development:Admin_reports
2008-09-08 11:32:31 +00:00
jamiesensei
c8b2ab1b00
MDL-7308 "Check all the DB columns used to store grades, and make sure they all use a consistent type." Since quiz->sumgrades is now string "0.00000" (quiz->sumgrades) no longer evaluates as false. Changing to (quiz->sumgrades != 0)
2008-09-08 10:35:14 +00:00
jerome
aca64b7934
MDL-15402: fix a bug when try to display list of instances for not added plugin
2008-09-08 09:41:38 +00:00
dongsheng
aae85978ec
MDL-13766, users can delele their own cache files in fp.
2008-09-08 08:48:07 +00:00
dongsheng
772de6c799
"MDL-13766, fix repository id in thumbnail view"
2008-09-08 07:51:07 +00:00
dongsheng
f3c5853d42
"MDL-13766, fix treeview html id"
2008-09-08 07:24:27 +00:00
tjhunt
f608aa031b
Tab -> spaces
2008-09-08 07:11:13 +00:00
tjhunt
1ea118e4bd
MDL-16343 Report showing, for a given capability, how it is set in the definition of each role, and everywhere that it is overridden.
2008-09-08 07:01:41 +00:00
tjhunt
ad944e7832
MDL-16343 New PARAM_ type, PARAM_CAPABILITY.
2008-09-08 07:00:49 +00:00