]> git.mjollnir.org Git - moodle.git/log
moodle.git
18 years agotightening up reg expressions used for submitted data a bit
jamiesensei [Fri, 4 May 2007 08:33:28 +0000 (08:33 +0000)]
tightening up reg expressions used for submitted data a bit

18 years agopatch for bug when you connect from authentication block on main page
jgutierr25 [Fri, 4 May 2007 08:06:40 +0000 (08:06 +0000)]
patch for bug when you connect from authentication block on main page

18 years agoChanged some data from scorm_scoes_track to scorm_scoes_data
csantossaenz [Fri, 4 May 2007 07:46:15 +0000 (07:46 +0000)]
Changed some data from scorm_scoes_track to scorm_scoes_data

18 years agoMDL-9506 Moved unit tests in a simpletest subfolder so they can be automatically...
nicolasconnault [Fri, 4 May 2007 07:40:51 +0000 (07:40 +0000)]
MDL-9506 Moved unit tests in a simpletest subfolder so they can be automatically grouped. Added grade_history and grade_text object and another heap of small implementations.

18 years agoadding a missing feedbackformat field
toyomoyo [Fri, 4 May 2007 07:35:54 +0000 (07:35 +0000)]
adding a missing feedbackformat field

18 years agoremoving TODO comment as the question.php script no longer treats quiz as special.
jamiesensei [Fri, 4 May 2007 06:09:37 +0000 (06:09 +0000)]
removing TODO comment as the question.php script no longer treats quiz as special.

18 years agoremoved global var declaration for var that wasn't used in function
jamiesensei [Fri, 4 May 2007 05:51:59 +0000 (05:51 +0000)]
removed global var declaration for var that wasn't used in function

18 years agopassing cmid to question.php and removed use of session modform var. Question.php...
jamiesensei [Fri, 4 May 2007 05:47:59 +0000 (05:47 +0000)]
passing cmid to question.php and removed use of session modform var. Question.php now independent of quiz module. Small improvement to displayed breadcrumbs.

18 years agoadded a param to moodle_url constructor to provide params as an array just as a conve...
jamiesensei [Fri, 4 May 2007 05:45:33 +0000 (05:45 +0000)]
added a param to moodle_url constructor to provide params as an array just as a convenience to quickly construct a url with an array of params.

18 years agodeleted redundant method which was just calling the parent method.
jamiesensei [Fri, 4 May 2007 05:30:03 +0000 (05:30 +0000)]
deleted redundant method which was just calling the parent method.

18 years agomerged fix for MDL-9617, performance issues in calendar
toyomoyo [Fri, 4 May 2007 05:25:49 +0000 (05:25 +0000)]
merged fix for MDL-9617, performance issues in calendar

18 years agoremove duplicate id attribute from body tag; microincrement version to 2007040200...
gbateson [Fri, 4 May 2007 02:53:52 +0000 (02:53 +0000)]
remove duplicate id attribute from body tag; microincrement version to 2007040200 (release 2.4.2)

18 years agoMDL-9506 Reorganised the gradebook unit tests into more manageable classes.
nicolasconnault [Fri, 4 May 2007 02:31:16 +0000 (02:31 +0000)]
MDL-9506 Reorganised the gradebook unit tests into more manageable classes.

18 years agoMDL-9510, cron job support of legacy grade functions in modules. Implementation is...
toyomoyo [Fri, 4 May 2007 02:15:46 +0000 (02:15 +0000)]
MDL-9510, cron job support of legacy grade functions in modules. Implementation is not finished as the gradebook grade_added event is not complete

18 years agoAdded some functions for the Sequencing and Navigation task for SCOMR 2004 compliance...
csantossaenz [Thu, 3 May 2007 12:55:22 +0000 (12:55 +0000)]
Added some functions for the Sequencing and Navigation task for SCOMR 2004 compliance. This is a work-in-progress file

18 years agoAdded auxiliar functions for sequencinglib.php
csantossaenz [Thu, 3 May 2007 12:52:11 +0000 (12:52 +0000)]
Added auxiliar functions for sequencinglib.php

18 years agoremoved use of session for reordertool and show page breaks. Reordertool and show...
jamiesensei [Thu, 3 May 2007 10:38:35 +0000 (10:38 +0000)]
removed use of session for reordertool and show page breaks. Reordertool and show page breaks params are now passed from page request to page request only for page requests for quiz/edit.php

