Cameron
|
ee57ba2275
|
Remote avatar validation fix.
|
2015-08-22 00:15:05 -07:00 |
|
Cameron
|
d3fbef7840
|
Issue #1114, Fixes #1041 - Mail validation issues. Removed problematic remote-server email-check feature.
|
2015-08-21 12:53:09 -07:00 |
|
Cameron
|
0557e770eb
|
Removed debug info.
|
2015-05-24 12:12:24 -07:00 |
|
Cameron
|
e576370e57
|
Remove some references to deprecated functions/methods.
|
2015-02-14 23:34:15 -08:00 |
|
Cameron
|
e36b68933c
|
Usersettings error message styling and general cleanup.
|
2015-01-27 11:32:09 -08:00 |
|
SecretR
|
1d9fe175fb
|
Validator parse error fix
|
2013-10-31 15:20:21 +02:00 |
|
Cameron
|
1b3e70f8fd
|
More language-file cleanup (sprintf removal)
|
2013-10-29 18:41:02 -07:00 |
|
Cameron
|
1500effbd7
|
Avatar path corrections.
|
2013-04-19 22:50:41 -07:00 |
|
SecretR
|
30d922cadf
|
Fixes #140: Sitelinks: Inline editing broken
|
2013-03-08 16:00:00 +02:00 |
|
SecretR
|
ed648b9ea4
|
UI data 'comma' converted to type;
model supports data type 'set' and 'enum' now;
'userclasses' type works as expected;
#9 related, testing required
|
2012-12-17 16:57:42 +02:00 |
|
CaMer0n
|
35fe774435
|
XSS fix
|
2012-08-10 09:13:01 +00:00 |
|
secretr
|
a30c2941da
|
User extended fields validation working again on signup
|
2012-06-02 14:36:22 +00:00 |
|
secretr
|
b36ff51875
|
leftover debug
|
2012-04-03 14:39:19 +00:00 |
|
secretr
|
4e131c2c50
|
refined validator message building
|
2012-04-03 14:37:48 +00:00 |
|
secretr
|
f478b4274b
|
validator isValid setter
|
2012-03-16 14:18:55 +00:00 |
|
berckoff
|
079ef5b63d
|
Validator class: changed logics for exact word match -> exclamation mark is supported only in the end of the word. (suggested by SecretR to comply with core)
|
2012-01-13 13:15:23 +00:00 |
|
berckoff
|
46759d8b31
|
Validator class: added check for exact match on forbidden user names (in use with !), fixed statically called methods of the validator class generate warnings; Added new LAN for EXACT_MATCH error on forbidden usernames.
|
2012-01-13 13:06:11 +00:00 |
|
e107steved
|
6e50b07a15
|
Bugtracker #5176 - path for uploaded avatars not calculated correctly
|
2011-03-14 20:54:56 +00:00 |
|
secretr
|
2945d24e0c
|
fixed float numbers troubles (caused by system localization)
|
2011-01-04 12:10:47 +00:00 |
|
secretr
|
eb057e6492
|
validator - regexp case added (regex alias)
|
2010-12-17 15:23:00 +00:00 |
|
secretr
|
d9527349ad
|
Admin UI minor improvements; cleanup - warnings removal; various minor bugfixes
|
2010-10-30 15:34:48 +00:00 |
|
secretr
|
4d0be39938
|
EONE-62 (New Feature): More work, getting data should work fine now, still work in progress
|
2010-05-05 15:05:32 +00:00 |
|
secretr
|
6d57b1f5bf
|
Validator 'enum' type added
|
2010-03-01 10:20:25 +00:00 |
|
secretr
|
4fecfffddd
|
svn keywords added (v0.8)
|
2010-02-10 18:18:01 +00:00 |
|
secretr
|
ab26b37476
|
validator handler - temporary BC till '-' separator is replaced with ':' separator (min:max range), OO related improvements
|
2010-02-09 13:34:23 +00:00 |
|
secretr
|
3dc919762e
|
Validator handler - 'min-max' format changed to 'min:max' (negative numbers support) - COULD PRODUCE BUGS; validator is still work in progress
|
2010-02-07 13:55:38 +00:00 |
|
secretr
|
a4e8e0990a
|
Validator - language file and handler details
|
2010-02-07 12:13:43 +00:00 |
|
secretr
|
92d926279c
|
Text parser - usubstr() method fix (always returned empty string), utf8 parser methods lowercased
|
2010-01-12 13:11:48 +00:00 |
|
CaMer0n
|
1377b23532
|
Fix copyright info.
|
2009-11-18 01:06:08 +00:00 |
|
secretr
|
96114a36fb
|
admin UI: more improvements and bugfixes
|
2009-11-17 15:23:01 +00:00 |
|
marj
|
f7f9811de6
|
PHPdoc fix
|
2009-11-17 14:50:37 +00:00 |
|
CaMer0n
|
fbbf2f8f61
|
e_FILE.'public/' replaced with e_UPLOAD
|
2009-11-07 02:17:02 +00:00 |
|
secretr
|
7f15da0b74
|
Admin tools - more work
|
2009-10-30 17:59:32 +00:00 |
|
secretr
|
ec93404015
|
Introducing e_model_admin handler: automated tasks as validate, sql queries, handle posted data, more to come (work in progress); Various imporvements/fixes (core handlers)
|
2009-10-20 16:05:03 +00:00 |
|
secretr
|
a4231c70f3
|
Introducing e_validate class, awaiting: further e_model - db - e_form communication, user model, etc. work in progress
|
2009-10-19 16:13:29 +00:00 |
|
e107steved
|
6d14c60e84
|
Handle case where an email address is optional, plus better error reporting
|
2009-10-06 18:58:08 +00:00 |
|
marj
|
77e4edfb54
|
ctype_*() replacement
|
2009-08-08 23:09:08 +00:00 |
|
secretr
|
5c76acc91d
|
Validator handler: typos, debug info removed, small addition (default rule)
|
2009-07-31 16:14:51 +00:00 |
|
e107steved
|
6aa6fd68b4
|
Various bug fixes, bug creations, tweaks and changes
|
2009-06-12 20:41:35 +00:00 |
|
e107steved
|
70a2b51da7
|
Update db access - change admin password
|
2009-01-11 22:11:19 +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 |
|
secretr
|
f678f6608f
|
trim empty lines after the end of the script
|
2008-12-30 14:05:44 +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 |
|