Coder Social home page Coder Social logo

django-wall's People

Watchers

 avatar James Cloos avatar  avatar

django-wall's Issues

recent items view should optionally ignore the days paramater

When you get recent items there is a maximum number of items and a maximum
numbers of days parameter that limits the number of items fetched. In some
cases users may not want the "days" limitation which normally causes items
that are older than that number of days to be ignored.


Original issue reported on code.google.com by [email protected] on 28 Feb 2009 at 11:48

Loose integration with django-friends

I think some extra displays like a list of friends of friends and other
useful portlet style items might make Django-Wall a center of functionality
for a Pinax based site.

Original issue reported on code.google.com by pyDanny on 10 Mar 2009 at 11:34

No test code


there is no test code included, a common issue with 3rd party django apps,
lets start a trend by making some here?

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

Redo the way that HTML tags are handled in user supplied items.

Currently there is a flag in each Wall object that indicates whether or not
HTML tags are allowed. (By default they are not.) The implementation for
this capability involves running the striptags templatetag in the template
display pages when HTML is not allowed. Pretty bogus really even though it
works.

Much better would be a check during form validation as well as a further
check in the case where HTML is allowed that ensures that the supplied tags
are clean and proper.

Original issue reported on code.google.com by [email protected] on 9 Feb 2009 at 9:16

Add in capability to define objects shown in the wall in settings.py

It would be nice if at the settings.py or local_settings.py level you could
specify that you want to display blogs, photos, or other items that are
added. And to allow specific commenting on those items, or to migrate in
any comment interface that exists.

Original issue reported on code.google.com by pyDanny on 10 Mar 2009 at 11:32

define success_url outside if in views.add

the block 

    if success_url == None:
        success_url = reverse( 'wall_home', args=(item.wall.slug,))

should be moved above the first if in views.add as is done in views.edit

-P

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

Add jquery-based character countdown display for add & edit forms.

Since items are ruthlessly truncated to some max limit specified for each
wall (which defaults to 250 characters), it would be handy for the user to
see a count of how many characters they have left to go as they type in
their item.

To comply with general Pinax usage, this little AJAXy capability should be
implemented via jquery. There is a good chance that jquery code for this
already exists in which case it should be a simple matter of hooking that up.

Original issue reported on code.google.com by [email protected] on 9 Feb 2009 at 9:10

site-base.html

What steps will reproduce the problem?
1. when i install it and try to use the templates
2.
3.

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


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 10 Mar 2012 at 3:56

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.