rhijul / jaikuengine

Automatically exported from code.google.com/p/jaikuengine
Apache License 2.0
0 stars 0 forks source link

Inconsistant use of SITE_NAME and POST_NAME #128

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.find jaikuengine-read-only -name templates -exec grep -rl Jaiku {} \; 

What is the expected output? What do you see instead?
In all Django templates, {{SITE_NAME}} should be used instead of "Jaiku" and 
{{POST_NAME}}s
should be used instead of "Jaikus".

Please provide any additional information below.
I have included a patch that solves this issue.

Original issue reported on code.google.com by kugutsu...@gmail.com on 17 Jul 2009 at 5:46

Attachments:

GoogleCodeExporter commented 8 years ago
Can you generate a patch for http://rietku.appspot.com/ so that we can review 
the change.

This: http://malaniz.jaiku.com/presence/638ef2604b824e2898cddb1a6433dde3 shows 
the
steps you need to follow to generate a patch. I'd recommend posting to
http://www.jaiku.com/channel/jaikuengine to let people know that you would like 
your
patch to be reviewed.

Original comment by adewale on 21 Jul 2009 at 3:44

GoogleCodeExporter commented 8 years ago
Fixed in revision: http://code.google.com/p/jaikuengine/source/detail?r=119
Thanks go to kugutsumen for patch: http://rietku.appspot.com/35004

Original comment by adewale on 19 Nov 2009 at 12:30