]> git.mjollnir.org Git - moodle.git/log
moodle.git
18 years agocorrect the detection of HotPot 2.0 backups (from Moodle 1.5)
gbateson [Fri, 1 Sep 2006 04:24:34 +0000 (04:24 +0000)]
correct the detection of HotPot 2.0 backups (from Moodle 1.5)

18 years agoadd md5key field to end of hotpot_questions and hotpot_strings
gbateson [Fri, 1 Sep 2006 04:20:19 +0000 (04:20 +0000)]
add md5key field to end of hotpot_questions and hotpot_strings

18 years agofixed typo on line 2
gbateson [Fri, 1 Sep 2006 02:18:41 +0000 (02:18 +0000)]
fixed typo on line 2

18 years agoreplace MySQL-only indexes on text fields (hotpot_question.name + hotpot_strings...
gbateson [Fri, 1 Sep 2006 02:08:39 +0000 (02:08 +0000)]
replace MySQL-only indexes on text fields (hotpot_question.name + hotpot_strings.string) with two new md5key fields (hotpot_question.md5key + hotpot_strings.md5key), which are the MD5 hash of the respective text fields. Microincrement version number to 2006083101

18 years agouser->description can be NULLable (experimenting....)
stronk7 [Thu, 31 Aug 2006 23:31:36 +0000 (23:31 +0000)]
user->description can be NULLable (experimenting....)

18 years agouser->description can be NULLable (experimenting....)
stronk7 [Thu, 31 Aug 2006 23:20:47 +0000 (23:20 +0000)]
user->description can be NULLable (experimenting....)

18 years agocourse_categories->description can be NULLable (experimenting....)
stronk7 [Thu, 31 Aug 2006 23:17:23 +0000 (23:17 +0000)]
course_categories->description can be NULLable (experimenting....)

18 years agocourse_categories->description can be NULLable (experimenting....)
stronk7 [Thu, 31 Aug 2006 23:04:15 +0000 (23:04 +0000)]
course_categories->description can be NULLable (experimenting....)

18 years agoThis condition was preventing new installs sometimes
stronk7 [Thu, 31 Aug 2006 22:42:04 +0000 (22:42 +0000)]
This condition was preventing new installs sometimes

18 years agoThis condition was preventing new installs sometimes.
stronk7 [Thu, 31 Aug 2006 22:33:18 +0000 (22:33 +0000)]
This condition was preventing new installs sometimes.

18 years agofixed problem with applying of default settings during install - choices can not...
skodak [Thu, 31 Aug 2006 22:17:47 +0000 (22:17 +0000)]
fixed problem with applying of default settings during install - choices can not be constructed yet

18 years agofixed default values in apply_default_exception_settings(); several values in lib...
skodak [Thu, 31 Aug 2006 21:50:22 +0000 (21:50 +0000)]
fixed default values in apply_default_exception_settings(); several values in lib/default.php are wrong, but I guess we do not need to fix them because it as replaced by the new administration framowork ;-)

18 years ago'prefix' can only be defined in config.php, it can not be changed or stored in databa...
skodak [Thu, 31 Aug 2006 21:15:12 +0000 (21:15 +0000)]
'prefix' can only be defined in config.php, it can not be changed or stored in database ;-)

18 years agomissing comma inserted line 752, removed comma from line 753
rtcn2 [Thu, 31 Aug 2006 19:47:54 +0000 (19:47 +0000)]
missing comma inserted line 752, removed comma from line 753

18 years agocourse->modinfo nullable and no default
stronk7 [Thu, 31 Aug 2006 19:42:22 +0000 (19:42 +0000)]
course->modinfo nullable and no default

18 years agomodinfo nullable and without default.
stronk7 [Thu, 31 Aug 2006 19:39:18 +0000 (19:39 +0000)]
modinfo nullable and without default.

18 years ago+ New ENUM field: paymentmethod(cc,echeck);
ethem [Thu, 31 Aug 2006 18:24:37 +0000 (18:24 +0000)]
+ New ENUM field: paymentmethod(cc,echeck);
    Store in database and when calling authorize_action() pass this method. Hence, removed $method=AN_METHOD_CC from this function.
    If a refund will be do, unset($order->paymentmethod); Because this field comes when joining(enrol_authorize)

+ AN_METHOD_CC and AN_METHOD_ECHECK is now lower case, because these fields are stored in database as enum.
  Eloy's response:
   They are lowercase because we decided to use lowercase identifiers everywhere and enum contents are,
   from a DB perspective, identifiers.

  Ok, NP. :)) set_config('an_acceptmethods', strtolower($CFG->an_acceptmethods)); solves this.

