]> git.mjollnir.org Git - moodle.git/log
moodle.git
16 years agoMDL-16414 - make the download plugin just redirect to the file url
mjollnir_ [Wed, 10 Sep 2008 13:07:16 +0000 (13:07 +0000)]
MDL-16414 - make the download plugin just redirect to the file url

16 years agoMDL-14591 - add get_base_file_url for pull portfolio plugins to use
mjollnir_ [Wed, 10 Sep 2008 12:49:14 +0000 (12:49 +0000)]
MDL-14591 - add get_base_file_url for pull portfolio plugins to use

16 years agoMDL-16406 - trying to mitigate box.net problems slightly.
mjollnir_ [Wed, 10 Sep 2008 12:04:30 +0000 (12:04 +0000)]
MDL-16406 - trying to mitigate box.net problems slightly.

16 years agofix typo in boxlib library (renamefile)
mjollnir_ [Wed, 10 Sep 2008 11:52:29 +0000 (11:52 +0000)]
fix typo in boxlib library (renamefile)

16 years agoMDL-15760 - removing out of date comment in boxnet portfolio plugin
mjollnir_ [Wed, 10 Sep 2008 11:03:25 +0000 (11:03 +0000)]
MDL-15760 - removing out of date comment in boxnet portfolio plugin

16 years agoMDL-16411 Oops, I had the logic backwards.
tjhunt [Wed, 10 Sep 2008 10:30:43 +0000 (10:30 +0000)]
MDL-16411 Oops, I had the logic backwards.

16 years agoMDL-16411 Move all plugintype_pluginname_version values from config to config_plugins
tjhunt [Wed, 10 Sep 2008 10:15:05 +0000 (10:15 +0000)]
MDL-16411 Move all plugintype_pluginname_version values from config to config_plugins

