17 Commits

Author SHA1 Message Date
tjhunt
c8873c496b MDL-19690 - eliminate the $OUTPUT->initialise_deprecated_cfg_pixpath horrible hack.
Replace $CFG->pixpath with $OUPTUT->old_icon_url(...) instead.
2009-07-02 11:23:47 +00:00
samhemelryk
ddbeb7a7ec chat ajax MDL-16706 Eliminated inline scripts to use PAGE methods 2009-07-02 06:00:59 +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
dongsheng
cc852a0a8d "MDL-14651, fixed yui javascript path (since latest yui upgrade), setup in update script in order to get format_text worked" 2009-06-02 05:24:24 +00:00
dongsheng
6588e77e0b "MDL-14651, remove a useless capability from chat module" 2009-05-05 09:19:47 +00:00
dongsheng
5b4773c2b7 "CHAT/MDL-14651, move down DOCTYPE declaration" 2009-03-04 07:15:18 +00:00
skodak
56949c17de MDL-14992 refactored use of session_write_close() 2009-01-17 15:25:08 +00:00
skodak
7fdefb1482 MDL-17775 Chat ajax update.php not using sessions anymore 2009-01-03 13:03:05 +00:00
dongsheng
8fcffd7032 "MDL-14651, hide input box when user doesn't have chat:talk capability" 2008-12-16 05:04:56 +00:00
dongsheng
4faec37e75 CHAT_MOD/MDL-14651
update post.php script to support error report code.
2008-11-19 08:05:45 +00:00
dongsheng
ff7255e14c CHAT_MOD/MDL-14651
jump to mod front page when error occors.
2008-11-19 07:58:48 +00:00
dongsheng
7f0483f6cd CHAT_MOD/MDL-14651
1. click a button to "talk to" a specific user
2. adjust UI layout
3. add more language string
2008-11-19 07:32:39 +00:00
dongsheng
547ac6644d CHAT_MOD/MDL-14651, clean up update.php script. 2008-11-19 06:29:27 +00:00
dongsheng
80bff20b74 CHAT_MOD/MDL-14651, auto-scrolling support 2008-11-19 04:56:04 +00:00
dongsheng
2c907a53b6 CHAT_MOD/MDL-14651
1. support BEEP message
2. add "console" object to debug
2008-11-19 04:22:10 +00:00
dongsheng
1686b89a54 "MDL-14651, more feature for new chat added" 2008-11-19 02:18:56 +00:00
dongsheng
1d5071868f MDL-14651
1. identify IRC commands
2. commiting ajax chat room, I lost my half finished source code, so I have to
start again :-(
2008-11-18 05:21:57 +00:00