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

Earlier this year

  • Oct 22, 2009
    Screenshots Wiki page commented on by mauro.degiorgi   -   Is this project still alive?
    Is this project still alive?

Older

  • Nov 17, 2008
    r47 (some small this and that) committed by mi...@sorl.net   -   some small this and that
    some small this and that
  • Sep 23, 2008
    r46 (force width of the TA in upcoming app, sorl-images) committed by mi...@sorl.net   -   force width of the TA in upcoming app, sorl-images
    force width of the TA in upcoming app, sorl-images
  • Sep 23, 2008
    r45 (added creole css) committed by mi...@sorl.net   -   added creole css
    added creole css
  • Sep 23, 2008
    r44 (moved creole css) committed by mi...@sorl.net   -   moved creole css
    moved creole css
  • Sep 23, 2008
    r43 (polish#5) committed by mi...@sorl.net   -   polish#5
    polish#5
  • Sep 23, 2008
    r42 (polish#4) committed by mi...@sorl.net   -   polish#4
    polish#4
  • Sep 23, 2008
    r41 (polish#3) committed by mi...@sorl.net   -   polish#3
    polish#3
  • Sep 23, 2008
    r40 (polish#2) committed by mi...@sorl.net   -   polish#2
    polish#2
  • Sep 23, 2008
    r39 (polish) committed by mi...@sorl.net   -   polish
    polish
  • Sep 23, 2008
    r38 (html bug and a little i18n) committed by mi...@sorl.net   -   html bug and a little i18n
    html bug and a little i18n
  • Sep 23, 2008
    r37 (creole widget now gots button) committed by mi...@sorl.net   -   creole widget now gots button
    creole widget now gots button
  • Sep 23, 2008
    r36 (minor css) committed by mi...@sorl.net   -   minor css
    minor css
  • Sep 23, 2008
    r35 (creole widget fixed) committed by mi...@sorl.net   -   creole widget fixed
    creole widget fixed
  • Sep 23, 2008
    r34 (creole widget added) committed by mi...@sorl.net   -   creole widget added
    creole widget added
  • Sep 23, 2008
    r33 (creole syntax widget added and cache errors removed) committed by mi...@sorl.net   -   creole syntax widget added and cache errors removed
    creole syntax widget added and cache errors removed
  • Sep 22, 2008
    r32 (I think we had some name collisions in js, resorting to long...) committed by mi...@sorl.net   -   I think we had some name collisions in js, resorting to long full names
    I think we had some name collisions in js, resorting to long full names
  • Sep 18, 2008
    r31 (removed unused) committed by mi...@sorl.net   -   removed unused
    removed unused
  • Sep 15, 2008
    r30 (always something minor...) committed by mi...@sorl.net   -   always something minor...
    always something minor...
  • Sep 15, 2008
    r29 (no need for that now...) committed by mi...@sorl.net   -   no need for that now...
    no need for that now...
  • Sep 15, 2008
    r28 (got the buttons working nicely, ie6 perfect...no js also goo...) committed by mi...@sorl.net   -   got the buttons working nicely, ie6 perfect...no js also good
    got the buttons working nicely, ie6 perfect...no js also good
  • Sep 14, 2008
    r27 (IE bugs crushed) committed by mi...@sorl.net   -   IE bugs crushed
    IE bugs crushed
  • Sep 14, 2008
    r26 (hide buttons before replacing...) committed by mi...@sorl.net   -   hide buttons before replacing...
    hide buttons before replacing...
  • Sep 14, 2008
    r25 (funkier default button...) committed by mi...@sorl.net   -   funkier default button...
    funkier default button...
  • Sep 14, 2008
    r24 (funkier default button) committed by mi...@sorl.net   -   funkier default button
    funkier default button
  • Sep 13, 2008
    Screenshots Wiki page edited by mi...@sorl.net
  • Sep 12, 2008
    Screenshots Wiki page edited by mi...@sorl.net
  • Sep 12, 2008
    r21 (updated swedish translation) committed by mi...@sorl.net   -   updated swedish translation
    updated swedish translation
  • Sep 11, 2008
    r20 (fixed login button) committed by mi...@sorl.net   -   fixed login button
    fixed login button
  • Sep 11, 2008
    r19 (just renaming...) committed by mi...@sorl.net   -   just renaming...
    just renaming...
  • Sep 11, 2008
    issue 1 (Can't save news item on demo site) Status changed by mi...@sorl.net   -   Thanks, fixed
    Status: Fixed
    Thanks, fixed
    Status: Fixed
  • Sep 11, 2008
    r18 (wrong name in example project, thanks akaihola) committed by mi...@sorl.net   -   wrong name in example project, thanks akaihola
    wrong name in example project, thanks akaihola
  • Sep 11, 2008
    issue 1 (Can't save news item on demo site) reported by akaihola   -   What steps will reproduce the problem? 1. open the sorl-curator demo site 2. enter data for a new news item 3. try to save the news item What is the expected output? What do you see instead? Should add a news item. Instead spits the following error: Environment: Request Method: POST Request URL: http://curator.sorl.net/news/news/add/ Django Version: 1.0-final-SVN-8965 Python Version: 2.5.1 Installed Applications: ['django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'sorl.curator', 'django.contrib.admin', 'example_project.pages', 'example_project.news'] Installed Middleware: ('django.middleware.common.CommonMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware') Traceback: File "/usr/local/lib/python2.5/site-packages/django/core/handlers/base.py" in get_response 86. response = callback(request, *callback_args, **callback_kwargs) File "/usr/local/lib/python2.5/site-packages/django/contrib/admin/sites.py" in root 158. return self.model_page(request, *url.split('/', 2)) File "/usr/local/lib/python2.5/site-packages/django/views/decorators/cache.py" in _wrapped_view_func 44. response = view_func(request, *args, **kwargs) File "/usr/local/lib/python2.5/site-packages/sorl/curator/sites.py" in wrapper 54. return f(self, *args, **kwargs) File "/usr/local/lib/python2.5/site-packages/sorl/curator/sites.py" in model_page 203. return admin_obj(request, rest_of_url) File "/usr/local/lib/python2.5/site-packages/sorl/curator/options.py" in __call__ 94. return super(ModelAdmin, self).__call__(request, url) File "/usr/local/lib/python2.5/site-packages/django/contrib/admin/options.py" in __call__ 191. return self.add_view(request) File "/usr/local/lib/python2.5/site-packages/sorl/curator/options.py" in wrapper 61. return f(self, *args, **kwargs) File "/usr/local/lib/python2.5/site-packages/sorl/curator/options.py" in add_view 118. return super(ModelAdmin, self).add_view(request, *args, **kwargs) File "/usr/local/lib/python2.5/site-packages/django/db/transaction.py" in _commit_on_success 238. res = func(*args, **kw) File "/usr/local/lib/python2.5/site-packages/django/contrib/admin/options.py" in add_view 507. self.log_addition(request, new_object) File "/usr/local/lib/python2.5/site-packages/django/contrib/admin/options.py" in log_addition 294. object_repr = force_unicode(object), File "/usr/local/lib/python2.5/site-packages/django/utils/encoding.py" in force_unicode 49. s = unicode(s) File "/var/www/sorl.net/files/curator/example_project/news/models.py" in __unicode__ 23. return self.heading Exception Type: AttributeError at /news/news/add/ Exception Value: 'News' object has no attribute 'heading' What version of the product are you using? On what operating system? Today is 2008-09-11.
    What steps will reproduce the problem? 1. open the sorl-curator demo site 2. enter data for a new news item 3. try to save the news item What is the expected output? What do you see instead? Should add a news item. Instead spits the following error: Environment: Request Method: POST Request URL: http://curator.sorl.net/news/news/add/ Django Version: 1.0-final-SVN-8965 Python Version: 2.5.1 Installed Applications: ['django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'sorl.curator', 'django.contrib.admin', 'example_project.pages', 'example_project.news'] Installed Middleware: ('django.middleware.common.CommonMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware') Traceback: File "/usr/local/lib/python2.5/site-packages/django/core/handlers/base.py" in get_response 86. response = callback(request, *callback_args, **callback_kwargs) File "/usr/local/lib/python2.5/site-packages/django/contrib/admin/sites.py" in root 158. return self.model_page(request, *url.split('/', 2)) File "/usr/local/lib/python2.5/site-packages/django/views/decorators/cache.py" in _wrapped_view_func 44. response = view_func(request, *args, **kwargs) File "/usr/local/lib/python2.5/site-packages/sorl/curator/sites.py" in wrapper 54. return f(self, *args, **kwargs) File "/usr/local/lib/python2.5/site-packages/sorl/curator/sites.py" in model_page 203. return admin_obj(request, rest_of_url) File "/usr/local/lib/python2.5/site-packages/sorl/curator/options.py" in __call__ 94. return super(ModelAdmin, self).__call__(request, url) File "/usr/local/lib/python2.5/site-packages/django/contrib/admin/options.py" in __call__ 191. return self.add_view(request) File "/usr/local/lib/python2.5/site-packages/sorl/curator/options.py" in wrapper 61. return f(self, *args, **kwargs) File "/usr/local/lib/python2.5/site-packages/sorl/curator/options.py" in add_view 118. return super(ModelAdmin, self).add_view(request, *args, **kwargs) File "/usr/local/lib/python2.5/site-packages/django/db/transaction.py" in _commit_on_success 238. res = func(*args, **kw) File "/usr/local/lib/python2.5/site-packages/django/contrib/admin/options.py" in add_view 507. self.log_addition(request, new_object) File "/usr/local/lib/python2.5/site-packages/django/contrib/admin/options.py" in log_addition 294. object_repr = force_unicode(object), File "/usr/local/lib/python2.5/site-packages/django/utils/encoding.py" in force_unicode 49. s = unicode(s) File "/var/www/sorl.net/files/curator/example_project/news/models.py" in __unicode__ 23. return self.heading Exception Type: AttributeError at /news/news/add/ Exception Value: 'News' object has no attribute 'heading' What version of the product are you using? On what operating system? Today is 2008-09-11.
  • Sep 10, 2008
    Screenshots Wiki page edited by mi...@sorl.net
  • Sep 10, 2008
    Screenshots Wiki page edited by mi...@sorl.net
  • Sep 10, 2008
    r15 (forgot my design goals...) committed by mi...@sorl.net   -   forgot my design goals...
    forgot my design goals...
  • Sep 10, 2008
    r14 (logo fix) committed by mi...@sorl.net   -   logo fix
    logo fix
  • Sep 10, 2008
    r13 (new screenshots.) committed by mi...@sorl.net   -   new screenshots.
    new screenshots.
  • Sep 10, 2008
    r12 (yui button now for login and reorder done) committed by mi...@sorl.net   -   yui button now for login and reorder done
    yui button now for login and reorder done
  • Sep 10, 2008
    r11 (damn db in in repo...) committed by mi...@sorl.net   -   damn db in in repo...
    damn db in in repo...
  • Sep 10, 2008
    r10 (moved app_index_template to section_*, removed all reference...) committed by mi...@sorl.net   -   moved app_index_template to section_*, removed all references to app_ except app_label
    moved app_index_template to section_*, removed all references to app_ except app_label
  • Sep 10, 2008
    r9 (fixed app index and added description) committed by mi...@sorl.net   -   fixed app index and added description
    fixed app index and added description
  • Sep 09, 2008
    r8 (front wiki icon...) committed by mi...@sorl.net   -   front wiki icon...
    front wiki icon...
  • Sep 09, 2008
    Screenshots Wiki page added by mi...@sorl.net
  • Sep 09, 2008
    r6 (added a simple README for the example project) committed by mi...@sorl.net   -   added a simple README for the example project
    added a simple README for the example project
  • Sep 09, 2008
    r5 (images again...) committed by mi...@sorl.net   -   images again...
    images again...
  • Sep 09, 2008
    r4 (more images...) committed by mi...@sorl.net   -   more images...
    more images...
  • Sep 09, 2008
    r3 (Adding screenshots.) committed by mi...@sorl.net   -   Adding screenshots.
    Adding screenshots.
  • Sep 09, 2008
    r2 (Added an example project and fixed some stuff, noticably the...) committed by mi...@sorl.net   -   Added an example project and fixed some stuff, noticably the index.html
    Added an example project and fixed some stuff, noticably the index.html
  • Sep 09, 2008
    r1 committed by mi...@sorl.net
 
Hosted by Google Code