401 Commits

Author SHA1 Message Date
Sam Hemelryk
ddaff608dc calendar MDL-19793 Fixed minor regressions caused by recent updates 2009-11-20 06:36:11 +00:00
Petr Skoda
19c795b837 MDL-20901 fixed input validation 2009-11-19 19:28:19 +00:00
Petr Skoda
aa6c1ced0a MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-04 08:11:02 +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
Sam Hemelryk
76d9df3f1d calendar MDL-20601 Conversion of calendar to mforms and new html editor + file API 2009-11-02 03:50:56 +00:00
Petr Skoda
e7521559ed MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 13:17:47 +00:00
Petr Skoda
2a250a0b2e MDL-20697 removing duplicate error string cannotfindsite, fixing get_site() which is now using exceptions 2009-11-01 09:21:41 +00:00
moodler
0e2afc47d8 calendar html MDL-17528 Add H2 to the "block" headers to make consistent with everything 2009-10-02 06:20:52 +00:00
moodler
9b610c986c calendar MDL-19940 Don't require login for site calendar when forcelogin is false 2009-10-01 07:04:18 +00:00
samhemelryk
93c91ee4de calendar MDL-19793 Upgrade deprecated calls and added set_url calls 2009-09-29 02:51:00 +00:00
samhemelryk
c9c9fb90b0 overlib MDL-19735 Touched up panel replacement of overlib calendar
* Created delay ContainerEffect and set some nice delays
 * Added set_url calls to calendar
2009-09-18 05:12:45 +00:00
samhemelryk
458eb0d10c overlib MDL-19735 Overlib is now included only where it is used
At the same time I have converted the calendar block to use YUI instead of overlib, this introduces one regression in that the panel is shown immediatly but should really have a minimal delay for usability.
This will be fixed once the theme changes for 2.0 have been commited
2009-09-17 07:46:20 +00:00
samhemelryk
f22f13330a calendar MDL-19793 Upgraded print_header and build_navigation calls to OUTPUT/PAGE equivilants 2009-09-04 04:26:50 +00:00
skodak
622365d2e1 MDL-20169 fixed coding style, parameter type required 2009-08-27 18:37:53 +00:00
nicolasconnault
58b36ec45f MDL-19793 Upgraded calls to link_to_popup_window() 2009-08-20 13:14:35 +00:00
nicolasconnault
d08472fc5b MDL-19793 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno 2009-08-20 08:51:44 +00:00
nicolasconnault
91599e5f4a MDL-19793 Upgraded calls to helpbutton, print_simple_box* and notify 2009-08-18 04:29:57 +00:00
nicolasconnault
ba179d56c9 MDL-19791 Upgraded calls to choose_from_menu 2009-08-17 15:16:26 +00:00
nicolasconnault
7b1f2c829f MDL-19756 Renamed moodle_select to html_select for better API consistency 2009-08-10 08:38:45 +00:00
nicolasconnault
5da8e2ee1c MDL-19793 Converted calls to popup_form() 2009-08-10 03:41:44 +00:00
nicolasconnault
9314a6bea9 MDL-19793 Converted all print_footer() calls 2009-08-06 14:22:10 +00:00
nicolasconnault
bca9ba8c6e MDL-19793 Migrated calls to print_heading 2009-08-06 08:26:34 +00:00
nicolasconnault
722e24c4c4 MDL-19793 Migrated calls to print_spacer() 2009-08-06 02:24:59 +00:00
nicolasconnault
127f1670ee MDL-19793 Upgraded calls to print_time_selector and print_date_selector 2009-08-06 01:08:13 +00:00
tjhunt
e63f88c9a6 MDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url
and $CFG->modpixpath to $OUTPUT->mod_icon_url
2009-07-02 12:07:58 +00:00
tjhunt
6b608f8f50 MDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url 2009-07-02 10:53:31 +00:00
nicolasconnault
6dbcaceef1 MDL-19418 Replaced ereg* by preg* 2009-06-22 01:22:37 +00:00
tjhunt
cf6155226c ajaxlib/require_js: MDL-16693 $PAGE->requires->... deprecates require_js etc.
There is a new implementation of require_js in lib/deprecatedlib.php,
based on $PAGE->requires.

