5cac5fa428
MDL-64506 templates: BS2 m-x-x to BS4 mx-x
2019-04-03 19:47:11 +08:00
672f483670
MDL-42834 admin: Removal of httpswwwroot
2017-10-23 12:25:36 +08:00
4af34676f7
MDL-56719 mod_chat: clarify 'course theme' change
...
Plus remove some pointless code.
2016-11-14 11:09:23 +00:00
f619064b9b
MDL-56719 boost: Style mod_chat for boost
...
I stayed away from big markup changes. This is a table layout so needs rewriting which is a big job.
2016-11-14 15:08:57 +08:00
1fcf0ca8a5
MDL-35628 performance: Remove dirname() where possible.
...
dirname() is a slow function compared with __DIR__ and using
'/../'. Moodle has a large number of legacy files that are included
each time a page loads and is not able to use an autoloader as it is
functional code. This allows those required includes to perform as
best as possible in this situation.
2016-06-10 08:06:49 +10:00
c52b4db52d
MDL-46465 mod_chat: assorted coding style fixes
2014-07-28 10:01:41 +08:00
96c124fca0
MDL-42711 added RTL styles to chat.less .
2013-11-14 16:57:48 +08:00
6f8624f77a
MDL-42711 made all theme menu strings in chat popup translatable
2013-11-13 16:22:34 +08:00
b661e76c3f
MDL-42711 hide course theme option for non bootstrapbase based themes. some other minor fixes too.
2013-11-08 13:10:40 +08:00
fcb2b77ffa
MDL-42711 ported less style for chat from learnmoodle. added ability to choose course theme's css - this will use ONLY the css available from the theme to style this chat box.
2013-11-07 11:14:14 +08:00
74df2951d1
Revert "MDL-39876 Change get_record('course') calls to get_course"
...
This reverts commit ab7632b74c
.
2013-08-21 13:42:30 +08:00
6eee89bc8f
Merge branch 'MDL-39876-master' of git://github.com/sammarshallou/moodle
...
Conflicts:
course/lib.php
2013-08-21 12:08:46 +12:00
e9c599cb84
MDL-39770 mod_chat: improved the chat experience on small screens
2013-08-19 09:08:40 +07:00
ab7632b74c
MDL-39876 Change get_record('course') calls to get_course
2013-08-15 11:31:20 +01:00
02a011eabc
MDL-30918 Chat: Added hidden section headers and aria attributes
2012-09-20 15:38:25 +08:00
da248cbb71
MDL-34562 accessibility compliance for chat module: Add <label> for input text and select tag
2012-08-06 16:17:29 +08:00
6536217c78
MDL-34466 mod_chat Replace all instances of get_context_instance() with respective context_XXXX class in mod/chat
2012-07-27 13:26:04 +08:00
fef7025c5e
MDL-32665 mod_chat: disabled popup notifications in the chat windows
2012-07-17 10:15:14 +08:00
cdbea7eed1
MDL-31607 use full course object for require_login() if already available
...
This eliminates 1 db query.
2012-04-22 17:41:47 +02:00
3211569a6a
Revert "MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag"
...
This reverts commit f9f281b8fe
.
2012-04-11 17:18:58 +12:00
f9f281b8fe
MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag
2012-03-30 16:26:58 +08:00
8ebbb06adf
MDL-29189 mutlilang Reviewed the uses of course shortname and ensured things are being formatted consistently
2011-09-08 09:30:27 +12:00
b160915d6b
"MDL-25175, fixed groups_get_group parameter"
2010-11-12 03:34:49 +00:00
af140288c4
MDL-8224, minor changes to tweak ui
2010-05-20 06:26:40 +00:00
50d7699489
"MDL-8224, fixed chat module"
2010-04-25 15:14:36 +00:00
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
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
0a0a507c95
MDL-21535 hidden activities now handled in require_login(), removing duplicate code
2010-02-15 16:12:53 +00:00
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
9dec75dbcc
MDL-21240 shortened urls now start with / everywhere
2010-01-18 20:57:32 +00:00
a685593466
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
2010-01-16 15:39:56 +00:00
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
f44b10ed93
MDL-21139 replace all yui functions/methods with yui2 to make room for yui3
2009-12-16 20:25:14 +00:00
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
e7521559ed
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 13:17:47 +00:00
75d07096d3
"MDL-14651, improved chat module interface"
2009-10-08 06:37:00 +00:00
eb588b22ab
mod-chat MDL-19804 Added PAGE->set_url calls and removed deprecated functions
2009-09-23 07:08:43 +00:00
296b589efd
mod-chat MDL-19804 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
2009-09-07 04:08:56 +00:00
83064f9c24
"MDL-14651, improve ajax chat module"
2009-09-05 18:41:25 +00:00
e8041d2c0d
"MDL-14651, update chat module to work in new API"
2009-08-15 11:20:35 +00:00
ddbeb7a7ec
chat ajax MDL-16706 Eliminated inline scripts to use PAGE methods
2009-07-02 06:00:59 +00:00
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
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
6588e77e0b
"MDL-14651, remove a useless capability from chat module"
2009-05-05 09:19:47 +00:00
5b4773c2b7
"CHAT/MDL-14651, move down DOCTYPE declaration"
2009-03-04 07:15:18 +00:00
8fcffd7032
"MDL-14651, hide input box when user doesn't have chat:talk capability"
2008-12-16 05:04:56 +00:00
ff7255e14c
CHAT_MOD/MDL-14651
...
jump to mod front page when error occors.
2008-11-19 07:58:48 +00:00
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
2c907a53b6
CHAT_MOD/MDL-14651
...
1. support BEEP message
2. add "console" object to debug
2008-11-19 04:22:10 +00:00
1686b89a54
"MDL-14651, more feature for new chat added"
2008-11-19 02:18:56 +00:00