DjangoBB

Django based forum engine

  • You are not logged in.
  • Root
  • » Bugs
  • » One bug and a translation mistake [RSS Feed]

#1 July 29, 2010 21:31:53

Mokona
Registered: 2010-07-29
Posts: 11
Reputation: +  0  -
Profile   Send e-mail  

One bug and a translation mistake

Hello,

I've managed to installed djangobb has an application. Not a perfect integration yet, but it now works.

I've spotted a bug with the smiles. All smilies declares in the settings before EMOTION_HMM are misinterpreted and generate wrong img tag. What is happening is that in


        def handle_data(self, data):
            if not self.is_ignored:
                data = self.func(data)
            self.html.append(data)


Smiles are applied in order. So the first smiley generate and html src tag with an url containing a column followed by a slash... which is interpreted has the "Hmm smiley".

The simplest fix I have found is to declare the "Hmm smiley" first in settings.py

Also, I've found a mistake in a french translation (so far) and some missing translation. As I will use the forum in a french context, I volunteer to fix/complete the translations (which are almost complete).

I see Transfix is used, but I don't know this service. Shall I create an account there ?

Offline

#2 Aug. 4, 2010 00:48:21

Mokona
Registered: 2010-07-29
Posts: 11
Reputation: +  0  -
Profile   Send e-mail  

One bug and a translation mistake

About translation again. On my local installation, I've changed "Privacy" from "Intimité" to "Confidentialité" which sounds less awkward and is used in pretty much all sites I've seen and used.

Offline

#3 Aug. 4, 2010 16:15:52

slav0nic
DjangoBB Developer
From: Ukraine
Registered: 2009-10-25
Posts: 307
Reputation: +  6  -
Profile   Send e-mail  

One bug and a translation mistake

ok, translation changed.
smiles will checked in the near future

Offline

#4 Aug. 4, 2010 16:28:33

slav0nic
DjangoBB Developer
From: Ukraine
Registered: 2009-10-25
Posts: 307
Reputation: +  6  -
Profile   Send e-mail  

One bug and a translation mistake

about smile
can u reproduct bug? i don't saw problem with it http://support.djangobb.org/post/291/

Offline

#5 Aug. 7, 2010 17:01:37

Mokona
Registered: 2010-07-29
Posts: 11
Reputation: +  0  -
Profile   Send e-mail  

One bug and a translation mistake

I guess this is because the settings.MEDIA_URL on support.djangobb.org doesn't contain "http://" at the beginning. My MEDIA_URL contains a complete and absolute URL, starting with http://, which contains the smile.

To reproduce the bug, try a complete URL with http:// transport part in MEDIA_URL.

Edited Mokona (Aug. 7, 2010 17:02:24)

Offline

#6 Dec. 28, 2010 21:16:58

scream4ik
From: Ukraine
Registered: 2010-12-28
Posts: 10
Reputation: +  0  -
Profile   Send e-mail  

One bug and a translation mistake

Mokona
I guess this is because the settings.MEDIA_URL on support.djangobb.org doesn't contain "http://" at the beginning. My MEDIA_URL contains a complete and absolute URL, starting with http://, which contains the smile.

To reproduce the bug, try a complete URL with http:// transport part in MEDIA_URL.


+1
a very bad moment. But unfortunately there are still

Offline

#7 Dec. 30, 2010 09:28:03

slav0nic
DjangoBB Developer
From: Ukraine
Registered: 2009-10-25
Posts: 307
Reputation: +  6  -
Profile   Send e-mail  

One bug and a translation mistake

create please ticket for this, forgotten about this bug =\
or patch it B)

Offline

#8 Dec. 30, 2010 18:32:49

Mokona
Registered: 2010-07-29
Posts: 11
Reputation: +  0  -
Profile   Send e-mail  

One bug and a translation mistake

Ticket added.

(and french translation up to date)

Offline

  • Root
  • » Bugs
  • » One bug and a translation mistake [RSS Feed]

Board footer

Moderator control

Powered by DjangoBB

Lo-Fi Version