1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 04:38:27 +01:00

81 Commits

Author SHA1 Message Date
SecretR
379d90b1b0 Fixed #545 2014-07-24 19:36:52 +03:00
pricey1981
5816c35828 Update usersettings.php
the '-upload-' prefix is not being added to user picture, but it is being saved in the upload folder. This means the picture is not displaying correctly
2014-07-04 08:34:33 +01:00
nlstart
71e84bbb33 Some usersettings language terms improvements 2014-05-26 21:38:29 +02:00
Luca Filosofi
8374ed1a6f FIX #364 - Admin > users > edit: SEF issue when enabled
Admin > users > edit: SEF issue when enabled #364
2014-03-13 00:21:34 +01:00
Cameron
2e7232aa9a Improved check for Bootstrap3 2013-12-24 02:24:14 -08:00
Cameron
54f41b788a Bootstrap usersettings template added. 2013-12-21 21:54:23 -08:00
Cameron
a0aec4b210 Renamed bootstrap flag e_BOOTSTRAP to BOOTSTRAP. Set e_BOOTSTRAP as path of bootstrap folder. 2013-06-17 16:03:33 -07:00
Cameron
348c26a6a0 Closes #330 2013-05-25 16:52:45 -07:00
Cameron
7ff6729582 Issue #330 - partial fix 2013-05-24 13:00:17 -07:00
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