41428 Commits

Author SHA1 Message Date
Helen Foster
1e3c2cbf71 MDL-21695 adding help string 2010-05-17 15:04:19 +00:00
Helen Foster
7d90f8ff23 MDL-21695 adding help and link strings 2010-05-17 14:06:05 +00:00
Helen Foster
d099fcc685 MDL-21695 adding help and link strings 2010-05-17 13:59:49 +00:00
David Mudrak
dc5eed4fee MDL-21695 Cookies enabled help
AMOS BEGIN
 HLP cookies.html,[cookiesenabled_help,core]
AMOS END
2010-05-17 13:46:43 +00:00
David Mudrak
52236f053b MDL-21695 Permissions and overrides help strings
AMOS BEGIN
 HLP overrides.html,[overridepermissions_help,core_role]
 HLP permissions.html,[permission_help,core_role]
AMOS END
2010-05-17 12:43:02 +00:00
Dongsheng Cai
cd8236983d "fixed version number to make http://cvs.moodle.org/contrib/tools/check_upgrade_savepoints/ happy" 2010-05-17 09:51:40 +00:00
Andrew Davis
e404dffd59 rating MDL-21657 added a space in if statement to not break upgrade safety checking script 2010-05-17 09:33:33 +00:00
Martin Dougiamas
e641b745ee MDL-22015 Added a new setting langstringcache to enable/disable the string caching. Developers will want to switch this off. :) 2010-05-17 09:26:17 +00:00
Andrew Davis
ca30e949a8 gradebook MDL-22221 fixed some broken strings in the gradebook tooltips 2010-05-17 09:10:48 +00:00
Penny Leach
6afa598183 portfolio & online assignment MDL-22485 require portfoliolib & check portfolios enabled before trying to add buttons 2010-05-17 08:48:54 +00:00
Andrew Davis
771b3fbe12 rating MDL-21836 altered render_rating() to make better use of html_writer 2010-05-17 07:31:22 +00:00
Helen Foster
8d58ae88bc MDL-15129 lang string rewording 2010-05-17 07:24:55 +00:00
Dongsheng Cai
775af58fe0 "MDL-20988, set type name for editor element" 2010-05-17 07:17:22 +00:00
Sam Hemelryk
87c215de67 navigation MDL-14632 Fixed up user profile navigation and settings after recent changes. 2010-05-17 05:38:59 +00:00
Martin Dougiamas
7928979b96 MDL-22479 Added a check for $CFG->siteadmins being empty, then try to recover. Avoids upgrade issues. 2010-05-17 05:17:12 +00:00
jerome mouneyrac
84e249b96f community course MDL-19314 fix adding a community course to the community block 2010-05-17 03:36:08 +00:00
Dongsheng Cai
29323f27ed "MDL-19118 fixed a context id" 2010-05-17 03:20:05 +00:00
Dongsheng Cai
80db8e8dbb MDL-22088, added missing parameters for group interface 2010-05-17 02:50:52 +00:00
jerome mouneyrac
eece88be25 course publish MDL-19315 fix improper use of moodle form (=> require values go now through validation) 2010-05-17 02:33:37 +00:00
Patrick Malley
a211e4c77e Formfactor/Canvas coding ... again. 2010-05-17 01:28:24 +00:00
Moodle Robot
e059a1fdd9 Updated the HEAD build version to 20100517 2010-05-17 00:41:35 +00:00
Patrick Malley
29ef7d4fe6 Working on Boxxie, Canvas, and Formactor 2010-05-16 22:57:31 +00:00
Dan Marsden
ac2032dcc5 SCORM MDL-22453 - tidy up format of if statements. 2010-05-16 22:39:49 +00:00
Helen Foster
eed47b019a MDL-21695 adding help and link strings 2010-05-16 22:36:44 +00:00
Dan Marsden
ec678a9a1c SCORM MDL-22453 - fix breadcrumbs and fix a couple of typos 2010-05-16 22:35:09 +00:00
Helen Foster
5facc08bd9 MDL-21695 adding help and link strings 2010-05-16 22:21:43 +00:00
Helen Foster
4731ced4da MDL-21695 adding help and link strings 2010-05-16 22:05:46 +00:00
Andreas Grabs
73043833e9 MDL-19489 - add conditional branching (my first try) 2010-05-16 20:05:51 +00:00
David Mudrak
f53fde9f47 MDL-22015 core_string_manager cache can be disabled by setting $CFG->disablelangdiskcache 2010-05-16 19:58:47 +00:00
David Mudrak
9b3af74c35 MDL-22015 clear string_manager caches on upgrade 2010-05-16 19:37:19 +00:00
Martin Dougiamas
825b6fdb0f MDL-19311 Fixing some bad comment layout 2010-05-16 16:23:27 +00:00
Martin Dougiamas
aaf133838c old admin blocks MDL-22475 Goodbye admin and admin_tree. You were good to us. But now we have Settings. 2010-05-16 16:19:27 +00:00
Martin Dougiamas
0fa096bbca MDL-19315 Renaming published_courses table to course_published (Coding guidlines!!) 2010-05-16 16:06:15 +00:00
Martin Dougiamas
82b90a59c1 feedback - just fixing some PHP comments 2010-05-16 16:05:20 +00:00
Dan Poltawski
5211c7ec51 auth/db: MDL-19469 - Swich from hardcoded auth type
thanks to Jay Knight for the patch
2010-05-16 13:10:26 +00:00
Martin Dougiamas
cfc794b159 MDL-10831 MDL-14493 Adding the Feedback block (disabled by default) 2010-05-16 12:56:36 +00:00
David Mudrak
2eebde6e5f MDL-22015 core_string_manager: caching and performance logging improved
The results of merged en + en_local + parentlang + parentlang_local +
lang + lang_local are now saved into disk cache in dataroot/cache/lang/.
The number of get_string() calls, and number of mem cache and disk cache
hits are part of performance logging.
Disk cache must be removed whenever the language packs or their local
customizations are deleted. Disk cache is rebuilt automatically.
2010-05-16 11:45:33 +00:00
Andreas Grabs
8fec97bf4c MDL-20442 - now you can switch to ignore empty submits
MDL-14534 - now you can remove 'Not selected' option
2010-05-16 08:31:34 +00:00
Martin Dougiamas
99cca8470e MDL-19124 Continued misc user profile cleanups
- fixed user styles in base theme
    - added new divs for better control on user profile and user index pages
    - reduced data on course user profiles down to minimum
    - removed user/tabs.php completely and all uses of it
    - changed default user icon pix to something very bland (bye bye smiley cake)
