]> git.mjollnir.org Git - moodle.git/log
moodle.git
16 years agoMDL-16671 - Move openpopup out of javascript.php and in to javascript-static.js
tjhunt [Thu, 25 Sep 2008 03:14:24 +0000 (03:14 +0000)]
MDL-16671 - Move openpopup out of javascript.php and in to javascript-static.js

16 years agoMDL-16672 Output a standard set of config variables into JavaScript on every page.
tjhunt [Thu, 25 Sep 2008 03:11:33 +0000 (03:11 +0000)]
MDL-16672 Output a standard set of config variables into JavaScript on every page.

16 years agoMDL-12846: add course default settings page
jerome [Thu, 25 Sep 2008 02:31:26 +0000 (02:31 +0000)]
MDL-12846: add course default settings page

16 years agoMDL-14739: New file added in version 3.2.0.1, missing in initial update
scyrma [Thu, 25 Sep 2008 02:11:43 +0000 (02:11 +0000)]
MDL-14739: New file added in version 3.2.0.1, missing in initial update

16 years ago"MDL-14129, fix hardcoded print_error"
dongsheng [Thu, 25 Sep 2008 02:09:49 +0000 (02:09 +0000)]
"MDL-14129, fix hardcoded print_error"

16 years ago"MDL-14129, fix hardcoded print_error"
dongsheng [Thu, 25 Sep 2008 01:55:39 +0000 (01:55 +0000)]
"MDL-14129, fix hardcoded print_error"

16 years agoUpdated the HEAD build version to 20080925
moodlerobot [Thu, 25 Sep 2008 01:44:29 +0000 (01:44 +0000)]
Updated the HEAD build version to 20080925

16 years agoAutomatic installer.php lang files by installer_builder (20080925)
moodlerobot [Thu, 25 Sep 2008 01:25:37 +0000 (01:25 +0000)]
Automatic installer.php lang files by installer_builder (20080925)

16 years agoMDL-15233 add answers tolerance modificaions texts
pichetp [Thu, 25 Sep 2008 00:18:09 +0000 (00:18 +0000)]
MDL-15233 add answers tolerance modificaions texts

