Re: [GSoC form-rendering] Weekly Check-in

2011-08-30 Thread Jannis Leidel
On 20.08.2011, at 15:59, Gregor Müllegger wrote: > I found some use cases that are not yet possible with the form rendering > template tags. The biggest issue is that it's not possible to exchange field > labels with translated text. Currently there is no way of storing a translated > string in th

Re: [GSoC form-rendering] Weekly Check-in

2011-08-30 Thread Idan Gazit
W00t, poking through the source. On Saturday, August 20, 2011 at 4:59 PM, Gregor Müllegger wrote: > So after the exams, vacation and a short illness have I completed a week of > productive work. > > All the parts that were discussed in detail on the mailing list a while back > are implemented.

Re: [GSoC form-rendering] Weekly Check-in

2011-08-20 Thread Gregor Müllegger
So after the exams, vacation and a short illness have I completed a week of productive work. All the parts that were discussed in detail on the mailing list a while back are implemented. The new rendering API is completely in place and well tested. I've manly added more documentation in the last w

Re: [GSoC form-rendering] Weekly Check-in

2011-08-01 Thread Gregor Müllegger
Unfortunately I was not very productive in the last week. The reason are the three exams for this term that kept me busy. The second bad news is that I will be on vacation for the next week. So I will definitely need some serious sprinting after I'm back. The admin will be mainly the target of tha

Re: [GSoC form-rendering] Weekly Check-in

2011-07-20 Thread Gregor Müllegger
So I did most of the actual implementation work for the tags which were proposed on the mailing list. Only some small bits are missing and some edge cases needs to be tested. But I'm quite happy with the progress so far. Next will be completing the documentation and going on to the second part of

Re: [GSoC form-rendering] Weekly Check-in

2011-07-07 Thread Chris Beaven
On Wednesday, July 6, 2011 2:30:12 AM UTC+12, Gregor Müllegger wrote: > > Hi, Chris. > > Seems that I'm now unemployed as GSoC Student, > looks like you already did all the work! ;-) > I prefer to show prototype code than just discussing things. It's more fun :) > Besides this, great work. If

Re: [GSoC form-rendering] Weekly Check-in

2011-07-05 Thread Gregor Müllegger
Hi, Chris. Seems that I'm now unemployed as GSoC Student, looks like you already did all the work! ;-) Besides this, great work. If I understand the source code right (haven't run it yet), then it's already feature complete, isn't it? I also like the idea of "extends", I will definitely bring th

Re: [GSoC form-rendering] Weekly Check-in

2011-07-04 Thread Chris Beaven
Hi Gregor, I've just put up a new version of django-forms [1] which implements a similar version of the proposal with the main difference being "extends". Take a look. 1. https://github.com/SmileyChris/django-forms -- You received this message because you are subscribed to the Google Groups

Re: [GSoC form-rendering] Weekly Check-in

2011-07-04 Thread Gregor Müllegger
Hi, I wrote mainly documentation in the last week for how to use the new form rendering as well as references in the template tag listing. I've also implemented the form, formrow and formfield tags, I thought we might want to have something to play with sooner than later. The docs/tests etc can be

Re: [GSoC form-rendering] Weekly Check-in

2011-06-26 Thread Gregor Müllegger
Hi, we finally found (IMO) a really good API for the form rendering related template tags. There is currently an ongoing discussion on the mailinglist [1]. Jacob raised some concerns related to the performance impact that future form rendering will have. I will make this a more important point in

Re: [GSoC form-rendering] Weekly Check-in

2011-06-26 Thread Gregor Müllegger
Hi Mikhail, 2011/6/22 Mikhail Korobov : > Hi Gregor & others, > I've noticed the https://github.com/idangazit/formrendering and it reminds > me the approach I'm using for all my django 1.3 projects: > {# forms/fields/as_dl.html #} > {{ field.label_tag }}} {{ field }} > {% include "forms/fields

Re: [GSoC form-rendering] Weekly Check-in

2011-06-22 Thread Mikhail Korobov
Hi Gregor & others, I've noticed the https://github.com/idangazit/formrendering and it reminds me the approach I'm using for all my django 1.3 projects: {# forms/fields/as_dl.html #} {{ field.label_tag }}} {{ field }} {% include "forms/fields/errors.html" %} and then: {% csrf_token %} {

[GSoC form-rendering] Weekly Check-in

2011-06-15 Thread Gregor Müllegger
Hi, I unfortunatelly missed the last weekly check-in. However during this time I was already on my travel to Amsterdam for DjangoCon Europe. During this Conference and mostly during the sprints have I spoken to some of the core contributors to get their opinion about my current form rendering prop

[GSoC form-rendering] Weekly check-in 1.0

2011-05-29 Thread Gregor Müllegger
Hi, this week was the first week with official coding for my GSoC project. I merged Bruno Renié's template based widget rendering branch in my django fork. This will be the base of my on going work. I also made sure that all tests are passing, since there were some issues with changes in the white

[GSoC form-rendering] Weekly check-in -0.0

2011-05-22 Thread Gregor Müllegger
Hi, Carl and me had a vital discussion about the syntax that we will propose for a RFC. There is already a mailing list thread to which I warmly invite you to join: http://groups.google.com/group/django-developers/browse_thread/thread/e4836b5a9d36349e Read the templatetag syntax proposal there a

Re: Re : [GSoC form rendering] Weekly check-in -1.0

2011-05-14 Thread Gregor Müllegger
Thanks Mathieu, I already knew this library, however I wanted to have a quick implementation that doesn't use classytags or any other thirdclass library. But thanks to your link I looked in the documentation of sekizai again and saw the restrictions page [1]. And after having a look at the my samp

Re : [GSoC form rendering] Weekly check-in -1.0

2011-05-13 Thread Mathieu AGOPIAN
Hello Gregor, just FYI, one of the guy from django-cms created django-sekizai, which is used just for that (injecting stuff in template blocks) : https://github.com/ojii/django-sekizai Mathieu -- You received this message because you are subscribed to the Google Groups "Django developers" g

[GSoC form rendering] Weekly check-in -1.0

2011-05-13 Thread Gregor Müllegger
Hi, I used the last week to setup the 'test environment' for proof-of-concept'ing the API we will be implementing. The first thing there is that I setup a (yet) simplistic template for 1. the form tag, the monolithic approach how I have proposed it 2. multiple tags like proposed by Russell. Both

[GSoC form rendering] Weekly check-in -3.0

2011-04-28 Thread Gregor Müllegger
Hi, let me introduce myself a bit before I start talking about my upcoming work during the summer. My name is Gregor Müllegger and I was accepted as a Google Summer of Code Student for Django, doing the project called "Revised form rendering". Next Monday will start my fourth year at the universit