Commit graph

32960 commits

Author SHA1 Message Date
moodler
e70e036c9f MDL-15892 Added some phpdocs to explain the module parameter better 2008-07-31 07:36:57 +00:00
moodler
bea418fd03 Merged MDL-15892 Improved get_string - it can now handle paths as the module like 'mod/forum' or 'grade/import/txt' and will look in the right file automatically (eg forum.php and gradeimport_txt.php) 2008-07-31 07:29:01 +00:00
jerome
c5d2d0dd7c MDL-15402 implementation of repositories administration. Administrator can hide/show/sort/setup repositories. This code has been commited in order to be used by FilePicker.
Because it's doing the same thing than the filter manager, the code is similar. Some generic code need to be done (filter and repository code should use the same function, and the current generic filter lib should be refactor, at least their name). Optimization of original code should also be done if necessary.
2008-07-31 06:01:12 +00:00
scyrma
ba44f12571 MDL-14741: Removing the old moodleimage plugin - the TinyMCE builtin plugin does the same. 2008-07-31 03:18:40 +00:00
dongsheng
a4c36bdca6 "MDL-13766, move require_once" 2008-07-31 03:13:49 +00:00
scyrma
df9b1b6629 MDL-14741: following the commits in MDL-13766, we can remove the old filemanager code. 2008-07-31 03:08:12 +00:00
dongsheng
feaaa80e9a MDL-13766, print_login for ajax. 2008-07-31 02:54:08 +00:00
dongsheng
c5704ec65a MDL-13766
1. Filepicker component for moodleform
2. Integrate TinyMCE and FilePicker
3. Fix show/hide bug in filepicker
4. Rewrite print_login function for ajax
2008-07-31 02:51:28 +00:00
moodlerobot
0ad7b29551 Updated the HEAD build version to 20080731 2008-07-31 01:44:47 +00:00
agrabs
aeb7e1aecf MDL-15787 Using hidden feedbacks on front page 2008-07-30 18:58:24 +00:00
mjollnir_
ffcfd8a777 MDL-15762 log portfolio transfers and notify the user when there are dups 2008-07-30 16:38:13 +00:00
mjollnir_
4ab16a0957 MDL-15762 - add table for portfolio logging 2008-07-30 15:04:19 +00:00
jamiesensei
5153422cdd MDL-15268 "Content for Quiz Statistics report table" adding img link to display graph on main page of report. 2008-07-30 10:28:39 +00:00
scyrma
7c56e8623b MDL-15688: readability improvement to the script 2008-07-30 10:19:35 +00:00
tjhunt
c49f8af39b Whitespace 2008-07-30 10:18:25 +00:00
scyrma
00bc5ef3a1 MDL-15688: script to import TinyMCE's langstrings into Moodle translation system. 2008-07-30 10:17:31 +00:00
tjhunt
a3b70fa923 Whitespace 2008-07-30 10:07:30 +00:00
jamiesensei
aa3133bcb9 MDL-15268 "Content for Quiz Statistics report table" display blank cell if statistic is not calculatable 2008-07-30 09:49:09 +00:00
skodak
7b3c273b1d MDL-15883 initialise mnet from admin/index.php 2008-07-30 09:10:02 +00:00
jamiesensei
43ec99aa74 MDL-15268 "Content for Quiz Statistics report table" further work on quiz statistics report. 2008-07-30 09:02:44 +00:00
jamiesensei
8ba751eec7 MDL-14204 "Content for Quiz Statistics report table - Random_guess_score" fixed random guess score for random short answer matching question. 2008-07-30 08:56:10 +00:00
scyrma
5ce4295fff MDL-14741: changing link prevention plugin information 2008-07-30 08:14:53 +00:00
scyrma
cb6c02c4b7 MDL-14741: cleaning up some leftover cruft 2008-07-30 07:58:05 +00:00
scyrma
f99442e312 Reverting previous commit that broke code that depended on the absence of parameter 2008-07-30 07:05:15 +00:00
scyrma
d5ef313659 MDL-14741: use better names for tinymce-specific javascript functions, add function to trigger the save event of tinymce on form save. 2008-07-30 06:26:26 +00:00
scyrma
ecc3748f2c Minor code cleanup - documentation already specifies that 'moodle.php' is the default language file. 2008-07-30 05:19:18 +00:00
moodlerobot
9a78f2abd6 Updated the HEAD build version to 20080730 2008-07-30 01:36:16 +00:00
mudrd8mz
884a3e4f35 MDL-15055 Upgrade shipped library TCPDF to version tcpdf_php5 TCPDF 4.0.015
Modified lib/pdflib.php wrapper
2008-07-29 22:22:15 +00:00
piers
2f60a9cb5b MDL-12222 Error adding cmi.session_time in SCORM 1.3 (patch thanks to Hector Gomis). Also - some syntax formating to stop errors in Eclipse highlighting). 2008-07-29 22:18:43 +00:00
sam_marshall
18a2a0cb3a MDL-15498: Completion: added support for basic completion-on-view and on grade (where applicable) to assignment, choice, data, glossary, lesson, and resource. 2008-07-29 17:22:47 +00:00
sam_marshall
96fa52a47c MDL-15877: Lesson query breaks dml rule about reusing named params (sorry missed a bit) 2008-07-29 16:44:09 +00:00
sam_marshall
b920f6e84a MDL-15877: Lesson query breaks dml rule about reusing named params 2008-07-29 16:42:12 +00:00
agrabs
6c7696fe6a MDL-10107 META: New Messaging System (GSoC)
There was a small typo
2008-07-29 16:34:15 +00:00
sam_marshall
384500c100 MDL-15876: Fixed error with defaults in config_multicheckbox 2008-07-29 14:26:26 +00:00
wildgirl
07e853e93b MDL-11844 lang string small rewording 2008-07-29 14:22:36 +00:00
tjhunt
06d1324803 Fix calculation of median with an odd number of attempts. 2008-07-29 13:56:37 +00:00
sam_marshall
114bb7a60a MDL-15875: Missing break; in switch 2008-07-29 13:33:14 +00:00
tjhunt
c89f2f13d8 Fix comment. 2008-07-29 13:32:28 +00:00
tjhunt
fb7396a1ff Manual grading report - change query to work on Postgres. 2008-07-29 13:10:02 +00:00
wildgirl
323a2a3a15 MDL-15846 lang string small rewording 2008-07-29 12:45:45 +00:00
sam_marshall
388afecdf4 MDL-15498: Completion: fixed bugs with long titles in the fancy text-rotation SVG code 2008-07-29 12:27:04 +00:00
mjollnir_
bb63fc3e0c MDL-15834 portfolio supported_formats doesn't need to be abstract 2008-07-29 12:10:14 +00:00
tjhunt
4d9f2c368f Remove 'regrade' report from the quiz_report table, since it no longer exists. 2008-07-29 11:53:54 +00:00
tjhunt
384fe17362 Whitespace cleanup. 2008-07-29 11:53:31 +00:00
mjollnir_
a239f01e57 MDL-15860 - add global portfolio enabled switch 2008-07-29 11:27:16 +00:00
sam_marshall
a5a63515e3 MDL-15498: Completion: added TODO comment re last commit 2008-07-29 11:26:55 +00:00
mjollnir_
a50ef3d34f MDL-15865 - admin portfolio settings are now a settingspage rather than an admin page. 2008-07-29 10:51:18 +00:00
sam_marshall
f94988555e MDL-15498: Completion: added idnumber to progress report table (if enabled) 2008-07-29 10:37:46 +00:00
mjollnir_
14bea70caf MDL-15869 - fixed a notice in forum related to portfolio 2008-07-29 09:27:24 +00:00
sam_marshall
9ddbd44598 MDL-15869: Fixed bug in saving module settings when completion is not enabled 2008-07-29 09:13:25 +00:00