Petr Skoda
|
1b4e41af17
|
MDL-21400 fixe null param in js funcion call
|
2010-01-24 19:34:44 +00:00 |
|
Petr Skoda
|
4222342283
|
MDL-21400 improved coding style
|
2010-01-24 18:24:18 +00:00 |
|
Petr Skoda
|
81bd56ad4f
|
MDL-21400 improved coding style
|
2010-01-24 18:11:25 +00:00 |
|
Petr Skoda
|
f104d38212
|
MDL-21400 removed unnecessary yui2 includes
|
2010-01-24 10:59:10 +00:00 |
|
Petr Skoda
|
7e5f3db4d4
|
MDL-21400 global Y is evil
|
2010-01-24 10:41:15 +00:00 |
|
Petr Skoda
|
38224dcb60
|
MDL-21400 collapsible_region moved to M, using CamelCase for JS classes because it is otehrwise extremely hard to actually know what is instance and what is class + switched to js_init_call()
|
2010-01-24 10:34:02 +00:00 |
|
Moodle Robot
|
0503954afd
|
Updated the HEAD build version to 20100124
|
2010-01-24 00:36:44 +00:00 |
|
Petr Skoda
|
fc367afb6c
|
MDL-21400 collapsible region fixed and converted to YUI3
|
2010-01-24 00:05:37 +00:00 |
|
Joseph Rezeau
|
dd3d051e44
|
revert to previous version
|
2010-01-23 22:56:36 +00:00 |
|
Petr Skoda
|
d825355a76
|
MDL-21400 fixed whitespace, sorrry
|
2010-01-23 18:30:16 +00:00 |
|
Petr Skoda
|
9edea336a7
|
MDL-21400 spamcleaner converted to YUI3
|
2010-01-23 18:09:54 +00:00 |
|
Petr Skoda
|
3b01539ccc
|
MDL-21400 global Y revisited, I really think it is better to pass it around properly, this could help a lot in future if we have multiple versions of YUI installed; reverted js_function_call() and added new js_init_call() instead which should be hopefully easier to use and in theory could replace all other $PAGE->requires->js_*; finished implemenetation of js_module()
|
2010-01-23 17:08:18 +00:00 |
|
Petr Skoda
|
549770fc7b
|
MDL-21430 fixed forgotten filepicker coversion
|
2010-01-23 10:06:12 +00:00 |
|
Moodle Robot
|
e834ebb593
|
Updated the HEAD build version to 20100123
|
2010-01-23 00:36:06 +00:00 |
|
Petr Skoda
|
bca0975478
|
MDL-21170 migrated code to new M.util.image_url() function that returns correct theme images
|
2010-01-22 10:34:09 +00:00 |
|
Petr Skoda
|
ef502357f4
|
MDL-21170 improved comments module, added new support for module parameter in js_function_call(), fixed bug in comments on frontpage - see tracker for more info
|
2010-01-22 10:10:27 +00:00 |
|
jerome mouneyrac
|
c3517f05ed
|
webservice MDL-21127 add logging for REST server
|
2010-01-22 08:21:08 +00:00 |
|
Dongsheng Cai
|
7e7d2e64f2
|
"MDL-21170, fixed form conflict"
|
2010-01-22 08:06:25 +00:00 |
|
Dongsheng Cai
|
277e785d95
|
"MDL-21170, fixed deleting comments"
|
2010-01-22 07:40:41 +00:00 |
|
Dongsheng Cai
|
adacb0fe71
|
"MDL-21170, comment system upgraded to yui3"
|
2010-01-22 07:35:56 +00:00 |
|
Sam Hemelryk
|
dada7d66a4
|
navigation MDL-21418 Changed regex to replace all characters not just a-zA-Z0-9 thanks for picking this up David
|
2010-01-22 07:04:24 +00:00 |
|
jerome mouneyrac
|
69b3a0215f
|
webservice MDL-21351 change Web services authentication title string
|
2010-01-22 03:59:41 +00:00 |
|
jerome mouneyrac
|
d85a1c177b
|
webservice MDL-21351 change some auth help description texts
|
2010-01-22 03:56:05 +00:00 |
|
Dongsheng Cai
|
90aa722bee
|
"MDL-21170, change namespacing of filepicker, use anonymous function initialize yui3 module"
|
2010-01-22 03:48:07 +00:00 |
|
jerome mouneyrac
|
a7e2d6fef9
|
webservice MDL-21351 add a help icon to required capability option (when create/edit a service)
|
2010-01-22 03:39:30 +00:00 |
|
Sam Hemelryk
|
bdbae764d9
|
calendar MDL-21240 Converted calendar JS to YUI3 module
|
2010-01-22 03:06:01 +00:00 |
|
Dongsheng Cai
|
840912d5cf
|
"MDL-21170, rename filepicker to core_filepicker, upgrade filemanager to yui3 module"
|
2010-01-22 03:02:09 +00:00 |
|
jerome mouneyrac
|
3e6161fb1c
|
webservice MDL-21351 add an overview page to facilitate the web service administration
|
2010-01-22 02:04:12 +00:00 |
|
Rossiani Wijaya
|
24fadf0d4a
|
MDL-21300 - remove filename validation for invalid character.
|
2010-01-22 02:02:10 +00:00 |
|
Moodle Robot
|
e9117aa933
|
Updated the HEAD build version to 20100122
|
2010-01-22 00:36:59 +00:00 |
|
Eloy Lafuente
|
eb712e4280
|
MDL-21265 wiki - fix problem for students not able to see entries in other groups until own entry is created by teacher. Merged from 19_STABLE
|
2010-01-21 23:43:11 +00:00 |
|
Petr Skoda
|
279d11c959
|
MDL-21400 removed unnecessary includes
|
2010-01-21 22:43:53 +00:00 |
|
Petr Skoda
|
7beccff9a1
|
MDL-21422 migration to YUI3
|
2010-01-21 22:36:44 +00:00 |
|
Petr Skoda
|
6e9bad56e8
|
MDL-21422 migration to YUI3
|
2010-01-21 22:29:28 +00:00 |
|
Petr Skoda
|
1be3ec803b
|
NOBUG fixed typo in comment
|
2010-01-21 22:21:40 +00:00 |
|
Petr Skoda
|
9598d578bb
|
MDL-21420 modole_cfg converted to M.cfg
|
2010-01-21 22:19:46 +00:00 |
|
Petr Skoda
|
7b42e81a76
|
MDL-21170 migrated filepicker to new YUI3 loading, tested in editor only, the filemanager and picker elements still have some problems, sorry for that
|
2010-01-21 22:04:31 +00:00 |
|
Petr Skoda
|
e50b4c8972
|
MDL-21420 refactoring towards global M
|
2010-01-21 20:55:58 +00:00 |
|
Eloy Lafuente
|
26a8a8c8af
|
MDL-21293 tag_youtube block - apply conversion of old tags to new ones in specialization()
and start using new ones in configuration
|
2010-01-21 19:28:28 +00:00 |
|
Inaki
|
75a7a7e415
|
auth ldap/cas config: MDL-21343 LDAP / CAS settings broken due to wrong superflous value
|
2010-01-21 19:21:23 +00:00 |
|
Eloy Lafuente
|
4f42e4663d
|
MDL-21293 tag_youtube block - migratin from YouTube API to Google one
TODO: fix the configuration form to use the new stuff...
|
2010-01-21 18:54:50 +00:00 |
|
Eloy Lafuente
|
d51eee7e39
|
NOBUG: Wrong variable name preventing page to render
|
2010-01-21 18:25:58 +00:00 |
|
Tim Hunt
|
cadc0d2805
|
theme/regions MDL-20204 un-spaghetti-fy martin's last commit.
|
2010-01-21 11:07:15 +00:00 |
|
Eloy Lafuente
|
054d3924f2
|
NOBUG: On upgrade, cli must not override current config. Just set undefined (new) ones
|
2010-01-21 10:04:03 +00:00 |
|
Sam Hemelryk
|
9cf45d02c7
|
navigation MDL-14632 converted mb_substr calls to use textlib, cheers for spotting Petr
|
2010-01-21 08:51:13 +00:00 |
|
Sam Hemelryk
|
1ce15fdac8
|
navigation MDL-21366 Converted dock and navigation to YUI3 modules and added some supporting structures to outputcomponents and ajaxlib
|
2010-01-21 08:38:50 +00:00 |
|
Sam Hemelryk
|
fc9d196454
|
navigation MDL-21366 Fixed undefined index notice and changes substr to mb_substr
|
2010-01-21 07:22:10 +00:00 |
|
Dongsheng Cai
|
2539ce37a6
|
"MDL-21170, fixed pix_url output problem, improve javascript-static.js for new filemanager"
|
2010-01-21 06:37:04 +00:00 |
|
Martin Dougiamas
|
a546e528ec
|
theme/regions MDL-20204 Improved the finding of human names for regions, after looking in current theme it now looks in parent themes and base theme as well.
|
2010-01-21 06:13:02 +00:00 |
|
Martin Dougiamas
|
1ad20d6dda
|
theme/base MDL-20204 Added default language strings for the base theme regions.
|
2010-01-21 06:11:02 +00:00 |
|