moodler
ab6d2992e8
Search = GET and fixed the dead end when no results to search
2005-02-21 13:50:06 +00:00
defacer
04280e857e
Renamed set_user_sesskey() to just sesskey(). SC#74
2005-01-23 22:07:13 +00:00
defacer
1a33f699b2
Merging fix for bug 2264 & improvements from MOODLE_14_STABLE
2005-01-12 11:40:46 +00:00
defacer
642fd913d3
Capitalized $user->sessionIP to $USER->sessionIP. Probably was a typo,
...
considering the comment just above.
2005-01-12 11:33:45 +00:00
martinlanghoff
0c3e818cb1
Merged from MOODLE_14_STABLE moodle--eduforge--1.3.3--patch-321 Fixed bug in user search: now we trim() the search string
2004-11-18 02:47:02 +00:00
moodler
56c178a754
Merged search trim from stable
2004-11-04 07:15:50 +00:00
moodler
5526e0fa64
Make sure the new admin user has the sessionIP set properly the first time
2004-10-08 13:16:34 +00:00
moodler
03c40645c1
Merged sesskey fixes from STABLE
2004-10-04 13:50:37 +00:00
stronk7
4cfc640037
admin/user.php is now using sesskey.
...
Merged from MOODLE_14_STABLE
2004-10-03 17:19:36 +00:00
moodler
170ed2a1cf
Set the sesskey for new admins
2004-10-02 15:22:11 +00:00
gustav_delius
8f0cd6ef0f
Resolved problems with previous replacement of
...
& to & and fixed redirect() to entity encode the
inut where needed.
Julian Sedding
2004-09-21 11:41:58 +00:00
gustav_delius
839f2456bb
XHTML compliance
...
- fixed (hopefully) all <img> tags
- global replace on <br> to <br />
- & in URLs
- got the forum module XHTML compliant
Julian Sedding
2004-09-16 17:13:57 +00:00
fiedorow
16da26a666
With authentication defined on per user basis, all user administration methods should be available, regardless whether the default site method is internal or external
2004-09-16 01:50:41 +00:00
gustav_delius
0cdd138180
some fixes for XHTML compliance
2004-09-12 00:21:21 +00:00
moodler
39a5a35d6d
Finalise the switchover to using the user->auth field when authenticating.
...
Thanks, Howard Miller!
2004-08-16 15:41:57 +00:00
moodler
ff7acbfeca
Merged recent stable fix for 1607
2004-07-02 02:46:17 +00:00
gustav_delius
0671ba130f
used is_internal_auth() to decide if to show "Add new user" link
2004-05-31 08:20:13 +00:00
gustav_delius
aed646106b
"Add a new user" link near top of page, see bug 713
2004-05-30 21:12:09 +00:00
moodler
ee02c13d91
Table columns retain current search parameters
2004-03-20 07:03:46 +00:00
moodler
488acd1be9
Some fixes to the functions for fetching users (some of it is backing
...
out Scott's changes, sorry Scott!) and some fixes to the interface
for the admin user page.
2004-03-20 06:58:52 +00:00
selliott
6c2ae454a5
Modified to be more consistent with user/index.php for paging, sorting and searching
2004-03-19 04:29:00 +00:00
selliott
8516afd507
Added logic to allow confirmation of unconfirmed users.
2004-03-09 21:43:09 +00:00
moodler
e21f6c81b5
No need to require this file
2004-01-11 18:09:09 +00:00
moodler
b405515797
Fixed typo from last night
2003-11-29 14:26:59 +00:00
moodler
2f15e48cf6
Implemented more fullname() calls
2003-11-28 10:31:06 +00:00
moodler
5fde0ca615
Use the new fullname function
2003-11-19 16:15:56 +00:00
moodler
5833a6c8eb
The list of countries has finally been moved into the language packs
...
so it can be translated.
There is now a new function get_list_of_countries() which will return a
sorted array of countries in the best current language.
get_string("AU", "countries") will also work if needed
2003-09-26 08:04:48 +00:00
moodler
cbdb4ca067
For some reason there was a target on the delete link which pops up the list
...
in a new window. Gone.
2003-08-31 06:54:39 +00:00
moodler
55e4b5f97d
Some cleanups of the admin page to make it
...
- more explanatory
- more expandable
Apologies for the lost muscle memories, but I think this
will work better in the long run.
2003-08-10 08:01:14 +00:00
moodler
f406e6785e
Avoid problems with quotes and so on in user records when updating users
2003-07-28 12:08:31 +00:00
moodler
351039ae34
Further fixes to the last fix ... the same thing was happening further down.
2003-07-24 14:52:41 +00:00
moodler
3712e0b5b5
YES!!! FINALLY fixed that damn bug that was causing the admin user
...
to be skipped during installation!
Bug 565 has the details, but basically it was caused by not initialising
the variable $user before using it. Some people probably had a cookie
called "user" that was polluting the variable.
YAY!
2003-07-24 08:36:43 +00:00
moodler
b4a348291b
Primary admin should never be allowed to be deleted by sub-admins
2003-06-21 04:09:20 +00:00
moodler
9dc9273aa9
Don't allow adding of users when external authentication is being used.
2003-06-19 03:00:58 +00:00
moodler
4a6a574f2a
Robustness on finding country name
2003-05-29 03:06:10 +00:00
moodler
5a74165523
FIxed up function get_user() which now takes lots of parameters and
...
can be used all over the place.
Also, related fixes to "add admin" (MUCH better performance) and the user listings
More to come for "add teacher" and "add creator"
2003-05-14 15:19:04 +00:00
moodler
1f33691c86
Cleaned up the initial setup process. It looks a bit smoother now.
...
Hopefully this is also the end of the occasional errors we keep
hearing about to do with never getting to setup the admin user.
(I think admin/site.php had a redirect that didn't always work).
The setup process is now much better at "trapping" you until it's all done.
2003-05-06 15:58:20 +00:00
moodler
49e16355c2
Improvements to display of users
2003-03-21 10:08:23 +00:00
moodler
c750592ac4
Added a search form to the "edit users" admin page yay!
2003-03-21 09:42:42 +00:00
moodler
55271c3047
Removed save_session() - no longer needed
2003-02-27 02:43:34 +00:00
moodler
b0e3a92523
Clean sweep through all the important changing all include(), include_once()
...
and require() to require_once()
2003-01-05 14:19:20 +00:00
moodler
97485d0726
More database tweaks and improved access to forum search engine
2002-12-23 15:33:40 +00:00
moodler
99988d1a87
This version installs smoothly for me on PostgreSQL
2002-12-23 14:19:45 +00:00
moodler
ebc3bd2b24
Changes throughout Moodle to remove any reserved words from the
...
Moodle tables.
ie user -> userid in many tables, plus in user_students
start -> starttime and end -> endtime
I've just done all this as carefully as I could ... I don't think
I missed anything but it's pretty intensive work and I'd be fooling myself
if I didn't think I'd missed a couple.
Note that this version should pretty much be able to bootstrap itself
using PostgreSQL now ... but this is untested
2002-12-23 09:39:26 +00:00
moodler
9fa49e22ab
Many many changes lumped in here ... not finished yet either.
...
Basically all the Database functions are in lib/datalib.php
and the web functions are all in lib/weblib.php, so
moodlelib.php is much thinner than it was.
Data functions have been extended ... most old calls will
still work, but now many more SQL commands can be performed
using the datalib functions rather than using SQL. I'm
currently moving through the whole tree replacing SQL
calls or at least concentrating them in one section of
mod/xxx/lib.php
Still working on forums, quizzes, surveys, resources.
The tree is currently not full working ... some things are
half-completed ... will resume tomorrow.
2002-12-20 14:44:14 +00:00
moodler
dfe952f2ea
Small change to allow the same user (by email) be deleted more than
...
once. Also some security in making deleted usernames very hard to guess.
2002-11-18 12:21:27 +00:00
moodler
07358d40a4
30 per page
2002-11-11 08:03:54 +00:00
moodler
ad81212ec3
Rearranged code so some output is printed before tackling the big table
2002-11-11 07:58:11 +00:00
moodler
2ee50b1a5d
Added paging now, so this page is now usable with many users
2002-11-10 11:00:57 +00:00
moodler
584f0a10ed
Starting to speed up this page
2002-11-10 10:19:06 +00:00