33358 Commits

Author SHA1 Message Date
mjollnir_
c50466705e MDL-15666 - fixing bugs in resource unit test implementation 2008-09-15 16:08:59 +00:00
mjollnir_
b2a9505b22 MDL-16514 - adding format to forum mod_form and fixing regression in single forum type add instance 2008-09-15 15:55:11 +00:00
wildgirl
00b5ffbbb4 MDL-16389 meta course help file update 2008-09-15 15:44:19 +00:00
wildgirl
17930e0704 MDL-15314 lang string rewording, thanks to Ray Lawrence 2008-09-15 15:16:02 +00:00
wildgirl
29d06082cb MDL-15134 lang string typo fix, thanks to David Mudrak 2008-09-15 14:21:01 +00:00
jamiesensei
3d6de8770d MDL-16362 "Quiz - bar graph on results screen" removing var_dump that I forgot to clean up. 2008-09-15 14:08:11 +00:00
wildgirl
e1d91dfbce MDL-14404 enrolment expiry notification help file text 2008-09-15 14:06:05 +00:00
mjollnir_
13e7e76575 MDL-15760 - move boxnet folder creation from prepare_package into send_package 2008-09-15 14:01:57 +00:00
nicolasconnault
3cc60460e8 MDL-15666 Subclassing exporter class so that only local files are written 2008-09-15 13:45:14 +00:00
jamiesensei
2a1995a476 MDL-16362 "Quiz - bar graph on results screen" there was a bug in my code that would put the graph generation code into an infinite loop if the overall grade for the quiz is 0. Since the change in the type of the field for quiz->grade the old test for quiz->grade being zero doesn't work. Using $quiz->grade as a bool does not work ($quiz->grade is now a string 0.0000), since Moodle 2.0 need to use $quiz->grade == 0. 2008-09-15 13:38:31 +00:00
nicolasconnault
795ad63034 MDL-15666 Testing a matrix of portfolio caller/plugin. Starting the new cleanup method in unit tests (max id) 2008-09-15 13:18:44 +00:00
mjollnir_
9d7432f650 MDL-16423 - changed button->set_formats to respect more general formats (for later when we have richer export formats that aren't mostly based on mime) 2008-09-15 13:13:21 +00:00
mudrd8mz
91ca18e847 MDL-16355 Do not set lesson maxgrade to 100 but use the real value without multfactor. Merged from 1.9 2008-09-15 11:57:53 +00:00
mudrd8mz
94c823b1d4 MDL-16356 Fix capability name. Merged from 1.9 2008-09-15 11:49:42 +00:00
jamiesensei
3b51802063 MDL-16125 "Improvement to Detailled Responses Report : Format of csv export" Fixed missing format string problem when downloading. 2008-09-15 11:39:15 +00:00
mudrd8mz
ebebf56bda MDL-16441 Display language selection drop-down list at My Moodle page. Merged from 1.9 2008-09-15 11:31:53 +00:00
jamiesensei
d3e99e85d4 MDL-16502 "highlight questions that appear not to be working very well according to statistics"
There is a function is_dubious_question on the statistics table passed all the stats for that question and other question data and that returns a bool.
2008-09-15 11:13:31 +00:00
dongsheng
ca0174ccce MDL-13766
1. remove repo_id field in plugin
2. remove reset varible in javascript code.
2008-09-15 09:42:38 +00:00
dongsheng
d68c527f68 MDL-13766
1. create logout() and check_login() function
2. Remove the code use global varibal
2008-09-15 09:31:41 +00:00
jerome
b8f46e17de MDL-15402: fix a bug with parameter in the delete URL (wrong cleaning setting) + move flickr public email address setting from admin to instance 2008-09-15 09:21:29 +00:00
jamiesensei
3db543284b MDL-16501 "moving key to colours on graph to the bottom of the graph gives more horizontal screen space for the graph itself" 2008-09-15 09:16:57 +00:00
jerome
7892948d1f MDL-15402: minor changes for flickr admin settings 2008-09-15 08:42:56 +00:00
andreabix
e9c1829aaa Fixed duplicated style in fw_fonts.css 2008-09-15 08:02:25 +00:00
moodler
7a3b93c18a Just tidying as I read it. Main problem with it now is that huge block of JS 2008-09-15 07:56:26 +00:00
moodler
c65dd2fe99 Just cleaning up layout a little 2008-09-15 07:37:21 +00:00
moodler
577aab9b88 MDL-13766 Tidying 2008-09-15 06:58:26 +00:00
moodler
d0f8585da3 MDL-13766 Cleaned up the formatting a bit for readability 2008-09-15 06:56:08 +00:00
moodler
b7d66e5305 Forgot the README 2008-09-15 06:14:11 +00:00
moodler
55de6e0784 MDL-16046 Fixed up the portfolio tabs 2008-09-15 06:09:57 +00:00
moodler
838a8eb146 MDL-16500 Removed the old Jabber class from the module and moved to a new one called xmpphp in core libraries
Also cleaned up some notices in message/edit.php
2008-09-15 05:55:58 +00:00
tjhunt
fa7bec7bef Turn off strict XML headers during upgrade, so if an error occurrs, you are more likely to be able to see what happened. 2008-09-15 04:21:15 +00:00
tjhunt
4906997bbb MDL-16492: the fix for MDL-16411 broke the fix for MDL-16200. Fix it. 2008-09-15 04:20:23 +00:00
scyrma
207ab754ac MDL-15351: making sure empty folders are still recognized as folders. 2008-09-15 01:51:25 +00:00
moodlerobot
d31be6062a Updated the HEAD build version to 20080915 2008-09-15 01:47:12 +00:00
skodak
a78bee285d MDL-16433 themes and javascript files are not blocked by running upgrade anymore 2008-09-14 08:40:23 +00:00
skodak
8429163db9 MDL-16493 file and picture element migrated; waiting for file picker to mature, presets not finished yet 2008-09-14 08:22:44 +00:00
skodak
91b59e05ed MDL-16491 fixed typos, versions were not saved in upgrade savepoints 2008-09-14 07:39:41 +00:00
moodlerobot
8523965feb Updated the HEAD build version to 20080914 2008-09-14 01:43:21 +00:00
skodak
797f19e881 MDL-14589 image resizing and conversion support 2008-09-13 19:38:44 +00:00
moodlerobot
95c1ff4c25 Updated the HEAD build version to 20080913 2008-09-13 01:39:31 +00:00
nicolasconnault
617ac19bd2 MDL-16423 Adding a missing $ sign 2008-09-12 19:17:53 +00:00
mjollnir_
8bde161135 MDL-16046 - log page for portfolio transfers 2008-09-12 15:34:20 +00:00
mjollnir_
fae696850a MDL-15362 - make sure we log the transfer on an xmlrpc request in mahara plugin 2008-09-12 15:32:14 +00:00
mjollnir_
de01a5071e MDL-14591 - added some phpdocs, moved the transfer log insert into its own method and streamlined how it's called.
Also added a parameter to verify reawaken so that when we are just viewing queued transfer logs it can be in a different session (sesskey verification)
2008-09-12 15:31:17 +00:00
mjollnir_
37f03ea00b MDL-15666 - change all the portfolio plugins and callers to use exceptions
rather than relying on return values (send_package and prepare_package)

move zipping of temporary files into the exporter class so it can be overridden during unit tests

fix a small todo in mahara plugin
2008-09-12 11:22:15 +00:00
jamiesensei
9176976151 MDL-16463 "Long group names can make drop down box too wide" added an if condition to test the length of the group name. If it is more than 20 characters then we use the string 'this group' instead of the group name. 2008-09-12 08:33:40 +00:00
skodak
0bd47adcd0 MDL-14589 no file browsing if not logged-in 2008-09-12 08:22:41 +00:00
dongsheng
fbd508b463 MDL-13766
introduce new search API
2008-09-12 08:16:09 +00:00
moodler
b467ee7539 MDL-16474 Modifications to allow definition of 1-point scales 2008-09-12 07:33:49 +00:00
dongsheng
2b9feb5f0e MDL-13766, improve repository search, search interface can be defined
in print_search function now!
2008-09-12 07:28:40 +00:00