1501 Commits

Author SHA1 Message Date
Sam Hemelryk
03364f9e2f Merge branch 'MDL-25869' of git://git.luns.net.uk/moodle 2011-01-10 16:10:46 +08:00
Sam Hemelryk
726bc52504 Merge remote branch 'mouneyrac/MDL-25768' 2011-01-10 16:01:08 +08:00
Dan Poltawski
15217303ae blocks/rss_client MDL-25869 Prevent sharing id
The form was generating an element id of "header", causing theme
breakage
2011-01-08 00:17:33 +00:00
jeromemoodle
6a658c9173 community hub finder MDL-25768 private hubs weren't displayed in the hub list 2011-01-05 14:27:54 +08:00
Dan Poltawski
e60a00f9a4 blocks/calendar_month MDL-23657 - don't assume id param is courseid
This was casuing context creation on invalid courses..

There remains a problem with previous/next buttons on non course pages.
2011-01-03 23:21:44 +00:00
Sam Hemelryk
8ad24c1a44 navigation MDL-25596 Fixed whitespace issue 2010-12-23 16:55:52 +08:00
Sam Hemelryk
48d8d09063 navigation MDL-25596 Improvements for the navigation blocks JS
The biggest change is that the navigation block has been converted to a proper YUI module.
The following are the other changes made at the same time:
 * A loading icon is displayed when a branch is being loaded by AJAX.
 * Fixed a bug where you could trigger multiple AJAX requests by rapidly clicking an unloaded branch.
 * Fixed a bug where empty branches weren't being marked as such after a successful AJAX load.
 * When docked the width of the blocks dock panel is now inspected an increased if required to try avoid horizontal scrolling.
 * Removed the no longer needed inclusion of the YUI2 dom library from the navigation and settings block.
 * Expandable nodes are now passed as JS data allowing the navigation JS to be initialised through block_navigation::get_required_javascript.
 * AJAX is now focused around the branch in question rather than the tree in general.
 * Expansion of branches is now delegated to the tree rather than being an individual event on all branches.
 * Tidied up the code in general removing unneeded-unused parameters.