18 years agomoved question sort order and paging params to be passed from page to page as get...
jamiesensei [Thu, 3 May 2007 10:10:01 +0000 (10:10 +0000)]
moved question sort order and paging params to be passed from page to page as get params instead of being saved in session var.

18 years agochange to print_paging_bar function to optionally support the use of a moodle_url...
jamiesensei [Thu, 3 May 2007 10:03:59 +0000 (10:03 +0000)]
change to print_paging_bar function to optionally support the use of a moodle_url object as a parameter instead of a string.

small changes to moodle_url class

18 years agoMDL-9506 Added grade_outcome.php. Also added unit test for creation of log in history...
nicolasconnault [Thu, 3 May 2007 08:51:48 +0000 (08:51 +0000)]
MDL-9506 Added grade_outcome.php. Also added unit test for creation of log in history table when grade_raw is updated.

18 years agoMDL-9506 See previous revision. This adds same functionality but in relation to the...
nicolasconnault [Thu, 3 May 2007 08:08:38 +0000 (08:08 +0000)]
MDL-9506 See previous revision. This adds same functionality but in relation to the hidden field.

18 years agoMDL-9506 Added grade_item::toggle_locking and unit tests. Affects all final grades...
nicolasconnault [Thu, 3 May 2007 08:02:51 +0000 (08:02 +0000)]
MDL-9506 Added grade_item::toggle_locking and unit tests. Affects all final grades if reqested.

18 years agoConfig setting for the theme order priorities.
ikawhero [Thu, 3 May 2007 07:39:27 +0000 (07:39 +0000)]
Config setting for the theme order priorities.

18 years agoNew mimetype for Inspiration application.
ikawhero [Thu, 3 May 2007 07:15:30 +0000 (07:15 +0000)]
New mimetype for Inspiration application.
Icon and code patch from Julian Ridden.

18 years agoMDL-9506 Upgraded grade_item::adjust_grade with Darlene's more elegant formula. Compl...
nicolasconnault [Thu, 3 May 2007 07:10:22 +0000 (07:10 +0000)]
MDL-9506 Upgraded grade_item::adjust_grade with Darlene's more elegant formula. Completed grade_category::get_children($depth, $arraytype). Added 4 constants to help that method. Added and passed all unit tests (111 now).

18 years agoGUI for category themes.
ikawhero [Thu, 3 May 2007 07:00:55 +0000 (07:00 +0000)]
GUI for category themes.
New language strings.

18 years agoMDL-9506 Removed childrentype after discussion with Martin D.
nicolasconnault [Thu, 3 May 2007 05:44:33 +0000 (05:44 +0000)]
MDL-9506 Removed childrentype after discussion with Martin D.

18 years agosmall fix to get question code to return to correct place after creating a new question.
jamiesensei [Thu, 3 May 2007 05:17:07 +0000 (05:17 +0000)]
small fix to get question code to return to correct place after creating a new question.

18 years agoMDL-9644 new class 'moodle_url' in weblib.php to handle constructing a url. It would...
jamiesensei [Thu, 3 May 2007 04:34:53 +0000 (04:34 +0000)]
MDL-9644 new class 'moodle_url' in weblib.php to handle constructing a url. It would internally stores params as an array and have methods to manipulate the array. The class can also output the params as hidden fields in a form or as a url with get params appended.

18 years agoMDL-9506 Added childrentype field to grade_categories table
nicolasconnault [Thu, 3 May 2007 01:43:33 +0000 (01:43 +0000)]
MDL-9506 Added childrentype field to grade_categories table

18 years agoset default body font-size to "small"
gbateson [Thu, 3 May 2007 01:02:06 +0000 (01:02 +0000)]
set default body font-size to "small"

18 years agoadd HP 6.2 templates; add compatability with Safari (Mac browser); microincrement...
gbateson [Thu, 3 May 2007 00:22:50 +0000 (00:22 +0000)]
add HP 6.2 templates; add compatability with Safari (Mac browser); microincrement version to 2007020201 (release 2.4.1)

18 years agoMDL-8394 Allow students to remove their choice when they are allowed to update their...
danmarsden [Thu, 3 May 2007 00:06:17 +0000 (00:06 +0000)]
MDL-8394  Allow students to remove their choice when they are allowed to update their choice.  LANG file update.

