My favorites | Sign in
Project Logo
cab
                
Details: Show all Hide all

Older

  • Aug 20, 2009
    issue 12 (Cann't change the language type of a snippets) commented on by google.g...@jensdiemer.de   -   I have selected language and can't change it :( You can delete: http://www.djangosnippets.org/snippets/1691/
    I have selected language and can't change it :( You can delete: http://www.djangosnippets.org/snippets/1691/
  • Jul 18, 2009
    issue 26 (Which django version to use?) commented on by doosshell   -   I found out that clean_data needs to be replaced by cleaned_data My next error was: save() got an unexpected keyword argument 'force_insert' which is explained here http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#createandget_or_createwillneverupdateexistingobjects but I'm going to ditch cab, already lost too much time trying to make it add 1 simple snippet. I think it's best to mark this as broken or something
    I found out that clean_data needs to be replaced by cleaned_data My next error was: save() got an unexpected keyword argument 'force_insert' which is explained here http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#createandget_or_createwillneverupdateexistingobjects but I'm going to ditch cab, already lost too much time trying to make it add 1 simple snippet. I think it's best to mark this as broken or something
  • Jul 11, 2009
    issue 36 (http://www.djangosnippets.org doesn't send registration emai...) reported by ptarjan   -   http://www.djangosnippets.org doesn't send registration emails and forgot email link is dead
    http://www.djangosnippets.org doesn't send registration emails and forgot email link is dead
  • Mar 24, 2009
    issue 30 (Convert cab code to Django 1.0) commented on by webosuniverse   -   svn checkout http://cab.googlecode.com/svn/trunk/ cab-read-only patch -p0 < trunk_update.patch
    svn checkout http://cab.googlecode.com/svn/trunk/ cab-read-only patch -p0 < trunk_update.patch
  • Mar 17, 2009
    issue 30 (Convert cab code to Django 1.0) commented on by herbert.schwappacher   -   Excuse me: How do I apply this patch to to the downloaded trunk? Thanks a lot (new with svn etc.).
    Excuse me: How do I apply this patch to to the downloaded trunk? Thanks a lot (new with svn etc.).
  • Mar 10, 2009
    issue 30 (Convert cab code to Django 1.0) commented on by webosuniverse   -   This patch updates cab to be compatible with django trunk. Basically fixed maxlength, clean_data, and added named url patterns, with corresponding url tag in the templates. Coming soon: slugs for snippets, and reworking the forms because they seem a little more complicated than they should be.
    This patch updates cab to be compatible with django trunk. Basically fixed maxlength, clean_data, and added named url patterns, with corresponding url tag in the templates. Coming soon: slugs for snippets, and reworking the forms because they seem a little more complicated than they should be.
  • Feb 02, 2009
    issue 35 (Line numbers are sometimes incorrect ) reported by lolkaantimat   -   Here is an example: http://www.djangosnippets.org/snippets/1305/ Line numbers start not from the beginning and end before end of code.
    Here is an example: http://www.djangosnippets.org/snippets/1305/ Line numbers start not from the beginning and end before end of code.
  • Feb 02, 2009
    issue 34 (Long lines in code "view" are rendered right on the descript...) reported by lolkaantimat   -   What steps will reproduce the problem? 1. Write a very long lines in the code 2. Write a description with several lines, so it would be on the same OY as code. 3. Save and have a look.
    What steps will reproduce the problem? 1. Write a very long lines in the code 2. Write a description with several lines, so it would be on the same OY as code. 3. Save and have a look.
  • Dec 25, 2008
    issue 32 (Multiple accounts with same email address acceptted) reported by ZilingZhao   -   What steps will reproduce the problem? 1. Register a new account with an email 2. Register again with same email 3. repeat What is the expected output? What do you see instead? Expected to see that the registration to be rejected, since the email address is already being used. Instead, it went through and sent an email. What version of the product are you using? On what operating system? The live site. Please provide any additional information below.
    What steps will reproduce the problem? 1. Register a new account with an email 2. Register again with same email 3. repeat What is the expected output? What do you see instead? Expected to see that the registration to be rejected, since the email address is already being used. Instead, it went through and sent an email. What version of the product are you using? On what operating system? The live site. Please provide any additional information below.
  • Nov 06, 2008
    issue 31 (Support Bash or Blank language) reported by telenieko   -   Hi there, It'd be nice to allow either to set Language as NONE or have Bash in the list; I had to set http://www.djangosnippets.org/snippets/1166/ to HTML so pass form validation! ;) Regards, Marc
    Hi there, It'd be nice to allow either to set Language as NONE or have Bash in the list; I had to set http://www.djangosnippets.org/snippets/1166/ to HTML so pass form validation! ;) Regards, Marc
  • Oct 03, 2008
    issue 30 (Convert cab code to Django 1.0) reported by bodom...@task3.cc   -   What steps will reproduce the problem? 1. Install Django 1.0 2. Download cab 3. Try to install it and get lots of compatibility errors =) Are there plannings to convert the code to Django 1.0? If not, I may do the job in my (not so much) free time
    What steps will reproduce the problem? 1. Install Django 1.0 2. Download cab 3. Try to install it and get lots of compatibility errors =) Are there plannings to convert the code to Django 1.0? If not, I may do the job in my (not so much) free time
  • Sep 25, 2008
    issue 29 (Feature: oembed support) reported by egon.bianchet   -   See http://oembed.com/ and http://code.google.com/p/django-oembed/ It would be useful for sharing snippents in blogs, especially if implemented in djagnosnippets.org.
    See http://oembed.com/ and http://code.google.com/p/django-oembed/ It would be useful for sharing snippents in blogs, especially if implemented in djagnosnippets.org.
  • Sep 22, 2008
    issue 26 (Which django version to use?) commented on by simon.mullis   -   I also would ask this question. I'm trying with django 1.0 as my "learning django" project. I'm now at the point of: 'AddSnippetForm' object has no attribute 'clean_data' I'll keep trying.
    I also would ask this question. I'm trying with django 1.0 as my "learning django" project. I'm now at the point of: 'AddSnippetForm' object has no attribute 'clean_data' I'll keep trying.
  • Sep 21, 2008
    issue 28 (Clicking on "Your Snippets" when not logged in returns HTTP ...) reported by cracka80   -   If anonymously viewing a user's page (as in http://www.djangosnippets.org/users/user_name/), there is a "Your Snippets" link in the top-right corner which, when clicked, takes you to http://www.djangosnippets.org/users//, which gives a 404. So, the "Your Snippets" link should be removed from the page when browsing anonymously.
    If anonymously viewing a user's page (as in http://www.djangosnippets.org/users/user_name/), there is a "Your Snippets" link in the top-right corner which, when clicked, takes you to http://www.djangosnippets.org/users//, which gives a 404. So, the "Your Snippets" link should be removed from the page when browsing anonymously.
  • Sep 08, 2008
    issue 27 (Follow Pep8) commented on by steve.milner   -   Added license patch.
    Added license patch.
  • Sep 08, 2008
    issue 27 (Follow Pep8) reported by steve.milner   -   Pep8 is the "Style Guide for Python Code" (http://www.python.org/dev/peps/pep-0008/). Attached is a patch that brings this code (very close) to pep8 standard. Note: The patch is in git-format-patch format.
    Pep8 is the "Style Guide for Python Code" (http://www.python.org/dev/peps/pep-0008/). Attached is a patch that brings this code (very close) to pep8 standard. Note: The patch is in git-format-patch format.
  • Aug 28, 2008
    issue 26 (Which django version to use?) reported by prabhu.subramanian   -   What steps will reproduce the problem? 1. I am trying to use django 1.0 beta 2. I also tried with 0.96.2. Looks like lot of things have changed and cab is currently broken. Any idea when we can expect an upgrade?
    What steps will reproduce the problem? 1. I am trying to use django 1.0 beta 2. I also tried with 0.96.2. Looks like lot of things have changed and cab is currently broken. Any idea when we can expect an upgrade?
 
Hosted by Google Code