User ID is no longer recorded on file upload
Reported by Imran | November 1st, 2011 @ 03:34 PM | in 2.0.3 (closed)
With the upgrade to yui2in3, the user ID is no longer recorded when a file is uploaded. The fix is in line 141, 142 of framework/modules/file/views/file/uploader.tpl. Replace with:
console.debug(EXPONENT.URL_FULL+"index.php?controller=file&action=upload&ajax_action=1&usrid=" + usr['id']);
uploader.uploadAll(EXPONENT.URL_FULL+"index.php?controller=file&action=upload&ajax_action=1&usrid=" + usr['id']);
i.e. set the usrid as GET parameter.
Comments and changes to this ticket
-
expNinja November 2nd, 2011 @ 10:19 AM
- Milestone set to 2.0.3
- State changed from new to resolved
- Milestone order changed from 85 to 0
(from [0911713da8ec25ba78a5e69f67ac34c74d5cfdc6]) Fixes user_id not stored with file upload [#381 state:resolved milestone:2.0.3] https://github.com/exponentcms/exponent-cms/commit/0911713da8ec25ba...
-
expNinja August 15th, 2012 @ 12:08 AM
(from [aef23f43e50a4c1c093558ff80af4a1e6edf7710]) Upgrades search query report to yui3 tabview [#381] https://github.com/exponentcms/exponent-cms/commit/aef23f43e50a4c1c...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS