stronk7
696d30784b
DOS linefeeds are dead now!
2006-02-04 18:51:25 +00:00
stronk7
be828dcdcb
New record!! 2 lines, 3 typos!! :-P
...
Also, I've noticed that the file has DOS linefeeds!
Please avoid them!
2006-02-04 18:49:19 +00:00
stronk7
8dc725d939
Solving typo!
2006-02-04 18:31:09 +00:00
stronk7
de36987bcf
changing one wrong string.
2006-02-04 18:26:27 +00:00
stronk7
b9993e9568
Bypass function redefined a bit.
2006-02-04 17:22:59 +00:00
moodler
27afe69260
get_string not stripslashes
2006-02-03 09:17:25 +00:00
moodler
e9e6e7b85f
fix for 4676
2006-02-03 09:16:15 +00:00
stronk7
d24e8b250e
Now enviroment.xml will support:
...
- Feedback messages to be defined on error and on check.
- Bypass function calls to change original checks performed.
2006-02-02 18:29:41 +00:00
moodler
1c6f450c41
changed to use componentlib
2006-02-01 05:59:21 +00:00
stronk7
4d1014d5c8
ziip files doesn't exist!
2006-01-31 15:03:52 +00:00
stronk7
24e4cd5375
Now environmental data can be installed automatically from
...
download.moodle.org using the component_installer class.
Seems to work at the fist try, so something is wrong, sure! :-P
2006-01-31 14:53:05 +00:00
moodler
9b470754b3
deleting lang cahce after done
2006-01-31 09:08:22 +00:00
moodler
799ce77d79
mechanism for unicode db migration is in. Please only use for testing at this stage. This is not for production site! (yet)
2006-01-31 08:21:04 +00:00
patrickslee
6298f98c0a
Some HTML fixes for configurable frontpage settings page
2006-01-30 21:20:45 +00:00
gustav_delius
9f55987836
Now use language strings instead of 1,2,3 to express ordering choices
2006-01-30 00:40:57 +00:00
toyomoyo
943cc10d5b
took out print_progress funciton and put it in adminlib
2006-01-27 02:54:03 +00:00
stronk7
e4a70465de
Raising MySQL minimum version to 4.1.16
...
Merged from MOODLE_15_STABLE
2006-01-25 15:52:48 +00:00
moodler
a03d69a5ea
added code to support dummy fields (to enable dropping and adding arbitray number of indexes)
2006-01-24 02:36:32 +00:00
mjollnir_
5e33ce6da3
bugfix for hook for filters to have their own save config function
2006-01-23 22:38:01 +00:00
mjollnir_
e5b66e2cd4
added hook for filters to have their own save config function if they want to
2006-01-23 20:37:44 +00:00
stronk7
00d3a0fd95
Notices out!
2006-01-19 16:21:50 +00:00
moodler
11921822d5
fixing "default" bug
2006-01-19 05:28:53 +00:00
stronk7
2455eace43
Page finished. Now it's possible to check current and future
...
moodle versions... PostgreSQL people, check it against your
servers, please.
In 1-2 days I'll merge this changes to 15_STABLE, to allow
moodlers to pre-check their environments...
2006-01-18 23:05:07 +00:00
stronk7
2984a975f9
Just work in progress...
2006-01-18 00:23:57 +00:00
martinlanghoff
1ab3490ec9
admin/uploaduser: fix password update bug, safer renames, optimized execution
...
This patch bundles 3 changes:
+ password inserts/updates were not being md5()d
+ skip the user altogether when the rename fails, to
avoid clobbering the existing user account
+ get_courses() has moved outside the main loop so
it is called only once -- huge difference in
performance and number of DB queries
2006-01-16 23:54:52 +00:00
stronk7
572f46d3d2
This is going to be the frontend. Just reseting the file
...
to its minimum for now.
2006-01-16 23:31:05 +00:00
stronk7
9bdc03bc06
Added the higer level check_moodle_environment()
...
It's the only one to be used from the rest of code.
Changed recommended to optional.
2006-01-16 22:07:59 +00:00
stronk7
36372e0cde
Changed recommended to optional.
2006-01-16 22:06:15 +00:00
stronk7
21ee1ca9f7
The logic is now completed and DB, PHP and PHP_EXTENSIONS
...
can be checked, so I commit this.
Just starting to build the presentation layer of the stuff.
2006-01-16 19:32:14 +00:00
stronk7
302c93aec4
Put some real data about reqs, both for 1.5 and 1.6.
2006-01-16 19:29:50 +00:00
stronk7
5deb5563f5
fit PHP_EXTENSION under PHP_EXTENSIONS container.
2006-01-16 18:08:11 +00:00
stronk7
95e8227bb9
Initial model of Moodle compatibility matrix to be
...
checked from admin, install and upgrade. Now it includes
one "false" version to be able to test it.
2006-01-16 13:53:30 +00:00
moodler
bdebe6c40c
this is the db migration script, this is not called at the moment, please do not call this script as it is only in testing stage.
2006-01-16 07:59:04 +00:00
martinlanghoff
1f84d800af
admin/uploaduser: missing strings fixups
2006-01-16 03:43:41 +00:00
martinlanghoff
d8559098ff
admin/uploaduser fixups - lowercase oldusername and fix missing strings
2006-01-16 03:16:08 +00:00
martinlanghoff
a2ce7344de
admin/uploaduser fixes and enhancements
...
Several fixes and enhancements:
+ No longer fail due to timeouts or memory limits. And let apache know
that we're a memory hog so it can clean up after us.
+ Add support for user account updates (optional)
+ Add support for user account renames (optional)
+ Cleaned up the logic that deals with creation and failure
+ More robust error handling
+ Use optional_param() -- no longer depends on register_globals
-- when do we switch that off?
+ Added the relevant documentation.
2006-01-16 03:15:32 +00:00
martinlanghoff
e3b6b2b083
User uploads allow missing password
...
User upload now has an option to allow missing passwords to be accepted -
if we have an email field available. Cron will pick up those users, and call
setnew_password_and_mail() for them.
Effective way to spam your way through life...
2006-01-16 02:53:19 +00:00
defacer
e58e1a9474
XHTML fixes for the administration page, plus a couple assorted styles.
2006-01-13 15:30:24 +00:00
defacer
1198996db6
Some XHTML fixes I had lying around.
2006-01-13 15:15:19 +00:00
moodler
ee8c71c235
added array_unique($installedfilters) so that no redundant filter is stored in DB
2006-01-10 04:11:56 +00:00
toyomoyo
6e113a156a
formatting etc
2006-01-09 02:06:51 +00:00
stronk7
7d5ab7e2ed
Avoid one notice.
2006-01-07 10:44:44 +00:00
toyomoyo
1a71d8074c
some changes to lang pack management
2006-01-06 02:14:16 +00:00
stronk7
04d4d63368
Allow to define some globals about mail encodings.
...
Merged from MOODLE_16_UTF8. Abandoning the branch.
2006-01-05 17:17:40 +00:00
moodler
3699264c68
Something old needing checking in
2006-01-05 06:28:57 +00:00
moodler
6aaa17c7cc
Merging language-pack-related updates from Eloy's MOODLE_16_UTF8 branch.
...
Do not use that branch any more!!
2006-01-04 08:23:42 +00:00
toyomoyo
bb5c34a144
bug fixes and sesskey checks
2005-12-23 02:28:24 +00:00
toyomoyo
9db8228397
more bug fix
2005-12-21 02:02:35 +00:00
toyomoyo
436c8dffcf
.
2005-12-21 00:57:46 +00:00
toyomoyo
f962f6bf7b
language import utility
2005-12-20 08:34:52 +00:00