18 years agoGive a bit more information to the subclasses.
tjhunt [Thu, 31 Aug 2006 16:59:52 +0000 (16:59 +0000)]
Give a bit more information to the subclasses.

18 years agocourse->modinfo can be NULLable (experimenting....)
stronk7 [Thu, 31 Aug 2006 16:59:29 +0000 (16:59 +0000)]
course->modinfo can be NULLable (experimenting....)

18 years agoMDL-6418 - Grading of multiple choice questions broken
tjhunt [Thu, 31 Aug 2006 16:59:05 +0000 (16:59 +0000)]
MDL-6418 - Grading of multiple choice questions broken

18 years agoNew function choose_from_menu_yesno
tjhunt [Thu, 31 Aug 2006 16:55:48 +0000 (16:55 +0000)]
New function choose_from_menu_yesno

18 years agofixed riskbitmask problems, sorry :-(
skodak [Thu, 31 Aug 2006 16:01:41 +0000 (16:01 +0000)]
fixed riskbitmask problems, sorry :-(

18 years agoIf the method is AN_METHOD_CC submit cclastfour, don't send for ECHECK.
ethem [Thu, 31 Aug 2006 15:46:53 +0000 (15:46 +0000)]
If the method is AN_METHOD_CC submit cclastfour, don't send for ECHECK.

18 years agoFixed fixo.
ethem [Thu, 31 Aug 2006 15:10:24 +0000 (15:10 +0000)]
Fixed fixo.

18 years agoClarified comment.
tjhunt [Thu, 31 Aug 2006 11:28:44 +0000 (11:28 +0000)]
Clarified comment.

18 years agoFixed a typo
bobopinna [Thu, 31 Aug 2006 10:37:33 +0000 (10:37 +0000)]
Fixed a typo

18 years agoFixed context selection
bobopinna [Thu, 31 Aug 2006 10:29:16 +0000 (10:29 +0000)]
Fixed context selection

18 years agoremoving trustbitmask for now and comment from riskbitmask
skodak [Thu, 31 Aug 2006 09:20:24 +0000 (09:20 +0000)]
removing trustbitmask for now and comment from riskbitmask

18 years agoFixed syntax error.
thepurpleblob [Thu, 31 Aug 2006 09:17:57 +0000 (09:17 +0000)]
Fixed syntax error.

18 years agoadding capabilities
toyomoyo [Thu, 31 Aug 2006 08:51:09 +0000 (08:51 +0000)]
adding capabilities

18 years agocapability riskbitmasks and user trustbitmask patch #1 see MDL-6412
skodak [Thu, 31 Aug 2006 08:36:36 +0000 (08:36 +0000)]
capability riskbitmasks and user trustbitmask patch #1 see MDL-6412

18 years agoAdded capability support
bobopinna [Thu, 31 Aug 2006 08:34:13 +0000 (08:34 +0000)]
Added capability support

18 years agoClean up for role_assign()
moodler [Thu, 31 Aug 2006 08:30:28 +0000 (08:30 +0000)]
Clean up for role_assign()

18 years agoIf the merchant does not accept ACH (echeck) method, set default payment method as...
ethem [Thu, 31 Aug 2006 08:06:19 +0000 (08:06 +0000)]
If the merchant does not accept ACH (echeck) method, set default payment method as AN_METHOD_CC.

18 years agoAdded "enrol" parameter to role_assign which records how this assignment
moodler [Thu, 31 Aug 2006 07:58:53 +0000 (07:58 +0000)]
Added "enrol" parameter to role_assign which records how this assignment
was made

18 years agoredirect() now always respects delay 0 if specified + some minor changes
skodak [Thu, 31 Aug 2006 07:45:58 +0000 (07:45 +0000)]
redirect() now always respects delay 0 if specified + some minor changes

18 years agoMore robustness fixes for accesslib
moodler [Thu, 31 Aug 2006 07:40:48 +0000 (07:40 +0000)]
More robustness fixes for accesslib

18 years agoAdded Echeck UI validation.
ethem [Thu, 31 Aug 2006 07:11:31 +0000 (07:11 +0000)]
Added Echeck UI validation.

18 years agoMore defensive get_parent_cats()
moodler [Thu, 31 Aug 2006 05:06:30 +0000 (05:06 +0000)]
More defensive get_parent_cats()

18 years agoSome robustness when loading capabilities
moodler [Thu, 31 Aug 2006 04:17:51 +0000 (04:17 +0000)]
Some robustness when loading capabilities

18 years agoRemoved tabs
moodler [Thu, 31 Aug 2006 04:00:01 +0000 (04:00 +0000)]
Removed tabs

This block still needs work to merge with the new admin pages

18 years agoMinor modifications to oci8po generator (max 38 for number)
stronk7 [Thu, 31 Aug 2006 00:19:57 +0000 (00:19 +0000)]
Minor modifications to oci8po generator (max 38 for number)

18 years agoBlock plugin tables can use the XMLDB install & upgrade
stronk7 [Thu, 31 Aug 2006 00:02:06 +0000 (00:02 +0000)]
Block plugin tables can use the XMLDB install & upgrade

18 years agoBlock core blocks tables can use the XMLDB install & upgrade
stronk7 [Wed, 30 Aug 2006 23:18:29 +0000 (23:18 +0000)]
Block core blocks tables can use the XMLDB install & upgrade

18 years agoSmall rework of the main install/upgrade script. Everything should
stronk7 [Wed, 30 Aug 2006 23:13:43 +0000 (23:13 +0000)]
Small rework of the main install/upgrade script. Everything should
continue working as before.

18 years agoUpdated front-end display to accurately represent how moodle is handling things on...
cap2501 [Wed, 30 Aug 2006 21:39:09 +0000 (21:39 +0000)]
Updated front-end display to accurately represent how moodle is handling things on the backend.

18 years agoSwitched over to using moodle commands instead of direct DB manipulation for everythi...
cap2501 [Wed, 30 Aug 2006 21:38:23 +0000 (21:38 +0000)]
Switched over to using moodle commands instead of direct DB manipulation for everything but blocks(still working on that one).

18 years agoNow backup tables can use the XMLDB install & upgrade
stronk7 [Wed, 30 Aug 2006 20:41:37 +0000 (20:41 +0000)]
Now backup tables can use the XMLDB install & upgrade

18 years agoTriple "l" were preventing new installations to be executed for plugins.
stronk7 [Wed, 30 Aug 2006 20:27:29 +0000 (20:27 +0000)]
Triple "l" were preventing new installations to be executed for plugins.

18 years agoMinor separations...
stronk7 [Wed, 30 Aug 2006 20:13:46 +0000 (20:13 +0000)]
Minor separations...

18 years agoNow plugins (qtypes and enrols) can use the XMLDB install & upgrade
stronk7 [Wed, 30 Aug 2006 19:52:16 +0000 (19:52 +0000)]
Now plugins (qtypes and enrols) can use the XMLDB install & upgrade

18 years agoUser fields for ECHECK
ethem [Wed, 30 Aug 2006 19:38:28 +0000 (19:38 +0000)]
User fields for ECHECK

18 years agoAdded the 'delete' methods back nessicary to change $field to optional.
cap2501 [Wed, 30 Aug 2006 19:22:34 +0000 (19:22 +0000)]
Added the 'delete' methods back nessicary to change $field to optional.

18 years agoSome UI stuff for ECHECK
ethem [Wed, 30 Aug 2006 19:12:28 +0000 (19:12 +0000)]
Some UI stuff for ECHECK

18 years agoAutoconfigure credit card types. This is not a Makefile :)))
ethem [Wed, 30 Aug 2006 18:59:53 +0000 (18:59 +0000)]
Autoconfigure credit card types. This is not a Makefile :)))

