Petr Skoda
f104d38212
MDL-21400 removed unnecessary yui2 includes
2010-01-24 10:59:10 +00:00
Petr Skoda
d825355a76
MDL-21400 fixed whitespace, sorrry
2010-01-23 18:30:16 +00:00
Petr Skoda
9edea336a7
MDL-21400 spamcleaner converted to YUI3
2010-01-23 18:09:54 +00:00
Petr Skoda
3b01539ccc
MDL-21400 global Y revisited, I really think it is better to pass it around properly, this could help a lot in future if we have multiple versions of YUI installed; reverted js_function_call() and added new js_init_call() instead which should be hopefully easier to use and in theory could replace all other $PAGE->requires->js_*; finished implemenetation of js_module()
2010-01-23 17:08:18 +00:00
Petr Skoda
7beccff9a1
MDL-21422 migration to YUI3
2010-01-21 22:36:44 +00:00
Petr Skoda
6e9bad56e8
MDL-21422 migration to YUI3
2010-01-21 22:29:28 +00:00
Petr Skoda
9598d578bb
MDL-21420 modole_cfg converted to M.cfg
2010-01-21 22:19:46 +00:00
Petr Skoda
9dec75dbcc
MDL-21240 shortened urls now start with / everywhere
2010-01-18 20:57:32 +00:00
Petr Skoda
d776d59ee2
MDL-21235 fixed select method name
2010-01-16 18:29:51 +00:00
Petr Skoda
4b9210f31b
MDL-21235 more conversion to new select
2010-01-16 18:25:51 +00:00
Petr Skoda
3ff163c597
MDL-21235 html_writer now supports select form elements
2010-01-16 17:00:22 +00:00
Petr Skoda
a685593466
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
2010-01-16 15:39:56 +00:00
Petr Skoda
2f67a9b3a5
MDL-20700 whitespace terror returns yet again
2009-12-16 22:22:37 +00:00
Petr Skoda
b5d0cafc6f
MDL-20787 final switch to new $OUTPUT->pix_url() - yay!
2009-12-16 21:50:45 +00:00
Petr Skoda
f44b10ed93
MDL-21139 replace all yui functions/methods with yui2 to make room for yui3
2009-12-16 20:25:14 +00:00
Eloy Lafuente
6f5a517f68
MDL-21007 - take out the box saying FakeTests are disabled. Not needed anymore.
2009-11-30 23:33:24 +00:00
Eloy Lafuente
2319bdedd6
MDL-21007 UnitTestCaseUsingDatabase misconfigured unit tests now reported as skipped
2009-11-30 23:18:34 +00:00
Andrew Davis
2b4d40c9ac
unit tests MDL-19060 unified the two checks for CVS directories
2009-11-30 01:14:30 +00:00
Andrew Davis
f6607a9c16
unit test MDL-19060 prevent unit tests from scanning cvs and .git directories
2009-11-27 05:39:35 +00:00
Martin Dougiamas
b1a59fb900
security report MDL-20834 Fixed DML for the backup risk checker for HEAD
2009-11-26 09:18:32 +00:00
Sam Hemelryk
08f9410378
admin MDL-20980 Touched up regex that determines weak password salts
2009-11-26 09:03:38 +00:00
Martin Dougiamas
dbec9afd01
security report MDL-20834 Merged 'report_security_check_riskbackup' check from 1.9
2009-11-26 08:32:48 +00:00
Tim Hunt
9aa653f124
Unit tests: Change the parent class to avoid a deprecated class.
...
This is necessary to make it work in PHP 5.3 (as well as PHP 4).
2009-11-24 21:44:59 +00:00
Sam Hemelryk
e019158c7d
security MDL-18807 Changed language strings: Thanks for the new strings Helen
2009-11-18 09:55:03 +00:00
Petr Skoda
af2d263f99
MDL-18006 MDL-18807 MDL-20853 warn that the default salt is definitely weak
2009-11-17 16:36:23 +00:00
Petr Skoda
4c1ba3ffc7
MDL-18006 MDL-18807 MDL-20853 merging sam's changes from MOODLE_19_STABLE, going to fix some more problems in this new code soon
2009-11-17 16:11:25 +00:00
Andrew Davis
1e252026e8
report backup MDL-19903 Fixed backup report table header
2009-11-13 06:09:54 +00:00
Petr Skoda
0ac940b3bf
MDL-20712 using just $capablities for capability definition array, all other files in db/* do not use component names in definition array; old capability array names are of course supported
2009-11-04 19:24:12 +00:00
Sam Hemelryk
8bdc9cacad
files MDL-20601 Conversion of many of the uses of print_textarea, and the mforms htmleditor to the new editor
...
Please forgive me if I have missed converting any output statements. If you do find an output statement that is not formatting correctly please refere to the table I added to this bug in regards to how it should be formatted.
2009-11-04 06:14:06 +00:00
Petr Skoda
24eb994795
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 11:14:50 +00:00
Petr Skoda
0df0df23f4
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 10:55:31 +00:00
Petr Skoda
244bb39668
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 10:42:45 +00:00
Petr Skoda
2e9b772fb8
MDL-20693 new NO_DEBUG_DISPLAY define
2009-10-31 22:02:05 +00:00
samhemelryk
c5e4f81d9a
admin MDL-19787 Added PAGE->set_url calls and removed $Id tags
2009-10-15 02:19:51 +00:00
skodak
d6960b0bd1
MDL-19474 finally dropping support for old adodb moodle database drivers, yay!
2009-10-08 22:04:32 +00:00
stronk7
c51ca8350e
Proper connection exception handling in the DB functional tests.
2009-09-02 16:24:43 +00:00
nicolasconnault
414a4a91b1
MDL-19787 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:39:07 +00:00
nicolasconnault
8fbce1c8c8
MDL-19878 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 04:28:40 +00:00
nicolasconnault
b324b47e36
MDL-19787 Upgraded calls to choose_from_menu
2009-08-17 15:15:20 +00:00
nicolasconnault
20486a5a21
MDL-19787 Converted print_box* to $OUTPUT->box*
2009-08-10 04:53:22 +00:00
nicolasconnault
eecc6a17bc
MDL-19787 Converted calls to print_paging_bar
2009-08-07 00:29:59 +00:00
nicolasconnault
73d6f52f6a
MDL-19787 Converted all print_footer() calls
2009-08-06 14:12:46 +00:00
nicolasconnault
2fff8846f2
MDL-19787 Migrated calls to print_heading
2009-08-06 08:17:12 +00:00
nicolasconnault
bfe5741703
MDL-19787 Migrated calls to print_checkbox()
2009-08-06 06:56:33 +00:00
tjhunt
5d3b999468
MDL-19690 - more $CFG->pixpath to $OUTPUT->old_icon_url
2009-07-02 10:26:02 +00:00
tjhunt
73511be761
MDL-19690 - 4 more $CFG->pixpath to $OUTPUT->old_icon_url
2009-07-02 10:12:19 +00:00
samhemelryk
2a29ba7edb
admin reports MDL-16706 Eliminated inline scripts to use PAGE methods
2009-07-02 04:10:56 +00:00
stronk7
e5d06af22e
MDL-19579 code coverage - show link to latest complete report
2009-06-26 17:07:33 +00:00
stronk7
70013fdcf9
XHTML Strict
2009-06-26 15:46:25 +00:00
stronk7
5d902b5da5
Fix unit|db tests OUTPUT
2009-06-26 09:50:06 +00:00