16 years agoMDL-16423 - upload assignment types get mime detection (and fixed earlier related...
mjollnir_ [Wed, 10 Sep 2008 09:38:04 +0000 (09:38 +0000)]
MDL-16423 - upload assignment types get mime detection (and fixed earlier related regression)

16 years agoMDL-15833 - added some commented out hints for upload resource (not implemented yet)
mjollnir_ [Wed, 10 Sep 2008 09:36:42 +0000 (09:36 +0000)]
MDL-15833 - added some commented out hints for upload resource (not implemented yet)

16 years ago"MDL-13766, add path to node"
dongsheng [Wed, 10 Sep 2008 07:42:41 +0000 (07:42 +0000)]
"MDL-13766, add path to node"

16 years agoMDL-13766
dongsheng [Wed, 10 Sep 2008 07:11:47 +0000 (07:11 +0000)]
MDL-13766
1. change css className
2. add comments

16 years agoMissing global $DB; causing fatal error.
tjhunt [Wed, 10 Sep 2008 06:21:27 +0000 (06:21 +0000)]
Missing global $DB; causing fatal error.

16 years agoMDL-16409 - Finish the report.
tjhunt [Wed, 10 Sep 2008 05:34:09 +0000 (05:34 +0000)]
MDL-16409 - Finish the report.

16 years agoRefactor getting question bank capabilties in mod/quiz/lib.php - don't hard code...
tjhunt [Wed, 10 Sep 2008 05:28:25 +0000 (05:28 +0000)]
Refactor getting question bank capabilties in mod/quiz/lib.php - don't hard code them.

Also, functions for getting a URL for editing questions in a particular context, ready for MDL-16409.

16 years agoWhitespace fix.
tjhunt [Wed, 10 Sep 2008 05:26:35 +0000 (05:26 +0000)]
Whitespace fix.

16 years ago"MDL-13766, remove debug code"
dongsheng [Wed, 10 Sep 2008 05:20:08 +0000 (05:20 +0000)]
"MDL-13766, remove debug code"

16 years agoMDL-15351: correcting context and list all available files
scyrma [Wed, 10 Sep 2008 04:21:43 +0000 (04:21 +0000)]
MDL-15351: correcting context and list all available files

16 years agoMDL-15402: display title attribut for show/hide image in the repository administration
jerome [Wed, 10 Sep 2008 04:12:42 +0000 (04:12 +0000)]
MDL-15402: display title attribut for show/hide image in the repository administration

16 years agoMDL-15402: now Moodle display course/user repositories only if the user can edit...
jerome [Wed, 10 Sep 2008 03:44:08 +0000 (03:44 +0000)]
MDL-15402: now Moodle display course/user repositories only if the user can edit/create at least one instance

16 years agoMDL-16378 Changes to lang strings,
peterbulmer [Wed, 10 Sep 2008 03:25:28 +0000 (03:25 +0000)]
MDL-16378 Changes to lang strings,
remoteappuser should be output as somthing like 'Remote Moodle User' or
'Remote Mahara User' or 'Remote <application name goes here> User'

16 years agoMDL-16403
dongsheng [Wed, 10 Sep 2008 03:10:42 +0000 (03:10 +0000)]
MDL-16403
1. move boxnet lib to moodle lib folder
2. fix a notice

16 years agoMDL-16429 Notice when previewing questions since MDL-16263 was implemented.
tjhunt [Wed, 10 Sep 2008 02:58:52 +0000 (02:58 +0000)]
MDL-16429 Notice when previewing questions since MDL-16263 was implemented.

16 years ago"MDL-13766, load yui lib one time, TODO: load file picker code one time"
dongsheng [Wed, 10 Sep 2008 02:49:53 +0000 (02:49 +0000)]
"MDL-13766, load yui lib one time, TODO: load file picker code one time"

16 years agoMDL-16263 - followup - I forgot to commit these images before.
tjhunt [Wed, 10 Sep 2008 02:45:36 +0000 (02:45 +0000)]
MDL-16263 - followup - I forgot to commit these images before.

16 years agoMDL-7010 - followup - quiz config settings were referred to in two places in the...
tjhunt [Wed, 10 Sep 2008 02:44:21 +0000 (02:44 +0000)]
MDL-7010 - followup - quiz config settings were referred to in two places in the question bank. Since these settings are now in config_plugins, the references need to be update. (Of course, perhaps these should not be referred to at all ...)

16 years ago"MDL-13766, fix event register bug"
dongsheng [Wed, 10 Sep 2008 01:57:18 +0000 (01:57 +0000)]
"MDL-13766, fix event register bug"

16 years agoUpdated the HEAD build version to 20080910
moodlerobot [Wed, 10 Sep 2008 01:52:21 +0000 (01:52 +0000)]
Updated the HEAD build version to 20080910

16 years agoMDL-15758: fixing regressions i introduced in lib.php v 1.359
mjollnir_ [Tue, 9 Sep 2008 21:06:19 +0000 (21:06 +0000)]
MDL-15758: fixing regressions i introduced in lib.php v 1.359

16 years agoMDL-15760 improvements to create folder handling in box.net portfolio plugin
mjollnir_ [Tue, 9 Sep 2008 21:03:37 +0000 (21:03 +0000)]
MDL-15760 improvements to create folder handling in box.net portfolio plugin

16 years agoMDL-15350 - make boxnet client implement sane defaults for createfolder as well as...
mjollnir_ [Tue, 9 Sep 2008 20:57:46 +0000 (20:57 +0000)]
MDL-15350 - make boxnet client implement sane defaults for createfolder as well as upload file

16 years agoMDL-16403A - save state in portfolio before redirecting to steal control url.
mjollnir_ [Tue, 9 Sep 2008 14:08:59 +0000 (14:08 +0000)]
MDL-16403A - save state in portfolio before redirecting to steal control url.

16 years agoMDL-15666 chat module caller tests and generation
nicolasconnault [Tue, 9 Sep 2008 14:04:29 +0000 (14:04 +0000)]
MDL-15666 chat module caller tests and generation

16 years agoMDL-16405 - throw the right exception during admin operations to avoid unnecessary...
mjollnir_ [Tue, 9 Sep 2008 13:44:16 +0000 (13:44 +0000)]
MDL-16405 - throw the right exception during admin operations to avoid unnecessary debugging notice.

16 years agoMDL-16341 - flickr plugin should allow only one instance to be configured
mjollnir_ [Tue, 9 Sep 2008 13:32:48 +0000 (13:32 +0000)]
MDL-16341 - flickr plugin should allow only one instance to be configured

16 years agoMDL-15666 adding data mod tables to list of tables to clean up
nicolasconnault [Tue, 9 Sep 2008 13:01:23 +0000 (13:01 +0000)]
MDL-15666 adding data mod tables to list of tables to clean up

16 years agoMDL-15666 database module caller unit test working (get_sha1 only)
nicolasconnault [Tue, 9 Sep 2008 12:49:32 +0000 (12:49 +0000)]
MDL-15666 database module caller unit test working (get_sha1 only)

16 years agoMDL-16391 - forum posts with no attachments get to be PORTFOLIO_FORMAT_HTML
mjollnir_ [Tue, 9 Sep 2008 11:25:45 +0000 (11:25 +0000)]
MDL-16391 - forum posts with no attachments get to be PORTFOLIO_FORMAT_HTML

16 years agoMDL-16391 - plain text resources are now PORTFOLIO_FORMAT_TEXT.
mjollnir_ [Tue, 9 Sep 2008 11:01:29 +0000 (11:01 +0000)]
MDL-16391 - plain text resources are now PORTFOLIO_FORMAT_TEXT.

16 years agoMDL-15666 Fixed some fatal errors in database generation
nicolasconnault [Tue, 9 Sep 2008 10:17:48 +0000 (10:17 +0000)]
MDL-15666 Fixed some fatal errors in database generation

16 years agoMDL-16409 Make a new admin report to list all questions of a particular type, by...
tjhunt [Tue, 9 Sep 2008 10:16:17 +0000 (10:16 +0000)]
MDL-16409 Make a new admin report to list all questions of a particular type, by context

Partially done. This has the settings form, and queries the database for the right data, but does not format it correctly yet.

16 years agoMDL-16390 - detect duplicates when copying files to portfolio export area and handle...
mjollnir_ [Tue, 9 Sep 2008 09:56:56 +0000 (09:56 +0000)]
MDL-16390 - detect duplicates when copying files to portfolio export area and handle it nicer
this will mean that there will only be one file, and the filename will be set to whatever the first one was, but it's better than getting the error.

16 years agoMDL-16348 - followup - prevent debug output when logged in as a non-admin. Thanks...
tjhunt [Tue, 9 Sep 2008 09:35:54 +0000 (09:35 +0000)]
MDL-16348 - followup - prevent debug output when logged in as a non-admin. Thanks to Mat for ponting this out.

16 years agoMDL-15833 - make the portfolio callers use the helper functions to detect expected...
mjollnir_ [Tue, 9 Sep 2008 09:32:16 +0000 (09:32 +0000)]
MDL-15833 - make the portfolio callers use the helper functions to detect expected time.

16 years agoReplaced the loading image that had an english word in it with something language...
moodler [Tue, 9 Sep 2008 09:23:09 +0000 (09:23 +0000)]
Replaced the loading image that had an english word in it with something language neutral

16 years agoMDL-15666 Added database and forum caller unit tests
nicolasconnault [Tue, 9 Sep 2008 09:17:49 +0000 (09:17 +0000)]
MDL-15666 Added database and forum caller unit tests

16 years agoMDL-16343 - followup - HTML Strict!
tjhunt [Tue, 9 Sep 2008 09:11:57 +0000 (09:11 +0000)]
MDL-16343 - followup - HTML Strict!

16 years agoMDL-15768 - fixing missing cap check in export whole forum discussion
mjollnir_ [Tue, 9 Sep 2008 09:10:11 +0000 (09:10 +0000)]
MDL-15768 - fixing missing cap check in export whole forum discussion

16 years agoMDL-15405: missing check
scyrma [Tue, 9 Sep 2008 09:08:43 +0000 (09:08 +0000)]
MDL-15405: missing check

16 years agoMDL-13766
dongsheng [Tue, 9 Sep 2008 09:04:32 +0000 (09:04 +0000)]
MDL-13766
1. redesign file picker UI
2. fix a bug of popup window
3. reduce number of pics per page (flickr plugin)

16 years agoMDL-15362 - localised mnet server fault strings and added size to send_content_ready
mjollnir_ [Tue, 9 Sep 2008 09:01:31 +0000 (09:01 +0000)]
MDL-15362 - localised mnet server fault strings and added size to send_content_ready
so mahara can check user quotas earlier in the transfer

16 years agoMDL-15833 - lang strings for admin settings for expected time thresholds
mjollnir_ [Tue, 9 Sep 2008 08:59:27 +0000 (08:59 +0000)]
MDL-15833 - lang strings for admin settings for expected time thresholds

16 years agoMDL-15833 - provide helper functions to determine expected time, and allow admins...
mjollnir_ [Tue, 9 Sep 2008 08:57:51 +0000 (08:57 +0000)]
MDL-15833 - provide helper functions to determine expected time, and allow admins to set thresholds.

16 years agoMDL-16408 Improve counting of questions of a missing type.
tjhunt [Tue, 9 Sep 2008 08:57:13 +0000 (08:57 +0000)]
MDL-16408 Improve counting of questions of a missing type.

16 years agoMDL-15351: fixing the path arguments, and a bit of white space drama cleanup.
scyrma [Tue, 9 Sep 2008 08:50:10 +0000 (08:50 +0000)]
MDL-15351: fixing the path arguments, and a bit of white space drama cleanup.

16 years agoMDL-16413 admin/report/question no longer needed in head since we no longer support...
tjhunt [Tue, 9 Sep 2008 08:47:49 +0000 (08:47 +0000)]
MDL-16413 admin/report/question no longer needed in head since we no longer support upgrades from before 1.9

16 years agoMDL-6751 Admin page for question types. This does the bulk of the work:
tjhunt [Tue, 9 Sep 2008 08:43:40 +0000 (08:43 +0000)]
MDL-6751 Admin page for question types. This does the bulk of the work:

MDL-16407 Add to admin/settings/plugins.php to link to the new manage page, and pull in any qtype settings pages
MDL-16408 Write the manage question types page, to display the table of installed types

16 years agoWhitespace and comment improvements.
tjhunt [Tue, 9 Sep 2008 08:35:38 +0000 (08:35 +0000)]
Whitespace and comment improvements.

16 years agoMDL-16343 - followup - remove one unused line of code.
tjhunt [Tue, 9 Sep 2008 08:31:41 +0000 (08:31 +0000)]
MDL-16343 - followup - remove one unused line of code.

16 years agoMDL-14637 Allow modules to have a settingstree.php when they want to do something...
tjhunt [Tue, 9 Sep 2008 08:30:54 +0000 (08:30 +0000)]
MDL-14637 Allow modules to have a settingstree.php when they want to do something more complex that just settings.php - needs to be supported in modules.php too.

Also remove support for the old config.php here, since it has been removed everywhere else too.

16 years agoMDL-16088 scorm new file api conversion
skodak [Tue, 9 Sep 2008 08:30:00 +0000 (08:30 +0000)]
MDL-16088 scorm new file api conversion

16 years agomoodle_database conversion error.
tjhunt [Tue, 9 Sep 2008 07:00:16 +0000 (07:00 +0000)]
moodle_database conversion error.

16 years agoMDL-16319: set a css sheet for the content of the editor - fixing the issue
scyrma [Tue, 9 Sep 2008 05:29:07 +0000 (05:29 +0000)]
MDL-16319: set a css sheet for the content of the editor - fixing the issue
with the default font size. This commit also reactivates the media plugin.

16 years agoUpdated a config string to make it more explanatory
moodler [Tue, 9 Sep 2008 04:14:06 +0000 (04:14 +0000)]
Updated a config string to make it more explanatory

16 years agoMDL-13766
dongsheng [Tue, 9 Sep 2008 03:25:03 +0000 (03:25 +0000)]
MDL-13766
popup authentication support (draft)

16 years agoXHTML Strict!
tjhunt [Tue, 9 Sep 2008 02:48:54 +0000 (02:48 +0000)]
XHTML Strict!

16 years agoMDL-14679: regression caused by a missing '>'.
scyrma [Tue, 9 Sep 2008 02:23:47 +0000 (02:23 +0000)]
MDL-14679: regression caused by a missing '>'.

16 years agoMDL-7308 - followup - fix notices. Thanks to Pierre Pichet for the fix.
tjhunt [Tue, 9 Sep 2008 02:03:28 +0000 (02:03 +0000)]
MDL-7308 - followup - fix notices. Thanks to Pierre Pichet for the fix.

16 years agoMDL-16398 Remove the unused and unnecessary set_default_options method from the quest...
tjhunt [Tue, 9 Sep 2008 01:50:30 +0000 (01:50 +0000)]
MDL-16398 Remove the unused and unnecessary set_default_options method from the question type API

16 years agoUpdated the HEAD build version to 20080909
moodlerobot [Tue, 9 Sep 2008 01:47:24 +0000 (01:47 +0000)]
Updated the HEAD build version to 20080909

16 years agoMDL-16394 user profile browsing and serving improvements
skodak [Mon, 8 Sep 2008 23:16:48 +0000 (23:16 +0000)]
MDL-16394 user profile browsing and serving improvements

16 years agoFix regression introduced by MDL-12029. Concepts must not be linked by filters. MDL...
stronk7 [Mon, 8 Sep 2008 23:06:16 +0000 (23:06 +0000)]
Fix regression introduced by MDL-12029. Concepts must not be linked by filters. MDL-16372 ; merged from 19_STABLE

16 years agoAllow portfolio plugins to register event handlers - MDL-16392
poltawski [Mon, 8 Sep 2008 21:51:54 +0000 (21:51 +0000)]
Allow portfolio plugins to register event handlers - MDL-16392

16 years agoMDL-11734 - cmi.comments_from_learner not read - write. revamp the handling of array...
piers [Mon, 8 Sep 2008 19:45:50 +0000 (19:45 +0000)]
MDL-11734 - cmi.comments_from_learner not read - write.  revamp the handling of array style elements.

16 years agoXHTML-ize course categories list. MDL-16358 ; merged from 19_STABLE
stronk7 [Mon, 8 Sep 2008 18:16:39 +0000 (18:16 +0000)]
XHTML-ize course categories list. MDL-16358 ; merged from 19_STABLE

16 years agoAdded missing join condition. Credit goes to Colin Chambers. MDL-16385 ; merged from...
stronk7 [Mon, 8 Sep 2008 14:27:32 +0000 (14:27 +0000)]
Added missing join condition. Credit goes to Colin Chambers. MDL-16385 ; merged from 19_STABLE

16 years agoMDL-14591 - fix up call to exporter->get_base_filearea
mjollnir_ [Mon, 8 Sep 2008 13:47:39 +0000 (13:47 +0000)]
MDL-14591 - fix up call to exporter->get_base_filearea

16 years agoMDL-14591 - split portfoliolib into logical parts for better readability
mjollnir_ [Mon, 8 Sep 2008 13:44:36 +0000 (13:44 +0000)]
MDL-14591 - split portfoliolib into logical parts for better readability

Especially as some of the functions shared by base classes (portfolio plugin vs caller) were the same
it was getting a bit unweildy to have all this in one file.

16 years agoMDL-16348 Reorganise admin tree:
tjhunt [Mon, 8 Sep 2008 11:32:31 +0000 (11:32 +0000)]
MDL-16348 Reorganise admin tree:
* New Capability report put under Users -> Permissions
* Miscellaneous category renamed to Development
* Unit tests and Functional DB test moved to be under Development.
* The hard-coded hack that was used to change the permission that controls the Backups and stats reports replaced with settings.php files.
* There were two hidden Miscellaneous things in the old category, so I moved them. Multilan upgrade now under Lanuages, and Online assignment cleanup now under Plugins -> Activity modules. Both still hidden.

There was already a way for admin report plugins to control where they appeared in the tree, but it was not documented, so see http://docs.moodle.org/en/Development:Admin_reports

16 years agoMDL-7308 "Check all the DB columns used to store grades, and make sure they all use...
jamiesensei [Mon, 8 Sep 2008 10:35:14 +0000 (10:35 +0000)]
MDL-7308 "Check all the DB columns used to store grades, and make sure they all use a consistent type." Since quiz->sumgrades is now string "0.00000" (quiz->sumgrades) no longer evaluates as false. Changing to (quiz->sumgrades != 0)

16 years agoMDL-15402: fix a bug when try to display list of instances for not added plugin
jerome [Mon, 8 Sep 2008 09:41:38 +0000 (09:41 +0000)]
MDL-15402: fix a bug when try to display list of instances for not added plugin

16 years agoMDL-13766, users can delele their own cache files in fp.
dongsheng [Mon, 8 Sep 2008 08:48:07 +0000 (08:48 +0000)]
MDL-13766, users can delele their own cache files in fp.

16 years ago"MDL-13766, fix repository id in thumbnail view"
dongsheng [Mon, 8 Sep 2008 07:51:07 +0000 (07:51 +0000)]
"MDL-13766, fix repository id in thumbnail view"

16 years ago"MDL-13766, fix treeview html id"
dongsheng [Mon, 8 Sep 2008 07:24:27 +0000 (07:24 +0000)]
"MDL-13766, fix treeview html id"

16 years agoTab -> spaces
tjhunt [Mon, 8 Sep 2008 07:11:13 +0000 (07:11 +0000)]
Tab -> spaces

16 years agoMDL-16343 Report showing, for a given capability, how it is set in the definition...
tjhunt [Mon, 8 Sep 2008 07:01:41 +0000 (07:01 +0000)]
MDL-16343 Report showing, for a given capability, how it is set in the definition of each role, and everywhere that it is overridden.

16 years agoMDL-16343 New PARAM_ type, PARAM_CAPABILITY.
tjhunt [Mon, 8 Sep 2008 07:00:49 +0000 (07:00 +0000)]
MDL-16343 New PARAM_ type, PARAM_CAPABILITY.

16 years agoComment update.
tjhunt [Mon, 8 Sep 2008 06:59:11 +0000 (06:59 +0000)]
Comment update.

16 years agoMDL-13766
dongsheng [Mon, 8 Sep 2008 06:20:24 +0000 (06:20 +0000)]
MDL-13766
1. fix boxnet search feature
2. fix bugs in global search

16 years agoMDL-15405: draftfile url rewriting function now working as it should for a nice bunch...
scyrma [Mon, 8 Sep 2008 06:09:11 +0000 (06:09 +0000)]
MDL-15405: draftfile url rewriting function now working as it should for a nice bunch of test cases.

16 years agoAdded maxattachments field for setting max number of attachments
moodler [Mon, 8 Sep 2008 05:58:19 +0000 (05:58 +0000)]
Added maxattachments field for setting max number of attachments

16 years agoMDL-14722 Added new maxattachments setting at admin and forum level to
moodler [Mon, 8 Sep 2008 05:46:42 +0000 (05:46 +0000)]
MDL-14722  Added new maxattachments setting at admin and forum level to
set the maximum number of attachments for forum posts.   Default: 1.

Works, but still needs a bit of polishing to deal with re-editing posts (to stop people going above maxattachments)

Also fixed documentation for attachments.

16 years agoMDL-15348 Add changes for filepicker to support the display of existing files
moodler [Mon, 8 Sep 2008 05:41:45 +0000 (05:41 +0000)]
MDL-15348 Add changes for filepicker to support the display of existing files

16 years agoMDL-13766, global search enabled.
dongsheng [Mon, 8 Sep 2008 05:38:13 +0000 (05:38 +0000)]
MDL-13766, global search enabled.

16 years agoMDL-13766: make the filepicker work over https when necessary.
scyrma [Mon, 8 Sep 2008 03:07:07 +0000 (03:07 +0000)]
MDL-13766: make the filepicker work over https when necessary.

16 years agoMDL-9683 Fixed a typo in an error string name invalidseeky -> invalidsesskey
moodler [Mon, 8 Sep 2008 02:35:22 +0000 (02:35 +0000)]
MDL-9683 Fixed a typo in an error string name   invalidseeky -> invalidsesskey

16 years agoFix up question import. Thanks to Christopher Molnar: http://moodle.org/mod/forum...
tjhunt [Mon, 8 Sep 2008 02:33:24 +0000 (02:33 +0000)]
Fix up question import. Thanks to Christopher Molnar: http://moodle.org/mod/forum/discuss.php?d=105164

16 years agoMDL-15402: fixes for tabs.php - now display tab repository only for the current user...
jerome [Mon, 8 Sep 2008 02:10:30 +0000 (02:10 +0000)]
MDL-15402: fixes for tabs.php - now display tab repository only for the current user, + add some context security

16 years agoUpdated the HEAD build version to 20080908
moodlerobot [Mon, 8 Sep 2008 01:45:01 +0000 (01:45 +0000)]
Updated the HEAD build version to 20080908

16 years agoMDL-16299 - Javascript error during scorm player load. SCOID should not be populated...
piers [Mon, 8 Sep 2008 00:31:15 +0000 (00:31 +0000)]
MDL-16299 - Javascript error during scorm player load.  SCOID should not be populated - TOC figures this out.

16 years agoMDL-16072 fixed area browsing
skodak [Sun, 7 Sep 2008 23:22:23 +0000 (23:22 +0000)]
MDL-16072 fixed area browsing