skodak
4b39c2d877
MDL-16629 removed legacy unfinished multiple editors code
2008-09-23 20:31:37 +00:00
skodak
306a52882b
MDL-16629 removing unfinished multiple editors code
2008-09-23 20:28:50 +00:00
skodak
2dbc9c102c
MDL-16627 removing obsoleted HTMLArea
2008-09-23 20:27:37 +00:00
skodak
65ddc75009
MDL-16642 tinymce library import must be primarily maintained in cvs, not wiki
2008-09-23 19:03:54 +00:00
skodak
5fc9760399
MDL-16626 simplified editor selection, going to change it a bit more later
2008-09-23 15:19:21 +00:00
skodak
53b20fe35a
MDL-16637 removing obsoleted spellchecker support
2008-09-23 15:12:07 +00:00
skodak
293c2041ee
MDL-16628 editortogglebutton removed
2008-09-23 14:53:21 +00:00
skodak
7da51bfdc3
MDL-16627 removing obsoleted HTMLArea
2008-09-23 14:51:55 +00:00
skodak
9d7b40b95b
MDL-16629 removed legacy unfinished multiple editors code
2008-09-23 14:47:10 +00:00
skodak
f6ac3e0a3d
readding uploadlib for now
2008-09-23 14:45:58 +00:00
skodak
09af05ba19
MDL-16629 removed legacy unfinished multiple editors code
2008-09-23 14:34:58 +00:00
skodak
6bebbe4503
MDL-16627 removing obsoleted HTMLArea
2008-09-23 14:16:31 +00:00
tjhunt
bef45cd3fd
MDL-16630 - Change admintree JavaScript to move the code out of the page, and into a separate .js file
2008-09-23 09:59:18 +00:00
jamiesensei
8b92c1e3f6
MDL-16529 "Only include closed attempts in manual grade counts"
2008-09-23 09:52:55 +00:00
scyrma
4bbe9e9cd3
MDL-14739: Instructions files pointing to Moodle documentation wiki.
2008-09-23 06:16:35 +00:00
scyrma
070b42ffb6
MDL-14739: patch to use moodle strings in tinymce
2008-09-23 05:38:56 +00:00
tjhunt
3a4f0a34f5
MDL-13894 Impoved fix with less duplicated code, no notices displayed before you get to the 'New settings' screen, and named constants instead of magic numbers.
2008-09-23 05:18:42 +00:00
nicolasconnault
747f4a4ce6
MDL-16486 Flushing output buffer between each test, and fixed problem with update/delete of course_categories and context_temp
2008-09-23 05:11:35 +00:00
scyrma
c0d551f05f
MDL-14739: upgrade tinymce from 3.0.9 to 3.2.0.1. This fixes numerous bugs in TinyMCE. Also removed some cruft, removed in previous
...
versions of the editor.
2008-09-23 04:10:39 +00:00
scyrma
de9601889d
MDL-14741: removing standardmenu loading - doubles with contextmenu.
2008-09-23 04:02:12 +00:00
tjhunt
d583bff0fc
Update to use print_js_config.
2008-09-23 02:56:46 +00:00
skodak
adb7cbb438
MDL-16596 minor constructor improvements
2008-09-22 22:56:56 +00:00
jamiesensei
9db3992a65
MDL-16606 "userdate inserts a space in front of date when chopping off the leading 0 on day of the month produced by %d"
...
extra space was used in front of %d so that we can detect the difference between a leading 0 and something like 10, 20, or 30. The extra space was removed along with any leading 0 but not if there was no leading zero.
Now removing extra space even if there is no leading zero.
Now applying fix to conditional branch for when using a time offset from GMT instead of server time.
2008-09-22 10:32:28 +00:00
jamiesensei
3e95343a88
MDL-16606 "userdate inserts a space in front of date when chopping off the leading 0 on day of the month produced by %d"
...
extra space was used in front of %d so that we can detect the difference between a leading 0 and something like 10, 20, or 30. The extra space was removed along with any leading 0 but not if there was no leading zero.
Now removing extra space even if there is no leading zero.
2008-09-22 10:26:44 +00:00
nicolasconnault
2d5b05c878
MDL-16486 Implemented test DB upgrade, needs further testing
2008-09-22 08:54:33 +00:00
nicolasconnault
274e2947a2
MDL-16486 Only using one test $DB connection. Completed most of the implementation. Tests working well now.
2008-09-22 07:06:08 +00:00
dongsheng
70fa4b2963
"MDL-16554, strip slashes in email, checkin the patch"
2008-09-22 03:21:39 +00:00
skodak
a83ad94625
MDL-16596 support for total maxbytes per draft area - proper server-side validation still missing; some minor refactoring
2008-09-21 21:29:41 +00:00
skodak
45d0b8729c
MDL-16596 support for restricting of subdirectory browsing/upload - getter and setter methods
2008-09-21 20:48:05 +00:00
skodak
b5b188ce33
MDL-16596 support for restricting of subdirectory browsing/upload
2008-09-21 20:45:07 +00:00
skodak
4b6b5ce7d9
MDL-16596 adding missing get_parent_directory() method
2008-09-21 19:53:46 +00:00
skodak
8b1ed8bf8f
MDL-16596 adding missing get_pathnamehash() method
2008-09-21 15:54:48 +00:00
skodak
b933a13955
MDL-16596 reworked areafiles element
2008-09-21 15:37:07 +00:00
skodak
cd5be217db
MDL-16596 file listing methods now return arrays index with pathnamehash (useful when looking for existing files); create from stored file now supports directories too - very useful when moving files between areas
2008-09-21 10:35:39 +00:00
skodak
6ed19c7464
MDL-16596 adding missing get_pathnamehash() method
2008-09-21 10:33:58 +00:00
skodak
8546def3b6
MDL-16596 basic areafiles formslib element
2008-09-20 20:56:21 +00:00
nicolasconnault
5d1381c2c3
MDL-16486 Implemented the proxy DB class. Sort of working, but still some issues to sort out, like fix_course_sort_order, which updates a record NOT inserted by the unit test.
2008-09-19 14:28:22 +00:00
tjhunt
aa41944f23
Commit the print_js_config, so people can see it as the read http://moodle.org/mod/forum/discuss.php?d=106312
2008-09-19 13:37:33 +00:00
tjhunt
78b5eb25c8
New function to make it easy when you just want to call one JavaScript function, so you don't have to worry about constructing the script tag yourself. I did this in the context of MDL-12391, but I think it is generally userful.
2008-09-19 04:51:47 +00:00
dongsheng
17e31bb097
MDL-16384, first draft of alfresco plugin
...
TODO:
1) Create a SOAP wrapper
2) Implement searching
2008-09-19 04:49:38 +00:00
poltawski
d02b207a21
MDL-16572 - avi files were not detected as PORTFOLIO_FORMAT_VIDEO
2008-09-18 21:17:18 +00:00
nicolasconnault
cb352449ef
MDL-16486 Correctly overriding $DB at construct time.
2008-09-18 15:26:38 +00:00
nicolasconnault
00fed722d0
MDL-16486 Activated autopilot for test table install/upgrade
2008-09-18 14:32:43 +00:00
nicolasconnault
23b967c648
MDL-16486 Activated autopilot for test table install/upgrade
2008-09-18 13:43:27 +00:00
nicolasconnault
137a3498fe
MDL-13894 Fixing mistyped cfg var
2008-09-18 10:24:52 +00:00
tjhunt
1a41e80653
MDL-16564 upate javadocs.
2008-09-18 10:23:03 +00:00
nicolasconnault
90997d6d6d
MDL-16486 changed unittest_prefix to unittestprefix
2008-09-18 10:05:20 +00:00
mjollnir_
5f98870bf2
MDL-16526 - don't notify admins about misconfigured plugins, only plugin instances.
2008-09-18 09:57:08 +00:00
tjhunt
7fb0303d89
MDL-16564 Make admin settings work better with the cnfig_plugins table.
...
Also, take the opportunity to take the quiz-specific stuff out of adminlib.php, to make Petr happy.
2008-09-18 09:55:04 +00:00
scyrma
62ea712f60
MDL-13894: saving a better source IP, following what the admin wants. (merge from 1.9)
2008-09-18 08:18:58 +00:00