18 years agoMDL-8394 Allow students to remove their choice when they are allowed to update their...
danmarsden [Thu, 3 May 2007 00:04:53 +0000 (00:04 +0000)]
MDL-8394  Allow students to remove their choice when they are allowed to update their choice.

18 years ago1. Changes to allow different priorities in the theme selection based on
ikawhero [Wed, 2 May 2007 09:35:35 +0000 (09:35 +0000)]
1. Changes to allow different priorities in the theme selection based on
CFG->themeorder setting

2. Changes to allow category themes. Theme can now be set for a category
which will apply to all sub-categories (unless they specifically have a
theme set) and to child courses (course theme and $CFG->themeorder
settings permitting). New config setting $CFG->allowcategorythemes must
be set. Off by default as it means extra database calls.

There is an ugly hack to find out if we are viewing course/category.php -
anyone welcome to tidy this up if they have a better idea.

GUI for setting category theme coming.

18 years agoMDL-9627 - moving uploaduser to formslib
poltawski [Wed, 2 May 2007 09:33:56 +0000 (09:33 +0000)]
MDL-9627 - moving uploaduser to formslib

18 years agoMDL-9506 Finished all unit test stubs, another batch to write soon. One one test...
nicolasconnault [Wed, 2 May 2007 07:20:13 +0000 (07:20 +0000)]
MDL-9506 Finished all unit test stubs, another batch to write soon. One one test fails because I haven't implemented recursive category hierarchy output yet, and not sure if it's needed. A grade_category already returns its immediate children, and that may be enough.

18 years agoNew field for category themes
ikawhero [Wed, 2 May 2007 06:50:28 +0000 (06:50 +0000)]
New field for category themes

18 years agoadding capabilities for gradebook, MDL-9511
toyomoyo [Wed, 2 May 2007 06:30:54 +0000 (06:30 +0000)]
adding capabilities for gradebook, MDL-9511

18 years agoMDL-9660 - Fixed groups matches functions and added unit tests for them..
poltawski [Tue, 1 May 2007 12:03:45 +0000 (12:03 +0000)]
MDL-9660 - Fixed groups matches functions and added unit tests for them..

18 years agomodifications to eventslib
toyomoyo [Tue, 1 May 2007 08:59:39 +0000 (08:59 +0000)]
modifications to eventslib

18 years agoMDL-9506 Implemented category path and depth, and wrote unit tests for them.
nicolasconnault [Tue, 1 May 2007 08:56:37 +0000 (08:56 +0000)]
MDL-9506 Implemented category path and depth, and wrote unit tests for them.

18 years agoFix all the PHP syntax errors in this code. I can't think of any valid reason for...
tjhunt [Tue, 1 May 2007 07:03:52 +0000 (07:03 +0000)]
Fix all the PHP syntax errors in this code. I can't think of any valid reason for checking code with that many syntax errors into CVS, especially when there are plenty of editors out there that check the syntax for you and highlight the errors.\r\rAlso, can I point out that Moodle coding guidelines require spaces for indents, not tabs. (http://docs.moodle.org/en/Development:Coding)

18 years agoMDL-9654 enforced password strength ignored in chage password - patch by Iñaki Arenaza
skodak [Tue, 1 May 2007 06:55:03 +0000 (06:55 +0000)]
MDL-9654 enforced password strength ignored in chage password - patch by Iñaki Arenaza

18 years agoMDL-9506 Forgot to add the grade_scale.php file.
nicolasconnault [Tue, 1 May 2007 05:47:10 +0000 (05:47 +0000)]
MDL-9506 Forgot to add the grade_scale.php file.

18 years agoMDL-9506 Finished grade_item::adjust_grade, which now also adjusts scale grades corre...
nicolasconnault [Tue, 1 May 2007 05:45:54 +0000 (05:45 +0000)]
MDL-9506 Finished grade_item::adjust_grade, which now also adjusts scale grades correctly. Added grade_scale object to wrap around the current non-normalized scale DB table. When/if we upgrade to grade_scales and grade_scale_items DB tables, changing the grade_scale class will be easy.

18 years agoAutomatic installer.php lang files by installer_builder (20070501)
moodler [Tue, 1 May 2007 04:14:59 +0000 (04:14 +0000)]
Automatic installer.php lang files by installer_builder (20070501)