2010-12-23 11:21:07 +08:00
David Mudrak
07f59c9049 NOMDL mnet: do not display 'All Hosts' in the Network servers block 2010-12-10 22:18:26 +00:00
Petr Skoda
3bcc53cd83 MDL-25607 respect visibility of news forum in the Latest news block 2010-12-09 06:23:18 +00:00
Andrew Davis
77fb01833e rss MDL-25563 made the rss block unescape item URLs to prevent double escaping 2010-12-09 03:02:26 +00:00
Helen Foster
dcc5fd59f8 MDL-21250 capital letters removal also license info added 2010-12-08 11:01:20 +00:00
Helen Foster
6fa35f8aae MDL-21250 capital letters removal 2010-12-08 10:50:53 +00:00
Petr Skoda
3aa2fd20c0 MDL-25593 added missing filelib include
credit goes to Adam Olley
2010-12-08 08:15:21 +00:00
Helen Foster
90699ee515 removing backslash 2010-12-04 19:44:51 +00:00
Sam Hemelryk
480f906e25 block-navigation MDL-23838 There is now an option that you can enable so that categories in the navigation are links as well. 2010-12-02 07:13:07 +00:00
David Mudrak
95840a8e7b MDL-24939 block mnet_hosts now displays error message if the dependencies test fails
The site must be switch at least to DEBUG_NORMAL level and
$CFG->debugdisplay must be turned on. It helps administrators to detect
the problems in their MNet setups.
2010-11-29 13:44:28 +00:00
Sam Hemelryk
c55e1d2945 navigation MDL-25410 Fixed up marking of active item/items and fixed blog links on navigation so they only display for current user. 2010-11-26 06:04:59 +00:00
Helen Foster
dc084e42f9 MDL-25305 typo fix 2010-11-19 09:22:24 +00:00
Sam Hemelryk
a467d243f9 navigation MDL-25317 Fixed scroll issue and ajax expansion bug within the navigation JS 2010-11-19 02:41:05 +00:00
jerome mouneyrac
d4f866ea5f community block MDL-25262 improve hub listing css 2010-11-17 09:03:26 +00:00
jerome mouneyrac
cbe80ba5c3 community block MDL-25256 fix hub description on the search form (previous hub description was assigned to the following) 2010-11-17 03:29:35 +00:00
David Mudrak
45e8775911 MDL-13379 mnet: course overview at my home page displays remote courses, too
The patch submitted by Hubert Chathi. I just changed it a bit to use
moodle_url instead of string URLs and to use s() instead of format_string()
when putting the course fullname into title="" attribute value.
2010-11-16 13:40:34 +00:00
Petr Skoda
43206af618 MDL-25235 fixed param type for OS paths
paths to executable are not PARAM_TEXT, we have to use PARAM_RAW there + whitespace fixes
2010-11-16 10:27:00 +00:00
Eloy Lafuente
32df07b4c3 MDL-24959 glossary_random - render images in picked entries properly 2010-11-15 15:46:14 +00:00
Sam Hemelryk
740952e40b blocks MDL-24999 Fixed up regression in the display of block_list type blocks. Columns now site next to each other rather than below. 2010-11-11 05:15:41 +00:00
Aparup Banerjee
693fc4a29f global search MDL-25099 setting global search block to 'hidden' when feature is disabled in experimental settings. 2010-11-11 03:37:54 +00:00
jerome mouneyrac
2031735b1b community block MDL-25141 hub description is now format in FORMAT_PLAIN + xhtml strict code + remove BR tags 2010-11-11 02:41:04 +00:00
Dan Marsden
5882506d53 Global Search MDL-25131 fix typo 2010-11-10 01:05:10 +00:00
David Mudrak
5741fd4ba5 MDL-24625 Dropped $CFG->block_search_text and $CFG->block_search_button
We should never store strings in the database, use get_string()
whenever possible. Also, I removed legacy config_global.html even though
I know Apu kept it intentionally for regressions test. The file can
always be searched in the repository history, no need to keep it.
2010-11-09 12:40:56 +00:00
Sam Hemelryk
3079c5283a block-recent_activity MDLSITE-1118 Tweaking styles for recent activity block 2010-11-09 08:25:52 +00:00
Sam Hemelryk
12c6bb6f66 block-recent_activity MDLSITE-1118 Added spacing below each item 2010-11-09 08:16:43 +00:00
jerome mouneyrac
0d731457f7 community block/publication MDL-23056 use required_param instead of optional_param when possible 2010-11-09 02:35:36 +00:00
Andrew Davis
448d604cb4 blocks MDL-25093 fixed an error that meant that the course limit wasnt being applied in the course overview 2010-11-08 05:27:04 +00:00
Aparup Banerjee
76f062cd25 global search MDL-25056 fixed some incorrect PARAM types. 2010-11-08 02:08:18 +00:00
Moodle HQ git importer
d7565c03e6 Fixing drift between CVS and git 2010-11-06 15:38:36 +00:00
Aparup Banerjee
3405d827d4 global search MDL-25056 fixed refering to $CFG->var when it isn't set yet. 2010-11-05 09:55:25 +00:00
Aparup Banerjee
c0ae6c5e0c global search MDL-25056 added a port of the global_config.html to settings.php. Leaving the html file behind for regression checks. 2010-11-05 08:53:57 +00:00
Andrew Davis
46505ee75e message MDL-24694 removed references to user->emailstop. the column itself will be removed in a later version 2010-11-05 08:04:40 +00:00
Sam Hemelryk
367a75fae4 themes lib MDL-24895 Multiple fixes to better handle overflow.
Major tasks undertaken in this patch:
* New format_text argument, overflowdiv.
* New page layout Report.
* Review of all format_text calls.
* Added support for the report layout to all themes.
* Changed forum post display from tables to divs.
2010-11-05 02:53:47 +00:00
Sam Hemelryk
486fe803c1 block-blog_recent MDL-22942 Fixed up block config function, blog_recent doesn't have global settings 2010-11-05 01:55:51 +00:00
Andrew Davis
80c83382f9 message MDL-24763 prevented notifications from appearing in the messages block 2010-11-04 06:04:40 +00:00
Eloy Lafuente
f79e0753d4 MDL-23478 backup - Implement glossary_random & quiz_results after_restore() methods 2010-11-01 15:55:12 +00:00
Eloy Lafuente
a03867380d MDL-22164 backup - cleaning old backup & restore code in blocks 2010-11-01 15:51:20 +00:00
jerome mouneyrac
429d09eadc community block MDL-24890 YUI: resize dialogue box to fit the screenshot 2010-10-28 07:10:40 +00:00
jerome mouneyrac
1418e911ed community block MDL-24890 YUI: add loading image when waiting for the screenshot to be loaded 2010-10-28 04:52:35 +00:00
jerome mouneyrac
34613fb84a community block MDL-24825 fix 'community search' crumbtrail 2010-10-28 02:28:29 +00:00
jerome mouneyrac
9e32912bca community block MDL-24826 'Save a link to this course' redirect to the original course 2010-10-27 08:42:38 +00:00
jerome mouneyrac
48cff382d1 community block MDL-24826 change 'Add to community block' message 2010-10-27 07:56:27 +00:00
jerome mouneyrac
38e22fe9ed community block MDL-24827 redirect to the referer when remove a link from the community finder 2010-10-27 03:24:40 +00:00
jerome mouneyrac
c37d631fed community block MDL-24827 change community course delete icon (use the standard Moodle delete icon) 2010-10-27 02:37:32 +00:00