Closed
Bug 1132897
Opened 11 years ago
Closed 11 years ago
avatar picture with Netsoul account
Categories
(Chat Core :: Netsoul, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.6
People
(Reporter: meyer.thibault, Assigned: meyer.thibault)
Details
Attachments
(2 files)
|
126.57 KB,
image/png
|
Details | |
|
1.58 KB,
patch
|
florian
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36
Steps to reproduce:
1. Open Instantbird
2. Wait "instantbird" connect to Netsoul
3. The contact list is printed : double click on a contact
4. Dialog window open and the avatar picture area is empty.
Actual results:
The contact picture area is empty.
Expected results:
The contact picture must be show in this area.
Replace the old http(s) URL with the new one (http://cdn.epitech.net/userprofil/profilview/<contact_login>.jpg) to get contact picture working.
The new address only listen on HTTP.
Comment 1•11 years ago
|
||
Thanks for the bug report! Would you like to provide a patch? The URL is defined at https://hg.mozilla.org/users/florian_queze.net/purple/file/00eadc03a66a/libpurple/protocols/netsoul/netsoul.h#l69
Updated•11 years ago
|
Component: Contacts window → Netsoul
Product: Instantbird → Chat Core
Ok, i will patch this issue.
I need to create an account to push modification on the mercurial repos ?
Comment 3•11 years ago
|
||
(In reply to Thibault from comment #2)
> I need to create an account to push modification on the mercurial repos ?
You don't need an account, you just create a patch, and attach it in the bug here.
Assignee: nobody → meyer.thibault
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Comment 5•11 years ago
|
||
Comment on attachment 8564261 [details] [diff] [review]
patch.diff
Review of attachment 8564261 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good, thanks for the patch! :-)
Attachment #8564261 -
Flags: review+
Comment 6•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.6
Comment 7•11 years ago
|
||
Should we upstream this anywhere? I forget where the netsoul code even comes from...or is it one of those ones that was forked 40 times?
Comment 8•11 years ago
|
||
(In reply to Patrick Cloke [:clokep] from comment #7)
> Should we upstream this anywhere? I forget where the netsoul code even comes
> from...or is it one of those ones that was forked 40 times?
We initially got the code for this plugin from the gaim-netsoul project on sourceforge in 2007.
The homepage of the project (http://sourceforge.net/projects/gaim-netsoul/) says " Last Update: 2013-04-17 ", but the most recent file is dated from 2007-06-12. The most recent check-in in the source code (http://sourceforge.net/p/gaim-netsoul/code/HEAD/tree/) seems to be dated 2007-11-06.
It seems there's a newer fork at https://code.google.com/p/netsoul-pidgin/, where everything is dated "Apr 21, 2010" (only one revision in the code repository).
So... I'm afraid we are the 'upstream' at this point.
You need to log in
before you can comment on or make changes to this bug.
Description
•