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
Sam Hemelryk
7e18467262
course-format MDL-22071 Added clearfix class to section lis
2010-04-15 02:04:28 +00:00
Petr Skoda
e926e953a3
MDL-22015 removing obsolete TODOs
2010-04-14 14:38:56 +00:00
Petr Skoda
d9d74c8e3d
MDL-22054 converting course formats to have own lang packs
...
AMOS START
MOV [namescorm,core],[sectionname,format_scorm]
MOV [namesocial,core],[sectionname,format_social]
MOV [nametopics,core],[sectionname,format_topics]
MOV [nameweeks,core],[sectionname,format_weeks]
AMOS END
2010-04-11 12:55:59 +00:00
Petr Skoda
ff67afbd95
MDL-22054 converting course formats to have own lang packs
...
AMOS START
MOV [formatscorm,core],[pluginname,format_scorm]
MOV [formatsocial,core],[pluginname,format_social]
MOV [formattopics,core],[pluginname,format_topics]
MOV [formatweeks,core],[pluginname,format_weeks]
AMOS END
2010-04-11 12:46:14 +00:00
Petr Skoda
3a915b0667
MDL-21693 Dropping _utf8 suffix from language codes and folder names; enabling new string managers - please note the transition is not yet fully complete because we need to wait for git to recognize the renames in cvs
2010-04-10 07:24:56 +00:00
Sam Hemelryk
90723839ca
themes MDL-21862 Implements base theme and standard theme.
...
Very big theme changes, standardold theme has been split into two themes base and standard. Base theme contains only CSS that is absolutly required (e.g. layout, white space rules, specific widths) and standard (which now looks like standardwhite) contains all the frills.
The following noteable changes have also been made:
* Plugin CSS has been pushed back into the plugin directories as styles.css files.
* Install_print_header has been corrected.
* Redundant or deprecated rules have been removed.
* Several minor class changes throughout Moodle.
* CSS is now single line rules not multiline indented.
* Installs with theme=standardold automatically switch to standard.
* body classes / id now have prefixes to make it clearer what they are and avoid conflicts.
Also worth noting:
* There is still alot of tweaking that is required to get everything looking as it is supposed to, please be patient or better yet help out.
* I am currently working on the documentation for the themes system... it will be here soon.
2010-03-25 06:38:21 +00:00
Petr Skoda
6fe3775a2d
MDL-20204 some more steps away from html_select
2010-02-09 19:50:11 +00:00