7811 Commits

Author SHA1 Message Date
moodler
996a5f8d76 These files still need tidying 2006-09-03 14:43:41 +00:00
skodak
50999a0b94 new admin block fixes and reorganisation - I guess we need something more traditional for now 2006-09-03 13:10:56 +00:00
ethem
dedc048c92 CVV 2006-09-02 14:26:17 +00:00
ethem
e44aa47ceb ABA help 2006-09-02 14:11:51 +00:00
ethem
f6a1084c8b ABA help 2006-09-02 14:08:31 +00:00
ethem
0c76d7e375 New string: paymentmethod 2006-09-01 16:43:52 +00:00
ethem
7222c36bf8 * New strings for 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.
2006-09-01 09:04:11 +00:00
stronk7
2813c04ba9 One new error string added. 2006-08-30 17:14:57 +00:00
koenr
51b8bebb7a updating index files MDL-3484 2006-08-29 23:08:28 +00:00
koenr
8775961a89 updating index files MDL-3484 2006-08-29 21:02:16 +00:00
vinkmar
9fdc896535 adding (slowly) strings from soc admin page cleanup 2006-08-29 17:02:35 +00:00
stronk7
840391757e Initial commit of XMLEditor langpack. 2006-08-28 21:33:03 +00:00
skodak
d389b12829 create safer .htaccess SC#302 2006-08-28 21:07:43 +00:00
skodak
add47d44d0 check suggested dataroot in install.php SC#295 2006-08-28 20:54:16 +00:00
skodak
57e35f328a basic detection of sites with misconfigured dataroot SC#295 2006-08-28 20:11:24 +00:00
vyshane
7654b2bb08 Added lang string 2006-08-28 07:30:07 +00:00
moodler
9250203ff5 Added a better string as per MDL-6379 2006-08-28 07:12:10 +00:00
moodler
c5eef32d56 New strings for AJAX setting 2006-08-28 06:51:46 +00:00
cap2501
931ef52833 added description for topics - AJAX format 2006-08-28 02:08:37 +00:00
koenr
6494526340 typo - Thanks Mits! 2006-08-27 18:02:23 +00:00
koenr
c7a872cbcf updating index files MDL-3484 2006-08-27 08:26:48 +00:00
koenr
4d6cb85c3b updating index files MDL-3484 2006-08-27 08:20:34 +00:00
koenr
7d06e3b3be updating index files MDL-3484 2006-08-27 08:09:03 +00:00
koenr
702a3aafa7 typo 2006-08-27 08:01:24 +00:00
koenr
0bb3edbcff updating index files MDL-3484 2006-08-27 08:00:42 +00:00
koenr
b85953c847 updating index files MDL-3484 2006-08-27 07:31:10 +00:00
koenr
936678268c updating index files MDL-3484 2006-08-27 07:13:40 +00:00
tjhunt
6ac7a65d76 Missing language string. 2006-08-25 14:29:47 +00:00
tjhunt
307f045f07 MDL-5969 Let multiple choice questions have feedback that does not depend on the chosen answer
In passing, I fixed MDL-6297 Export of multichoice questions in Moodle XML format doesn't save shuffle option too.
2006-08-24 10:22:43 +00:00
tjhunt
78fd16a5fb Improved one language string. Thank Mitshiro Yoshida. 2006-08-23 09:23:56 +00:00
tjhunt
212b7b8cd9 MDL-5270 - give students a feeback comment for their performance in the entire quiz.
Also, along the way I noticed and fixed MDL-6290 student grades not rescaled when quiz maximum grade changed.
2006-08-22 17:31:26 +00:00
moodler
3566b97c4a Fixing some strings 2006-08-19 08:21:05 +00:00
vinkmar
dd81bb350c updated for admin page cleanup 2006-08-18 07:26:25 +00:00
tomflannaghan
1f9aab2e10 *** empty log message *** 2006-08-17 13:18:02 +00:00
moodler
901dd2fb4c Merged new "Database preset" support from Tom Flannaghan.
Still needs some tidy-up work but it's working.
2006-08-15 08:42:06 +00:00
moodler
f2e21e6c03 Fix error string 2006-08-14 06:03:30 +00:00
moodler
8737be587d More language-related tidyups and a new get_local_override() function 2006-08-13 09:25:45 +00:00
moodler
f9a67ea1e2 New strings for Roles and Capabilities 2006-08-13 09:10:52 +00:00
danstowell
94682d3e58 Another couple of latlong strings 2006-08-12 19:02:39 +00:00
danstowell
5cd48bf480 Another couple of latlong strings 2006-08-12 17:37:08 +00:00
tjhunt
1b8a7434e2 Bug 6239 - Allow questions to have some teacher-supplied commentary.
While implementing this, I removed the ~100 lines of very similar code from the top of each question type's editquestion.html template, and moved this to a the function print_question_form_start() in the base class, which uses the template question/type/editquestionstart.html. This is described in more detail here: http://moodle.org/mod/forum/discuss.php?d=51590, and is why this patch makes the codebase 523 lines smaller.
2006-08-11 14:59:18 +00:00
bobopinna
431b5cc855 Added two strings 2006-08-11 13:11:53 +00:00
thepurpleblob
57f4a71feb Merged from STABLE 2006-08-11 12:16:38 +00:00
thepurpleblob
7b579ee61f Merged from STABLE 2006-08-11 08:52:24 +00:00
danstowell
8897f6fa9f Latitude and longitude lang strings for en_utf8 for data activity 2006-08-11 08:48:28 +00:00
moodler
ced70cb63d More Roles-related strings 2006-08-09 05:54:27 +00:00
moodler
4ed70f1b6e Some new strings 2006-08-09 05:35:55 +00:00
moodler
bbbf2d4015 ROLES AND PERMISSIONS - FIRST CHECK-IN
=======================================

WARNING:  DEV IS CURRENTLY VERY UNSTABLE.

This is a mega-checkin of the new Roles system.   A lot of changes have
been made in core and modules.

Currently there are a lot of rough edges and known problems.  We are
working hard on these .. .the reason for getting this into HEAD at this
stage is enable us to move faster (our branch was diverging from HEAD
too much).

Please keep an eye on http://docs.moodle.org/en/Roles for current status
and information for developers on how to use the new Roles system.
2006-08-08 05:13:06 +00:00
stronk7
ab8bfc7eee Two new strings to display the XMLDB editor under the admin page. 2006-08-07 19:45:02 +00:00
skodak
3e46c6ec5a Swf now disabled by default in Mediaplugin and added explanation SC#284; merged from MOODLE_16_STABLE 2006-08-07 14:53:53 +00:00