18 years agoMDL-9506 Implemented rescaling and grade adjustment formulas in grade_item::adjust_gr...
nicolasconnault [Tue, 1 May 2007 03:18:55 +0000 (03:18 +0000)]
MDL-9506 Implemented rescaling and grade adjustment formulas in grade_item::adjust_grade(). Also wrote unit tests.

18 years agoFixed Task MDL-9611
andreabix [Mon, 30 Apr 2007 18:18:07 +0000 (18:18 +0000)]
Fixed Task MDL-9611

18 years agoMDL-9652 rename new password reveal to unmask
skodak [Mon, 30 Apr 2007 18:03:19 +0000 (18:03 +0000)]
MDL-9652 rename new password reveal to unmask

18 years agoMDL-9647 simplify dealing with headers/footers in admin sections; some more cleanup
skodak [Mon, 30 Apr 2007 17:28:29 +0000 (17:28 +0000)]
MDL-9647 simplify dealing with headers/footers in admin sections; some more cleanup
fixed continue button in error() on admin page when link present

18 years agoMDL-9647 simplify dealing with headers/footers in admin sections; some more cleanup
skodak [Mon, 30 Apr 2007 17:28:29 +0000 (17:28 +0000)]
MDL-9647 simplify dealing with headers/footers in admin sections; some more cleanup
fixed continue button in error() on admin page when link present

18 years agoMDL-9647 simplify dealing with headers/footers in admin sections; some more cleanup
skodak [Mon, 30 Apr 2007 17:28:28 +0000 (17:28 +0000)]
MDL-9647 simplify dealing with headers/footers in admin sections; some more cleanup
fixed continue button in error() on admin page when link present

18 years agoMDL-9647 simplify dealing with headers/footers in admin sections; fixed double footer...
skodak [Mon, 30 Apr 2007 17:13:37 +0000 (17:13 +0000)]
MDL-9647 simplify dealing with headers/footers in admin sections; fixed double footers when using print_footer() in admin page

18 years agoMDL-9647 simplify dealing with headers/footers in admin sections
skodak [Mon, 30 Apr 2007 17:08:34 +0000 (17:08 +0000)]
MDL-9647 simplify dealing with headers/footers in admin sections

18 years agoFixed discussions tab ... this is an old change I never checked in
moodler [Mon, 30 Apr 2007 13:26:06 +0000 (13:26 +0000)]
Fixed discussions tab ... this is an old change I never checked in

18 years agoFix for bug 9646
anthonyforth [Mon, 30 Apr 2007 13:19:33 +0000 (13:19 +0000)]
Fix for bug 9646

18 years agoFixed some bugs about undefined variables and added some more functions. Still work...
csantossaenz [Mon, 30 Apr 2007 12:46:08 +0000 (12:46 +0000)]
Fixed some bugs about undefined variables and added some more functions. Still work-in-progress file

18 years agoSOme small changes from the meeting today
moodler [Mon, 30 Apr 2007 09:36:06 +0000 (09:36 +0000)]
SOme small changes from the meeting today

18 years agoMDL-9506 Lots more unit tests, and work on grade_item::update method and associated...
nicolasconnault [Mon, 30 Apr 2007 09:09:32 +0000 (09:09 +0000)]
MDL-9506 Lots more unit tests, and work on grade_item::update method and associated functionality. 3 unit tests currently fail, so more work needed.

18 years agoevents and grades db fixes
toyomoyo [Mon, 30 Apr 2007 08:46:39 +0000 (08:46 +0000)]
events and grades db fixes

18 years agostandardizing params for edit question page. All pages now use courseid instead of...
jamiesensei [Mon, 30 Apr 2007 06:48:57 +0000 (06:48 +0000)]
standardizing params for edit question page. All pages now use courseid instead of course or id.

18 years agoMLD-9506 Corrected update_final_grades() in grade_item, which was updating the grade_...
nicolasconnault [Mon, 30 Apr 2007 05:25:19 +0000 (05:25 +0000)]
MLD-9506 Corrected update_final_grades() in grade_item, which was updating the grade_raw table
instead of grade_final. Made a few other adjustments.

18 years agoMDL-9506 Removed redundant portion of code.
nicolasconnault [Mon, 30 Apr 2007 05:00:17 +0000 (05:00 +0000)]
MDL-9506 Removed redundant portion of code.

