9607 Commits

Author SHA1 Message Date
Sam Hemelryk
493a48f3d6 navigation MDL-22072 Icons are no longer shown on the navigation bar by default. 2010-04-23 04:21:33 +00:00
Sam Hemelryk
27bad0a629 blog MDL-22161 Fixed up blog menu block and added navigation options for users. 2010-04-23 04:05:16 +00:00
David Mudrak
f66e44f26c MDL-15252 Fixed regression: timezone name string may not be defined 2010-04-23 00:11:54 +00:00
David Mudrak
664e45028c MDL-21694 documenting get_core_subsystem() purpose plus one typo 2010-04-22 19:40:22 +00:00
Martin Dougiamas
4c14885683 MDL-22056 More tidying up of pluginnames for course reports, and more component names tidying 2010-04-22 15:54:20 +00:00
Martin Dougiamas
2f51f0ca1c MDL-15252 Fixing a bug and improving the display of component names (for role assign page mostly) 2010-04-22 15:37:54 +00:00
Petr Skoda
6d16792cf2 MDL-21694 usin new core_subsystesm() in renderers too; adding more docs 2010-04-22 08:45:36 +00:00
Sam Hemelryk
dd8e50113a navigation MDL-22044 Fixed bug: when not logged in it is now home not my home. Thanks Eloy for spotting 2010-04-22 07:42:04 +00:00
Andrew Davis
63e87951e6 rating MDL-21657 updated version of ratings including forum and glossary integration 2010-04-22 05:15:23 +00:00
jerome mouneyrac
203fda8a4d web service MDL-21351 add a bit more information to the exception message when function implementation is missing 2010-04-22 01:51:24 +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
Eloy Lafuente
10f375aa2e MDL-22076 temptables - warn and dropped on disposal 2010-04-21 16:12:27 +00:00
Eloy Lafuente
4bfdcfcf60 MDL-21432 backup 2.0 - initial commit. Enable forum backup 2010-04-21 14:17:11 +00:00
Eloy Lafuente
ee4d3dee7a MDL-21432 backup 2.0 - initial commit. backup DB structures 2010-04-21 14:05:12 +00:00
Sam Hemelryk
88f77c3c26 navigation MDL-22044 Added setting to limit content that is shown on the navigation back into the navigation block 2010-04-21 09:44:16 +00:00
Sam Hemelryk
8f57314b1e navigation MDL-22044 Fixed bug preventing module AJAX expansion 2010-04-21 09:40:25 +00:00
Sam Hemelryk
a9535f7945 navigation MDL-21350 Implemented trim options for the navigation block, can now set trim mode (right/left/center) and trim length 2010-04-21 07:05:39 +00:00
Sam Hemelryk
ee8df661dc themes MDL-21489 Added support for a legacy theme used with old browsers. Thanks Brendan for the patch
Admin can now select a theme for modern browsers and old browsers, the user then sees the modern theme with modern browsers and legacy theme with old browsers. Currenlty IE6 (or less) are considered old browsers.
2010-04-21 04:21:53 +00:00
Sam Hemelryk
ba9dc077c4 roles MDL-22126 Fixed up usage of admin/roles/tags.php 2010-04-21 02:43:02 +00:00
Petr Skoda
25346879b7 MDL-22085 support for iso-639-1 2010-04-20 08:36:22 +00:00
Sam Hemelryk
14aac1737e navigation MDL-22044 Fixed alphabetical order of blocks 2010-04-20 02:03:39 +00:00
Petr Skoda
6ad1100fe4 MDL-22102 killing all CRLFs, sorry for introducing them, we need to do search replace before each commit of 3rd party lib 2010-04-19 14:42:19 +00:00
Sam Hemelryk
7703888d31 navigation MDL-22044 Fixed up PHPDoc syntax, removed @global 2010-04-19 06:58:15 +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
Petr Skoda
6fbaf7f8b8 fixed my own sloppy typos in comments 2010-04-18 10:14:04 +00:00
Petr Skoda
0a27866d58 MDL-22102 trying to fix line endings 2010-04-16 08:45:05 +00:00
Andrew Davis
11cca21ec3 unit tests MDL-22017 made test_usergetdate() work on machines in different timezones 2010-04-16 07:47:39 +00:00
Tim Hunt
79312a06e4 grades: MDL-22098 silly bug that leads to bad performance problems in the grader report. 2010-04-15 16:37:05 +00:00
Petr Skoda
4399b9d5de MDL-22091 fix for sloppy IE CSS limits hack 2010-04-15 14:43:25 +00:00
Sam Hemelryk
84db3ea2a3 themes MDL-21984 Removed the need to specify the theme name in layouts within its config.php file 2010-04-15 06:37:55 +00:00
Petr Skoda
15a17d3504 MDL-22015 fixed more string_manager encapsulation issues - string format conversion scripts 2010-04-14 14:48:12 +00:00
Petr Skoda
ecd7978c05 MDL-22015 fixed more string_manager encapsulation issues 2010-04-14 14:38:33 +00:00
Petr Skoda
db975a46c0 MDL-22015 fixed recent regression 2010-04-14 14:37:56 +00:00
Petr Skoda
0aa759b01c MDL-22015 more get_list_of_countries() refactoring 2010-04-14 14:27:10 +00:00
Petr Skoda
42b702a627 MDL-22015 list of pix names is not used any more 2010-04-14 14:05:39 +00:00
Petr Skoda
97b7d149b6 MDL-22015 deprecated get_list_of_currencies() method - improved string_manager encapsulation 2010-04-14 14:04:21 +00:00
Petr Skoda
f6907ba954 MDL-22015 fixed php docs 2010-04-14 13:37:59 +00:00
Petr Skoda
ef686eb5c8 MDL-22015 new translation_exists() method - improved string_manager encapsulation 2010-04-14 13:16:20 +00:00
Petr Skoda
c11575dbe7 MDL-22015 improved get_string method - it can now fetch strings from any language, not just the current one 2010-04-14 12:51:53 +00:00
Petr Skoda
adea0621fa MDL-22015 improved country lists 2010-04-14 12:42:48 +00:00
Petr Skoda
b7db66cb09 MDL-22085 language name lists - implementation of iso-639-2 support 2010-04-14 12:14:18 +00:00
Petr Skoda
36f069fd6b MDL-22084 new API - making a clear distinction between list of our translations and list of all languages defined in ISO 639-3 2010-04-14 10:02:05 +00:00
Petr Skoda
1f96e907ea MDL-22084 making a clear distinction between list of our translations and list of all languages defined in ISO 639-2 2010-04-14 09:45:49 +00:00
Petr Skoda
b2ad1a3aea MDL-15252 fixed docs 2010-04-14 09:18:13 +00:00
Petr Skoda
9c7b24bf49 MDL-21695 fixed help regression 2010-04-14 08:53:30 +00:00
Petr Skoda
259c165d7a MDL-21695 new help api 2010-04-13 21:51:49 +00:00
Petr Skoda
73593f4186 MDL-22061 fixed warning 2010-04-13 21:19:35 +00:00
Petr Skoda
49f0d48171 MDL-21695 new help_icon structure 2010-04-13 20:45:05 +00:00
Petr Skoda
596509e431 MDL-21695 renaming ->help_icon() to old_help_icon() and going to introduce new help_icon() with new parameters and detailed debugging - hopefully this will help during the conversion to new help 2010-04-13 20:34:27 +00:00
Petr Skoda
9f9193f623 MDL-22061 new string_exists() method - this can be used in some corner cases 2010-04-13 20:14:31 +00:00