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

72 Commits

Author SHA1 Message Date
Cameron
1dd38527b1 Issue #183 - wrapper issue fixed thanks to Miro's detective work. 2013-05-08 04:33:58 -07:00
Cameron
b8362372df Issue #257 , Issue #64, Issue #236 - usersettings and avatar upload issues. 2013-05-07 20:30:20 -07:00
Cameron
a47cadb9b9 Blurry avatar fix and usersettings template fix. Also added $tp->setThumbSize($w,$h,$crop); 2013-05-07 18:32:38 -07:00
SecretR
04563657df completely removed legacy JS inclusion 2013-04-29 15:36:09 +03:00
Moc
ef729f87c4 Minor LAN fix in menu title (admin area) 2013-04-29 14:20:35 +02:00
SecretR
fedd644b69 chatbox sc namespace collisions fix; legacy JS issue fix (user
settings)
2013-04-29 15:04:01 +03:00
SteveD
f6703349a5 Issue #179 possible fix - only create new UEF record if not already present 2013-04-28 22:03:46 +01:00
Cameron
1500effbd7 Avatar path corrections. 2013-04-19 22:50:41 -07:00
Tijn Kuyper
d5ed7f6c48 Few more notice removals 2012-12-09 18:13:21 +01:00
Cameron
b261320e76 admin user and usersettings GUI fixes. 2012-11-28 12:13:10 -08:00
CaMer0n
f2c7bad663 Updated FAQs plugin to use the right shortcode methods. 2012-11-02 00:23:59 +00:00
CaMer0n
63ce10c606 More comment, user, usersetting fixes. 2012-06-19 12:53:48 +00:00
CaMer0n
aa4e5c0ee7 User-settings shortcode and template cleanup. avatarpicker() function added to form handler. Other minor fixes. 2012-06-19 09:08:41 +00:00
CaMer0n
c898921631 Work on Avatars (can now be resized at any time). More comment templating options. 2012-06-15 04:15:46 +00:00
CaMer0n
ef3a390732 More cleanup 2012-06-01 08:09:14 +00:00
secretr
6329c9e318 missing script tag 2012-02-23 08:41:17 +00:00
secretr
3bc59210af Various system fixes, improvements and code flexibility (base models, user model, sql handler, user signup/handling) 2012-02-07 16:37:44 +00:00
secretr
ed9f06c50f User settings page - redirect after successful update if user_name changed (prevent page not found when SEF url containing user_name is used). 2011-11-28 09:14:51 +00:00
secretr
dbcc00b434 fix - script tag not needed with js manager 2011-09-19 10:24:35 +00:00
secretr
1051c9d3e8 removing obsolete calendar code 2011-09-19 10:23:14 +00:00
secretr
b57080767a missing JS - headerjs() not supported, use JS manager class 2011-09-19 10:22:19 +00:00
CaMer0n
414acedafc Admin perms cleanup. Enhanced ui, multiple perms for sections of admin->users. Support for more perms. 2011-05-11 11:56:42 +00:00
CaMer0n
197174b2e0 More usersettings template options. 2011-05-03 22:39:51 +00:00
secretr
645d2dda6d Mass changes (work in progress - related beta testing and feedback highly appreciated)
- New session handler - appropriate changes made at important core areas (language handler, chap login related)
- Overall better COOKIE handling (on both server and client side) - cookies respect now installation path, domain (based on language settings)
- Introduced Security Levels (see session handler constants/docs), security level option could be added to install routine now
- Security level printed on Administration info panel, appropriate lans added (subject of discussion)
- e_TOKEN security part of session handling now - logic depends depends on security level (TODO - POST_REFERER removal)
- e_print, e_dump debug functions added (for quick and nice debug view via site output), native overall FirePhp support planned
- a lot of minor bugfixes
2010-10-26 07:41:20 +00:00
e107steved
c282e18248 Bugtracker #5043 - add log message when IP-related signups exceeded, plus some notice removal, delete some XUP-related code 2010-09-07 17:03:30 +00:00
CaMer0n
caa79b6454 Shortcode path fixes 2010-02-10 21:53:56 +00:00
secretr
4fecfffddd svn keywords added (v0.8) 2010-02-10 18:18:01 +00:00
CaMer0n
0048078c6e Some code cleanup. auto-redirection to previous admin page if log back in within 5 mins. 2009-11-22 14:10:09 +00:00
e107steved
3694e494ab Signup - use new mailer. Plus a few details 2009-11-18 20:45:20 +00:00
CaMer0n
1377b23532 Fix copyright info. 2009-11-18 01:06:08 +00:00
CaMer0n
fbbf2f8f61 e_FILE.'public/' replaced with e_UPLOAD 2009-11-07 02:17:02 +00:00
CaMer0n
b2986c3960 e_FILE.'public/' replaced with e_UPLOAD 2009-11-07 02:10:52 +00:00
marj
3633b3d955 use .required 2009-10-29 11:32:58 +00:00
marj
921e428a01 Add include_lan() to fornt 2009-08-28 15:30:25 +00:00
CaMer0n
db4783d260 usersettings.php feels like admin now when editing a user's details. - nav menu added. 2009-08-05 22:03:23 +00:00
CaMer0n
206d6d7f97 Usersettings stays in admin area when editing a users details. - still need to add admin menu navigation 2009-08-05 21:47:18 +00:00
e107steved
0fc7cffa66 WordPress password validation in alt_auth 2009-07-21 19:21:27 +00:00
e107steved
6aa6fd68b4 Various bug fixes, bug creations, tweaks and changes 2009-06-12 20:41:35 +00:00
e107steved
ede18a6912 Add 'user data changed' event trigger (only passes changes) 2009-02-22 14:21:08 +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
4d7acbdcae Maintain cookie on admin password change 2008-12-29 11:00:16 +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
b7d0b113c3 Start of generic user data validation, kill references to user_realm field 2008-12-21 11:07:58 +00:00
mcfly
7b18c841bb Bugtracker #4628 - reshow posted field properly" usersettings.php
Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/
2008-12-21 03:58:07 +00:00
mcfly
7fe42a3b96 Better avatar handling, code cleanup 2008-12-10 16:37:17 +00:00
e107steved
36b13cb42a Add extra check 2008-10-19 21:17:58 +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
596e0cb65e Bugtracker #4354 - admin can upload new avatar for user 2008-03-17 20:45:29 +00:00
e107steved
402ec1e964 Bugtracker #4297 - checking non-existent variable 2008-01-17 22:17:41 +00:00