skodak
4bddb84049
MDL-19470 adding missing inline docs
2009-06-12 08:15:53 +00:00
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
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
skodak
80cfaf2bfe
MDL-19471 fixed PHP 5.3 compatibility
2009-06-11 19:20:03 +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
a0c4bc65fc
"MDL-17316, improve interface in non-js browser"
2009-06-11 02:43:06 +00:00
mjollnir_
bcb39ec9e9
portfolio: removing suplerfluous error_log i forgot to remove earlier.
2009-06-09 19:54:22 +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
sam_marshall
a4bfd8e1de
MDL-19428: mform - Fixed the 'includenograde' option in modgrade type
2009-06-08 12:42:24 +00:00
dongsheng
761265adab
"MDL-17316, non-js file picker added"
2009-06-08 06:25:53 +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
c3d0e1492e
MDL-17458 fixing installation regressions - no output and timeout
2009-06-07 08:46:13 +00:00
mjollnir_
cfb3825e0d
MDL-19355 - portfolio - fix the formatting in the portfolio manage admin page
2009-06-05 14:20:56 +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
skodak
f9f8baa89e
MDL-17491 ora 10 min required, no need for legacy hacks anymore
2009-06-03 20:55:00 +00:00
skodak
4b5732f987
MDL-17020 pg 8.3 required, no need for legacy hacks anymore :-D
2009-06-03 20:53:19 +00:00
skodak
2a7eff41ad
MDL-18293 $DB->something is using exceptions, no need for ifs there, removing useless strings
2009-06-03 20:37:28 +00:00
skodak
a8d6ef8c6c
MDL-18293 $DB->somethiong is using exceptions, no need for ifs there, removing useless strings
2009-06-03 20:16:20 +00:00
skodak
bf8e93d704
MDL-18293 $DB->somethiong is using exceptions, no need for ifs tehre, removing useless strings
2009-06-03 20:00:08 +00:00
skodak
16ae08537b
MDL-15249 support for environment test in cli scripts
2009-06-03 16:24:00 +00:00
stronk7
a54e16380e
MDL-19350 upgrade review - adding missing savepoints to main upgrade.
2009-06-03 15:18:53 +00:00
skodak
1aa01caf90
MDL-16231 reimplemented deleting of files + cron cleanup
2009-06-03 08:10:21 +00:00
mjollnir_
6bba6dbbee
MDL-18405 formslib: split is_validated into two separate functions for more flexibility for callers to override the default behaviour. Merged from MOODLE_19_STABLE
2009-06-02 10:39:21 +00:00
tjhunt
6f5f3cef02
tags formslib element: MDL-19264 array_combine barfs on empty arrays.
2009-06-02 08:33:35 +00:00
tjhunt
70137bfe20
local lang string: MDL-13001 fix docs to reflect how it really works.
2009-06-02 04:13:05 +00:00
mjollnir_
766d61cbb8
portfolio: MDL-19358 and MDL-19354 added sesskey() protection when first initating a portfolio export; verify callback class is part of the portfolio_caller_base hierarchy; re-check permissions in the caller when waking up the portfolio exporter object (between requests)
2009-06-01 17:06:28 +00:00
skodak
4f12838e3e
MDL-17458 moving lib/db/upgradelib.php to upgrade.php in order to maḱe it the the same for all plugins
2009-05-31 17:38:18 +00:00
skodak
4fe2250a1f
MDL-19352 maintenance mode reiplemented
2009-05-31 14:42:29 +00:00
stronk7
ba04999ceb
MDL-19349 upgrade_plugin_savepoint() added 2 suggestions
2009-05-30 18:51:47 +00:00
skodak
c31d94e8ba
MDL-15249 towards localized cli installer
2009-05-30 17:14:24 +00:00
stronk7
76b6c644b2
MDL-19346 get_db_directories() - make it use core get_plugin_types() where all the plugins are defined
2009-05-30 15:33:21 +00:00
skodak
c6d4178203
MDL-19333 new indication of plugin name when editing admin settings
2009-05-29 07:56:52 +00:00
samhemelryk
1526635c51
choosecoursefileorimsrepo MDL-19332 pass specified attrs to text element
2009-05-29 04:14:25 +00:00
skodak
3b596dbf0b
MDL-15249 sample cli scripts - sample implementation only, no localization - ideally we should now decide what parameters we need - let the heated discussion begin ;-)
2009-05-27 09:52:25 +00:00
skodak
1c39033f29
MDL-15249 error status codes for exceptions and notices
2009-05-27 08:34:04 +00:00
samhemelryk
668564e5b2
lib MDL-19236 Corrected copyright's
2009-05-27 01:56:31 +00:00
Moodle HQ git importer
11e1f82896
fix git cvs drift
2009-05-27 00:36:40 +00:00
skodak
194cdca89b
MDL-15249 more cleanup and refactoring - towards cli upgrade
2009-05-26 19:02:11 +00:00
stronk7
16454b0f1c
MDL-19058 xmldb editor & enums - detect used/unused enums when loading XML files
2009-05-26 18:45:02 +00:00
skodak
3316fe24d5
MDL-15249 more cleanup and refactoring - towards cli upgrade
2009-05-26 17:44:25 +00:00
skodak
1e308b644e
MDL-19010 disabling upgrade block which breaks upgrade from 1.9.x
2009-05-26 17:30:23 +00:00
stronk7
f3acc06c2d
NOBUGNUM xmldb - add some more generic (object) checks to the XMLDB loader
2009-05-26 17:24:52 +00:00
stronk7
8fdb24f079
MDL-14992 sessions - proper destructor method and fixed dispose() behaviour.
2009-05-26 14:46:01 +00:00
skodak
8580535b81
MDL-15249 refactoring towards cli install script
2009-05-26 09:52:38 +00:00