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
jerome mouneyrac
ea738b890d
community block MDL-24823 add help icon to the 'trusted by Moodle.org' label
2010-10-27 02:05:42 +00:00
jerome mouneyrac
c29e965920
community block MDL-24824 change 'Add to block' for 'Save a link to this course'
2010-10-26 08:21:08 +00:00
jerome mouneyrac
1fa2836666
community block MDL-24829 change community block name
2010-10-26 07:50:32 +00:00
jerome mouneyrac
fb5302b5f8
community block MDL-24828 search form language option is default to current_language()
2010-10-26 06:55:34 +00:00
jerome mouneyrac
ba14d721f2
community block MDL-24830 better "wait for download" message
2010-10-26 06:08:49 +00:00
jerome mouneyrac
20e033bd34
image gallery MDL-24773 replace external image gallery library calls with a new image gallery created in community block
2010-10-25 03:42:46 +00:00
Aparup Banerjee
d997cc88cb
blocks MDL-24374 upgrading code to change block_search_documents table.docdate and .updated to be integer type instead of datetime
2010-10-18 08:33:13 +00:00
jerome mouneyrac
65a00309ec
community block MDL-24606 fix the 'download finished' message that was misplaced
2010-10-15 06:32:16 +00:00
jerome mouneyrac
2e67ff5b9d
community block MDL-24612 course download curl request pass an identification token, to download course from hubs where the site is registered.
2010-10-15 03:11:32 +00:00