16 years agoMDL-7068 - SCORM 2004 compliance. Handle cmi.interactions hydration (scorm 1.2 to...
piers [Wed, 24 Sep 2008 23:12:09 +0000 (23:12 +0000)]
MDL-7068 - SCORM 2004 compliance.  Handle cmi.interactions hydration (scorm 1.2 to as well).

16 years agoMDL-15810 whitelist _blank target in htmlpurifier cleaning; merged from MOODLE_19_STABLE
skodak [Wed, 24 Sep 2008 21:39:47 +0000 (21:39 +0000)]
MDL-15810 whitelist _blank target in htmlpurifier cleaning; merged from MOODLE_19_STABLE

16 years agoMDL-16668 import htmlpurifier 3.1.1 to HEAD
skodak [Wed, 24 Sep 2008 21:32:10 +0000 (21:32 +0000)]
MDL-16668  import htmlpurifier 3.1.1 to HEAD

16 years agofixed typo
skodak [Wed, 24 Sep 2008 21:04:53 +0000 (21:04 +0000)]
fixed typo

16 years agoMDL-16666 removing all use_html_editor() instances
skodak [Wed, 24 Sep 2008 21:03:36 +0000 (21:03 +0000)]
MDL-16666 removing all use_html_editor() instances

16 years agoMDL-16598 Admin config setting to make enrolment key hint optional
skodak [Wed, 24 Sep 2008 18:47:40 +0000 (18:47 +0000)]
MDL-16598 Admin config setting to make enrolment key hint optional

16 years agoSubstring MSSQL function *requires* 3rd parameter - MDL-16655 ; merged from 19_STABLE
stronk7 [Wed, 24 Sep 2008 17:35:42 +0000 (17:35 +0000)]
Substring MSSQL function *requires* 3rd parameter - MDL-16655 ; merged from 19_STABLE

16 years agoMDL-16365 domain restrictions are now optional when changing email address; merged...
skodak [Wed, 24 Sep 2008 17:00:49 +0000 (17:00 +0000)]
MDL-16365 domain restrictions are now optional when changing email address; merged from MOODLE_19_STABLE

16 years agoMDL-16612 "Response report : Long group names need shortening"
jamiesensei [Wed, 24 Sep 2008 10:55:55 +0000 (10:55 +0000)]
MDL-16612 "Response report : Long group names need shortening"

16 years agoMDL-16632 "green highlighting should not be applied to grading method in quiz respons...
jamiesensei [Wed, 24 Sep 2008 10:45:05 +0000 (10:45 +0000)]
MDL-16632 "green highlighting should not be applied to grading method in quiz responses report form" Ooops. We do need highlighting on the reponses report. The responses page does have a grade displayed that needs highlighting. I was looking at an ungraded quiz. Need highlighting to highlight grade of graded attempt.

Reverted earlier patch and instead using a different colour for highlighting graded grade. Now using light yellow with a darker yellow border instead of green which is used in reports to highlight the correct answer.

16 years agoMDL-16610 "Warnings when a question has a grade of 0" not seeing this issue in HEAD...
jamiesensei [Wed, 24 Sep 2008 10:43:45 +0000 (10:43 +0000)]
MDL-16610 "Warnings when a question has a grade of 0" not seeing this issue in HEAD but committing some code to make code for generating html for response cell more robust.

16 years agoMDL-16653 "Adding colour highlighting of correct / incorrect / partially correct...
jamiesensei [Wed, 24 Sep 2008 10:22:57 +0000 (10:22 +0000)]
MDL-16653 "Adding colour highlighting of correct / incorrect / partially correct answers and tick / cross marks to overview report"

16 years agoMDL-16583 - Clean up javascript: Move some static scripts out of javascript.php and...
tjhunt [Wed, 24 Sep 2008 09:32:46 +0000 (09:32 +0000)]
MDL-16583 - Clean up javascript: Move some static scripts out of javascript.php and into javascript-static.js. Also, ensure the HTML editor JS is only included if the user has chosen to use the HTML editor.

16 years agoMDL-16632 "green highlighting should not be applied to grading method in quiz respons...
jamiesensei [Wed, 24 Sep 2008 09:10:43 +0000 (09:10 +0000)]
MDL-16632 "green highlighting should not be applied to grading method in quiz responses report form" Ooops. We do need highlighting on the reponses report. The responses page does have a grade displayed that needs highlighting. I was looking at an ungraded quiz. Need highlighting to highlight grade of graded attempt.

Reverted earlier patch and instead using a different colour for highlighting graded grade. Now using light yellow with a darker yellow border instead of green which is used in reports to highlight the correct answer.

16 years agoMDL-16632 "green highlighting should not be applied to grading method in quiz respons...
jamiesensei [Wed, 24 Sep 2008 08:55:46 +0000 (08:55 +0000)]
MDL-16632 "green highlighting should not be applied to grading method in quiz responses report form" Ooops. We do need highlighting on the reponses report. The responses page does have a grade displayed that needs highlighting. I was looking at an ungraded quiz. Need highlighting to highlight grade of graded attempt.

Reverted earlier patch and instead using a different colour for highlighting graded grade. Now using light yellow with a darker yellow border instead of green which is used in reports to highlight the correct answer.

16 years agoMDL-14489: Make the tag cloud "more extended" in size with small dataset (credits...
scyrma [Wed, 24 Sep 2008 08:07:15 +0000 (08:07 +0000)]
MDL-14489: Make the tag cloud "more extended" in size with small dataset (credits to Matt Gibson) (merge from 1.9)

16 years agoMDL-16599 - tidy up error message to be make more sense to the user.
danmarsden [Wed, 24 Sep 2008 07:01:32 +0000 (07:01 +0000)]
MDL-16599 - tidy up error message to be make more sense to the user.

16 years ago"MDL-15488, modify declaration of function to use pass-by-reference"
dongsheng [Wed, 24 Sep 2008 06:25:22 +0000 (06:25 +0000)]
"MDL-15488, modify declaration of function to use pass-by-reference"

16 years agoMDL-16649 Call to wrong function, should be __construct I think.
moodler [Wed, 24 Sep 2008 06:24:18 +0000 (06:24 +0000)]
MDL-16649  Call to wrong function, should be __construct I think.

16 years ago"MDL-15488, modify declaration of function to use pass-by-reference"
dongsheng [Wed, 24 Sep 2008 06:22:21 +0000 (06:22 +0000)]
"MDL-15488, modify declaration of function to use pass-by-reference"

16 years ago"MDL-16384, enable management url"
dongsheng [Wed, 24 Sep 2008 05:18:18 +0000 (05:18 +0000)]
"MDL-16384, enable management url"

16 years ago"MDL-16648, UTF-8 lang file for phpmailer"
dongsheng [Wed, 24 Sep 2008 02:39:44 +0000 (02:39 +0000)]
"MDL-16648, UTF-8 lang file for phpmailer"

16 years agoUpdated the HEAD build version to 20080924
moodlerobot [Wed, 24 Sep 2008 01:48:44 +0000 (01:48 +0000)]
Updated the HEAD build version to 20080924

16 years agoAutomatic installer.php lang files by installer_builder (20080924)
moodlerobot [Wed, 24 Sep 2008 01:28:19 +0000 (01:28 +0000)]
Automatic installer.php lang files by installer_builder (20080924)

16 years ago"MDL-16440, enable curl class to use proxy by defalut"
dongsheng [Wed, 24 Sep 2008 01:26:15 +0000 (01:26 +0000)]
"MDL-16440, enable curl class to use proxy by defalut"

16 years agoMDL-14679 fixed some more addslashes()
skodak [Tue, 23 Sep 2008 21:22:04 +0000 (21:22 +0000)]
MDL-14679 fixed some more addslashes()

16 years agoMDL-16644 removing stripslahses() and friends
skodak [Tue, 23 Sep 2008 21:15:41 +0000 (21:15 +0000)]
MDL-16644 removing stripslahses() and friends

16 years agoMDL-16644 removing stripslahses()
skodak [Tue, 23 Sep 2008 21:15:16 +0000 (21:15 +0000)]
MDL-16644 removing stripslahses()
MDL-16645 proper form value quoting

16 years agoMDL-16644 removing striplsahses() and friends
skodak [Tue, 23 Sep 2008 21:09:46 +0000 (21:09 +0000)]
MDL-16644 removing striplsahses() and friends

16 years agoMDL-16554 no striplashes in HEAD anymore
skodak [Tue, 23 Sep 2008 20:51:47 +0000 (20:51 +0000)]
MDL-16554 no striplashes in HEAD anymore

16 years agoMDL-16629 removed legacy unfinished multiple editors code
skodak [Tue, 23 Sep 2008 20:31:37 +0000 (20:31 +0000)]
MDL-16629 removed legacy unfinished multiple editors code

16 years agoMDL-16629 removing unfinished multiple editors code
skodak [Tue, 23 Sep 2008 20:28:50 +0000 (20:28 +0000)]
MDL-16629 removing unfinished multiple editors code

16 years agoMDL-16627 removing obsoleted HTMLArea
skodak [Tue, 23 Sep 2008 20:27:37 +0000 (20:27 +0000)]
MDL-16627 removing obsoleted HTMLArea

16 years agoMDL-16642 tinymce library import must be primarily maintained in cvs, not wiki
skodak [Tue, 23 Sep 2008 19:03:54 +0000 (19:03 +0000)]
MDL-16642 tinymce library import must be primarily maintained in cvs, not wiki

16 years agoMDL-16626 simplified editor selection, going to change it a bit more later
skodak [Tue, 23 Sep 2008 15:19:21 +0000 (15:19 +0000)]
MDL-16626 simplified editor selection, going to change it a bit more later

16 years agoMDL-16637 removing obsoleted spellchecker support
skodak [Tue, 23 Sep 2008 15:12:07 +0000 (15:12 +0000)]
MDL-16637 removing obsoleted spellchecker support

16 years agoMDL-15233 improve interface handling of various functions in datasetitems_form.php
pichetp [Tue, 23 Sep 2008 15:01:36 +0000 (15:01 +0000)]
MDL-15233 improve interface handling of various functions in datasetitems_form.php

16 years agoMDL-16628 editortogglebutton removed
skodak [Tue, 23 Sep 2008 14:53:21 +0000 (14:53 +0000)]
MDL-16628 editortogglebutton removed

16 years agoMDL-16627 removing obsoleted HTMLArea
skodak [Tue, 23 Sep 2008 14:51:55 +0000 (14:51 +0000)]
MDL-16627 removing obsoleted HTMLArea

16 years agoMDL-16636 removing print_header() emulation hack
skodak [Tue, 23 Sep 2008 14:49:19 +0000 (14:49 +0000)]
MDL-16636 removing print_header() emulation hack

16 years agoMDL-16629 removed legacy unfinished multiple editors code
skodak [Tue, 23 Sep 2008 14:47:10 +0000 (14:47 +0000)]
MDL-16629 removed legacy unfinished multiple editors code

16 years agoreadding uploadlib for now
skodak [Tue, 23 Sep 2008 14:45:58 +0000 (14:45 +0000)]
readding uploadlib for now

16 years agoMDL-16629 removed legacy unfinished multiple editors code
skodak [Tue, 23 Sep 2008 14:34:58 +0000 (14:34 +0000)]
MDL-16629 removed legacy unfinished multiple editors code

16 years agoMDL-16627 removing obsoleted HTMLArea
skodak [Tue, 23 Sep 2008 14:16:31 +0000 (14:16 +0000)]
MDL-16627 removing obsoleted HTMLArea

16 years agoMDL-16632 "green highlighting should not be applied to grading method in quiz respons...
jamiesensei [Tue, 23 Sep 2008 10:39:12 +0000 (10:39 +0000)]
MDL-16632 "green highlighting should not be applied to grading method in quiz responses report form"

16 years agoMDL-16532 "Can width of column for Essay questions be varied?" Concatenate the answer...
jamiesensei [Tue, 23 Sep 2008 10:21:32 +0000 (10:21 +0000)]
MDL-16532 "Can width of column for Essay questions be varied?" Concatenate the answers displayed in all responses in responses report for answers above a certain character count (now set to 150). Also added a link to all responses to display a review of the question response. Both the concatenation and links are only showed in the report on the Moodle site and effects are not exported.

16 years agoMDL-16630 - Change admintree JavaScript to move the code out of the page, and into...
tjhunt [Tue, 23 Sep 2008 09:59:18 +0000 (09:59 +0000)]
MDL-16630 - Change admintree JavaScript to move the code out of the page, and into a separate .js file

16 years agoMDL-16529 "Only include closed attempts in manual grade counts"
jamiesensei [Tue, 23 Sep 2008 09:52:55 +0000 (09:52 +0000)]
MDL-16529 "Only include closed attempts in manual grade counts"

16 years agoMDL-12297: improvement for fix "assignment view submission" link into "Profil/Activty...
jerome [Tue, 23 Sep 2008 07:47:43 +0000 (07:47 +0000)]
MDL-12297: improvement for fix "assignment view submission" link into "Profil/Activty Report/all logs, merged from 19

16 years agoMDL-12297: fix "assignment view submission" link into "Profil/Activty Report/all...
jerome [Tue, 23 Sep 2008 07:28:35 +0000 (07:28 +0000)]
MDL-12297: fix "assignment view submission" link into "Profil/Activty Report/all logs, merged from 19

16 years agoMDL-16625 Detection of whether a quiz has grades was broken in HEAD.
tjhunt [Tue, 23 Sep 2008 07:18:15 +0000 (07:18 +0000)]
MDL-16625 Detection of whether a quiz has grades was broken in HEAD.
1. Fix this by factoring out a quiz_has_grades function.
2. Fix the quiz unit tests.
3. Fix quiz_has_feedback to return false for ungraded quizzes.
4. Fix use of get_records to do record_exists in quiz reports.

16 years agoMDL-16583 - Clean up some fo the places we link to javascript files, to use require_js
tjhunt [Tue, 23 Sep 2008 07:00:59 +0000 (07:00 +0000)]
MDL-16583 - Clean up some fo the places we link to javascript files, to use require_js

16 years agoMDL-16486 Improved interface, added permission warning and other minor fixes
nicolasconnault [Tue, 23 Sep 2008 06:42:18 +0000 (06:42 +0000)]
MDL-16486 Improved interface, added permission warning and other minor fixes

16 years agoMDL-14739: Instructions files pointing to Moodle documentation wiki.
scyrma [Tue, 23 Sep 2008 06:16:35 +0000 (06:16 +0000)]
MDL-14739: Instructions files pointing to Moodle documentation wiki.

16 years agoMDL-14739: patch to use moodle strings in tinymce
scyrma [Tue, 23 Sep 2008 05:38:56 +0000 (05:38 +0000)]
MDL-14739: patch to use moodle strings in tinymce

16 years agoMDL-13894 Impoved fix with less duplicated code, no notices displayed before you...
tjhunt [Tue, 23 Sep 2008 05:18:42 +0000 (05:18 +0000)]
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.

16 years agoMDL-16486 Flushing output buffer between each test, and fixed problem with update...
nicolasconnault [Tue, 23 Sep 2008 05:11:35 +0000 (05:11 +0000)]
MDL-16486 Flushing output buffer between each test, and fixed problem with update/delete of course_categories and context_temp

16 years agoMDL-14739: upgrade tinymce from 3.0.9 to 3.2.0.1. This fixes numerous bugs in TinyMCE...
scyrma [Tue, 23 Sep 2008 04:10:39 +0000 (04:10 +0000)]
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.

16 years agoMDL-14741: removing standardmenu loading - doubles with contextmenu.
scyrma [Tue, 23 Sep 2008 04:02:12 +0000 (04:02 +0000)]
MDL-14741: removing standardmenu loading - doubles with contextmenu.

16 years agoMDL-15402 Fixed up the user personal repositories page so it fits in with user profi...
moodler [Tue, 23 Sep 2008 03:27:46 +0000 (03:27 +0000)]
MDL-15402  Fixed up the user personal repositories page so it fits in with user profile better (tabs, heading location etc)

16 years agoMDL-16267 Tweaking styles for layout of message editing
moodler [Tue, 23 Sep 2008 03:16:53 +0000 (03:16 +0000)]
MDL-16267 Tweaking styles for layout of message editing

16 years agoMDL-16267 Removed another table and added "th" for better readability. Removed...
moodler [Tue, 23 Sep 2008 03:15:02 +0000 (03:15 +0000)]
MDL-16267   Removed another table and added "th" for better readability.  Removed hardcoded styles

16 years agoMDL-10107 Fixing more strings
moodler [Tue, 23 Sep 2008 03:09:01 +0000 (03:09 +0000)]
MDL-10107  Fixing more strings

16 years agoMDL-16267 and MDL-10107
moodler [Tue, 23 Sep 2008 03:05:44 +0000 (03:05 +0000)]
MDL-16267 and MDL-10107

I did some further work tidying up the form.  I also just treat the popup like another plugin and moved all the config into the plugin.
This still needs help buttons everywhere now!

16 years agoUpdate to use print_js_config.
tjhunt [Tue, 23 Sep 2008 02:56:46 +0000 (02:56 +0000)]
Update to use print_js_config.

16 years agoMDL-15488, improve popup logging screen
dongsheng [Tue, 23 Sep 2008 02:49:50 +0000 (02:49 +0000)]
MDL-15488, improve popup logging screen

16 years agoMDL-10107 Some new text for Messaging interface and some tips for Luis to continue...
moodler [Tue, 23 Sep 2008 02:27:57 +0000 (02:27 +0000)]
MDL-10107 Some new text for Messaging interface and some tips for Luis to continue with

16 years agoUpdated the HEAD build version to 20080923
moodlerobot [Tue, 23 Sep 2008 01:45:56 +0000 (01:45 +0000)]
Updated the HEAD build version to 20080923

16 years agoMDL-16384
dongsheng [Tue, 23 Sep 2008 01:19:27 +0000 (01:19 +0000)]
MDL-16384
1) enable searching
2) catch session exception
3) fix bug of downloading

