28 Commits

Author SHA1 Message Date
Dongsheng Cai
af140288c4 MDL-8224, minor changes to tweak ui 2010-05-20 06:26:40 +00:00
Dongsheng Cai
50d7699489 "MDL-8224, fixed chat module" 2010-04-25 15:14:36 +00:00
David Mudrak
16be897441 MDL-21652 html_table rendering refactored
* class html_component does not exist any more
* class html_table rendered via html_writer::table()
* html_table, html_table_row and html_table_cell have public $attributes property to set their CSS classes
* dropped rotateheaders feature, should be added again after more research of possible ways (<svg> is not nice IMHO)
* dropped possibility to define CSS classes for table heading, body and footer - can be easily done and better done using just table class and context
2010-03-20 22:15:54 +00:00
Petr Skoda
2daed78a86 MDL-21534 refactoring to match coding style of gui_header_js + fixing mouse events handlers + some subplugin notes 2010-02-15 19:24:08 +00:00
Petr Skoda
0a0a507c95 MDL-21535 hidden activities now handled in require_login(), removing duplicate code 2010-02-15 16:12:53 +00:00
Sam Hemelryk
579a4976cc mod-chat MDL-21534 Converted JS to YUI3 and new coding style also fixed several regressions. 2010-02-15 05:56:36 +00:00
Petr Skoda
9dec75dbcc MDL-21240 shortened urls now start with / everywhere 2010-01-18 20:57:32 +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
985d1d1d22 MDL-21187 brand new yui2 lib loading now using the official YAHOO oholoaders which properly resolves all dependencies; please note we are still suing the YUI2 CSS preloading 2009-12-25 15:27:47 +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
Petr Skoda
78946b9bdb MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks 2009-12-16 18:00:58 +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
dongsheng
75d07096d3 "MDL-14651, improved chat module interface" 2009-10-08 06:37:00 +00:00
samhemelryk
eb588b22ab mod-chat MDL-19804 Added PAGE->set_url calls and removed deprecated functions 2009-09-23 07:08:43 +00:00
samhemelryk
296b589efd mod-chat MDL-19804 Updated print_header and build_navigation to OUTPUT and PAGE equivalents 2009-09-07 04:08:56 +00:00
dongsheng
83064f9c24 "MDL-14651, improve ajax chat module" 2009-09-05 18:41:25 +00:00
dongsheng
e8041d2c0d "MDL-14651, update chat module to work in new API" 2009-08-15 11:20:35 +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
dongsheng
8fcffd7032 "MDL-14651, hide input box when user doesn't have chat:talk capability" 2008-12-16 05:04:56 +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
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