Sam Hemelryk
5be949984d
mod-chat MDL-21534 Fixed very minor error
2010-02-16 07:04:19 +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
0475b6c74d
MDL-21534 refactorign one giant class that handles three different pages with the same methods + removing problematic YUI.add() + some subplugin notes
2010-02-15 19:23:17 +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
c5f1fdb451
mod-chat MDL-21534 Added documentation, revised namespace, fixed non-namespaced function call.
2010-02-15 06:08:41 +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
f9fc1461ba
MDL-21590 fixed recent regression in nav icons - now using new pix_icon instead of urls, have to rework extra icon handling in resources though
2010-02-14 09:29:44 +00:00
Petr Skoda
9bf163146b
MDL-20204 more html_link converstions
2010-02-11 18:50:55 +00:00
Petr Skoda
4aea3cc7cd
MDL-20204 the ultimate fix for our frames (theyare not accessbile, but anyway); instead of adding the target to each element when creating html we use yui to set the target from page footer via JS - this fixes the links and forms in all elements in pages with frametop layout
2010-02-11 13:27:02 +00:00
Petr Skoda
2b728cb5e1
MDL-21420 finally moving old global mstr to new M.str.
2010-02-07 09:43:07 +00:00
Petr Skoda
593f9b8703
MDL-21400 finalising JS api - removing ->on_dom_ready (now bool param in js() and js_init_call()) and after_delay() (again int parameter) - the reason is it was adding unnecessary complexity and it is used in just a few places that will be eventually converted to the new js_init_call() anyway
2010-02-06 14:45:17 +00:00
Petr Skoda
60409fe103
MDL-21532 ->in_head() now really exceptional (after overrlib removal there will be just a few of them)
2010-02-06 14:09:33 +00:00
Petr Skoda
ea4666e71d
MDL-21400 removing inhead - not tested
2010-02-06 13:00:51 +00:00
Petr Skoda
384ab39a62
MDL-21503 eliminating global Y
2010-02-03 09:32:02 +00:00
Petr Skoda
c17f05fb2f
MDL-21403 getting rid of all asaps
2010-01-26 09:58:19 +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
a685593466
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
2010-01-16 15:39:56 +00:00
Petr Skoda
4bcc51185c
MDL-21217, MDL-21198 simplified/improved outputlib help icon related apis + several fixed regresions
2009-12-30 15:19:55 +00:00
Petr Skoda
812dbaf7d5
MDL-21198 improved/simplified $OUTPUT->user_picture() + regression fixes, performance fixes and detected performance problems when printing user avatars
2009-12-27 19:47:21 +00:00
Petr Skoda
191b267bcd
MDL-20790 more page layouts -see base theme for full list; also added new css body class for describing current layout; base layout is now default for beter BC; require_login() now sets 'incourse' layout automatically
2009-12-27 12:02:04 +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
Sam Hemelryk
92059c7ee5
mod MDL-21169 Removed update this module button and ensured there was a link in the settings block for it.
2009-12-23 01:57:55 +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
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
Penny Leach
24ba58ee9a
portfolio MDL-21079 be more selective about including libraries.
...
this involves moving all formslib includes to where they're actually needed.
it also moves the portfolio stuff from assignment,data,chat,forum and glossary
into a locallib.php which involved creating it for many of those modules.
2009-12-12 11:27:07 +00:00
Sam Hemelryk
89b8211e5a
chat MDL-19804 Fixed deprecated event calls
2009-12-07 06:04:53 +00:00
Dongsheng Cai
2367795674
"MDL-20587, chat module, show sessions with just one users, based on Daniel Neis' patch, thanks"
2009-12-04 03:57:48 +00:00
Penny Leach
59dd457e4b
portfolio: MDL-21030 - leap2a portfolio format support.
...
This commit includes:
- leap2a portfolio format, and xml writer
- proof of concept implementation in forum and assignment modules
- a lot of refactoring of the portfolio formats in general:
- addition of "abstract" formats - this is necessary for plugins to be able to support groups of formats
- addition of the idea of portfolio formats conflicting with eachother - eg richhtml & plainhtml
it touches modules other than assignment and forum, because the format api
changed and now each place in moodle that exports portfolio content has to deal
with the formats it supports slightly differently.
At the moment the Mahara portfolio still doesn't support this format, because I
haven't done the Mahara side yet. The "file download" plugin supports it
though.
Still todo:
- Add support for the other places in Moodle (glossary, data, etc)
- Write tests, once the rest of the portfolio tests have been updated to use the new DB mocking stuff
- Fix a bunch of TODOs
2009-12-03 14:26:37 +00:00
Sam Marshall
f1035deb97
MDL-21009 Group selector must use absolute links in order to work with javascript off
2009-11-30 17:12:48 +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
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
samhemelryk
d32229555f
chat MDL-19804 Upgraded deprecated calls
2009-10-16 03:19:32 +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
0eaf2f249d
chat MDL-16673 Clean up inline script and output calls
2009-09-17 06:17:05 +00:00
samhemelryk
b14ae498b9
mod-chat MDL-20243 Upgrade chat module to make use of the two navigation callbacks
...
Note: I also took the oppertunity to extend navigation_node action handling, so that navigation nodes can accepts
moodle_url, html_link, or strings for actions
2009-09-10 03:50:51 +00:00
samhemelryk
889f591cf0
chat MDL-19804 Fixed regression caused by page general type
...
Changed general type to embedded so blocks, header, and footer are not shown in chat user frame
2009-09-08 03:39:50 +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
ff0e58c8ae
"MDL-14651, fixed chat_format_userlist"
2009-09-07 02:20:42 +00:00
dongsheng
4aa9147a5e
"MDL-14651, fixed duplicate users in list, add language string"
2009-09-06 09:24:57 +00:00
dongsheng
9d9da5e9cb
"MDL-8224, use embedded layout in gui_header_js UI, add a css to gui_basic UI"
2009-09-05 18:46:02 +00:00
dongsheng
83064f9c24
"MDL-14651, improve ajax chat module"
2009-09-05 18:41:25 +00:00
dongsheng
d8e761eed2
"MDL-14651, fixed typo and set page type as form"
2009-09-04 09:50:46 +00:00
nicolasconnault
2edd2d9bf1
MDL-19804 Upgraded calls to link_to_popup_window()
2009-08-20 13:15:57 +00:00
nicolasconnault
af7bad7997
MDL-19804 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:42:59 +00:00
nicolasconnault
29cd201ffa
MDL-19804 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 05:02:38 +00:00
dongsheng
e8041d2c0d
"MDL-14651, update chat module to work in new API"
2009-08-15 11:20:35 +00:00