Marina Glancy
23b830091a
MDL-31901: FileManager, added image for accessing right-click action
2012-05-21 11:57:52 +08:00
Barbara Ramiro
e88d564186
MDL-31901: Change the UI in filepicker CSS rendered and images
2012-05-21 11:57:52 +08:00
Marina Glancy
e709ddd29c
MDL-31901: Allow FileManager to re-use FilePicker JS code for view modes:
...
- when loading core_filepicker we extend the Node element with functions necessary to display files list in different view modes;
- repository/filepicker.js is changed to use those functions;
- FileManager now has three different view modes (icon view, tree view and table view), JS code is re-used from FilePicker;
- files in FileManager no longer have context menu, they have one popup Widget with different actions instead;
- Added more templates for JS code to FileManager, use similar CSS class names as FilePicker;
- lib/filelib.php : fixed double slashes in path, return more data about files;
- lib/form/filemanager.php : pass information to FileManager about available licenses and default author;
- repository/draftfiles_ajax.php : return information about directory tree for file moving UI in FileManager, return formatted information;
- repository/lib.php : function repository::prepare_listing() now can work also with draftarea files listing;
2012-05-21 11:57:52 +08:00
Marina Glancy
906e7d89a5
MDL-31901: user renderer for filemanager, decrease html generation in filemanager.js and dndupload.js
2012-05-21 11:57:52 +08:00
Marina Glancy
7ccf18a629
MDL-31901: Simple loading of the next page, migrating to YUI 3.5.0
...
- instead of using paging bar and navigating between pages, there is a link 'more' in the bottom of the list that loads the files from the next page and adds them to the bottom of the list;
- DataTable is updated to YUI 3.5.0, sorting is done properly
2012-05-21 11:57:52 +08:00
Marina Glancy
3a1e425b7f
MDL-31901: Modifying filepicker to use renderers
...
- fixed some small errors and made cosmetic changes to the code
- added 'loading' icon when selecting a file
- finished population of login form, added support for radio elements there
2012-05-21 11:57:51 +08:00
Marina Glancy
b5e7b6385e
MDL-31901: Introducing renderers for filepicker:
...
- create repository renderer, implement functions for returning HTML templates used in filepicker
- let filepicker use HTML from templates
- move CSS for filemanager and filepicker to the separate css file in base theme
- use only YUI3 in filepicker (get rid of YUI2)
- add button for 'View details' in filepicker (though this view mode is still not ready)
2012-05-21 11:57:51 +08:00
Andrew Robert Nicols
2d1151817f
MDL-30617 Center dialogue title
2012-05-18 10:28:53 +01:00
Andrew Robert Nicols
01e0e7044a
MDL-30617 Add a javascript interface for adding modules to a course
...
This interface allows for additional metadata, such as the module's help
and icon, to be displayed.
2012-05-18 00:27:16 +08:00
Aparup Banerjee
ffa7d1cda0
Merge branch 'MDL-32087' of git://github.com/timhunt/moodle
2012-05-17 17:17:37 +08:00
Sam Hemelryk
7b06151288
Merge branch 'MDL-22504_drag_and_drop_upload_final' of https://github.com/davosmith/moodle
...
Conflicts:
course/lib.php
theme/base/style/course.css
2012-05-17 10:55:35 +12:00
Sam Hemelryk
a5bf3c520f
Merge branch 'MDL-31215-master-11' of git://git.luns.net.uk/moodle
...
Conflicts:
course/lib.php
2012-05-16 09:59:45 +12:00
Aparup Banerjee
154128a50f
Merge branch 'wip-mdl-32770' of git://github.com/rajeshtaneja/moodle
2012-05-15 16:41:54 +08:00
Tim Hunt
802f8d2af4
MDL-32087 question preview: make more technical info available.
...
... but hide it in a collapsible region.
2012-05-14 19:26:04 +01:00
Andrew Robert Nicols
7a9a07d24a
MDL-31215 Add the ability to change activity titles using AJAX calls
2012-05-14 14:22:02 +01:00
Petr Skoda
db990d3a47
MDL-32830 add new hidden yuidebug setting for module backtraces
2012-05-12 17:06:45 +02:00
Mary Evans
96e0e914ce
MDL-32879 changes default region from side-post to side-pre for most CORE themes (Afterburner,Anomally, Arialist, Base, Boxxie, Canvas, Formal White, Formfactor, Leatherbound, Magazine,Splash and Standard Old)
2012-05-12 02:09:31 +01:00
Andrew Robert Nicols
d4365c0364
MDL-32837 Add style to allow for js elements to be shown only if js is enabled
2012-05-10 09:34:18 +01:00
Rajesh Taneja
36be7e1453
MDL-32770 course: fixed section title and footer
2012-05-10 16:23:17 +08:00
Aparup Banerjee
e1e3fa217f
Merge branch 'MDL-29624-master' of git://github.com/sammarshallou/moodle
2012-05-10 10:52:32 +08:00
sam marshall
f4e7ba5ea8
MDL-29624 Media embedding system, part 2: preview in file picker
...
The JavaScript file picker API shows a preview of the media file you have chosen.
This preview facility now uses an iframe, in order not to duplicate the embed code
in JavaScript. The iframe uses the standard embed API.
2012-05-09 18:29:30 +01:00
sam marshall
daefd6eb97
MDL-29624 Media embedding system, part 1: new API and filter changes
...
Includes new API in medialib.php and core_media_renderer in outputrenderers.php.
Enable/disable settings moved from filter to systemwide appearance page.
Filter changed to use new API.
AMOS BEGIN
MOV [flashanimation,filter_mediaplugin],[flashanimation,core_media]
MOV [flashanimation_help,filter_mediaplugin],[flashanimation_desc,core_media]
MOV [flashvideo,filter_mediaplugin],[flashvideo,core_media]
MOV [flashvideo_help,filter_mediaplugin],[flashvideo_desc,core_media]
MOV [html5audio,filter_mediaplugin],[html5audio,core_media]
MOV [html5audio_help,filter_mediaplugin],[html5audio_desc,core_media]
MOV [html5video,filter_mediaplugin],[html5video,core_media]
MOV [html5video_help,filter_mediaplugin],[html5video_desc,core_media]
MOV [mp3audio,filter_mediaplugin],[mp3audio,core_media]
MOV [mp3audio_help,filter_mediaplugin],[mp3audio_desc,core_media]
MOV [legacyquicktime,filter_mediaplugin],[legacyquicktime,core_media]
MOV [legacyquicktime_help,filter_mediaplugin],[legacyquicktime_desc,core_media]
MOV [legacyreal,filter_mediaplugin],[legacyreal,core_media]
MOV [legacyreal_help,filter_mediaplugin],[legacyreal_desc,core_media]
MOV [legacywmp,filter_mediaplugin],[legacywmp,core_media]
MOV [legacywmp_help,filter_mediaplugin],[legacywmp_desc,core_media]
MOV [legacyheading,filter_mediaplugin],[legacyheading,core_media]
MOV [legacyheading_help,filter_mediaplugin],[legacyheading_desc,core_media]
MOV [sitevimeo,filter_mediaplugin],[sitevimeo,core_media]
MOV [sitevimeo_help,filter_mediaplugin],[sitevimeo_desc,core_media]
MOV [siteyoutube,filter_mediaplugin],[siteyoutube,core_media]
MOV [siteyoutube_help,filter_mediaplugin],[siteyoutube_desc,core_media]
AMOS END
2012-05-09 18:29:29 +01:00
Davo Smith
abed5d655f
MDL-22504 Fixed issues raised by Sam Hemelryk
2012-05-04 12:12:52 +01:00
Dan Poltawski
96e1285162
MDL-32508 course_format: fix up some minor style issues
...
Noticed whilst reviewing again
2012-05-04 10:53:05 +08:00
Dan Poltawski
1804b7c1bc
MDL-32508 course/formats: Respect single page course display mode
...
Topics and weeks have been converted to use a shared renderer to output
their content.
Note, I started with good intentions but this renderer has mixed
paradgims due to fast and cheap winning out on the trinity.
AMOS BEGIN
MOV [currenttopic,access],[currentsection,format_topics]
MOV [currentweek,access],[currentsection,format_weeks]
AMOS END
2012-05-04 10:53:01 +08:00
Sam Hemelryk
b34e00c197
Merge branch 'MDL-32771-2' of git://github.com/danpoltawski/moodle
2012-05-09 09:14:20 +12:00
Dan Poltawski
3a35a9ff8b
MDL-32771 - course: add ability to increase/reduce number of sections
...
* addsection.php is renamed to changenumsections.php to reflect new purpose
* The add button is changed to a +- toggle rahter than big 'add section'
2012-05-08 15:00:46 +08:00
Dan Poltawski
a60cc6e174
MDL-32777 format_topics/weeks: section-summary CSS
...
Ensure there isn't list-style like bullets
2012-05-05 10:37:38 +08:00
Sam Hemelryk
1ad903ea8b
Merge branch 'MDL-29264_zindex' of git://github.com/andyjdavis/moodle
2012-05-01 08:23:52 +12:00
Davo Smith
32528f94e4
MDL-22504 Drag and drop upload course - enables upload of files, text and urls to a course page
2012-04-30 09:53:25 +01:00
Andrew Davis
bd3238e611
MDL-29264 course: removed the z-index from course css for course completion elements
2012-04-27 10:49:29 +07:00
Mary Evans
0465dd3e01
MDL-32385 theme_base: adds line-height:normal in style/course.css for section summary
2012-04-14 14:40:09 +01:00
David Mudrak
5344ddd116
MDL-20438 warn the admin that we are just showing available updates
...
This warning is displayed so that folks do not expect any sort of
auto-update ala Wordpress (yet).
2012-03-30 11:05:42 +02:00
David Mudrak
96dd92376f
MDL-20438 display available updates during the upgrade, too
...
We are displaying available updates for installed plugins only. It was
decided (by me and Eloy) that we will not display info about available
Moodle update during the upgrade. It seems to be redundant as the admin
just uploaded a new version of Moodle so they probably chose what they
wanted.
2012-03-30 11:05:41 +02:00
David Mudrak
55585f3ac0
MDL-20438 initial support for checking available core update
...
In case of Moodle code itself, there is no plugin_manager like class
available so the checker class itself must be aware of versions and
actually do the checks. On the other hand, we can always rely that
version, release and maturity are always returned by the remote server.
2012-03-30 11:05:41 +02:00
David Mudrak
e761138997
MDL-20438 colorize available updates for a plugin based on the update's maturity level
2012-03-30 11:05:41 +02:00
David Mudrak
37f75ad459
MDL-20438 colorize the maturity warning at the admin notifications page
2012-03-30 11:05:41 +02:00
David Mudrak
3204daeae3
MDL-20438 The Plugins overview admin page now provides a way to check for updates
2012-03-30 11:05:40 +02:00
David Mudrak
2b135b05d8
MDL-20438 Making the plugins overview page space-friendly
2012-03-30 11:05:40 +02:00
David Mudrak
d26f3ddde7
MDL-20438 New plugins overview panel displaying some stats
2012-03-30 11:05:39 +02:00
Sam Hemelryk
f73cea5418
MDL-31528 navigation: Tidied up page for viewing and managing categories
2012-03-16 10:36:00 +13:00
Sam Hemelryk
1c1cb8cd9a
Merge branch 'MDL-31169_master' of git://github.com/lazydaisy/moodle
2012-03-14 11:15:13 +13:00
Aparup Banerjee
1fdd48c37f
MDL-31008 themes : fixed up incorrect css typo
2012-03-13 15:10:41 +08:00
Mary Evans
5e5ebb39cf
MDL-31008 themes : (base theme) reversed MDL-26712 by making dimmed objects grey and added new rule for dimmed activity label text to give 50% transparancy instead
2012-03-13 10:57:16 +08:00
Mary Evans
aa030baca2
MDL-31169 theme_base: adds clearfix to page layouts so body height is not zero
2012-03-10 22:05:04 +00:00
Eloy Lafuente (stronk7)
96eccb7517
Merge branch 'MDL-27793' of git://github.com/nebgor/moodle
2012-02-28 03:29:33 +01:00
Adam Olley
369f61c113
MDL-29229 message: Set contactlist pull-down width to not exceed parent columns width
2012-02-27 17:07:44 +01:00
Aparup Banerjee
7842fba0d7
MDL-27793 Themes : review changes - removed .dir-rtl from .loginbox selector rule to be default css rule. made them same width too.
2012-02-24 09:52:21 +08:00
Aparup Banerjee
5c5a30fa79
MDL-27793 Themes : fixed base (and other themes) theme's loginbox
...
- fixed translated lengthy terms were being clipped
- fixed clipping and positioning of loginbox in rtl and ltr languages both
2012-02-24 09:52:21 +08:00
Davo Smith
7d44996c2a
MDL-31114 Filemanager drag and drop upload - displays 'drop here' message when dragging over page / highlights when over element
2012-02-14 10:12:58 +00:00