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 |
|
Moodle Robot
|
ee7c44194e
|
Updated the HEAD build version to 20100121
|
2010-01-21 00:36:55 +00:00 |
|
Petr Skoda
|
d194928e94
|
MDL-21402 fixed nasty regression :-D
|
2010-01-20 21:54:15 +00:00 |
|
Petr Skoda
|
3157cd3dbd
|
MDL-21405 fixed missing ;
|
2010-01-20 21:10:49 +00:00 |
|
Petr Skoda
|
34f76e9a7b
|
MDL-21405 adding global M instance, going to demonstrate how to use it soon, in theory could be reverted if too many ppl protest ;-)
|
2010-01-20 20:42:23 +00:00 |
|
Petr Skoda
|
227255b802
|
MDL-21402 new js_writer abstraction + otehr minor improvements
|
2010-01-20 20:01:24 +00:00 |
|
Petr Skoda
|
f5de8ee77b
|
MDL-21401 killed top_of_body support because it does not encourage good coding style (agreed with Tim), skiplinks conversion to html_writer
|
2010-01-20 18:30:55 +00:00 |
|
Petr Skoda
|
543f54d3e5
|
MDL-21401 eliminating last uses of WHEN_TOP_OF_BODY
|
2010-01-20 18:07:49 +00:00 |
|
Eloy Lafuente
|
ba9806511b
|
MDL-21393 completely remove old executabble (by everybody) script (only cleaned in 1.x versions)
|
2010-01-20 11:24:42 +00:00 |
|
jerome mouneyrac
|
3f77607874
|
administration MDL-21351 revert changes
|
2010-01-20 10:16:41 +00:00 |
|
jerome mouneyrac
|
8399c714d7
|
webservice MDL-21351 remove Save Changes button from token/service/protocol page, relabel some Save Changes button into more explicit label, add help text to service page
|
2010-01-20 10:01:03 +00:00 |
|
jerome mouneyrac
|
721312bd2c
|
administration MDL-21392 add hidesavebutton() for admin_settingpage class
|
2010-01-20 09:58:17 +00:00 |
|
Martin Dougiamas
|
0aed347fd1
|
blocks config MDL-21375 Usability improvements for editing block stickiness, especially when dealing with frontpage and system blocks.
|
2010-01-20 09:08:04 +00:00 |
|
Petr Skoda
|
9fcb81adae
|
MDL-21386 readding require_login() which I accidentally removed during one previous cleanup, sorry
|
2010-01-20 08:41:07 +00:00 |
|
jerome mouneyrac
|
a3103a10b3
|
webservice MDL-21351 fix navigation bar (add link to make the navigation easier)
|
2010-01-20 07:20:03 +00:00 |
|
jerome mouneyrac
|
3a17a7a352
|
webservice MDL-21351 add function page: use multiple searchable selector
|
2010-01-20 02:44:19 +00:00 |
|
jerome mouneyrac
|
c59a67ab40
|
webservice MDL-21351 function page: remove back button and change add button for a link
|
2010-01-20 01:29:12 +00:00 |
|
Moodle Robot
|
474c608ec1
|
Updated the HEAD build version to 20100120
|
2010-01-20 00:36:34 +00:00 |
|
Petr Skoda
|
08fac7341f
|
MDL-21240 new $PAGE->requires->js_init_code('js code;') intended for simple initialisation of YUI stuff in page, this should help to reduce uncached HTTP requrests per page because we would not have to create tons of .js files each with one short init function; we have to make sure ppl do not abuse this; this coudl also allow theme designers to tweak module JS if we store the JS fragment in plugin renderer where it in fact belongs ;-) + fixed some docs
|
2010-01-19 23:08:06 +00:00 |
|
Petr Skoda
|
472264c333
|
MDL-21240 getting rid of one asap
|
2010-01-19 23:03:37 +00:00 |
|
Petr Skoda
|
c845f827e5
|
MDL-21240 fixed event docs
|
2010-01-19 22:07:13 +00:00 |
|
Petr Skoda
|
d96d8f03b4
|
MDL-21240 adding new level to requirements manager, now the function calls and events have access to "Y."
|
2010-01-19 22:01:12 +00:00 |
|
Petr Skoda
|
8f29813160
|
MDL-21240 shortened urls now start with / everywhere
|
2010-01-19 12:59:34 +00:00 |
|
Martin Dougiamas
|
02ba576c27
|
blocks/sticky MDL-21375 This patch allows frontpage blocks to be easily turned into SYSTEM-wide sticky blocks. There is still an outstanding problem about how to deal with SYSTEM blocks that are not sticky. I think these should also be seen on the front page all the time but I'm not sure. See the bug for discussion about this.
|
2010-01-19 10:07:52 +00:00 |
|
jerome mouneyrac
|
115ea17e46
|
webservice MDL-21351 manage token page: remove additional title, manage service page: move left link at the left
|
2010-01-19 10:07:26 +00:00 |
|
jerome mouneyrac
|
b24b55eb24
|
webservice MDL-21351 trivial text changes on the admin Manage protocol page
|
2010-01-19 08:36:16 +00:00 |
|
jerome mouneyrac
|
94e90ab7b7
|
webservice MDL-21351 web service token profil page become security keys page, the tokens are now automatically generated.
|
2010-01-19 08:16:57 +00:00 |
|
Martin Dougiamas
|
3884ae3c1e
|
tags MDL-13404 Fixed listing of tagged users
|
2010-01-19 07:24:26 +00:00 |
|
Moodle Robot
|
22dd0e9bca
|
Updated the HEAD build version to 20100119
|
2010-01-19 00:36:50 +00:00 |
|
Petr Skoda
|
9dec75dbcc
|
MDL-21240 shortened urls now start with / everywhere
|
2010-01-18 20:57:32 +00:00 |
|
Petr Skoda
|
f2ab0d0694
|
MDL-21240 more migration to html_writer
|
2010-01-18 20:39:47 +00:00 |
|
Petr Skoda
|
77774f6a83
|
MDL-21240 move script tag generation into html_writer + improving api a bit
|
2010-01-18 20:17:43 +00:00 |
|