skodak
4992614541
MDL-19470 fixing DML license headers
2009-06-12 08:14:29 +00:00
skodak
a1dda107bd
MDL-19470 detection of nested transactions, only one level allowed
2009-06-12 07:55:44 +00:00
tjhunt
946a23bd03
XHTML strict.
2009-06-12 07:30:07 +00:00
dongsheng
1b4a39e64b
"MDL-16596, remove inline css from filemanager"
2009-06-12 05:59:43 +00:00
dongsheng
6b0fae574d
"MDL-19002, implement attachment files limit in file picker"
2009-06-12 05:57:25 +00:00
tjhunt
b2330db606
ajaxlib: MDL-16695 New page_requirements_manager class. Soon to replace require_js.
...
This new class does the work that require_js used to do, and more.
It can track a number of different things that may be required to
be output somewhere on the page, including:
* Links to JS files
* Links to CSS files
* Links to YUI libraries (this class knows about the dependancies between the different libs).
* Skip links that go from the top of <body> to various places in the content.
* Calls to JavaScript functions (for example to initialise things)
* Bits of data from PHP that need to be available to JavaScript
* As a special case of that, an easy way to pass language strings to JS.
The new API looks like
$PAGE->requires->css('mod/mymod/styles.css');
$PAGE->requires->js('mod/mymod/script.js');
$PAGE->requires->js('mod/mymod/small_but_urgent.js')->in_head();
$PAGE->requires->js_function_call('init_mymod', array($data))->on_dom_ready();
$PAGE->requires is the canonical instances of this new class.
The commit also includes unit tests, and hopefully the PHP doc comments are
clear enough that it is easy to understand.
2009-06-12 03:13:29 +00:00
moodlerobot
11d51756cc
Updated the HEAD build version to 20090612
2009-06-12 00:38:59 +00:00
moodlerobot
02fbdfe405
Automatic installer.php lang files by installer_builder (20090612)
2009-06-12 00:28:54 +00:00
skodak
80cfaf2bfe
MDL-19471 fixed PHP 5.3 compatibility
2009-06-11 19:20:03 +00:00
pichetp
0735b50962
MDL-17366 cleaning code ( space, indentation etc.)
2009-06-11 17:04:18 +00:00
dongsheng
b6fd5aee62
"MDL-17316, improve non-js file manager interface"
2009-06-11 08:08:33 +00:00
jerome
2b06294b9a
authentication MDL-19182 split auth.php lang file into multiple files separate for each plugin
2009-06-11 03:34:46 +00:00
dongsheng
5e98ab966f
"MDL-17316, non-js file manager, support externel authentication"
2009-06-11 02:54:33 +00:00
dongsheng
a0c4bc65fc
"MDL-17316, improve interface in non-js browser"
2009-06-11 02:43:06 +00:00
moodlerobot
14420d2f07
Updated the HEAD build version to 20090611
2009-06-11 00:39:15 +00:00
dongsheng
9deb3d000a
"MDL-13766, shouldn't check login in repository base class, because developer may define a session name later"
2009-06-10 08:46:31 +00:00
samhemelryk
e30d7983a4
cssclasses MDL-17525 Added next and previous classes to quiz pagination links
2009-06-10 08:35:45 +00:00
tjhunt
d9661df14e
XHTML strict!
2009-06-10 03:54:22 +00:00
moodlerobot
597ab5b3a2
Updated the HEAD build version to 20090610
2009-06-10 00:38:19 +00:00
mjollnir_
e862c50a76
portfolio/mahara: php-doc for a confusing private method i didn't understand anymore
2009-06-09 19:58:16 +00:00
mjollnir_
bcb39ec9e9
portfolio: removing suplerfluous error_log i forgot to remove earlier.
2009-06-09 19:54:22 +00:00
samhemelryk
fa3835a137
quizheader MDL-18896 Hides quiz closes and feedback if no quizzes use them
...
Note: Feedback will be shown if there are any possible feedbacks that may one day be used
2009-06-09 08:31:18 +00:00
dongsheng
14f3c8827a
"MDL-17316, display attached files in non-js file manager"
2009-06-09 06:43:38 +00:00
samhemelryk
9985cbc4fe
breadcrumb MDL-14133 One function missed during fix, got it this time
2009-06-09 06:31:20 +00:00
samhemelryk
6b60b0004e
resource MDL-18691 Implemented resource_get_name in one more place for dropdowns
2009-06-09 05:13:48 +00:00
moodlerobot
53b115f318
Updated the HEAD build version to 20090609
2009-06-09 00:38:30 +00:00
sam_marshall
a4bfd8e1de
MDL-19428: mform - Fixed the 'includenograde' option in modgrade type
2009-06-08 12:42:24 +00:00
dongsheng
2b70aa5152
"MDL-16384, add text to descripe what is alfresco API url is"
2009-06-08 06:36:38 +00:00
dongsheng
761265adab
"MDL-17316, non-js file picker added"
2009-06-08 06:25:53 +00:00
samhemelryk
558fce9c88
Groups MDL-19425 Added require_once that was missing
2009-06-08 05:54:18 +00:00
samhemelryk
aa37f5e315
question bank MDL-18822 Corrected merge error in HEAD, thanks Oleg for spotting
2009-06-08 03:23:24 +00:00
moodlerobot
1686920615
Updated the HEAD build version to 20090608
2009-06-08 00:39:53 +00:00
moodlerobot
476997406c
Automatic installer.php lang files by installer_builder (20090608)
2009-06-08 00:29:40 +00:00
skodak
3e8b394e08
MDL-19416 fixed PHP 5.3 compatiblity issue - fixes weird use of constructors in quickforms
2009-06-07 09:43:27 +00:00
skodak
29750da13d
MDL-17458 fixing installation regressions - can not edit new admin properly
2009-06-07 09:40:27 +00:00
skodak
c3d0e1492e
MDL-17458 fixing installation regressions - no output and timeout
2009-06-07 08:46:13 +00:00
moodlerobot
fd027f509d
Updated the HEAD build version to 20090607
2009-06-07 00:38:10 +00:00
moodlerobot
2a491dd505
Automatic installer.php lang files by installer_builder (20090607)
2009-06-07 00:28:19 +00:00
moodlerobot
9b693dc763
Updated the HEAD build version to 20090606
2009-06-06 00:37:28 +00:00
stronk7
302fe95867
MDL-19403 glossary settings - add support to pixpath. Credit goes to Red Morris ; merged from 19_STABLE
2009-06-05 23:55:19 +00:00
mjollnir_
cfb3825e0d
MDL-19355 - portfolio - fix the formatting in the portfolio manage admin page
2009-06-05 14:20:56 +00:00
samhemelryk
d5c2872377
grader_report MDL-19007 Resolved alignment issue - Thanks Neil for the patch
2009-06-05 09:40:54 +00:00
tjhunt
51b9ccc084
quiz editing: MDL-19199 merged from HEAD. 2.0 can store decimals here, but we should still be cleaning input.
2009-06-05 09:25:34 +00:00
tjhunt
aa9c6ecf02
question bank: MDL-18822 Highlight the last question you edited in the list
...
Helpful if you need to edit a lot of questions - saves you from losing your place.
Idea and patch by Oleg Sychev.
2009-06-05 08:30:53 +00:00
tjhunt
f4d76b9cdf
blocklib: MDL-19010 fix some minor problems with existing blocks.
2009-06-05 08:28:45 +00:00
dongsheng
81f4ff7241
"MDL-16384, alfresco plugin, deal with session expired issue"
2009-06-05 08:14:57 +00:00
dongsheng
f2e99b4d69
"MDL-16597, fixed delete existing draft files button"
2009-06-05 07:18:42 +00:00
dongsheng
fb8103e6a0
"MDL-16384, upgrade alfresco php library, fixed bugs in offical php sdk"
2009-06-05 06:55:07 +00:00
tjhunt
eacb462e38
quiz reports: MDL-19205 Improved tooltips on individual question grades.
2009-06-05 06:54:42 +00:00
moodlerobot
b0af0875dd
Updated the HEAD build version to 20090605
2009-06-05 00:37:52 +00:00