18 years agoMDL-9506 Added grade_grades_raw as a proper object used by grade_item. Also added...
nicolasconnault [Mon, 30 Apr 2007 04:49:25 +0000 (04:49 +0000)]
MDL-9506 Added grade_grades_raw as a proper object used by grade_item. Also added a global function in gradelib for updating grade_grades_raw objects.

18 years agoMDL-8973 : Undo API change in previous commit
donal72 [Mon, 30 Apr 2007 03:14:43 +0000 (03:14 +0000)]
MDL-8973 : Undo API change in previous commit

18 years agomerged fix for MDL-9613
toyomoyo [Mon, 30 Apr 2007 02:56:46 +0000 (02:56 +0000)]
merged fix for MDL-9613

18 years agoadding 2 fields back
toyomoyo [Mon, 30 Apr 2007 02:06:48 +0000 (02:06 +0000)]
adding 2 fields back

18 years agoMDL-9506 Implemented get_raw and get_final, plus added method_exists() checks for...
nicolasconnault [Mon, 30 Apr 2007 02:05:51 +0000 (02:05 +0000)]
MDL-9506 Implemented get_raw and get_final, plus added method_exists() checks for each unit test.

18 years agoddllib: Introducing create_temp_table()
martinlanghoff [Sun, 29 Apr 2007 20:31:47 +0000 (20:31 +0000)]
ddllib: Introducing create_temp_table()

Close sibling to create_table() - will create a temporary table.
Two aspects of its usage are interesting

 - you _must_ truncate the table after creation as you may be
   "inheriting" an existing temp table from the former user
   of your persistent connection

 - you must use the tablename returned to support MSSQL and any
   other DB that needs special names for temp tables

A couple of TODOs

 - I just don't know how to actually munge the tablename for MSSQL
   (help! Eloooooyyyy!)

 - Surely Eloy will have something better than the preg_replace() ;-)

18 years agoTypo in previous commit: MDL-8973 : Update to the require_logout function
donal72 [Sun, 29 Apr 2007 15:08:29 +0000 (15:08 +0000)]
Typo in previous commit: MDL-8973 : Update to the require_logout function

18 years agoMDL-8973 : Update to the require_logout function to ensure that the user's auth plugi...
donal72 [Sun, 29 Apr 2007 15:01:47 +0000 (15:01 +0000)]
MDL-8973 : Update to the require_logout function to ensure that the user's auth plugin is the first (& only) one to have its prelogout_hook invoked.

18 years agoMDL-9288 - use addslashes to avoid injection attacks on data imported vi mnet
donal72 [Sun, 29 Apr 2007 14:09:27 +0000 (14:09 +0000)]
MDL-9288 - use addslashes to avoid injection attacks on data imported vi mnet

18 years agoBugfix: The $this->response['faultCode'] was returning the 1th element of the $this...
donal72 [Sun, 29 Apr 2007 13:55:11 +0000 (13:55 +0000)]
Bugfix: The $this->response['faultCode'] was returning the 1th element of the $this->response string (because a non-empty string == 1).

18 years agoPrevent notices on user creation
donal72 [Sun, 29 Apr 2007 13:50:33 +0000 (13:50 +0000)]
Prevent notices on user creation

18 years agoMDL-9217 rearanged groups installation and upgrade - roles require groups; merged...
skodak [Sun, 29 Apr 2007 11:40:26 +0000 (11:40 +0000)]
MDL-9217 rearanged groups installation and upgrade - roles require groups; merged from MOODLE_18_STABLE

18 years agoAutomatic installer.php lang files by installer_builder (20070429)
moodler [Sun, 29 Apr 2007 04:28:00 +0000 (04:28 +0000)]
Automatic installer.php lang files by installer_builder (20070429)

18 years agoAdd missing closing-bracket from previous commit
donal72 [Sun, 29 Apr 2007 00:51:29 +0000 (00:51 +0000)]
Add missing closing-bracket from previous commit

18 years agoAutomatic installer.php lang files by installer_builder (20070428)
moodler [Sat, 28 Apr 2007 04:19:24 +0000 (04:19 +0000)]
Automatic installer.php lang files by installer_builder (20070428)

18 years agoNew language strings for textarea profile field type
ikawhero [Sat, 28 Apr 2007 03:08:42 +0000 (03:08 +0000)]
New language strings for textarea profile field type

