Eloy Lafuente (stronk7)
bb77ead0a4
Merge branch 'MDL-31255-master-3' of git://git.luns.net.uk/moodle
2012-03-07 00:18:27 +01:00
Ruslan Kabalin
93d46f4802
MDL-31255 Fix move of highlighted section when JS is off
2012-02-29 09:08:58 +00:00
Eloy Lafuente (stronk7)
5f67e1f395
Merge branch 'MDL-31245-master-1' of git://git.luns.net.uk/moodle
2012-01-24 18:45:29 +01:00
Andrew Robert Nicols
7aefaa91c9
MDL-31245 Add missing 'icon' class to highlight button in topics format
2012-01-18 14:12:09 +00:00
Petr Skoda
b85b25ebb8
MDL-31006 fix various notices in PHP54
...
PHP54 compatibility
2012-01-18 01:03:20 +01:00
Andrew Robert Nicols
75cd9d2ab6
MDL-30362 Change icon class for editsection icons in course formats
2011-12-07 14:58:10 +00:00
Petr Skoda
cd2f3c17f9
MDL-30538 add missing course format versions and fix email filter file name typo
2011-12-03 08:40:53 +01:00
Sam Hemelryk
113b970e62
MDL-29188 course_formats Fixed up formatting of section name within navigation
2011-09-14 11:39:48 +12:00
Sam Hemelryk
71e0b3b5c7
MDL-29188 multilang Reviewed the uses of section name and ensured things were being formatted consistently
2011-09-08 09:27:38 +12:00
Dan Poltawski
f40bbf7dce
MDL-25417 - remove redunant code
2011-08-05 12:06:57 +01:00
Sam Hemelryk
ad4700977a
MDL-26477 Added a setting to display course sections as links within the navigation
2011-08-02 15:24:59 +02:00
Dongsheng Cai
b1627a92e5
MDL-26105 Block settings should contains less options, and be more user friendly
...
AMOS BEGIN
MOV [page-blog-index, pagetype], [page-blog-index, blog]
MOV [page-blog-x, pagetype], [page-blog-x, blog]
MOV [page-tag-x, pagetype], [page-tag-x, tag]
MOV [page-course-view-weeks, pagetype], [page-course-view-weeks, format_weeks]
MOV [page-course-view-weeks-x, pagetype], [page-course-view-weeks-x, format_weeks]
MOV [page-course-view-topics, pagetype], [page-course-view-topics, format_topics]
MOV [page-course-view-topics-x, pagetype], [page-course-view-topics-x, format_topics]
AMOS END
2011-06-09 13:51:14 +08:00
Eloy Lafuente (stronk7)
162bbbe2f4
MDL-27140 weeks course format - incorrect roll of dates on hidden sections
...
Credit goes to Nikhil Gupta, big thanks!
2011-05-09 18:15:10 +02:00
Petr Skoda
431ac39634
MDL-26623 fix file permissions
...
The permissions are now going to be verified as part of the weekly release process.
2011-03-01 12:26:49 +01:00
Aparup Banerjee
13801a49a2
MDL-23939 lazy load course_display with new course_get_display()
...
This change speeds up user login and makes the session smaller.
2011-02-12 22:45:17 +01:00
Petr Skoda
4bbcdcec0d
Merge branch 'wip-MDL-25927' of git://github.com/sammarshallou/moodle
2011-01-10 15:16:22 +01:00
sam marshall
563e97b8b9
completion MDL-25927 Change print_help_icon to display_help_icon (returns html instead of printing)
2011-01-10 13:04:54 +00:00
Dan Poltawski
7de9bfad15
course-format-weeks MDL-24742 dont redefine maincontent
...
It was breaking XHTML validation due to duplicate id
2011-01-09 20:02:21 +00:00
Petr Skoda
516c5eca68
MDL-24698 hopefully fixed all completion_info problems
2010-11-17 06:23:56 +00:00
David Mudrak
c0b5d9252b
MDL-25072 Stop abusing $CFG->ajaxcapable and $CFG->ajaxtestedbrowsers
2010-11-09 11:54:58 +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
Petr Skoda
36b1c872a3
MDL-24927 fixed orphaned activities regression when single topic selected
2010-10-29 20:01:21 +00:00
Rossiani Wijaya
4756795bf7
MDL-22528: fixed AJAX Course editing in Chrome and Safari.
2010-10-28 07:13:56 +00:00
Sam Hemelryk
45390cf744
course-format-topic MDL-24680 Fixed XHTML bug that was destroying page layout.
2010-10-28 03:32:40 +00:00
Sam Hemelryk
0d804f2fbf
course-format-social MDL-24254 Removed admin from the default blocks
2010-10-26 05:28:57 +00:00
Petr Skoda
46b2346b57
MDL-24316 new lang string, improved visualisation
2010-10-14 10:20:30 +00:00
Petr Skoda
04cc7da3e4
MDL-20366 removing the ability to add new activities to invisible sections, I do not think we should encourage this kind of tricks
2010-10-14 10:02:32 +00:00
Petr Skoda
4cac68ab13
MDL-24316 adding support for stealth sections on course edit page - work in progress, we need to decide how to visualise it and what lang strings to use
2010-10-13 20:17:56 +00:00
Petr Skoda
6bdfef5da9
MDL-24321 switching to standard stdClass()
2010-09-21 08:54:01 +00:00
Petr Skoda
fbaea88faa
MDL-24321 switching to stdClass in /c*/
2010-09-21 08:13:11 +00:00
Petr Skoda
f685e83030
MDL-14679 fixed remaining old style set_field()s
2010-09-03 18:14:55 +00:00
Sam Hemelryk
47e75d04b8
course MDL-23996 section names now used in jump to menu
2010-08-30 01:32:45 +00:00
Dongsheng Cai
113c260a12
" MDL-23778, fixed module intro"
2010-08-12 07:07:53 +00:00
Eloy Lafuente
1459becf88
NOBUG fixed notice - when creating missing sections
2010-07-21 23:27:13 +00:00
Petr Skoda
44b64a5683
MDL-19281 fixing proper function name of course delete hook for course formats
2010-07-15 15:27:18 +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
Petr Skoda
f2991c6e5d
fixed incorrect writer attributes
2010-06-28 18:50:22 +00:00
Rossiani Wijaya
6b0034a695
MDL-20475 - add skip to 'maincontent' handler.
2010-06-23 09:57:45 +00:00
Dongsheng Cai
eb1c14e08e
function name typos
2010-06-23 05:17:48 +00:00
Martin Dougiamas
4bd1108f9f
Fixed naming of sections for social format
2010-06-11 04:19:54 +00:00
Martin Dougiamas
157d25fb0d
MDL-18483 Added an edit icon to the forum intro to make it easier to edit
2010-06-11 03:14:27 +00:00
Sam Hemelryk
7487c85699
course formats MDL-22647 Course format names are now properly supported and used. Big thanks to Brandon Turner for the patch.
2010-06-08 06:21:25 +00:00
Petr Skoda
f9f952e89a
fixed more annoying notices
2010-05-30 22:49:18 +00:00
Petr Skoda
7a6f3c336d
fixed annoying notices
2010-05-30 22:48:47 +00:00
Sam Hemelryk
e34a326f72
course-section MDL-22262 Added a summaryformat field to the database and implemented it when editing/viewing sections and backup
2010-05-27 03:07:54 +00:00
Martin Dougiamas
83f1fa9c4d
courseformat/weeks MDL-20628 removed some notices
2010-04-27 03:10:58 +00:00
Sam Hemelryk
b767607103
course MDL-20628 Fixed up topics so section names are printed on view
2010-04-23 08:00:30 +00:00
Sam Hemelryk
0f4ab67d84
course MDL-20628 Added the ability to name a course section, thanks Michael for the initial patch
2010-04-23 07:17:21 +00:00
Sam Hemelryk
dc07683108
navigation MDL-22044 Course format can now choose the string that is used for section 0, defaults to general
2010-04-22 01:26:45 +00:00
Sam Hemelryk
3406acdef9
navigation MDL-22044 Major navigation structure changes.
...
Navigation has now been re-ordered in accordance with http://docs.moodle.org/en/Development:Navigation_2.0_structure .
This has led to several changes in the way in which navigation is generated included API changes, most notably using the
navigation_nodes add method now returns the newly added node rather than the key.
At the same time the global_navigation_tree block has been renamed to navigation and settings_navigation_tree to settings.
2010-04-19 06:30:30 +00:00