40781 Commits

Author SHA1 Message Date
Petr Skoda
f6eb428ea6 MDL-21781 trying to fix context+page title filtering trouble 2010-04-23 10:39:47 +00:00
Petr Skoda
b81e18f889 adding new forced upgrade version 2010-04-23 10:36:56 +00:00
Tim Hunt
836c47d7fe MDL-22155 useful new method html_writer::nonempty_tag.
It outputs a tag only if the contents you pass is non-empty.

Also, unit tests for the basic parts of html_writer.
2010-04-23 10:34:07 +00:00
Andrew Davis
d251b25937 rating MDL-21657 updated version of ratings including checks for both new system capabilities and old per module capabilities 2010-04-23 09:44:19 +00:00
Petr Skoda
832d2d29a6 MDL-21781 removing user from cohorts during delete 2010-04-23 09:18:12 +00:00
Petr Skoda
fddf5b3d3f MDL-21781 improved cohort table comments 2010-04-23 09:17:24 +00:00
Petr Skoda
3c35aea28c MDL-21781 fixed cohort access control in groups UI 2010-04-23 09:16:53 +00:00
Petr Skoda
a174e4a31a MDL-21781 fixed coding style 2010-04-23 09:16:18 +00:00
Petr Skoda
92343cd2eb MDL-21781 added support for autocreation of groups from cohorts 2010-04-23 09:15:55 +00:00
Petr Skoda
62bc50190b MDL-21781 fixed case 2010-04-23 09:15:27 +00:00
Petr Skoda
4a0ef03e8a MDL-21781 protect cohorts created by external systesm - we can not edit them with our UIs 2010-04-23 09:15:04 +00:00
Petr Skoda
e60ff53619 MDL-21781 move cohorts away when deleting course category 2010-04-23 09:14:36 +00:00
Petr Skoda
9e1065a812 MDL-21781 cohorts may be moved to different course categories/system context 2010-04-23 09:13:49 +00:00
Petr Skoda
864e2805d0 MDL-21781 integrating cohorts into UI - admin tree and list of categories in edit mode (there is no other better place which shows all categories imho) 2010-04-23 09:13:19 +00:00
Petr Skoda
7778e96006 MDL-21781 temporary cohort icon 2010-04-23 09:12:28 +00:00
Petr Skoda
c5070d06d7 MDL-21781 fixed some more cohort assign issues 2010-04-23 09:11:48 +00:00
Petr Skoda
b1e2e6b8b3 MDL-21781 fixed incorrect options in user selectors 2010-04-23 09:11:16 +00:00
Petr Skoda
cec5baaabb MDL-21781 fixed nav bar 2010-04-23 09:10:43 +00:00
Petr Skoda
a379029c54 MDL-21781 cohort id duplicates detection 2010-04-23 09:10:05 +00:00
Petr Skoda
5fa30fb7a6 MDL-21781 adding cohort as new core subsystem 2010-04-23 09:09:34 +00:00
Petr Skoda
c7d5ed1cf3 MDL-21781 fixed cap checks 2010-04-23 09:08:37 +00:00
Petr Skoda
b980c56e2e MDL-21781 very basic cohorts UI 2010-04-23 09:07:51 +00:00
Petr Skoda
059e689c0f MDL-21781 cohort main version bump 2010-04-23 09:06:31 +00:00
Petr Skoda
3f791403b3 MDL-21781 cohort capabilities 2010-04-23 09:05:56 +00:00
Petr Skoda
74180df287 MDL-21781 cohort tables upgrade code 2010-04-23 09:05:11 +00:00
Petr Skoda
f733845d75 MDL-21781 cohorts db structure 2010-04-23 09:04:19 +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
Martin Dougiamas
5435c9dcc4 help strings MDL-21695 changed _hlp to _help and fixed help.php to format those strings properly 2010-04-23 07:46:35 +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
Rossiani Wijaya
6438c34f36 MDL-20487 - improve accessibility issue for survey page layout and string. 2010-04-23 05:58:43 +00:00
Martin Dougiamas
6595a5681e ratings MDL-21657 Improving capabilities for ratings.
Rather than performing complicated upgrade procedures from the old (broken) logic in three activity modules, we are adding new capabilities to those three modules to make them all consistent, and using them in a callback from the Ratings API.  This is the same as the Comments API.

The downside is that two sets of capabilities need to be enabled for ratings to work.  Hopefully this can be mitigated somewhat when build some sort of shortcuts on the module settings forms to set capabilities.  In the meantime, the effect is reduced somewhat by having all the rating capabilities enabled by default for student and teacher roles.  This means control is in the hands of whatever the modules have set, giving very close backward compatibility.

This is not the perfect solution, but neither were the other two.
2010-04-23 05:42:22 +00:00
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
af8fe217ad blog MDL-22161 Fixed minor regression 2010-04-23 04:08:28 +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
Moodle Robot
f65d7c1399 Updated the HEAD build version to 20100423 2010-04-23 00:41:39 +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
62b1d51be9 MDL-21657 Fixing regression - wrong SQL upgrade code
Would be nice if core developers actually tried to run the code before
they commit it into the repository.
2010-04-22 22:30:33 +00:00
David Mudrak
55c6372e28 MDL-15252 Fixed regression: XMLDB action using optionally defined strings
To prevent debugging warning, we check if the string is defined first.
In this case it does not make sense to add new string for every action
as the title is not actually displayed anywhere.
2010-04-22 21:13:53 +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
Helen Foster
3c9076c2e1 MDL-21695 adding help strings 2010-04-22 15:38:54 +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
Martin Dougiamas
2a59a09745 Fixed some missing strings (for role assign page mostly) 2010-04-22 15:32:14 +00:00
Martin Dougiamas
ba2f43c331 repository/merlot MDL-20648 Added a missing string for capability 2010-04-22 14:44:36 +00:00
Andreas Grabs
882f08c845 i have a function removed by mistake 2010-04-22 12:02:12 +00:00
Dan Marsden
b37ce778c6 Assignment MDL-7206 - download all submissions as a zip - finally pushing this into head. 2010-04-22 11:33:17 +00:00
Andreas Grabs
30ec6bc9ed MDL-21227 - convert Feedback to new files api 2010-04-22 11:26:02 +00:00
Helen Foster
67bf124159 MDL-21695 adding help strings 2010-04-22 09:43:41 +00:00
Dan Marsden
d883cbadb4 SCORM MDL-21555 improved Report interface - now allows export as text/excel/ods - probably could do with some more refactoring/improvement, but this is much better than it was. Thanks to Valerian for the initial patch. (missed lang file) 2010-04-22 09:42:28 +00:00
Dan Marsden
6f8dda46d8 SCORM MDL-21555 improved Report interface - now allows export as text/excel/ods - probably could do with some more refactoring/improvement, but this is much better than it was. Thanks to Valerian for the initial patch. 2010-04-22 09:41:41 +00:00