18 years agoNew textarea profile field type
ikawhero [Sat, 28 Apr 2007 03:07:43 +0000 (03:07 +0000)]
New textarea profile field type

18 years agoMDL-9616 - tidy up
tjhunt [Fri, 27 Apr 2007 17:43:03 +0000 (17:43 +0000)]
MDL-9616 - tidy up
* add a better message in the table for these checks.
* improve existing strings for other types of check.
* remove a line of debug code.

18 years agoGet the strings the right way round!
tjhunt [Fri, 27 Apr 2007 17:41:38 +0000 (17:41 +0000)]
Get the strings the right way round!

18 years agoMDL-9616 - Custom checks in environment.xml
tjhunt [Fri, 27 Apr 2007 17:15:24 +0000 (17:15 +0000)]
MDL-9616 - Custom checks in environment.xml

18 years agoAdded functions to for the SCORM compliance 2004 (Sequencing and Navigation)
csantossaenz [Fri, 27 Apr 2007 12:20:26 +0000 (12:20 +0000)]
Added functions to for the SCORM compliance 2004 (Sequencing and Navigation)

18 years agoRemoved 'edit category' redundant button
jamiesensei [Fri, 27 Apr 2007 11:27:57 +0000 (11:27 +0000)]
Removed 'edit category' redundant button

18 years agoMDL-6368 and MDL-6369 - supplimental - I missed one bit.
tjhunt [Fri, 27 Apr 2007 11:18:08 +0000 (11:18 +0000)]
MDL-6368 and MDL-6369 - supplimental - I missed one bit.

18 years agoInsufficient error checking was causing problems.
tjhunt [Fri, 27 Apr 2007 11:05:57 +0000 (11:05 +0000)]
Insufficient error checking was causing problems.

18 years agoNew capability for configuring question types.
tjhunt [Fri, 27 Apr 2007 10:37:39 +0000 (10:37 +0000)]
New capability for configuring question types.

18 years agoFix syntax error.
tjhunt [Fri, 27 Apr 2007 10:37:21 +0000 (10:37 +0000)]
Fix syntax error.

18 years agoMDL-9608 - Work around Firefox putting the user's password in the quiz password field...
tjhunt [Fri, 27 Apr 2007 08:33:11 +0000 (08:33 +0000)]
MDL-9608 - Work around Firefox putting the user's password in the quiz password field. Merged from MOODLE_18_STABLE.

18 years agoMDL-9506 Added raw and final grade objects, plus more work in unit tests.
nicolasconnault [Fri, 27 Apr 2007 08:12:16 +0000 (08:12 +0000)]
MDL-9506 Added raw and final grade objects, plus more work in unit tests.

18 years agoMDL-9506 Number of important changes, restored unit test stability, on to next changes...
nicolasconnault [Fri, 27 Apr 2007 07:28:41 +0000 (07:28 +0000)]
MDL-9506 Number of important changes, restored unit test stability, on to next changes...

18 years agochanging grades tables
toyomoyo [Fri, 27 Apr 2007 06:41:01 +0000 (06:41 +0000)]
changing grades tables

18 years agoMerged MDL-9606 from stable
moodler [Fri, 27 Apr 2007 06:30:21 +0000 (06:30 +0000)]
Merged MDL-9606 from stable

18 years agoremoved global vars declaration for var not used in method.
jamiesensei [Fri, 27 Apr 2007 05:55:57 +0000 (05:55 +0000)]
removed global vars declaration for var not used in method.

18 years agoforget to pass page parameter during redirects.
jamiesensei [Fri, 27 Apr 2007 05:48:12 +0000 (05:48 +0000)]
forget to pass page parameter during redirects.

18 years agooops. small mistake with copyright notice.
jamiesensei [Fri, 27 Apr 2007 05:36:03 +0000 (05:36 +0000)]
oops. small mistake with copyright notice.

18 years agoMDL-9506 Renamed lib/gradebook to lib/grade (bug MDL-9506)
nicolasconnault [Fri, 27 Apr 2007 04:13:00 +0000 (04:13 +0000)]
MDL-9506 Renamed lib/gradebook to lib/grade (bug MDL-9506)

18 years agoMDL-9506 Added a function that checks an object for the definition of a given variabl...
nicolasconnault [Fri, 27 Apr 2007 03:54:53 +0000 (03:54 +0000)]
MDL-9506 Added a function that checks an object for the definition of a given variable. Similar to in_array().