martinlanghoff
4f03006577
Merged from MOODLE_15_STABLE - LDAP servers being down or unavailable should not prevent login - we now fail with a notice() rather than with an error()
2005-08-17 22:38:24 +00:00
mjollnir_
e7fa4c7f14
Bumping blocks version for my moodle changes
2005-08-17 22:36:55 +00:00
mits
396c1402f1
translated few strings for lesson.
2005-08-17 16:35:43 +00:00
scop22
eaa4e90d73
Updating EUC_KR language pack to keep up with the translation in the UTF-8 pack; README file also updated with more up-to-date information
2005-08-17 13:37:53 +00:00
scop22
c7e7284a21
Updated README file with more current information about this translation project
2005-08-17 13:32:29 +00:00
scop22
b5227d6f91
Adding two new files to the Korean language pack (UTF version)
2005-08-17 13:15:34 +00:00
scop22
019b43a088
A few more updated files and strings for ko_utf8 language pack to keep up-to-date
2005-08-17 10:36:46 +00:00
thepurpleblob
3f11ce14d9
Merged from STABLE
2005-08-17 10:35:37 +00:00
thepurpleblob
9bf9910e17
Merged from STABLE
2005-08-17 10:29:36 +00:00
koenr
53d70ab040
I hope I fixed a typo - please check
2005-08-17 08:39:42 +00:00
thepurpleblob
814f88c093
Removed $printfunction variable, which seems completely unused anyway (and isn't
...
a parameter for the function anyway)
2005-08-17 08:36:31 +00:00
mjollnir_
5d3715d492
Removed tiny amount of unncessary code I added as part of the my moodle block stuff yesterday
2005-08-16 23:17:56 +00:00
mjollnir_
f41ef63ee6
materialized path & depth for course categories.
2005-08-16 23:15:58 +00:00
martignoni
523516fa48
Course request feature
2005-08-16 19:53:31 +00:00
martignoni
cfc1f1d00b
My Moodle new features
2005-08-16 19:09:06 +00:00
mits
9102af6f1b
translated a new string for currencies.php.
2005-08-16 17:43:36 +00:00
mits
679fd18d4c
polished.
2005-08-16 17:30:22 +00:00
moodler
4b2fd78782
Fixed Turkish Lira
2005-08-16 17:28:26 +00:00
mits
959e3264a3
translated new strings for moodle.php and admin.php.
2005-08-16 16:43:03 +00:00
vthung
5f1471f280
Appended some new strings
2005-08-16 14:05:24 +00:00
mjollnir_
0705ff843b
Course request feature. Allows normal users to 'request' courses they would like created,
...
and admins can approve or reject pending courses.
Also, contains the ability to restrict activity modules on a per course basic. Strict config options:
enable restricting modules at ALL (for all courses, no courses, requested courses), what to do by default for newly created courses
as well as what modules to enable for above category by default.
This feature was created for the aim of building a community side to moodle - for institutes that have strict courses and enrolments, allowing normal users to request interest courses is a good feature,
but some modules may be redundant (assignment, lesson, quiz etc)
Please test!
2005-08-16 06:15:49 +00:00
mits
575122f98e
block_student_loan_calc renamed to block_loancalc
2005-08-16 06:13:34 +00:00
mjollnir_
84c57908c8
renaming block_student_loan_calc to block_loancalc
2005-08-16 05:56:55 +00:00
lonecatz
f2ef9cb220
new translated files
2005-08-16 05:10:12 +00:00
mits
8dd3aabb4e
added 2 new lang files and translated some new strings.
2005-08-16 04:31:54 +00:00
martinlanghoff
68dc9aae15
Merged from MOODLE_15_STABLE - Unset the changepassword flag for the _right_ user, even if we are masquerading an account
2005-08-16 03:20:47 +00:00
mjollnir_
3e920f36ff
New block for student loan calculation. Doesn't contain db tables.
2005-08-16 01:45:42 +00:00
martinlanghoff
06ba0b0452
Merged from MOODLE_15_STABLE - Tell insert record we don't care about inserted id
2005-08-16 00:43:56 +00:00
mjollnir_
0d6b9d4f4d
MyMoodle: new /my/ page, contains course overview (module based, forum done). User defined blocks on /my/ page, admin defined stickyblocks. Needs lots of testing. Held off bumping version.php for blocks because of the postgres upgrade fixes Patrick is putting in.
2005-08-16 00:25:39 +00:00
martinlanghoff
f209eb9d34
Merged from MOODLE_15_STABLE - Enable reset password functinoality for LDAP and other external auth mechanisms as promised in the auth config page
2005-08-15 23:19:58 +00:00
patrickslee
4e980e5a92
Mass cleanup of bad postgres upgrade scripts(merged from 15_stable)
2005-08-15 23:17:58 +00:00
mjollnir_
43e664cca7
Added locallib - hook to provide easier means for local customisations. Currently contains mechanism for having local db upgrades without munging the main CFG->dbtype.php scripts.
2005-08-15 22:31:22 +00:00
martignoni
3317472ff2
Tweaks to new strings
2005-08-15 22:12:09 +00:00
martignoni
d921c8b07b
Added string for 'studentview'
2005-08-15 22:06:34 +00:00
mits
0e4e478c90
translated a help file for exercise.
2005-08-15 17:27:08 +00:00
mits
b7ada109d3
translated new strings for moodle.php.
2005-08-15 16:17:48 +00:00
thepurpleblob
f85c067f85
Removed some commented out code from studentview additions.
2005-08-15 13:14:36 +00:00
thepurpleblob
15ffee79b5
Added 'studentview' button to course page.
2005-08-15 12:54:46 +00:00
thepurpleblob
367b841305
Added 'studentview' button functionality.
2005-08-15 12:53:57 +00:00
thepurpleblob
c56707d80b
Added strings for 'studentview' buttons
2005-08-15 12:52:55 +00:00
mindforge
c19a2e4ea8
Enabling $options->correct_responses for multianswer questions. I.e. highlighting of correct answers can now be turned off.
2005-08-15 11:49:02 +00:00
mindforge
3db197cad4
Fix for the bug described in the discussions http://moodle.org/mod/forum/discuss.php?d=26526 and http://moodle.org/mod/forum/discuss.php?d=27274
2005-08-15 11:38:13 +00:00
mits
51eff0a3c7
polished.
2005-08-15 02:57:06 +00:00
danmarsden
3ddb684e57
Fixes for Bug #3876 , Bug #3816
2005-08-14 21:59:09 +00:00
mits
5fb64ae283
translated two help files for lesson.
2005-08-14 17:12:38 +00:00
mits
c64ed06021
polished, translated a help file for exercise.
2005-08-14 17:01:17 +00:00
vthung
3f7f065763
Appended some new strings
2005-08-14 15:15:13 +00:00
barias
7af0e4431e
Minor updates in spanish translation
2005-08-14 15:12:05 +00:00
mits
dc6fef9eda
polished.
...
translated a new string for resource.
2005-08-14 14:14:29 +00:00
martignoni
cf3bfc51bd
New string 'showcourseblocks'
2005-08-14 09:08:47 +00:00