Commit Graph

1075 Commits

Author SHA1 Message Date
f44e4d1404 MDL-14943 "moodle_url : need way to add extra params when outputting params as hidden fields for forms" added new optional param to method hidden_params_out 2008-05-22 13:29:19 +00:00
73f7ad715e MDL-14905 Started on the DDL functional tests. Added an ugly but temporary hack into error() and print_error(), so that they throw an exception instead of dying when UNITTEST is defined. 2008-05-21 14:59:33 +00:00
6d5a22b208 Installer fixed, prefixes improved, moved conn settings to connect() and some more improvements. MDL-14864 2008-05-19 18:02:33 +00:00
f33e1ed4ae MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs 2008-05-15 21:40:00 +00:00
e49ef64a2e "MDL-14129, fix print_error" 2008-05-15 03:07:21 +00:00
388794fd4f MDL-14618 HTML class so that link arrows can be themed 2008-05-13 12:36:16 +00:00
d824d44666 MDL-14811 Merged from 1.9: Fixed the popup window name for HTML editor help 2008-05-13 05:36:25 +00:00
183a13c294 Prevent some notices and process if $CFG->emoticons is not set or empty. MDL-12414 ; merged from 19_STABLE 2008-05-11 23:34:29 +00:00
450522e374 MDL-12648 Undefined property: stdClass::$wwwroot on popup screen during installation, merged from 19 2008-05-08 02:38:38 +00:00
23360b81dd "MDL-13233, replace the uses of old files to new ones, see tracker" 2008-05-07 03:08:44 +00:00
32ba2f0dd4 MDL-14663 "link_to_popup_window displays 'Click here....' as the link text if you pass in 0 as the link text."
Also fixing the problem in link_to_popup_window function. Test for null instead of empty.
2008-05-02 16:11:30 +00:00
b342e64f30 MDL-12864 fix bad XHTML in the messaging popup, merged from 19 2008-05-02 05:20:40 +00:00
e64467bb77 MDL-8592: Get spellchecking to work over https (merge from 1.9) 2008-05-02 03:34:00 +00:00
52cc2b7af8 MDL-14439 IE and Opera fire the onchange when ever you move into a dropdwown list with the keyboard - this changes fix the problem. Merged from 19. 2008-05-02 02:45:18 +00:00
4fda8aef84 MDL-14617 removed PHP4 compatibility string functions 2008-05-01 21:49:23 +00:00
6dd038e639 MDL-14617 removed PHP4 compatibility error_get_last() 2008-05-01 21:19:05 +00:00
12d0687748 "MDL-14460, fix get_context_instance, merged from MOODLE_19_STABLE" 2008-05-01 06:07:24 +00:00
4ba6b3e321 MDL-13985 - Fix previous fix to display a warning when whitespace is used in popup window name (merge from 1.9) 2008-04-29 05:10:34 +00:00
b867e6028a MDL-13985 - Prevent popup windows from having a space in their name. (merge from 1.9) 2008-04-29 04:10:08 +00:00
1e1c1e9720 MDL-14497 Fixed several minor bugs in navmenu() 2008-04-23 17:09:03 +00:00
03beb65b3a MDL-14476: Made 'fake blocks' in calendar and elsewhere more consistent with real blocks (so styling themes is easier) 2008-04-22 14:14:47 +00:00
a41b301703 MDL-14260: Changed print_heading_with_help so that the help button is outside the heading (for accessibility reasons) and changed themes so that this makes no visual difference. 2008-04-08 16:10:49 +00:00
5a2a53316f MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
d19c792dae MDL-14126 fixed undefined message; merged from MOODLE_19_STABLE 2008-04-01 19:49:12 +00:00
fc003bb639 MDL-14126, cron shouldn't print html tags, merged from MOODLE_19_STABLE 2008-04-01 16:07:17 +00:00
aefceabe78 MDL-14085, Make print_error() autonomous, merged from MOODLE_19_STABLE 2008-04-01 06:19:10 +00:00
8ec50604b1 Move error() to deprecatelib.php, merged from MOODLE_19_STABLE 2008-04-01 04:15:13 +00:00
0d6a8102df MDL-14103 - remove the call to s() - the string has to already be in html format. (merge - 1.9) 2008-03-31 06:53:35 +00:00
a5fe6177d6 MDL-13985 - removed call to get_string, translation of this string made no sense and broke badly. (merge) 2008-03-20 07:05:06 +00:00
902d5cc046 MDL-13880 Overridden and excluded grades are now coloured with alternate row colours that override the default alternate row colours (gray). I also fixed the long-standing notice about aggregationposition. See attached patch. 2008-03-20 06:05:44 +00:00
317f94b0a2 MDL-13934 - Commit patch by Eloy - prevent display of moodle docs link on redirect pages 2008-03-19 08:19:31 +00:00
0f2f6126c3 MDL-12093 - remove added classes - they don't help the issue and clutter the code 2008-03-19 08:16:51 +00:00
f043289d2f MDL-13886 whitelist text-decoration in kses cleaning; merged from MOODLE_19_STABLE 2008-03-15 15:01:27 +00:00
111ded5895 Clarify unused argument. 2008-03-07 11:17:44 +00:00
8cd9482066 Fix the display of the release (merged from 1.9) 2008-03-05 05:36:49 +00:00
8cd2314b9a MDL-13705 2008-02-28 21:17:52 +00:00
7cfb11db0b MDL-90 weblib: Introducing mdie() - close sibling of Perl's die()
So that commandline scripts can die with a message and
a nonzero errorcode
2008-02-27 02:52:28 +00:00
183f9cc99c MDL-13665 HTML editor is loaded as non-secure on the secure "Add new user" form, patch by Steve Bond; merged from MOOODLE_19_SATBLE 2008-02-25 20:39:42 +00:00
5087c945ec MDL-13661 - fixing incorrect use of array_shift; merged from MOODLE_19_STABLE 2008-02-25 20:22:59 +00:00
d1731fda35 MDL-9667 - convert_tree_to_html doesn't set css class properly if
$tab->linkedwhenselected is set