18 years agoJust "normalizing" index names inside the XMLDBEditor. Not critical but...
stronk7 [Wed, 30 Aug 2006 17:17:39 +0000 (17:17 +0000)]
Just "normalizing" index names inside the XMLDBEditor. Not critical but...
Following rule 1.3 from:
http://docs.moodle.org/en/XMLDB_Defining_one_XML_structure#Conventions

18 years agoOne new error string added.
stronk7 [Wed, 30 Aug 2006 17:14:57 +0000 (17:14 +0000)]
One new error string added.

18 years agoAdded ABA validation funtion.
ethem [Wed, 30 Aug 2006 17:14:32 +0000 (17:14 +0000)]
Added ABA validation funtion.

18 years agoImprove save file, showing the proper error if not writeable.
stronk7 [Wed, 30 Aug 2006 17:12:00 +0000 (17:12 +0000)]
Improve save file, showing the proper error if not writeable.

18 years agofixed wrong type for session data field in mysql, enabled feedback when dropping...
skodak [Wed, 30 Aug 2006 16:37:52 +0000 (16:37 +0000)]
fixed wrong type for session data field in mysql, enabled feedback when dropping old session table during upgrade

18 years agowhere BIG should be LONG...
stronk7 [Wed, 30 Aug 2006 16:14:44 +0000 (16:14 +0000)]
where BIG should be LONG...

