1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

140 Commits

Author SHA1 Message Date
CaMer0n
d892e2c039 Some code cleanup 2009-11-05 09:15:19 +00:00
marj
921e428a01 Add include_lan() to fornt 2009-08-28 15:30:25 +00:00
marj
e8e9f033f9 use $slng for the time being 2009-08-09 08:39:27 +00:00
CaMer0n
ab9b0f8996 Menu Layouts working correctly. 2009-07-08 01:28:55 +00:00
e107steved
6aa6fd68b4 Various bug fixes, bug creations, tweaks and changes 2009-06-12 20:41:35 +00:00
e107steved
7b6636e354 Signup - check required fields that may not return $_POST 2009-04-23 19:13:18 +00:00
CaMer0n
06ce5c9e5d Replaced repetitive code with function. Modified after-signup text for clearer instructions. 2009-03-22 21:07:33 +00:00
CaMer0n
604fa54ba0 Fixed some tablerender captions after signup. eg. now says 'Problem Encountered' instead of 'Thankyou' when an error is detected. etc. 2009-03-21 22:59:29 +00:00
e107steved
540146be8f Modify user-related stuff to use new db_Update() structure - hopefully nothing broken 2009-01-11 21:06:52 +00:00
e107steved
0567d832c9 Option to autologon after clicking on signup link 2009-01-04 16:00:19 +00:00
e107steved
a794a90c4f More work on user management 2008-12-29 09:31:36 +00:00
e107steved
5d25c47657 First cut of usersettings changes using common validation routines; more shared LANs, eliminate unused LANs 2008-12-28 22:37:43 +00:00
e107steved
0c5462b757 First cut of mods to signup to share validation with other user-centric modules 2008-12-21 22:17:05 +00:00
e107steved
b7d0b113c3 Start of generic user data validation, kill references to user_realm field 2008-12-21 11:07:58 +00:00
e107steved
5e6fde13c2 Tidy up a few lurking bugs 2008-12-17 20:26:57 +00:00
e107steved
c721188dff Bugtracker #4611 - email_confirm missing from XUP signup 2008-12-10 18:06:50 +00:00
e107steved
62368a9551 Add some extra checking 2008-12-04 21:32:40 +00:00
e107steved
789879e21f Bugtracker #4579 possible fix - blank screen if display name too long 2008-11-11 22:38:43 +00:00
e107steved
cba0488586 Bugtracker #4563 - blank screen on signup if email address not entered 2008-10-30 20:40:22 +00:00
e107steved
a9e8112577 Small correction in error handling 2008-10-03 19:48:15 +00:00
e107steved
85e621c80d Bugtracker #4512 - make message less confusing on error 2008-09-23 19:55:43 +00:00
CaMer0n
6ab6635a2f Added event trigger to allow for additional validation during signup/registration. 2008-07-16 22:19:57 +00:00
e107steved
b5771e501d Password options for logon, email login option, random user name/PW generation, Bugtracker #4393 and possibly others previously added to 0.7 2008-06-13 20:20:23 +00:00
e107steved
4b0ebcc056 Add user id to signup logging 2008-03-23 21:43:47 +00:00
mcfly
09fec54db4 Working on the xml class so we are using simplexml when available. Also have a php4 compatible function 2008-01-20 04:46:35 +00:00
e107steved
01356e34fa Add 'predefined list' type to extended user fields; uses a list of values and display text in e107_admin/sql directory.
Create 'timezone' type of extended user field as predefined list.
Move user timezone to extended user fields. Update routine only transfers existing data if its enabled in prefs. Delete the existing user_timezone, user_new fields from user table.
Add timezone data file
2008-01-15 21:57:53 +00:00
mcfly
625fc0a5ca Adding options to have a minimally loaded class2.php, for use mainly with ajax pages. Move online class to it's own file 2008-01-06 22:16:37 +00:00
e107steved
dd187e313a System logging core upgrade - admin section, viewer, user audit functions 2007-12-15 15:06:40 +00:00
e107steved
298202106c Update banlist handling 2007-12-09 16:42:23 +00:00
e107steved
df91b73680 Bugtracker #4124 - can signup without email address if option set. Plus port some of the fixes from 0.7 signup.php 2007-10-11 19:46:36 +00:00
e107steved
a8d8d51a40 Bugtracker #3995 - hardcoded text 2007-06-28 19:38:15 +00:00
e107steved
85b427c189 Bugtracker #3869 - make login name length configurable 2007-05-28 09:37:35 +00:00
e107steved
b5cb5fcc72 Bugtracker #3927 - modify image verification handling 2007-04-27 19:30:23 +00:00
e107steved
6b016ea97d Bugtracker #3680 - missed one file 2007-02-04 09:30:56 +00:00
mrpete
1c2d594c29 bugfix: disallowed names not tested for properly 2007-01-17 13:35:46 +00:00
e107steved
fab4a3bc10 Make calls to toHTML which use $modifiers consistent to avoid potential future problems. 2007-01-07 15:59:42 +00:00
e107steved
02576e0037 Impose minimum length on display name 2006-12-30 22:39:43 +00:00
e107steved
14e7cf7262 Bug #2803 - can't get out once XUP signup selected. Also check display name length on signup, cursor:hand --> cursor:pointer 2006-12-27 22:26:56 +00:00
CaMer0n
4be3180aa0 Bug #3569 - Invalid email address during 'resend activation email' now returns a message. 2006-12-11 08:34:43 +00:00
mcfly
e149b35fcc new module creation 2006-12-02 04:36:16 +00:00