Giter Club home page Giter Club logo

cnprog's People

cnprog's Issues

add email notification about answers

this would be very useful for low-volume sites or when they are just
starting out.

without notification adoption of little used site will be slower because
posters will lose interest when they come back to the site and find no answers.


Original issue reported on code.google.com by [email protected] on 29 Jun 2009 at 10:07

Mysql eror

hi... i a found a trouble... this eror

Warning at /questions/ask/

Incorrect string value: '\xE5\x88\x9D\xE5\xA7\x8B...' for column 'summary'
at row 1

Request Method:     POST
Request URL:    http://127.0.0.1:8000/questions/ask/
Exception Type:     Warning
Exception Value:    

Incorrect string value: '\xE5\x88\x9D\xE5\xA7\x8B...' for column 'summary'
at row 1

Exception Location:     /usr/lib/python2.5/warnings.py in warn_explicit, line 102
Python Executable:  /usr/bin/python
Python Version:     2.5.2

Original issue reported on code.google.com by [email protected] on 12 Jun 2009 at 8:50

number of unanswered questions incorrect?

wouldn't you want to count questions as unaswered when there is no accepted
answer?

currently it looks like question is answered if there is at least one
answer regardless of its acceptance status.

Version: beta2, English.


Original issue reported on code.google.com by [email protected] on 23 Jun 2009 at 4:49

编辑器语法着色

方案一:
http://google-code-prettify.googlecode.com/svn/trunk
SO选用方案。优点:单独js文件,小巧。

方案二:
http://code.google.com/p/syntaxhighlighter/downloads/list
ScottHanselm推荐及多blog选用。
js文件多,相对笨重。

Original issue reported on code.google.com by [email protected] on 20 Dec 2008 at 10:22

wiki for the project?

why not set up a wiki site for this project where people would gradually
fill in documentation and have some sort of plan for development laid out,
etc.?

Original issue reported on code.google.com by [email protected] on 29 Jun 2009 at 11:50

make "delete" and "undelete" actions separate

What steps will reproduce the problem?
1. give an answer
2. click delete answer link
3. reload page -> answer looks pink - since it was deleted, however there's
still "delete" link - should be "undelete"
4. click "delete" link again -> get message "answer deleted" - even though
it was actually undeleted.

user might get impression that question delete does not work, since he/she
can click delete many times and the answer view does not change unless the
page is reloaded

Original issue reported on code.google.com by [email protected] on 21 Jun 2009 at 10:13

用户明细页面

0. dashboard(用户资料,问题,回答,投票,关联tag,奖牌)
1. 基本资料显示编辑
2. 最近操作
3. 积分变化
4. 收藏
5. 投票历史



Original issue reported on code.google.com by [email protected] on 18 Dec 2008 at 10:28

allow logged out users fill in the question, then ask to log in

What steps will reproduce the problem?
1. log out completely
2. click "ask"

What is the expected output? What do you see instead?
user get's login page - which is ok, but may be a bit too rude.
many people may be leaving at this point.

I think it's better to display "ask" form and at the bottom give button
"login to post" and maybe explain on top that they will have to log in first.

What version of the product are you using? On what operating system?
beta2 english


Original issue reported on code.google.com by [email protected] on 25 Jun 2009 at 11:07

markdown2.py not present in sourcecode

What steps will reproduce the problem?
1. Run application from clean
2. go to localhost:8080 on browser
3. Error shows up

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
Beta2 on linux

Please provide any additional information below.
html5lib dependency is also not listed.

Original issue reported on code.google.com by [email protected] on 11 Jun 2009 at 5:35

improve openid login (kind of solved)

I think that {username} in braces is kind of confusing.

attached is my take on improving openid login.
(yahoo and google login on one click if user is already signed in)

for others an appropriate input field will be shown.

untar in the root of your installation.

Original issue reported on code.google.com by [email protected] on 25 Jun 2009 at 9:54

Attachments:

奖牌机制的实现

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.



Original issue reported on code.google.com by [email protected] on 8 Jan 2009 at 7:05

number of answers is calculated incorectly if there are deleted answers

What steps will reproduce the problem?
1. find some Q with answers
2. delete one answer

What is the expected output? What do you see instead?

count of answers should decrease by 1 and it stays the same.

What version of the product are you using? On what operating system?

beta2, english

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 Jun 2009 at 4:47

cant see own deleted questions

What steps will reproduce the problem?
1. delete a question
2. see it appear in list of "Related quistions" marked as "[deleted]"
3. click the link

What is the expected output? What do you see instead?

-> get error 404


What version of the product are you using? On what operating system?

beta2, localized in English.
http://code.google.com/p/cnprog/issues/detail?id=28#c6

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 Jun 2009 at 4:45

变量未分配

What steps will reproduce the problem?
1. 获得 rev.107
2. manage.py runserver
3. IE打开http://localhost:8000/

