Sam Hemelryk
21e7d4c5fc
MDL-28720 calendar: Quick fix of a regression in set.php
2011-11-01 17:50:01 +13:00
Petr Skoda
eb59a448f7
MDL-28720 fix set.php return url handling
2011-10-28 19:35:04 +02:00
Aparup Banerjee
d1e362405e
Merge branch MDL-29186-master of git://github.com/samhemelryk/moodle
...
- resolved conflicts, minor whitespace and fixed quote.
- note: textlib_get_instance() is already deprecated
2011-09-13 16:06:21 +08:00
Sam Hemelryk
91d284c145
MDL-29186 multilang Reviewed the uses of course fullname and ensured things were being formatted consistently
2011-09-08 09:38:46 +12:00
Sam Hemelryk
8ebbb06adf
MDL-29189 mutlilang Reviewed the uses of course shortname and ensured things are being formatted consistently
2011-09-08 09:30:27 +12:00
Petr Skoda
043c7cb863
MDL-28935 use weekdays as calendar table headings
2011-08-20 13:45:37 +02:00
Jason Ilicic
2953ad13bb
MDL-28935 Add days of week to monthly calendar view
2011-08-20 13:38:19 +02:00
Eloy Lafuente (stronk7)
682309687d
Merge branch 'MDL-27752' of git://github.com/rwijaya/moodle
2011-08-17 01:01:59 +02:00
Rossiani Wijaya
03929beaa1
MDL-27752 Calendar export: fixed typo in url parameter
2011-08-08 13:01:09 +08:00
Sam Hemelryk
683eb07144
MDL-28407 Fixed up calendar preferences form handling
2011-08-05 09:34:27 +08:00
Sam Hemelryk
364f43b0b4
MDL-25249 calendar: Fixed regression in set.php
2011-06-29 15:08:27 +08:00
Sam Hemelryk
797cedc7cf
MDL-25249 Tidied up calendar variable passing and removed session abuse
2011-06-29 14:50:38 +08:00
Rossiani Wijaya
18d63ffb67
MDL-27906 calendar event: fixed retrieving coursemodule by replacing get_coursemodule_from_id() to get_coursemodule_from_instance()
2011-06-20 14:32:47 +08:00
Eloy Lafuente (stronk7)
faf0e91a4b
MDL-27192 Global scope does not need global usage
2011-05-17 18:48:20 +02:00
Jason Platts
8acd718118
MDL-27192 Page context error on calendar export with custom user
...
profile fields
2011-05-17 16:12:26 +01:00
Sam Hemelryk
4d8bd3f570
Merged with small fix branch MDL-26516_head from git://github.com/rwijaya/moodle.git
2011-04-19 16:25:40 +08:00
Rossiani Wijaya
f4700b91c1
MDL-26516: fix calendar event type (user overides)- master
2011-04-18 18:27:10 +08:00
Petr Skoda
99d19c13ae
MDL-25855 some more missing filelib includes
2011-01-23 18:34:41 +01:00
Petr Skoda
8a7703ce53
MDL-25973 add missing charset
2011-01-14 09:32:17 +01:00
Adam Olley
adc3cfc744
calendar/lib.php MDL-25525 - Tooltip icons broken
...
Signed-off-by: Dan Poltawski <dan.poltawski@luns.net.uk>
2011-01-03 18:26:50 +00:00
Tim Hunt
d9c26e2174
blocklib MDL-25654 fix API inconsistency be renaming add_pretend_block to add_fake_block.
...
I added a deprecated method add_pretend_block that forwards to add_fake_block, so old code should be break. However, I aslo updated all the callers in core code.
2010-12-20 18:22:37 +01:00
Petr Skoda
cbad562eee
MDL-25314 improved prevention of output buffering + detection of misconfigured servers
...
Scripts that do not want buffered output just define NO_OUTPUT_BUFFERING before including config.php.
The fileserving code now checks if the headers are already sent which detects misconfigured servers.
2010-11-19 03:40:43 +00:00
Dongsheng Cai
1d5bd3d2ed
MDL-24941, fixed nopermission error when student entering scheduled chat session
2010-11-17 07:56:40 +00:00
Sam Hemelryk
d1c7c2ea14
NOBUG removing outdated comment
2010-09-29 01:23:19 +00:00
Sam Hemelryk
d8d8bdd97b
calendar MDL-24378 set better defaults when constructing a calendar object.
2010-09-28 02:02:04 +00:00
Rossiani Wijaya
6694ff841b
MDL-24350: fixed XHTML strict by removing an additional of '</div>'
2010-09-23 05:50:15 +00:00
Sam Hemelryk
e71e340d8e
calendar MDL-19747 Added title to calendar block header
2010-09-20 07:30:35 +00:00
Sam Hemelryk
753b799d0a
calendar MDL-23239 Fixed issue while adding calendar to some course pages. Thanks Paul for the patch.
2010-09-20 07:23:54 +00:00
Sam Hemelryk
14236cbd44
calendar MDL-24284 Added to PHPdocs
2010-09-20 07:04:46 +00:00
Sam Hemelryk
0f927f1e4b
calendar MDL-24284 Fixed up URL param encoding issue
2010-09-20 07:00:18 +00:00
Sam Hemelryk
2bf448ca5d
calendar MDL-24198 Fixed up calendar head display for month (was day head)
2010-09-20 03:50:50 +00:00
Sam Hemelryk
ac5e041863
calendar MDL-23710 Fixed issue where events for current month were ALWAYS being displayed.
2010-09-20 03:46:18 +00:00
Sam Hemelryk
2b35ed1a45
calendar MDL-24288 Fixed up deprecated notice within calendar lib.php
2010-09-20 03:18:53 +00:00
Petr Skoda
6be8c6b75f
fixed missing global cfg
2010-09-17 11:49:11 +00:00
Sam Hemelryk
91a774e278
calendar MDL-23999 Fixed regression with renderer echoing rather than returning
2010-08-30 04:11:42 +00:00
Petr Skoda
2396a414e8
MDL-23927 improved guest handling
2010-08-25 08:58:22 +00:00
Sam Hemelryk
c203a277e4
calendar MDL-23932 Defaults now set when initialising a calendar_event object
2010-08-25 06:08:16 +00:00
Petr Skoda
ca74470c8d
MDL-23616 extremely messy hack to work around weird course handling resulting in unknown PAGE->context
2010-08-04 07:37:02 +00:00
Petr Skoda
ae53bd1da3
MDL-23616 fixed deleting of events
2010-08-02 12:49:08 +00:00
Sam Hemelryk
0c42353743
calendar MDL-23443 Attemped fix of calendar rendering problems
2010-07-29 06:14:12 +00:00
Sam Hemelryk
97e5a9959e
calendar-eventmanager MDL-23290 Fixed up broken calendar when hidden
2010-07-23 03:50:46 +00:00
Dan Marsden
5e58f699a1
Calendar preferences MDL-23332 fix db call
2010-07-16 08:57:44 +00:00
Sam Hemelryk
6db3eee02b
enrol MDL-23117 Implements the other users UI for users with roles in a course but not enrolled.
...
At the same time this commit introduces a standardised dialogue YUI module to enrol and implements it across the board.
This commit also addresses MDL-23292 and MDL-23319.
2010-07-16 08:30:06 +00:00
Sam Hemelryk
682050ff0c
calendar MDL-23084 Added missing YUI requirment to event manager module
2010-07-15 04:08:15 +00:00
Sam Hemelryk
6793952d27
calendar MDL-23084 Fixed typo regession
2010-07-15 03:45:10 +00:00
Rossiani Wijaya
43c90b9b0f
MDL-22952 (bulk commit) - Fixed bidirectional page problems (right to left)
2010-07-13 09:01:58 +00:00
Petr Skoda
20e5da7d91
MDL-19211 back to the old text format preferences logic + minor refactoring and improvements
2010-07-10 12:12:59 +00:00
Sam Hemelryk
33e48a1a20
calendar MDL-23084 Fixed calendar overlay bug preventing events from being clicked on and rewrote as YUI3 module
2010-07-09 04:22:26 +00:00
Petr Skoda
64f93798d4
MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment
2010-07-03 13:37:13 +00:00
Rossiani Wijaya
484617d255
MDL-22887 - changing variable $courseid to $calendar->courseid;
2010-07-01 09:07:05 +00:00