18 years ago...where = should be == ...
stronk7 [Wed, 30 Aug 2006 16:06:16 +0000 (16:06 +0000)]
...where = should be == ...

18 years agoEliminate an isteacheredit
tjhunt [Wed, 30 Aug 2006 15:52:11 +0000 (15:52 +0000)]
Eliminate an isteacheredit

18 years agoSome documentation.
ethem [Wed, 30 Aug 2006 14:33:31 +0000 (14:33 +0000)]
Some documentation.

18 years agoDeleted comment.
ethem [Wed, 30 Aug 2006 14:16:45 +0000 (14:16 +0000)]
Deleted comment.

18 years agoSome UI changes.
ethem [Wed, 30 Aug 2006 14:06:40 +0000 (14:06 +0000)]
Some UI changes.

18 years agoPorted AUTHORIZE_ECHECK changes into HEAD. (cvs update -j HEAD -j AUTHORIZE_ECHECK)
ethem [Wed, 30 Aug 2006 10:29:10 +0000 (10:29 +0000)]
Ported AUTHORIZE_ECHECK changes into HEAD. (cvs update -j HEAD -j AUTHORIZE_ECHECK)

* New Feature (Authorize.net eCheck)

Authorize.Net provides an exclusive, fully integrated electronic check payment method, eCheck.Net.
Using eCheck.Net, merchants can accept and process payments from consumer and corporate bank accounts
directly from their Web site or through the Authorize.Net Virtual Terminal. By accepting electronic checks,
you expand the payment options available to new and existing customers, enhancing customer loyalty and
potentially increasing sales.

+ Lower Fees - Lower rates than credit cards or PayPal.
+ More Efficient - eCheck.Net does everything online, eliminating the cost and inconvenience of manually
  processing paper checks and waiting for checks in the mail.
+ Fully Integrated Solution - No third-party integration required implementing eCheck.Net is easy
  for merchants already using the Authorize.Net Payment Gateway.
+ Integrated Reporting - Provides a combined view of all eCheck.Net and credit card payment transactions.
  Reconcile payment and billing activity using online reports and statements.
+ Ship Product Sooner - Improved up-front transaction validation that returns the status of transactions faster.
+ Security - Authorize.Net uses the latest 128-bit Secure Socket Layer (SSL) technology for
  secure Internet Protocol (IP) transactions.

== TO DO ==

- Generate Echeck forms.
- Show users a echeck option if admin enabled echeck method.
- Allow admins/teachers to enrol a student using echeck method (FIX: role consept)

==========

18 years agofixed missing semicolon typo
skodak [Wed, 30 Aug 2006 09:17:40 +0000 (09:17 +0000)]
fixed missing semicolon typo

18 years agoimported newer PCLZIP library; added directory restriction to our own security checks
skodak [Wed, 30 Aug 2006 08:51:57 +0000 (08:51 +0000)]
imported newer PCLZIP library; added directory restriction to our own security checks

18 years agoadded some capabilities
toyomoyo [Wed, 30 Aug 2006 08:43:17 +0000 (08:43 +0000)]
added some capabilities

18 years agoADODB v4.92a import
skodak [Wed, 30 Aug 2006 08:12:11 +0000 (08:12 +0000)]
ADODB v4.92a import

18 years agobetter input validation in files/index.php SC#307
skodak [Wed, 30 Aug 2006 08:03:12 +0000 (08:03 +0000)]
better input validation in files/index.php SC#307

18 years agomore appropriate type for locale setting
skodak [Wed, 30 Aug 2006 07:42:42 +0000 (07:42 +0000)]
more appropriate type for locale setting

18 years agoutf8 migrate support for additional fields MDL-6339
toyomoyo [Wed, 30 Aug 2006 06:12:12 +0000 (06:12 +0000)]
utf8 migrate support for additional fields MDL-6339

18 years agoAutomatic installer.php lang files by installer_builder (20060830)
moodler [Wed, 30 Aug 2006 02:44:42 +0000 (02:44 +0000)]
Automatic installer.php lang files by installer_builder (20060830)

18 years agoRemoving DTD and XMLSchema. It's under lib/xmldb
stronk7 [Wed, 30 Aug 2006 00:11:36 +0000 (00:11 +0000)]
Removing DTD and XMLSchema. It's under lib/xmldb