There were a few other recently introduced functions in lib/weblib.php,
namely print_js_call, print_delayed_js_call, print_js_config and
standard_js_config. These have been removed, since they were never in
a stable branch, and all the places that used them have been changed
to use the newer $PAGE->requires->... methods.

get_require_js_code is also gone, and the evil places that were calling
it, even though it is an internal function, have been fixed.

Also, I made some minor improvements to the code I committed yesterday
for MDL-16695.

All that remains is to update all the places in core code that are
still using require_js.

(This commit also fixes the problem where the admin tree would not
start with the right categories expanded.)
2009-06-12 12:13:07 +00:00
sam_marshall
c5cf6bb2e2 MDL-17974: Calendar 'new entry' accessibility improvement 2009-01-28 12:11:32 +00:00
moodler
04f1715ee2 calendar/ical MDL-17964 Better hostname for UID, merged from 1.9 2009-01-20 06:22:51 +00:00
moodler
8805fa94b6 calendar/export MDL-17964 explicitly define a non-random UID for each event (merged from 1.9) 2009-01-20 03:09:10 +00:00
skodak
6132768ecb MDL-17767 loginas refactoring and simplification; full SESSION switching implemented 2009-01-02 15:15:26 +00:00
skodak
804656ff9b MDL-17203 prevent disclosing of sensitive information 2008-12-31 15:53:31 +00:00
skodak
b20c631896 MDL-17203 hash salt added to calendar export 2008-12-31 15:50:46 +00:00
skodak
dbf9d4cb37 MDL-17203 new option for disabling of calendar export 2008-12-31 14:10:44 +00:00
skodak
4a965824a0 MDL-16738 fixed + array operator overriding the same numeric keys - credit goes to Vince Gángó; merged from MOODLE_19_STABLE 2008-10-08 19:10:22 +00:00
tjhunt
ac324e05ea MDL-16675 change callers to require_js to take advantage of the fact that callers no longer have to add $CFG->wwwroot themselves. 2008-09-25 06:40:52 +00:00
skodak
db4a3d8ffe MDL-16666 removing all use_html_editor() instances 2008-09-24 21:03:36 +00:00
skodak
2fd0e9fe58 MDL-16644 removing striplsahses() and friends 2008-09-23 21:09:46 +00:00
tjhunt
7264519e3f MDL-16583 - Clean up some fo the places we link to javascript files, to use require_js 2008-09-23 07:00:59 +00:00
scyrma
2a68c5d9b9 MDL-16318: remove a few calls use_html_editor() (more to come) 2008-09-03 03:09:56 +00:00
sam_marshall
e2ce18a515 MDL-15519 sorry I'm an idiot, that should have been H3 not H2 2008-07-14 11:20:07 +00:00
sam_marshall
197c4f3b51 MDL-15519 Added H2 tag for month selector in calendar (accessibility) 2008-07-14 11:05:40 +00:00
sam_marshall
ed9f9947e8 MDL-15519: [Accessibility] Added heading tags around current month on monthly calendar view (and changed default styling so this doesn't affect appearance). 2008-07-03 14:16:22 +00:00
dongsheng
5233c06bb7 "MDL-15424, close table tags manually before calling redirect, merged from MOODLE_19_STABALE" 2008-07-02 07:09:38 +00:00
dongsheng
55924e7c18 "MDL-10633, fix dobule quote in calendar, merged from MOODLE_19_STABLE" 2008-06-27 03:12:56 +00:00
dongsheng
e30873753c "MDL-15424, fix html tag" 2008-06-26 08:59:20 +00:00
tjhunt
e36cd5d394 MDL-13229 - Cannot export group events - now make it export group events if 'all' is selected - Oops, allow for course without groups. 2008-06-23 14:34:56 +00:00
tjhunt
941939ef51 MDL-13229 - Cannot export group events - now make it export group events if 'all' is selected. 2008-06-19 17:57:57 +00:00
tjhunt
fa200431b1 MDL-15318 - url is a reserved word in JavaScript in IE, so the Gen Calendar URL button does not work there 2008-06-19 14:24:09 +00:00