Dan Poltawski
4a17894ac5
Merge branch 'MDL-42592_master' of https://github.com/markn86/moodle
2013-11-04 22:27:49 +08:00
Damyon Wiese
d04bea30da
Merge branch 'wip-MDL-42400-master' of git://github.com/marinaglancy/moodle
2013-11-04 13:11:42 +08:00
Mark Nelson
2072af6c1d
MDL-42592 mod_chat: passed additional name fields to be used by the fullname function
2013-10-29 16:41:46 +08:00
Marina Glancy
55607effe1
MDL-42463 chat: do not set property of cm_info class
...
MDL-41192 made all properties of class cm_info read-only
2013-10-29 10:27:39 +11:00
Marina Glancy
7fbe33fcf1
MDL-42400 generator: module generators call add_moduleinfo instead of direct inserts
2013-10-26 14:00:23 +11:00
Jerome Mouneyrac
6bdb788679
MDL-24380 Chat: autoscroll help popup incorrect and doesn't display fully
2013-10-22 12:35:23 +02:00
Andrew Nicols
087c5d43c0
MDL-42464 mod_chat: Correct use of encoded & in link
2013-10-22 15:12:28 +08:00
Andrew Nicols
ee4ece6822
MDL-29441 Chat: Use a valid name for chat popup actions
2013-10-12 00:53:48 +08:00
Eloy Lafuente (stronk7)
3667a8ce7f
Merge branch 'MDL-40047-master' of git://github.com/ankitagarwal/moodle
2013-10-01 23:59:05 +02:00
Eloy Lafuente (stronk7)
52e9827495
Merge branch 'MDL-42001-master' of git://github.com/FMCorz/moodle
2013-10-01 19:41:10 +02:00
Petr Škoda
92911ef1b8
MDL-41999 fix setting of USER in chat
2013-10-01 09:23:42 +02:00
Ankit Agarwal
808f8480eb
MDL-40047 chat: Fix classname typo in generator tests
2013-10-01 10:13:20 +08:00
Frederic Massart
c8135e8b18
MDL-42001 mod_chat: Transforming handlers to observers
2013-09-27 13:38:27 +08:00
Sam Hemelryk
c99fcebded
Merge branch 'MDL-40048-master' of git://github.com/FMCorz/moodle
2013-09-24 08:51:41 +12:00
Frederic Massart
f49d814abc
MDL-40048 mod_chat: Replacing add_to_log with new events
...
For this to be done properly, a new function to send the message
and trigger the event has been created. Following that a
data generator for chat, and some unit tests.
2013-09-23 11:41:33 +08:00
Petr Škoda
d79d5ac276
MDL-31501 rework user session architecture
...
List of changes:
* New OOP API using PHP namespace \core\session\.
* All handlers now update the sessions table consistently.
* Experimental DB session support in Oracle.
* Full support for session file handler (filesystem locking required).
* New option for alternative session directory.
* Official memcached session handler support.
* Workaround for memcached version with non-functional gc.
* Improved security - forced session id regeneration.
* Improved compatibility with recent PHP releases.
* Fixed borked CSS during install in debug mode.
* Switched to file based sessions in new installs.
* DB session setting disappears if DB does not support sessions.
* DB session setting disappears if session handler specified in config.php.
* Fast purging of sessions used in request only.
* No legacy distinction - file, database and memcached support the same functionality.
* Session handler name included in performance info.
* Fixed user_loggedin and user_loggedout event triggering.
* Other minor bugfixing and improvements.
* Fixed database session segfault if MUC disposed before $DB.
Limitations:
* Session access time is now updated right after session start.
* Support for $CFG->sessionlockloggedinonly was removed.
* First request does not update userid in sessions table.
* The timeouts may break badly if server hosting forces PHP.ini session settings.
* The session GC is a lot slower, we do not rely on external session timeouts.
* There cannot be any hooks triggered at the session write time.
* File and memcached handlers do not support session lock acquire timeouts.
* Some low level PHP session functions can not be used directly in Moodle code.
2013-09-21 13:11:56 +02:00
Sam Hemelryk
3eb032d743
NOBUG: fixed whitespace
2013-09-10 13:02:35 +12:00
Andrew Davis
66e2b9f8c2
MDL-38856 reposition activity group control and fixed titles in chat, database and forum
2013-09-02 11:49:39 +07:00
Damyon Wiese
74df2951d1
Revert "MDL-39876 Change get_record('course') calls to get_course"
...
This reverts commit ab7632b74c
.
2013-08-21 13:42:30 +08:00
Sam Hemelryk
6eee89bc8f
Merge branch 'MDL-39876-master' of git://github.com/sammarshallou/moodle
...
Conflicts:
course/lib.php
2013-08-21 12:08:46 +12:00
Andrew Davis
e9c599cb84
MDL-39770 mod_chat: improved the chat experience on small screens
2013-08-19 09:08:40 +07:00
sam marshall
ab7632b74c
MDL-39876 Change get_record('course') calls to get_course
2013-08-15 11:31:20 +01:00
Jerome Mouneyrac
83f47164b1
MDL-30895 switch from dl tag to table in the accessible chat
2013-08-08 17:15:03 +08:00
Dan Poltawski
f68c3b0aac
Revert "MDL-39770 mod_chat: some tweaks to make it prettier to reduce screen wastage"
...
This reverts commit 9035e3d24b
.
2013-07-25 16:40:45 +08:00
Dan Poltawski
860f4788ab
Revert "MDL-39770 mod_chat: cleanup of the Bubble chat theme"
...
This reverts commit 5f06bf8554
.
2013-07-25 16:40:40 +08:00
Eloy Lafuente (stronk7)
8f9b2980b7
Merge branch 'MDL-39704_master' of https://github.com/nadavkav/moodle
2013-07-23 23:21:38 +02:00
Nadav Kavalerchik
67685680cf
MDL-39704 - Properly align and widen the chat bubbles in mod/chat, when in RTL mode
2013-07-18 18:58:09 +03:00
Andrew Davis
5f06bf8554
MDL-39770 mod_chat: cleanup of the Bubble chat theme
2013-07-15 11:50:16 +08:00
Andrew Davis
9035e3d24b
MDL-39770 mod_chat: some tweaks to make it prettier to reduce screen wastage
2013-07-15 10:48:39 +08:00
Dan Marsden
612fdeb24e
MDL-39628 Chat: check mod/chat:chat capability when using daemon.
...
Thanks to Francois Gauthier for report/fix.
2013-07-02 12:20:29 +08:00
Eloy Lafuente (stronk7)
c9e54743ec
MDL-39753 Add 2.5.0 upgrade line
2013-05-20 15:33:19 +02:00
Helen Foster
9f3e096899
MDL-39642 Merge English strings from the en_fix language pack
2013-05-13 09:58:43 +02:00
Eloy Lafuente (stronk7)
cedb0aab5a
MDL-39434 Bump all versions near 2.5 release
2013-05-01 18:03:29 +02:00
Sam Hemelryk
d25103c4ef
Merge branch 'MDL-39422-master' of git://github.com/danpoltawski/moodle
...
Conflicts:
mod/wiki/mod_form.php
2013-05-01 11:15:24 +12:00
Dan Poltawski
a74cd33160
MDL-39422 mod_forms: prevent long coruse module names
...
To prevent ugly DB errors.
2013-04-30 17:41:36 +01:00
Andrew Davis
dc514c1a0b
MDL-35385 mod_chat: made sure no message popups display within the chat window
2013-04-30 09:01:00 +08:00
Frederic Massart
47f0ae5908
MDL-39264 chat: Reformat module settings form
2013-04-22 11:03:28 +08:00
Dan Poltawski
e5e5097081
NOBUG - reduce whitespace errors a little
2013-04-15 13:29:14 +01:00
Helen Foster
ca084ef149
MDL-38352 Merge English strings from the en_fix language pack
2013-03-06 16:44:39 +01:00
Petr Škoda
7a18f49c60
MDL-37726 remove PREVIOUS/NEXT from all install.xml files
...
YAY!
2013-01-29 22:34:46 +01:00
Marina Glancy
a3f66bdeac
MDL-36968 Move function print_recent_activity() to the block recent_activity
2013-01-16 16:13:04 +11:00
Eloy Lafuente (stronk7)
6b9dfe731e
MDL-37032 upgrade: define all the 2.4.0 points
2012-12-11 13:11:11 +01:00
Eloy Lafuente (stronk7)
663dbbc2e6
MDL-36933 Bump everything to 2012112900
...
(versions, requires and dependencies)
2012-11-30 03:30:09 +01:00
Petr Škoda
40b9c0694c
MDL-36436 use hacky aspect ratio to work around IE9 issues
2012-11-20 13:01:27 +01:00
Frederic Massart
69bc92160f
MDL-36561 chat: Chat does not use calendar icons
2012-11-13 17:40:04 +08:00
Mark Nelson
3774324174
MDL-33791 Portfolio: Fixed security issue with passing file paths.
2012-11-08 00:26:13 +01:00
Barbara Ramiro
2df53c3ed8
MDL-36277 Usability: New Activity icons in SVG and PNG formats
2012-11-06 00:02:31 +08:00
Marina Glancy
71a56e08c8
MDL-35339 avoid using get_all_sections(), get_all_mods() and field section.sequence directly
2012-10-15 14:08:13 +08:00
Dan Poltawski
6ff5f14a82
Merge branch 'wip-mdl-30918' of git://github.com/rajeshtaneja/moodle
2012-09-25 13:36:48 +08:00
David Monllao
36ab2fedff
MDL-30901 mod_chat Removing screenreader setting usage
2012-09-21 09:22:21 +08:00