18 years agorelative+cleaned paths
stronk7 [Wed, 30 Aug 2006 00:10:08 +0000 (00:10 +0000)]
relative+cleaned paths

18 years agorelative+cleaned paths
stronk7 [Tue, 29 Aug 2006 23:53:46 +0000 (23:53 +0000)]
relative+cleaned paths

18 years agorelative+cleaned paths
stronk7 [Tue, 29 Aug 2006 23:45:08 +0000 (23:45 +0000)]
relative+cleaned paths

18 years agorelative+cleaned paths
stronk7 [Tue, 29 Aug 2006 23:33:55 +0000 (23:33 +0000)]
relative+cleaned paths

18 years agorelative+cleaned paths
stronk7 [Tue, 29 Aug 2006 23:29:28 +0000 (23:29 +0000)]
relative+cleaned paths

18 years agorelative+cleaned paths
stronk7 [Tue, 29 Aug 2006 23:20:03 +0000 (23:20 +0000)]
relative+cleaned paths

18 years agoupdating index files MDL-3484
koenr [Tue, 29 Aug 2006 23:08:28 +0000 (23:08 +0000)]
updating index files MDL-3484

18 years agodb sessions are now using the newer session handler adodb-session2.php
skodak [Tue, 29 Aug 2006 22:45:54 +0000 (22:45 +0000)]
db sessions are now using the newer session handler adodb-session2.php

18 years agorelative+cleaned paths
stronk7 [Tue, 29 Aug 2006 22:45:46 +0000 (22:45 +0000)]
relative+cleaned paths

18 years agorelative+cleaned paths
stronk7 [Tue, 29 Aug 2006 22:26:57 +0000 (22:26 +0000)]
relative+cleaned paths

18 years agocleaned paths
stronk7 [Tue, 29 Aug 2006 22:21:13 +0000 (22:21 +0000)]
cleaned paths

18 years agorelative+cleaned paths
stronk7 [Tue, 29 Aug 2006 22:17:25 +0000 (22:17 +0000)]
relative+cleaned paths

18 years agofixed $zthis typo in postgres7 driver, Eloy is reporting it upstream
skodak [Tue, 29 Aug 2006 22:06:31 +0000 (22:06 +0000)]
fixed $zthis typo in postgres7 driver, Eloy is reporting it upstream

18 years agoMoving getEndedStatements() to the propef function.
stronk7 [Tue, 29 Aug 2006 21:57:40 +0000 (21:57 +0000)]
Moving getEndedStatements() to the propef function.

18 years agorelative+cleaned paths
stronk7 [Tue, 29 Aug 2006 21:26:46 +0000 (21:26 +0000)]
relative+cleaned paths

18 years agorelative+cleaned paths
stronk7 [Tue, 29 Aug 2006 21:07:59 +0000 (21:07 +0000)]
relative+cleaned paths

18 years agoupdating index files MDL-3484
koenr [Tue, 29 Aug 2006 21:02:16 +0000 (21:02 +0000)]
updating index files MDL-3484

18 years agorelative+cleaned paths
stronk7 [Tue, 29 Aug 2006 20:50:44 +0000 (20:50 +0000)]
relative+cleaned paths

18 years agobetter handling of anchor name in docs index SC#306
skodak [Tue, 29 Aug 2006 20:38:23 +0000 (20:38 +0000)]
better handling of anchor name in docs index SC#306

18 years agoimport of new ADODB v4.92 library
skodak [Tue, 29 Aug 2006 20:23:17 +0000 (20:23 +0000)]
import of new ADODB v4.92 library

18 years agoNow the "created" field is refreshed always in the main list.
stronk7 [Tue, 29 Aug 2006 19:27:34 +0000 (19:27 +0000)]
Now the "created" field is refreshed always in the main list.

18 years agoadding (slowly) strings from soc admin page cleanup
vinkmar [Tue, 29 Aug 2006 17:02:35 +0000 (17:02 +0000)]
adding (slowly) strings from soc admin page cleanup

18 years agofixed the duplicate "Themes" page (well, not quite duplicate, but confusing nonetheless)
vinkmar [Tue, 29 Aug 2006 17:00:23 +0000 (17:00 +0000)]
fixed the duplicate "Themes" page (well, not quite duplicate, but confusing nonetheless)

18 years agoadding a more obvious heading to the page :)
vinkmar [Tue, 29 Aug 2006 16:59:19 +0000 (16:59 +0000)]
adding a more obvious heading to the page :)