报错为
local variable 'begin' referenced before assignment
Exception Location: D:\local\python\projects\cnprog\forum\views.py in 
index, line 92 

我在87行下面加上两行
begin=0
end=0
就可以了

What version of the product are you using? On what operating system?
python 2.54 windows2003

Please provide any additional information below.
是我的python的什么display_error没关吗?


Original issue reported on code.google.com by [email protected] on 26 Feb 2009 at 2:58

HTML的过滤

html
脚本
css
等

参考 html5lib
http://code.google.com/p/html5lib/

Original issue reported on code.google.com by [email protected] on 21 Dec 2008 at 2:14

投票和撤销


1.问题投票 
2. 回答投票
3. 投票值显示(问题、问题列表、首页)



Original issue reported on code.google.com by [email protected] on 18 Dec 2008 at 10:19

用户列表


1.浏览方式(积分,加入时间,名称) 
2. 自动完成的搜索模式
3. 分页


Original issue reported on code.google.com by [email protected] on 18 Dec 2008 at 10:31

take footer links from settings.py

some of those links contain custom URL's so they probably should come from
settings.py

What version of the product are you using? On what operating system?
Beta2 english



Original issue reported on code.google.com by [email protected] on 23 Jun 2009 at 5:00

cnprog framework for site in English?

Hope this is appropriate

Has the cnprog framework been used for any sites in other languages than
Chinese?

Has it been used for other sites than cnprog at all?

I was thinking of having somebody that knows cnprog framework to make a
site in English for me.

Would that be feasible?  I would like to take it over and work with it
without learning Chinese.

Thanks

Original issue reported on code.google.com by [email protected] on 5 May 2009 at 9:09

500 error page

What steps will reproduce the problem?
1. When I close a question. 
2. When I try to access a closed question.
3.

What is the expected output? What do you see instead?
To be redirected to home page maybe. Instead, when I indicate the reason
why I closed the question and submit I get a 500 error page.
However in home page, the question appears closed.

Again closed question when clicked to view gives me a 500 error page.

What version of the product are you using? On what operating system?
English beta2

Please provide any additional information below.
....

Original issue reported on code.google.com by [email protected] on 29 Jun 2009 at 10:22

Total Ripoff

Your site seems to be a total ripoff of stackoverflow not just inspired by 
it. I find that truly disgusting. Are you so devoid of idea's that you 
can't come up with anything yourself? I find this type of activity to be 
lazy and disgusting and I hope this doesn't speak for the entire developer 
community in China.

Original issue reported on code.google.com by [email protected] on 29 Mar 2009 at 8:26

verify email used for gravatar

looks like you can enter any email address that will be used to extract
gravatar. is that right?

if so, it sounds almost like phishing - anyone could use your photo for
avatar. maybe it's worth adding email verification for that?

Original issue reported on code.google.com by [email protected] on 23 Jun 2009 at 4:42

match search string against question tags as well (beta2)

currently search seems to only look at the question title.

would be very useful to search by tags too!

full text search would be great too. I'd recommend sphinx search engine for
full text. in addition to being fast it also supports stemming of english
words.




Original issue reported on code.google.com by [email protected] on 20 Jun 2009 at 7:56

code review comments...

I've left comments in the source view, but somehow they are not visible in
the "code review"

/branches/beta2/forum/feed.py   r110   line 17:
/branches/beta2/forum/feed.py   r110   line 20:
/branches/beta2/forum/forms.py   r110   line 63:
/branches/beta2/templates/question.html   r120   line 237:
/branches/beta2/templates/question.html   r120   line 57:
/branches/beta2/templates/question.html   r120   line 456:
/branches/beta2/forum/views.py   r127   line 1088:

Original issue reported on code.google.com by [email protected] on 20 Jun 2009 at 8:58

remove current question from the list of "related questions"

What steps will reproduce the problem?
1. go to any question
2. look at the list of "related questions" in the box on the right.

What is the expected output? What do you see instead?

Current question is on the list - it shouldn't be there.

What version of the product are you using? On what operating system?

Beta2 english.


Original issue reported on code.google.com by [email protected] on 23 Jun 2009 at 4:58

This is a straight ripoff of stackoverflow.com

What steps will reproduce the problem?
1. Go to the site
2. Look at the site
3. It's a ripoff of stackoverflow.com

What is the expected output? What do you see instead?
Not a ripped off version of stackoverflow

What version of the product are you using? On what operating system?


Please provide any additional information below.



Original issue reported on code.google.com by [email protected] on 29 Mar 2009 at 4:42

Code review request

Purpose of code changes on this branch:


When reviewing my code changes, please focus on:


After the review, I'll merge this branch into:
/trunk



Original issue reported on code.google.com by [email protected] on 24 Apr 2009 at 4:26

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.