Patch from Jeff Graham

merged from MOODLE_19_STABLE
2008-02-25 11:58:12 +00:00
3923874573 Fixed $displaypage notice by initialising it 2008-02-21 06:14:02 +00:00
d0b8e40d6f MDL-12538 skip to main does not work if page div contains other attributes; merged from MOODLE_19_STABLE 2008-02-19 13:34:31 +00:00
d423b6dc9a MDL-13459 Didn't use the patch, which puts its finger in too many pies. Instead just implemented a quick-fix, a temporary get_assignable_for_switchrole() function. It only affects the switchroles menu. Merging from MOODLE_19_STABLE 2008-02-15 16:40:45 +00:00
7f30b5fc2c MDL-13312 fixed notices caused by previous commit, patch by Gary Anderson; merged from MOODLE_19_STABLE 2008-02-03 12:53:33 +00:00
1cc54a45d7 MDL-13310 added static cron cache into format_text() to prevent some db access; merged from MOODLE_19_STABLE 2008-02-03 10:57:07 +00:00
76cbde4138 MDL-12945 changing get_fast_modinfo() section property to sectionnum to prevent conflicts with real cm->section; full recent activity speedup when printing user pictures in forum; merged from MOODLE_19_STABLE 2008-02-01 14:10:49 +00:00
0cda10df3e Merged from MOODLE_19_STABLE: MDL-13244 - weblib - Add 'summary' attribute to print_table() 2008-01-31 22:24:45 +00:00
dd97c32868 MDL-12945 a slightly bigger patch for performance in recent activity and various group related issues + some other fixes - see list of subtasks in tracker; merged from MOODLE_19_STABLE 2008-01-24 20:33:50 +00:00
8275580db3 MDL-13154 Make it possible to unit test code that calls error() (2.0 only, PHP5 req) 2008-01-24 16:58:32 +00:00
5df984eb0a Merged typo fox for popup windows from 19 2008-01-18 05:18:11 +00:00