tjhunt
c85acc871f
pagelib: MDL-12212 eliminate chat_page
2009-05-06 09:25:54 +00:00
tjhunt
93d4a373f9
blocklib: MDL-19010 always include blocklib in setup.php, stip includes elsewhere
2009-05-06 09:13:16 +00:00
tjhunt
ad52c04f4c
moodle_page: MDL-12212 Kill legacy url_... and blocks_... methods
...
Start calling $PAGE->set_url in all the places it will be necessary
Start of a stub implementation of $PAGE->blocks to stop other things breaking
Remove some of the special case methods in admin_page
2009-05-06 08:55:53 +00:00
tjhunt
f230ce19ea
moodle_page: MDL-12212 implement ->pagetype
2009-05-06 08:34:32 +00:00
tjhunt
c13a5e71cc
moodle_page: MDL-12212 start of new moodle_page class
...
* has course and status fields
* $PAGE->status updated by print_header and footer
* $PAGE->set_course now replace course_setup function
* global $PAGE created in setup.php
* unit tests for functionality so far
* Moodle still seems to work after this commit!
2009-05-06 08:29:22 +00:00
dongsheng
6588e77e0b
"MDL-14651, remove a useless capability from chat module"
2009-05-05 09:19:47 +00:00
stronk7
74c288a100
MDL-18577 drop enums support - step2: enums out from install.xml files
2009-05-01 14:07:43 +00:00
stronk7
2a88f626f7
MDL-18577 drop enums support - step2: enums out from editor, dbmanager and all upgrade scripts.
2009-05-01 01:19:16 +00:00
skodak
9b010a102e
MDL-18910 full support for module intro editor with embedded images
2009-04-21 21:33:08 +00:00
skodak
dc5c2bd9eb
MDL-18910 full support for module intro editor with embedded images
2009-04-21 21:17:21 +00:00
skodak
42f103be4c
MDL-18910 moving modedit features to modname_supports()
2009-04-21 08:57:20 +00:00
skodak
65e7c870c1
MDL-18910 normalised module intro and introformat
2009-04-20 18:39:24 +00:00
fmarier
316914bf6e
MDL-17037 ran all GIF images through gifsicle and PNG through optipng
2009-04-05 23:33:00 +00:00
dongsheng
c19df282a6
"CHAT/MDL-14949, remove mod/chat:talk capability and check chat and readlog capabilities respectively, merged and modified from 1.9"
2009-03-11 02:34:20 +00:00
dongsheng
5b4773c2b7
"CHAT/MDL-14651, move down DOCTYPE declaration"
2009-03-04 07:15:18 +00:00
skodak
0cb93a7e45
MDL-17427 another round of refactoring of upgrade related functions - this should be final now I hope ;-)
2009-01-29 19:58:47 +00:00
skodak
56949c17de
MDL-14992 refactored use of session_write_close()
2009-01-17 15:25:08 +00:00
dongsheng
970470e72e
"MDL-14949, reverse changes to permission which can cause problems, merged from 1.9"
2009-01-14 04:36:15 +00:00
skodak
9c82ff2acd
MDL-17457 migrated all modules to new db/install.php; added upgrade.txt file for devs converting contrib modules
2009-01-12 21:13:28 +00:00
tjhunt
19f5b2dbee
accesslib: MDL-17626 delete the context whenever a block is deleted. This includes a new helper function blocks_delete_all_on_page.
2009-01-09 06:16:36 +00:00
skodak
656be89301
MDL-14123 Full IPv6 support - updating all db fields to theoretical 45 char limit
2009-01-06 18:14:28 +00:00
skodak
6bf25708b6
DML 2.0 regression
2009-01-05 23:42:51 +00:00
skodak
7fdefb1482
MDL-17775 Chat ajax update.php not using sessions anymore
2009-01-03 13:03:05 +00:00
skodak
93f66983cc
MDL-17773 new get_login_url() function - fixes missing httpslogin tweaks
2009-01-02 22:56:48 +00:00
skodak
973d2660e6
MDL-16613 sesskey cleanup
2009-01-02 10:51:26 +00:00
skodak
d4a1fcaf11
MDL-16613 sesskey cleanup
2009-01-02 10:36:25 +00:00
skodak
d1aa1e4855
MDL-17758 fixed hardcoded /admin/ links
2009-01-01 14:25:29 +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
4314c0bcf5
"MDL-14949, add a new capablity chat:talk to enable readonly chat user, merged from 1.9"
2008-12-16 04:58:40 +00:00
skodak
214b1cf7a8
MDL-17428 Do not include in the middle of file in global scope
2008-11-27 22:46:34 +00:00
dongsheng
97d5076b15
CHAT_MOD/MDL-14651
...
$CFG->enableajax == true, ajax chat will be enabled.
2008-11-19 08:12:00 +00:00
dongsheng
4faec37e75
CHAT_MOD/MDL-14651
...
update post.php script to support error report code.
2008-11-19 08:05:45 +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
3698966986
CHAT_MOD/MDL-14651, disable ajax UI by default" view.php
2008-11-19 06:32:49 +00:00
dongsheng
547ac6644d
CHAT_MOD/MDL-14651, clean up update.php script.
2008-11-19 06:29:27 +00:00
dongsheng
80bff20b74
CHAT_MOD/MDL-14651, auto-scrolling support
2008-11-19 04:56:04 +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
111e78d610
"MDL-14651, disable ajax chat room by default"
2008-11-18 05:30:52 +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
dongsheng
8eed94e2f0
"MDL-11371, The View past chat sessions should not appear if there haven't been any."
2008-10-15 09:03:30 +00:00
dongsheng
f298a6255c
"Chat Module, refreshing in safari fixed, merged from 1.9, MDL-16878"
2008-10-14 08:39:55 +00:00
mjollnir_
6be1dcae99
MDL-16587 bit of a large refactor of the portfolio formats. still more to come.
2008-10-11 17:33:20 +00:00
dongsheng
c260ac7db6
"MDL-11371, The View past chat sessions should not appear if there haven't been any, merged from 1.9"
2008-10-08 07:55:42 +00:00
dongsheng
1f8abb893b
MDL-15370, remove old html and javascript code, merged from 1.9
2008-10-08 06:48:57 +00:00
tjhunt
16851b22ad
MDL-16676 All references to the text.html and emoticons.html files need to be updated to point to text2.html and emoticons2.html
2008-09-25 10:04:01 +00:00
dongsheng
85c30b9c91
"MDL-14129, fix hardcoded print_error"
2008-09-25 01:55:39 +00:00
nicolasconnault
5d1381c2c3
MDL-16486 Implemented the proxy DB class. Sort of working, but still some issues to sort out, like fix_course_sort_order, which updates a record NOT inserted by the unit test.
2008-09-19 14:28:22 +00:00
mjollnir_
5a04379a49
MDL-15758 - make sure there's a break between mutliple-session chat export
2008-09-16 20:42:59 +00:00