16 years agoMDL-16596 minor constructor improvements
skodak [Mon, 22 Sep 2008 22:56:56 +0000 (22:56 +0000)]
MDL-16596 minor constructor improvements

16 years agoMDL-15233 add answers tolerance modificaions in datasetitems_form.php
pichetp [Mon, 22 Sep 2008 20:54:13 +0000 (20:54 +0000)]
MDL-15233 add answers tolerance modificaions in datasetitems_form.php

16 years agoMDL-15680 Began implementing a simple YUI treeview of the grade items in their catego...
nicolasconnault [Mon, 22 Sep 2008 15:51:27 +0000 (15:51 +0000)]
MDL-15680 Began implementing a simple YUI treeview of the grade items in their categories. Will tweak this to become a form with weights in input fields, and possible drag and drop also

16 years agoMDL-16606 "userdate inserts a space in front of date when chopping off the leading...
jamiesensei [Mon, 22 Sep 2008 10:32:28 +0000 (10:32 +0000)]
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.

16 years agoMDL-16606 "userdate inserts a space in front of date when chopping off the leading...
jamiesensei [Mon, 22 Sep 2008 10:26:44 +0000 (10:26 +0000)]
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.

16 years agoMDL-16527 "responses report : use question_get_feedback_class and question_get_feedba...
jamiesensei [Mon, 22 Sep 2008 09:20:13 +0000 (09:20 +0000)]
MDL-16527 "responses report : use question_get_feedback_class and question_get_feedback_image from questionlib.php instead of custom styles" should not style response or add feedback image if the response is not yet graded.

