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
mjollnir_
a7d9068300
MDL-15758: fixing up mod/chat supported formats
2008-09-16 17:25:27 +00:00
nicolasconnault
795ad63034
MDL-15666 Testing a matrix of portfolio caller/plugin. Starting the new cleanup method in unit tests (max id)
2008-09-15 13:18:44 +00:00
mjollnir_
37f03ea00b
MDL-15666 - change all the portfolio plugins and callers to use exceptions
...
rather than relying on return values (send_package and prepare_package)
move zipping of temporary files into the exporter class so it can be overridden during unit tests
fix a small todo in mahara plugin
2008-09-12 11:22:15 +00:00
mjollnir_
27dda89ffe
MDL-15666 - changes to the portfolio caller tests
...
now that i changed the api again (adding load_data), rather than add a call to it to
all the callers, i abstracted the caller setup into the parent class (portfoliolib_test)
2008-09-11 13:47:40 +00:00
mjollnir_
0d06b6fda7
MDL-16423 - big refactor of the way callers interact with the portfolio code
...
added two new contract methods to the caller class, load_data and expected_callbackargs (static)
this means that the base class is the only place that needs a constructor
and that no data loading happens in the constructor
this in turn means we can check callback argument validity much more lightly
also completely remoted portfolio_add_button function and replaced with a class
as the argument list was getting out of control. it's now much more readable.
2008-09-11 13:42:58 +00:00
nicolasconnault
74cd7b9303
MDL-15666 chat module caller tests and generation
2008-09-09 14:04:29 +00:00
mjollnir_
d8606b2078
MDL-15833 - make the portfolio callers use the helper functions to detect expected time.
2008-09-09 09:32:16 +00:00
mjollnir_
ea0de12f10
MDL-16360 - added support for mime-style subformat detection for portfolio supported formats
...
works well with flickr plugin (tested by uploading an image as a forum attachment and being offered flickr plugin but not for normal attachments)
2008-09-05 17:07:22 +00:00
dongsheng
f1644b99f1
"MDL-13413, chat transcripts donot include instructor when using separate groups"
2008-08-27 02:21:11 +00:00
mjollnir_
3403520190
MDL-16134 - exception handling in portfolio code
2008-08-19 14:20:32 +00:00
mjollnir_
47cfd33174
MDL-15758 - chat module portfolio export
2008-08-18 10:16:56 +00:00
skodak
775f811a66
MDL-16002 rewritten upgrade locking and better upgrade progress tracking; MDL-16070 Do not use $a[0] syntax in lang packs + various other upgrade improvements and fixes
2008-08-16 12:16:01 +00:00
skodak
8eb1d25ffe
MDL-11844 new option for conditional stripping of tags from activity names
2008-07-26 15:15:25 +00:00
dongsheng
0d864c8d16
MDL-14650, fix incorrect use of &&
2008-07-25 03:09:47 +00:00
skodak
f432bebff2
MDL-11421 context levels fixed in capability definitions, sorting of caps by name, plug-ins may report used core caps, fixed some risks; merged from MOODLE_19_STABLE
2008-07-24 21:59:13 +00:00
dongsheng
6346dda358
MDL-14650, fix the problem of upgrade script
2008-07-24 05:28:56 +00:00
dongsheng
6e5f40eadc
MDL-14650, create a new table chat_messages_current
to save latest 8 hours messages, could improve performance. The expired message will be deleted in chat_cron function
2008-07-24 03:15:03 +00:00
Francois Marier
6800d78e06
Drift between CVS and git
...
- large deletions
- lucene updates
- error() => print_error()
- NO_MOODLE_COOKIES define
- various other things
2008-06-25 17:31:23 +00:00
dongsheng
f836189a70
"MDL-8642, see tracker, merged from MOODLE_19_STABLE"
2008-06-25 02:18:55 +00:00
dongsheng
4ee00a30cf
"MDL-8642, setting of auto scrolling, merged from MOODLE_19_STABLE"
2008-06-18 04:06:11 +00:00