Commit graph

51044 commits

Author SHA1 Message Date
Petr Skoda
ae8b7d530f MDL-29886 remove unused md5 js lib 2011-10-23 11:46:50 +02:00
Petr Skoda
60812c3c8b MDL-29885 remove unused csshover 2011-10-23 11:41:36 +02:00
Petr Skoda
8b0f478842 MDL-29884 remove unused base32 lib 2011-10-23 11:35:46 +02:00
Petr Skoda
2dae747629 MDL-29882 finally removing overlib 2011-10-23 10:51:51 +02:00
Petr Skoda
c34724de75 MDL-29881 remove old apd profiling
Profiling is now handled via xhprof extension and new profiling UI.
2011-10-23 10:45:35 +02:00
Petr Skoda
5113e342d7 MDL-29880 bump up geoip version
The RC was the same as the final 1.0.0 version.
2011-10-23 10:14:36 +02:00
Petr Skoda
29329a2519 MDL-29878 reapply our typo3 fixes 2011-10-22 21:10:20 +02:00
Petr Skoda
2c5b848872 MDL-29878 import latest Typo3 4.5.0 2011-10-22 21:07:24 +02:00
Petr Skoda
210b9b68d2 MDL-29671 remove unused odbc lib 2011-10-22 20:48:39 +02:00
Petr Skoda
31cd5fe8ef MDL-29867 fix invalid file author 2011-10-22 20:18:11 +02:00
Petr Skoda
50ed196e51 MDL-29670 cron cleanup and minor fixing
Auth and enrol is moved to the top because other plugin types depend on accurate user list and enrolments. Passwords and failed login messages are generated during every cron execution.  Contexts are build properly in each execution. Fixed deleting of unconfirmed users. And minor phpdocs and comments improvements.
2011-10-22 14:31:18 +02:00
Petr Skoda
73b309e6a3 MDL-28627 remove buggy and obsolete KSES cleaning 2011-10-22 09:25:06 +02:00
Andreas Grabs
7e4b0986c8 MDL-29806 - When a Feedback activity is restore the "Site after submit" URL is not updated and shows "$@PAGEVIEWBYID*15463@$" 2011-10-21 23:08:59 +02:00
Petr Skoda
f0f8f9a796 MDL-29866 page setup improvements
incorrect PAGE init - it should be done at the very end; redirect() should not use OUTPUT before PAGE init; SITEID should be deprecated in favour of $SITE->id (this is going to cause troubles in tenant switching in CLI, cron and tests); missing "global $SITE"'; minor coding style issues; PHPDocs; it also helps with merging/testing of multitenant patch
2011-10-21 16:35:19 +02:00
Ankit Kumar Agarwal
8077c81f47 MDL-29619 Validate urls before generating output 2011-10-21 14:00:38 +05:30
Petr Skoda
d21149699c MDL-29862 incorrect wwwroot must be detected before session start 2011-10-21 09:52:18 +02:00
Jerome Mouneyrac
729ca37388 MDL-29825 better debug info when a ws client user misses a protocol capability 2011-10-21 15:11:38 +08:00
Marina Glancy
9e2eca0fde MDL-29483, MDL-29482 advanced grading in assignment, rubrics editor
- advanced grading plugins now return the grade in the specified range
- prohibited quick grading when advanced grading method is used
- fixed bug in processing description in rubric editor
- some improvements to rubric editor JS
2011-10-21 13:58:52 +08:00
Rossiani Wijaya
05db3cc7e5 MDL-29542 lesson module: changing qtype param type to INT 2011-10-21 12:38:29 +08:00
Tim Hunt
987541952f MDL-29828 quiz review: fix display of overdue time. 2011-10-20 23:16:58 +01:00
Tim Hunt
304f0d850f MDL-29815 question engine DB: bad group-by clause detected by Oracle.
Thanks to Yanfei Lu for finding this and suggesting the fix.
2011-10-20 11:14:14 +01:00
Tim Hunt
777781d16e MDL-29474 plugin dependencies: fix misspelling dependancies. 2011-10-20 11:13:45 +01:00
Tim Hunt
3ba2858853 MDL-29474 admin/index.php consistent use of die(); 2011-10-20 11:13:43 +01:00
Tim Hunt
faadd32696 MDL-29474 prevent install/upgrade if plugin dependancies not met. 2011-10-20 11:13:41 +01:00
Tim Hunt
cc359566fe MDL-29474 admin index/plugins/environment pages: all ouptut code -> renderer. 2011-10-20 11:13:39 +01:00
Tim Hunt
99e1a8d21b MDL-29474 admin envrionment page: fix boilerplate and indent. 2011-10-20 11:13:37 +01:00
Tim Hunt
da2fdc3f34 MDL-29474 update more of the admin code to use the admin renderer. 2011-10-20 11:13:35 +01:00
Tim Hunt
36ca62cab7 MDL-29474 display the dependancy information on the upgrade screen. 2011-10-20 11:13:33 +01:00
Tim Hunt
e61aaece64 MDL-29474 pluginlib: rename plugintype_interface to plugin_information.
So that the type acutally tells you what the thing is.
2011-10-20 11:13:31 +01:00
Tim Hunt
0242bdc759 MDL-29474 pluginlib.php: Code to load the dependancy information and make it available. 2011-10-20 11:13:29 +01:00
Tim Hunt
44a7f3840d MDL-29474 fix qtype and qbehaviour plugins to use proper pluginname strings.
But maintain backwards-compatibility for now.
2011-10-20 11:13:27 +01:00
Tim Hunt
6740c6058e MDL-29474 pluginlib.php: fix get_settings_url implimentation. 2011-10-20 11:13:25 +01:00
Tim Hunt
473289a097 MDL-29474 pluginlib.php: refactor the code to eliminate some duplication. 2011-10-20 11:13:23 +01:00
Tim Hunt
b8343e68f0 MDL-29474 lib/pluginlib.php improve method names.
I discussed this change with David Mudrak who originally wrote this code, and he agreed.
2011-10-20 11:13:21 +01:00
Tim Hunt
c6ba8f28bc MDL-28718 block_quiz_results - add missing require_once. 2011-10-20 11:12:19 +01:00
Tim Hunt
0d46102837 MDL-28718 block_quiz_results - add copyright headers. 2011-10-20 11:12:18 +01:00
Marina Glancy
36937f0264 MDL-29483: advanced grading methods support on assignment module, grading form element, rubrics
- gradingform API now has not only controller class but also instance class with functions and data related to the particular grading instance
- assignment grading form and grading form element deal with elements of gradingform_instance class instead of gradingform_controller
- implemented the class gradingform_rubric_instance
- added more phpdocs
2011-10-20 12:15:51 +08:00
Jerome Mouneyrac
6d4aa25892 MDL-29459 REST-XML server validate return values and throw exception if the returned values are bad (missing, not expected, wrong type). Remove from the REST serialize function previous error checking (missing key error, bypassing not expected keys). It now matches other servers that do validate the return values and throw exception 2011-10-20 11:22:36 +08:00
Ankit Kumar Agarwal
e5e6c961c4 MDL-29464 Scorm Fixing regressions on userreport.php 2011-10-20 08:14:41 +05:30
Eloy Lafuente (stronk7)
3a81b37617 emergency release 2.2dev 2011-10-20 00:53:26 +02:00
Eloy Lafuente (stronk7)
3cb206f575 MDL-29496 course search - emergency regression fix 2011-10-20 00:49:02 +02:00
Eloy Lafuente (stronk7)
401d480d81 weekly release 2.2dev 2011-10-19 18:44:16 +02:00
Eloy Lafuente (stronk7)
4b8a3a7b41 Merge branch 'install_master' of git://github.com/amosbot/moodle 2011-10-19 18:41:14 +02:00
Dan Poltawski
636b4f9d2c MDL-29527 - RSS: Add a description to the reset keys page
Thanks to Alexander Bias for the suggestion
2011-10-19 13:48:25 +01:00
David Mudrak
671ec8f50e Form definitions can be removed now 2011-10-19 13:25:47 +02:00
Andrew Robert Nicols
5a6084cf61 MDL-29818: Improve error message when a grade has no answer 2011-10-19 09:34:59 +01:00
Sam Hemelryk
7229f239f3 MDL-28945 course_reports: Fixed up pagination issue 2011-10-19 16:50:23 +13:00
Sam Hemelryk
9a23f94bd9 MDL-26953 theme_nonzero: Quick fix to incorrect left position 2011-10-19 16:26:31 +13:00
Eloy Lafuente (stronk7)
2c6da73106 MDL-29602 unittest - fixing other tests to work with new accesslib 2011-10-19 01:37:30 +02:00
David Mudrak
fde3380443 Saving a form as a public template
There is a new API method get_definition_copy() that is expected to
return the definition structure as if the form was written from scratch
via the editor. Such a prepared structure is passed to
a controller's update_definition() method in the new target area.

The same mechanism will be used for copying definitions from a shared
area to a normal gradable area.
2011-10-19 01:17:43 +02:00