16 years agoMDL-16602: always display teachers (merge from 1.9)
scyrma [Mon, 22 Sep 2008 09:09:11 +0000 (09:09 +0000)]
MDL-16602: always display teachers (merge from 1.9)

16 years agoMDL-16486 Implemented test DB upgrade, needs further testing
nicolasconnault [Mon, 22 Sep 2008 08:54:33 +0000 (08:54 +0000)]
MDL-16486 Implemented test DB upgrade, needs further testing

16 years agoMDL-16486 Only using one test $DB connection. Completed most of the implementation...
nicolasconnault [Mon, 22 Sep 2008 07:06:08 +0000 (07:06 +0000)]
MDL-16486 Only using one test $DB connection. Completed most of the implementation. Tests working well now.

16 years ago"MDL-15488, fix preview URL"
dongsheng [Mon, 22 Sep 2008 06:32:52 +0000 (06:32 +0000)]
"MDL-15488, fix preview URL"

16 years ago"MDL-13766, press enter to do global searching"
dongsheng [Mon, 22 Sep 2008 04:37:04 +0000 (04:37 +0000)]
"MDL-13766, press enter to do global searching"

16 years ago"MDL-16554, strip slashes in email, checkin the patch"
dongsheng [Mon, 22 Sep 2008 03:21:39 +0000 (03:21 +0000)]
"MDL-16554, strip slashes in email, checkin the patch"

