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

Today

  • 20 hours ago
    issue 5 (DjangoUnicodeDecodeError - 'utf8' codec can't decode byte) commented on by joseprupi   -   First of all thanks for your response. And sorry for all because i've validated it and seen this: Your feed appears to be encoded as "ISO-8859-1", but your server is reporting "US-ASCII" You can find it in: http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.ciu.cat%2FrssContent.php%3Ftype%3Dnews I should trust in django blocks insted of doing it on the other part, but it is a very important spanish political party. I've reported them this problem. I have to congratulate you for your work, I think it is very interesting.
    First of all thanks for your response. And sorry for all because i've validated it and seen this: Your feed appears to be encoded as "ISO-8859-1", but your server is reporting "US-ASCII" You can find it in: http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.ciu.cat%2FrssContent.php%3Ftype%3Dnews I should trust in django blocks insted of doing it on the other part, but it is a very important spanish political party. I've reported them this problem. I have to congratulate you for your work, I think it is very interesting.

Yesterday

  • 29 hours ago
    issue 5 (DjangoUnicodeDecodeError - 'utf8' codec can't decode byte) Status changed by kimus.linuxus   -   the django-blogs aggregator (feed parser) is http://www.feedparser.org/. the error you reported seams when getting the data from database and not when the feed is parsed and inserted in the database. i will try to test this feed ASAP.
    Status: Accepted
    the django-blogs aggregator (feed parser) is http://www.feedparser.org/. the error you reported seams when getting the data from database and not when the feed is parsed and inserted in the database. i will try to test this feed ASAP.
    Status: Accepted
  • 35 hours ago
    issue 5 (DjangoUnicodeDecodeError - 'utf8' codec can't decode byte) reported by joseprupi   -   What steps will reproduce the problem? 1.Feed http://www.ciu.cat/rssContent.php?type=news What is the expected output? What do you see instead? It doesn't works when is parsed. You see Environment: Request Method: GET Request URL: http://llibergencia.selfip.com/feeds/ Django Version: 1.1.1 Python Version: 2.5.2 Installed Applications: ['django.contrib.sites', 'django.contrib.auth', 'django.contrib.admin', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.humanize', 'django.contrib.markup', 'blocks.apps.core', 'blocks.apps.administration', 'blocks.apps.aggregator', 'llibergencia.apps.site', 'llibergencia.apps.news'] Installed Middleware: ('django.middleware.http.SetRemoteAddrFromForwardedFor', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.middleware.locale.LocaleMiddleware', 'django.middleware.common.CommonMiddleware', 'blocks.core.middleware.CommonMiddleware') Traceback: File "/usr/lib/python2.5/site-packages/django/core/handlers/base.py" in get_response 92. response = callback(request, *callback_args, **callback_kwargs) File "/var/www/llibergencia/python/blocks/apps/aggregator/views.py" in list 8. update_feeds(0) File "/var/www/llibergencia/python/blocks/apps/aggregator/feedupdator.py" in update_feeds 74. feed.feeditem_set.create(title=title, link=link, summary_html=summary, content_html=content, guid=guid, date_modified=date_modified) File "/usr/lib/python2.5/site-packages/django/db/models/fields/related.py" in create 367. return super(RelatedManager, self).create(**kwargs) File "/usr/lib/python2.5/site-packages/django/db/models/manager.py" in create 126. return self.get_query_set().create(**kwargs) File "/usr/lib/python2.5/site-packages/django/db/models/query.py" in create 315. obj.save(force_insert=True) File "/usr/lib/python2.5/site-packages/django/db/models/base.py" in save 410. self.save_base(force_insert=force_insert, force_update=force_update) File "/usr/lib/python2.5/site-packages/django/db/models/base.py" in save_base 495. result = manager._insert(values, return_id=update_pk) File "/usr/lib/python2.5/site-packages/django/db/models/manager.py" in _insert 177. return insert_query(self.model, values, **kwargs) File "/usr/lib/python2.5/site-packages/django/db/models/query.py" in insert_query 1087. return query.execute_sql(return_id) File "/usr/lib/python2.5/site-packages/django/db/models/sql/subqueries.py" in execute_sql 320. cursor = super(InsertQuery, self).execute_sql(None) File "/usr/lib/python2.5/site-packages/django/db/models/sql/query.py" in execute_sql 2369. cursor.execute(sql, params) File "/usr/lib/python2.5/site-packages/django/db/backends/util.py" in execute 22. sql = self.db.ops.last_executed_query(self.cursor, sql, params) File "/usr/lib/python2.5/site-packages/django/db/backends/__init__.py" in last_executed_query 213. u_params = tuple([to_unicode(val) for val in params]) File "/usr/lib/python2.5/site-packages/django/db/backends/__init__.py" in <lambda> 211. to_unicode = lambda s: force_unicode(s, strings_only=True) File "/usr/lib/python2.5/site-packages/django/utils/encoding.py" in force_unicode 92. raise DjangoUnicodeDecodeError(s, *e.args) Exception Type: DjangoUnicodeDecodeError at /feeds/ Exception Value: 'utf8' codec can't decode byte 0x92 in position 31: unexpected code byte. You passed in 'Maite Fandos demana al Govern d\x92Hereu que faci costat a les Federacions Esportives i Clubs Excursionistes davant la taxa per rescats que vol cobrar Saura' (<type 'str'>) It's encoded with ISO-8859-1 but is parsed like utf-8 What version of the product are you using? On what operating system? Please provide any additional information below.
    What steps will reproduce the problem? 1.Feed http://www.ciu.cat/rssContent.php?type=news What is the expected output? What do you see instead? It doesn't works when is parsed. You see Environment: Request Method: GET Request URL: http://llibergencia.selfip.com/feeds/ Django Version: 1.1.1 Python Version: 2.5.2 Installed Applications: ['django.contrib.sites', 'django.contrib.auth', 'django.contrib.admin', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.humanize', 'django.contrib.markup', 'blocks.apps.core', 'blocks.apps.administration', 'blocks.apps.aggregator', 'llibergencia.apps.site', 'llibergencia.apps.news'] Installed Middleware: ('django.middleware.http.SetRemoteAddrFromForwardedFor', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.middleware.locale.LocaleMiddleware', 'django.middleware.common.CommonMiddleware', 'blocks.core.middleware.CommonMiddleware') Traceback: File "/usr/lib/python2.5/site-packages/django/core/handlers/base.py" in get_response 92. response = callback(request, *callback_args, **callback_kwargs) File "/var/www/llibergencia/python/blocks/apps/aggregator/views.py" in list 8. update_feeds(0) File "/var/www/llibergencia/python/blocks/apps/aggregator/feedupdator.py" in update_feeds 74. feed.feeditem_set.create(title=title, link=link, summary_html=summary, content_html=content, guid=guid, date_modified=date_modified) File "/usr/lib/python2.5/site-packages/django/db/models/fields/related.py" in create 367. return super(RelatedManager, self).create(**kwargs) File "/usr/lib/python2.5/site-packages/django/db/models/manager.py" in create 126. return self.get_query_set().create(**kwargs) File "/usr/lib/python2.5/site-packages/django/db/models/query.py" in create 315. obj.save(force_insert=True) File "/usr/lib/python2.5/site-packages/django/db/models/base.py" in save 410. self.save_base(force_insert=force_insert, force_update=force_update) File "/usr/lib/python2.5/site-packages/django/db/models/base.py" in save_base 495. result = manager._insert(values, return_id=update_pk) File "/usr/lib/python2.5/site-packages/django/db/models/manager.py" in _insert 177. return insert_query(self.model, values, **kwargs) File "/usr/lib/python2.5/site-packages/django/db/models/query.py" in insert_query 1087. return query.execute_sql(return_id) File "/usr/lib/python2.5/site-packages/django/db/models/sql/subqueries.py" in execute_sql 320. cursor = super(InsertQuery, self).execute_sql(None) File "/usr/lib/python2.5/site-packages/django/db/models/sql/query.py" in execute_sql 2369. cursor.execute(sql, params) File "/usr/lib/python2.5/site-packages/django/db/backends/util.py" in execute 22. sql = self.db.ops.last_executed_query(self.cursor, sql, params) File "/usr/lib/python2.5/site-packages/django/db/backends/__init__.py" in last_executed_query 213. u_params = tuple([to_unicode(val) for val in params]) File "/usr/lib/python2.5/site-packages/django/db/backends/__init__.py" in <lambda> 211. to_unicode = lambda s: force_unicode(s, strings_only=True) File "/usr/lib/python2.5/site-packages/django/utils/encoding.py" in force_unicode 92. raise DjangoUnicodeDecodeError(s, *e.args) Exception Type: DjangoUnicodeDecodeError at /feeds/ Exception Value: 'utf8' codec can't decode byte 0x92 in position 31: unexpected code byte. You passed in 'Maite Fandos demana al Govern d\x92Hereu que faci costat a les Federacions Esportives i Clubs Excursionistes davant la taxa per rescats que vol cobrar Saura' (<type 'str'>) It's encoded with ISO-8859-1 but is parsed like utf-8 What version of the product are you using? On what operating system? Please provide any additional information below.

Last 30 days

  • Dec 02, 2009
    issue 3 (Cannot checkout demo) Status changed by kimus.linuxus   -   this issue was corrected in r216
    Status: Fixed
    this issue was corrected in r216
    Status: Fixed
  • Dec 02, 2009
    r216 (removed invalid file correcting issue #3) committed by kimus.linuxus   -   removed invalid file correcting issue #3
    removed invalid file correcting issue #3
  • Nov 25, 2009
    Installation (How to Install django-blocks) Wiki page commented on by sstein...@gmail.com   -   Make sure the tagging module is version 3.x or better; earlier versions have import errors on Django version 1 or greater. S
    Make sure the tagging module is version 3.x or better; earlier versions have import errors on Django version 1 or greater. S
  • Nov 23, 2009
    r215 (support configuration of email, or emails, per contact form ) committed by kimus.linuxus   -   support configuration of email, or emails, per contact form
    support configuration of email, or emails, per contact form
  • Nov 18, 2009
    issue 4 (Installation instructions do not work, directory structure d...) Status changed by kimus.linuxus   -   The wiki page: http://code.google.com/p/django-blocks/wiki/Installation does not say one important thing. You need to have django-blocks in your python path. You can put globally in the system or in you home. I'll fix the documentation to help install the django-blocks in the python path. A work around is saying where to get django-blocks: PYTHONPATH=<path to django-blocks> ./manage.py runserver Thanks
    Status: Accepted
    The wiki page: http://code.google.com/p/django-blocks/wiki/Installation does not say one important thing. You need to have django-blocks in your python path. You can put globally in the system or in you home. I'll fix the documentation to help install the django-blocks in the python path. A work around is saying where to get django-blocks: PYTHONPATH=<path to django-blocks> ./manage.py runserver Thanks
    Status: Accepted
  • Nov 18, 2009
    Installation (How to Install django-blocks) Wiki page edited by kimus.linuxus   -   Revision r214 Edited wiki page through web user interface.
    Revision r214 Edited wiki page through web user interface.
  • Nov 18, 2009
    issue 3 (Cannot checkout demo) Status changed by kimus.linuxus   -  
    Status: Accepted
    Status: Accepted
  • Nov 18, 2009
    issue 3 (Cannot checkout demo) commented on by kimus.linuxus   -   Strange, I will correct that. A work around is to chechout http://django-blocks.googlecode.com/svn/trunk/samples/demo/python/demo/ directly.
    Strange, I will correct that. A work around is to chechout http://django-blocks.googlecode.com/svn/trunk/samples/demo/python/demo/ directly.

Earlier this year

  • Oct 31, 2009
    issue 4 (Installation instructions do not work, directory structure d...) reported by sstein...@gmail.com   -   What steps will reproduce the problem? 1. Create new subdirectory to hold project, cd into it. I used ~/django-blocks 2. get blocks from svn 3. get demo from svn 4. install tagging by checking out trunk and python setup.py install as per instructions 5. cd demo (as per instructions) (cd ~/django-blocks/demo) There is no manage.py there as there is supposed to be. manage.py is actually down in ~/django-blocks/demo/python/demo Running it produces the message: Error: No module named blocks.apps.core What is the expected output? What do you see instead? The demo should be running at that point, all you get is that error message. What version of the product are you using? On what operating system? From svn, as of 2009-10-31 Please provide any additional information below. I could certainly chase this around a bit and probably figure it out, but it would probably be more useful to actually get the instructions fixed and keep trying to follow them until they work. Running on OS-X 10.6 but that isn't really relevant. Thanks, ssteinerX@gmail.com
    What steps will reproduce the problem? 1. Create new subdirectory to hold project, cd into it. I used ~/django-blocks 2. get blocks from svn 3. get demo from svn 4. install tagging by checking out trunk and python setup.py install as per instructions 5. cd demo (as per instructions) (cd ~/django-blocks/demo) There is no manage.py there as there is supposed to be. manage.py is actually down in ~/django-blocks/demo/python/demo Running it produces the message: Error: No module named blocks.apps.core What is the expected output? What do you see instead? The demo should be running at that point, all you get is that error message. What version of the product are you using? On what operating system? From svn, as of 2009-10-31 Please provide any additional information below. I could certainly chase this around a bit and probably figure it out, but it would probably be more useful to actually get the instructions fixed and keep trying to follow them until they work. Running on OS-X 10.6 but that isn't really relevant. Thanks, ssteinerX@gmail.com
  • Oct 30, 2009
    issue 3 (Cannot checkout demo) reported by martin.kjellberg   -   When trying to checkout the demo, an error occurs: svn: Path 'demo\python\...' is not in the working copy. This is because there's a file called '...' in http://django-blocks.googlecode.com/svn/trunk/samples/demo/python. This happens on windows.
    When trying to checkout the demo, an error occurs: svn: Path 'demo\python\...' is not in the working copy. This is because there's a file called '...' in http://django-blocks.googlecode.com/svn/trunk/samples/demo/python. This happens on windows.
  • Oct 29, 2009
    Blocks (So, What's a Block?) Wiki page commented on by kimus.linuxus   -   Please go to [http://code.google.com/p/django-blocks/wiki/Installation installation] wiki page if you need instructions on how to use django-blocks.
    Please go to [http://code.google.com/p/django-blocks/wiki/Installation installation] wiki page if you need instructions on how to use django-blocks.
  • Oct 29, 2009
    Blocks (So, What's a Block?) Wiki page commented on by kimus.linuxus   -   to install check: [wiki: Installation]
    to install check: [wiki: Installation]
  • Oct 28, 2009
    Blocks (So, What's a Block?) Wiki page commented on by matcherapy   -   how to install it?
    how to install it?
  • Oct 27, 2009
    issue 2 (cannot import name load_backend running validate or runserve...) commented on by kimus.linuxus   -   I changed the import in the revision 213
    I changed the import in the revision 213
  • Oct 27, 2009
    r213 (moved the import load_backend to MultiDBManager should throw...) committed by kimus.linuxus   -   moved the import load_backend to MultiDBManager should throw a custom exception but for now will do.
    moved the import load_backend to MultiDBManager should throw a custom exception but for now will do.
  • Sep 22, 2009
    issue 2 (cannot import name load_backend running validate or runserve...) Summary changed by kimus.linuxus   -  
    Summary: cannot import name load_backend running validate or runserver
    Summary: cannot import name load_backend running validate or runserver
  • Sep 22, 2009
    issue 2 (Runserver) Status changed by kimus.linuxus   -   you should be using the latest release 1.1 http://www.djangoproject.com/download/
    Status: Invalid
    you should be using the latest release 1.1 http://www.djangoproject.com/download/
    Status: Invalid
  • Sep 22, 2009
    issue 2 (Runserver) commented on by kimus.linuxus   -   sorry (I deleted my comment)... I didn't notice the django version :-) django version 1.0.2 does not have load_backend.
    sorry (I deleted my comment)... I didn't notice the django version :-) django version 1.0.2 does not have load_backend.
  • Sep 22, 2009
    issue 2 (Runserver) commented on by jyr.gaxiola   -   Of course, look
    Of course, look
  • Sep 22, 2009
    issue 2 (Runserver) commented on by kimus.linuxus   -   hi, can you attach your settings.py?
    hi, can you attach your settings.py?
  • Sep 19, 2009
    issue 2 (Runserver) reported by jyr.gaxiola   -   What steps will reproduce the problem? 1. mac:demo jyr$ python manage.py validate What is the expected output? What do you see instead? Traceback (most recent call last): File "manage.py", line 11, in <module> execute_manager(settings) File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/core/management/__init__.py", line 340, in execute_manager utility.execute() File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/core/management/__init__.py", line 295, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/core/management/base.py", line 192, in run_from_argv self.execute(*args, **options.__dict__) File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/core/management/base.py", line 219, in execute output = self.handle(*args, **options) File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/core/management/base.py", line 348, in handle return self.handle_noargs(**options) File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/core/management/commands/validate.py", line 9, in handle_noargs self.validate(display_num_errors=True) File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/core/management/base.py", line 246, in validate num_errors = get_validation_errors(s, app) File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/core/management/validation.py", line 28, in get_validation_errors for (app_name, error) in get_app_errors().items(): File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/db/models/loading.py", line 128, in get_app_errors self._populate() File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/db/models/loading.py", line 57, in _populate self.load_app(app_name, True) File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/db/models/loading.py", line 72, in load_app mod = __import__(app_name, {}, {}, ['models']) File "/Users/jyr/Desarrollo/svn-projects/demo/python/demo/blocks/apps/core/models.py", line 5, in <module> from blocks.apps.core import core_models File "/Users/jyr/Desarrollo/svn-projects/demo/python/demo/blocks/apps/core/core_models.py", line 10, in <module> from blocks.apps.core.managers import STATUS_CHOICES, BaseManager File "/Users/jyr/Desarrollo/svn-projects/demo/python/demo/blocks/apps/core/managers.py", line 4, in <module> from django.db import load_backend ImportError: cannot import name load_backend What version of the product are you using? On what operating system? I´m using django 1.0.2 in OSX 10.5.8
    What steps will reproduce the problem? 1. mac:demo jyr$ python manage.py validate What is the expected output? What do you see instead? Traceback (most recent call last): File "manage.py", line 11, in <module> execute_manager(settings) File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/core/management/__init__.py", line 340, in execute_manager utility.execute() File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/core/management/__init__.py", line 295, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/core/management/base.py", line 192, in run_from_argv self.execute(*args, **options.__dict__) File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/core/management/base.py", line 219, in execute output = self.handle(*args, **options) File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/core/management/base.py", line 348, in handle return self.handle_noargs(**options) File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/core/management/commands/validate.py", line 9, in handle_noargs self.validate(display_num_errors=True) File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/core/management/base.py", line 246, in validate num_errors = get_validation_errors(s, app) File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/core/management/validation.py", line 28, in get_validation_errors for (app_name, error) in get_app_errors().items(): File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/db/models/loading.py", line 128, in get_app_errors self._populate() File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/db/models/loading.py", line 57, in _populate self.load_app(app_name, True) File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/django/db/models/loading.py", line 72, in load_app mod = __import__(app_name, {}, {}, ['models']) File "/Users/jyr/Desarrollo/svn-projects/demo/python/demo/blocks/apps/core/models.py", line 5, in <module> from blocks.apps.core import core_models File "/Users/jyr/Desarrollo/svn-projects/demo/python/demo/blocks/apps/core/core_models.py", line 10, in <module> from blocks.apps.core.managers import STATUS_CHOICES, BaseManager File "/Users/jyr/Desarrollo/svn-projects/demo/python/demo/blocks/apps/core/managers.py", line 4, in <module> from django.db import load_backend ImportError: cannot import name load_backend What version of the product are you using? On what operating system? I´m using django 1.0.2 in OSX 10.5.8
  • Sep 16, 2009
    r212 (Windows path comparing should be case insensitive so I corre...) committed by kimus.linuxus   -   Windows path comparing should be case insensitive so I corrected a problem creating image sizes. Fixed (I hope) shopping cart decimal conversion
    Windows path comparing should be case insensitive so I corrected a problem creating image sizes. Fixed (I hope) shopping cart decimal conversion
  • Sep 13, 2009
    r211 (a fix for the windows OS) committed by kimus.linuxus   -   a fix for the windows OS
    a fix for the windows OS
  • Sep 08, 2009
    django-blocks-demo-snapshot-r210.tar.gz (django-blocks-demo-snapshot-r210.tar.gz) file uploaded by kimus.linuxus   -  
    Labels: Featured Type-Source
    Labels: Featured Type-Source
  • Sep 08, 2009
    django-blocks-snapshot-r210.tar.gz (django-blocks-snapshot-r210.tar.gz) file uploaded by kimus.linuxus
  • Sep 04, 2009
    r210 (search crawl corrections) committed by kimus.linuxus   -   search crawl corrections
    search crawl corrections
  • Aug 22, 2009
    r209 (added support for automatic sitemap page) committed by kimus.linuxus   -   added support for automatic sitemap page
    added support for automatic sitemap page
  • Aug 22, 2009
    Installation (How to Install django-blocks) Wiki page edited by kimus.linuxus   -   Revision r208 Edited wiki page through web user interface.
    Revision r208 Edited wiki page through web user interface.
  • Aug 22, 2009
    r207 (Added a README to help people to start up and updated the da...) committed by kimus.linuxus   -   Added a README to help people to start up and updated the database schema. Thanks to Marc Hawson.
    Added a README to help people to start up and updated the database schema. Thanks to Marc Hawson.
  • Aug 17, 2009
    Installation (How to Install django-blocks) Wiki page edited by kimus.linuxus   -   Revision r206 Edited wiki page through web user interface.
    Revision r206 Edited wiki page through web user interface.
  • Aug 17, 2009
    Installation (How to Install django-blocks) Wiki page edited by kimus.linuxus   -   Revision r205 Edited wiki page through web user interface.
    Revision r205 Edited wiki page through web user interface.
  • Aug 17, 2009
    Installation (How to Install django-blocks) Wiki page added by kimus.linuxus   -   Revision r204 Created wiki page through web user interface.
    Revision r204 Created wiki page through web user interface.
  • Aug 17, 2009
    Blocks (So, What's a Block?) Wiki page edited by kimus.linuxus   -   Revision r203 Edited wiki page through web user interface.
    Revision r203 Edited wiki page through web user interface.
  • Jul 21, 2009
    Blocks (So, What's a Block?) Wiki page commented on by arunsenthi   -   dsfdsfdsf
    dsfdsfdsf
  • Jul 18, 2009
    r202 (removed prints ... this is getting stupid :-D) committed by kimus.linuxus   -   removed prints ... this is getting stupid :-D
    removed prints ... this is getting stupid :-D
  • Jul 18, 2009
    r201 (I commited without testing :-) ... fixed the 'better mark ex...) committed by kimus.linuxus   -   I commited without testing :-) ... fixed the 'better mark external links'
    I commited without testing :-) ... fixed the 'better mark external links'
  • Jul 18, 2009
    r200 (better mark external links) committed by kimus.linuxus   -   better mark external links
    better mark external links
  • Jul 17, 2009
    r199 (forgot to remove prints :-S need to use logging) committed by kimus.linuxus   -   forgot to remove prints :-S need to use logging
    forgot to remove prints :-S need to use logging
  • Jul 17, 2009
    r198 (mark external links like wikipedia) committed by kimus.linuxus   -   mark external links like wikipedia
    mark external links like wikipedia
  • Jul 04, 2009
    Blocks (So, What's a Block?) Wiki page edited by kimus.linuxus
  • Jul 01, 2009
    r196 (some administration pages corrections and added the contacts...) committed by kimus.linuxus   -   some administration pages corrections and added the contacts application
    some administration pages corrections and added the contacts application
  • Jun 28, 2009
    r195 (manage cart requests in the administration pages) committed by kimus.linuxus   -   manage cart requests in the administration pages
    manage cart requests in the administration pages
  • Jun 14, 2009
    r194 (update asset stock) committed by kimus.linuxus   -   update asset stock
    update asset stock
  • Jun 11, 2009
    r193 (user association to the cart) committed by kimus.linuxus   -   user association to the cart
    user association to the cart
  • Jun 11, 2009
    r192 (cart checkout complete (everyone can have a shop now :-D)) committed by kimus.linuxus   -   cart checkout complete (everyone can have a shop now :-D)
    cart checkout complete (everyone can have a shop now :-D)
  • Jun 10, 2009
    r191 (more .pyc removed. grrr, please blame pydev plugin :-p) committed by kimus.linuxus   -   more .pyc removed. grrr, please blame pydev plugin :-p
    more .pyc removed. grrr, please blame pydev plugin :-p
  • Jun 10, 2009
    r190 (initial cart checkout support) committed by kimus.linuxus   -   initial cart checkout support
    initial cart checkout support
 
Hosted by Google Code