2010-05-16 08:21:12 +00:00
Andreas Grabs
db1a1c0d9e MDL-20442 - now you can switch to ignore empty submits
MDL-14534 - now you can remove 'Not selected' option
2010-05-16 08:17:09 +00:00
Moodle Robot
f25c72d9e9 Updated the HEAD build version to 20100516 2010-05-16 00:41:25 +00:00
Patrick Malley
6b30b2126a Boxxie now uses Canvas 2010-05-15 20:22:39 +00:00
Patrick Malley
43d65a9578 Style format changes 2010-05-15 20:13:08 +00:00
Helen Foster
ca387bc1c4 MDL-21695 adding help and link strings 2010-05-15 17:08:07 +00:00
Helen Foster
204361238b MDL-21695 adding help strings 2010-05-15 16:05:52 +00:00
Moodle Robot
ecaa980492 Updated the HEAD build version to 20100515 2010-05-15 00:42:35 +00:00
Pierre Pichet
999f7be4b3 MDL-20296 remove obsolete function response_summary() 2010-05-15 00:09:08 +00:00
David Mudrak
4868e95f58 Use defaultrequestcategory for new course from print_courses() if no other category is available
print_courses() produced PHP notice (Trying to get property of
non-object) and generated an invalid button to create a new course in this
case: (1) Passed paramater $category is 0 to display all categores (as in
case of home page, for example) and (2) get_child_categories(0) returns
more than one record. In such case, $categories is still a plain
integer, does not contain ->id property and the called /course/edit.php
exits with error.
This patch uses $CFG->defaultrequestcategory as category id in this
case.
2010-05-14 14:06:39 +00:00
Andreas Grabs
2ad5d2efaa wrong appearance on feedbacks located on the frontpage 2010-05-14 12:14:59 +00:00
Andreas Grabs
7620725fe5 wrong appearance on feedbacks located on the frontpage 2010-05-14 11:49:59 +00:00