16 years agoUpdated the HEAD build version to 20080922
moodlerobot [Mon, 22 Sep 2008 01:37:04 +0000 (01:37 +0000)]
Updated the HEAD build version to 20080922

16 years ago"MDL-15488, fix problem when user use flickr account from form"
dongsheng [Mon, 22 Sep 2008 01:30:14 +0000 (01:30 +0000)]
"MDL-15488, fix problem when user use flickr account from form"

16 years agoAutomatic installer.php lang files by installer_builder (20080922)
moodlerobot [Mon, 22 Sep 2008 01:18:16 +0000 (01:18 +0000)]
Automatic installer.php lang files by installer_builder (20080922)

16 years agoMDL-15488, move search_result flag to ws.php
dongsheng [Mon, 22 Sep 2008 01:10:52 +0000 (01:10 +0000)]
MDL-15488, move search_result flag to ws.php

16 years agoMDL-16596 fixed comment
skodak [Sun, 21 Sep 2008 21:30:26 +0000 (21:30 +0000)]
MDL-16596 fixed comment

16 years agoMDL-16596 support for total maxbytes per draft area - proper server-side validation...
skodak [Sun, 21 Sep 2008 21:29:41 +0000 (21:29 +0000)]
MDL-16596 support for total maxbytes per draft area - proper server-side validation still missing; some minor refactoring

16 years agoMDL-16596 support for restricting of subdirectory browsing/upload - getter and setter...
skodak [Sun, 21 Sep 2008 20:48:05 +0000 (20:48 +0000)]
MDL-16596 support for restricting of subdirectory browsing/upload - getter and setter methods

16 years agoMDL-16596 support for restricting of subdirectory browsing/upload
skodak [Sun, 21 Sep 2008 20:45:07 +0000 (20:45 +0000)]
MDL-16596 support for restricting of subdirectory browsing/upload

16 years agoMDL-16596 improved and simplified draftarea browsing
skodak [Sun, 21 Sep 2008 19:54:40 +0000 (19:54 +0000)]
MDL-16596 improved and simplified draftarea browsing

16 years agoMDL-16596 adding missing get_parent_directory() method
skodak [Sun, 21 Sep 2008 19:53:46 +0000 (19:53 +0000)]
MDL-16596 adding missing get_parent_directory() method