Google Mail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Starting up development
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  14 messages - 13 new - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Follow-up To:
Add Cc | Add Follow-up to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers that you hear
 
proofek  
View profile   Translate to Translated (View Original)
 More options 4 Apr 2008, 09:28
From: proofek <proo...@gmail.com>
Date: Fri, 4 Apr 2008 01:28:28 -0700 (PDT)
Local: Fri 4 Apr 2008 09:28
Subject: Starting up development
Hiya everybody,

I think we're in the position now where we can start development. I
fixed all known crashes and have made it work with 0.11 version of
Trac.

The next bit is to replace clearsilver templates (and all code
related) with new shiny Genshi engine that Trac 0.11 is using.

I'll be going through source code and will make a list o required
changes. Anybody fancy to help me with that?

Next stuff is to reorganize SVN structure. It's not very flexible
right now and doesn't allow us to play with the code without releasing
it. What are your ideas? Anybody wants to take care of it. Paul?

Third stuff, more of the future development and refactoring - it would
be good to reorganize the code into functional packages - I believe
Rys and BenL might have some ideas here.

Right, so where are we? Ohh... let's get to work!


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
proofek  
View profile   Translate to Translated (View Original)
 More options 5 Apr 2008, 15:16
From: proofek <proo...@gmail.com>
Date: Sat, 5 Apr 2008 07:16:45 -0700 (PDT)
Local: Sat 5 Apr 2008 15:16
Subject: Re: Starting up development
As promised, after a quick chat with Paul we have agreed our new svn
structure. We're gonna leave the existing 0.9, 0.10 and 0.11 branches
where they are, for backwards compatibility, but at the same time I
have created standard svn directory structure, and copied 0.11 to
trunk (as our main revision) and 0.9 and 0.10 to tags.

I am going to create the first branch that will be used for
development. The idea is to use version number merged along with
codename. Because until now version 2.0dev was used I am proposing to
use version 2.1 and codename 'toddler'.

So, after all the changes our svn structure should look like this:

- 0.9
- 0.10
- 0.11
- trunk
- tags
  |- 0.9
  |- 0.10
- branches
  | - 2.1-toddler

What do you thinks guys?

Seb


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
proofek  
View profile   Translate to Translated (View Original)
 More options 8 Apr 2008, 12:34
From: proofek <proo...@gmail.com>
Date: Tue, 8 Apr 2008 04:34:24 -0700 (PDT)
Local: Tues 8 Apr 2008 12:34
Subject: Re: Starting up development

> So, after all the changes our svn structure should look like this:

> - 0.9
> - 0.10
> - 0.11
> - trunk
> - tags
>   |- 0.9
>   |- 0.10
> - branches
>   | - 2.1-toddler

> What do you thinks guys?

> Seb

I assume everybody liked that. Right! I've modified the first template
from CS to genshi. It might be an example for you guys how to pick up
the next one. It's not that hard after all.

If you're going to modify one of remaining give let me know which one
to avoid conflict and work duplication.

ta


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
proofek  
View profile   Translate to Translated (View Original)
 More options 8 Apr 2008, 16:03
From: proofek <proo...@gmail.com>
Date: Tue, 8 Apr 2008 08:03:25 -0700 (PDT)
Local: Tues 8 Apr 2008 16:03
Subject: Re: Starting up development
Hiya,

> If you're going to modify one of remaining give let me know which one
> to avoid conflict and work duplication.

> ta

FYI, I am picking up 'peerReviewNew.cs' now.

Seb


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
proofek  
View profile   Translate to Translated (View Original)
 More options 12 Apr 2008, 15:36
From: proofek <proo...@gmail.com>
Date: Sat, 12 Apr 2008 07:36:02 -0700 (PDT)
Local: Sat 12 Apr 2008 15:36
Subject: Re: Starting up development

On 8 Apr, 16:03, proofek <proo...@gmail.com> wrote:

> Hiya,

> > If you're going to modify one of remaining give let me know which one
> > to avoid conflict and work duplication.

> > ta

> FYI, I am picking up 'peerReviewNew.cs' now.

> Seb

Picking up peerReviewBrowser.cs as well as it is strictly related with
peerReviewNew.cs.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
proofek  
View profile   Translate to Translated (View Original)
 More options 23 Apr 2008, 14:00
From: proofek <proo...@gmail.com>
Date: Wed, 23 Apr 2008 06:00:18 -0700 (PDT)
Local: Wed 23 Apr 2008 14:00
Subject: Re: Starting up development

On 12 Apr, 15:36, proofek <proo...@gmail.com> wrote:

> On 8 Apr, 16:03, proofek <proo...@gmail.com> wrote:

> > Hiya,

> > > If you're going to modify one of remaining give let me know which one
> > > to avoid conflict and work duplication.

> > > ta

> > FYI, I am picking up 'peerReviewNew.cs' now.

> > Seb

> Picking up peerReviewBrowser.cs as well as it is strictly related with
> peerReviewNew.cs.

Those now have been done. Feel free to pick it up and test it. It's in
the toddler 2.1-branch.
During that work i fugured out that peerReviewBrowser is kinda old
copy of original trac browser, with only a few modifications. At some
point we need to decide what to do with that - i'd like to reuse as
much as possible the original browser.py and avoid code duplication,
but if that's not possible we will have to pickup the latest version
of the browser and modify it for our purposes. Maintaining it will be
a pain in the ass thou.

Right I'm gonna pick up the next template to refactor later on today.

Seb


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian Marek  
View profile   Translate to Translated (View Original)
 More options 23 Apr 2008, 21:54
From: "Sebastian Marek" <proo...@gmail.com>
Date: Wed, 23 Apr 2008 21:54:57 +0100
Local: Wed 23 Apr 2008 21:54
Subject: Re: [trac-peerreview-dev] Re: Starting up development

Hiya,

Right I'm gonna pick up the next template to refactor later on today.

> Seb

I am picking up peerReviewMain.cs now. C'mon guys, who's next?

Regards
--
Sebastian Marek


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian Marek  
View profile   Translate to Translated (View Original)
 More options 23 Apr 2008, 23:08
From: "Sebastian Marek" <proo...@gmail.com>
Date: Wed, 23 Apr 2008 23:08:40 +0100
Local: Wed 23 Apr 2008 23:08
Subject: Re: [trac-peerreview-dev] Re: Starting up development

Hiya

> I am picking up peerReviewMain.cs now. C'mon guys, who's next?

> Regards
> --
> Sebastian Marek

That's done now. I will pick up peerReviewView.cs next. Only 3 left...

--
Sebastian Marek


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian Marek  
View profile   Translate to Translated (View Original)
 More options 24 Apr 2008, 23:31
From: "Sebastian Marek" <proo...@gmail.com>
Date: Thu, 24 Apr 2008 23:31:52 +0100
Local: Thurs 24 Apr 2008 23:31
Subject: Re: [trac-peerreview-dev] Re: Starting up development

Yo guys,

On Wed, Apr 23, 2008 at 11:08 PM, Sebastian Marek <proo...@gmail.com> wrote:

> That's done now. I will pick up peerReviewView.cs next. Only 3 left...

> --
> Sebastian Marek

That's done as well. Reserving peerReviewOptions.cs. 2 to go..

--
Sebastian Marek
---
http://s2.gladiatus.onet.pl/game/c.php?uid=60301


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian Marek  
View profile   Translate to Translated (View Original)
 More options 31 May 2008, 21:48
From: "Sebastian Marek" <proo...@gmail.com>
Date: Sat, 31 May 2008 21:48:44 +0100
Local: Sat 31 May 2008 21:48
Subject: Re: [trac-peerreview-dev] Re: Starting up development

Hiya,

That's done as well. Reserving peerReviewOptions.cs. 2 to go..


Took me a while but finally done. Next peerReviewSearch.cs. Nearly there
guys!

--
Sebastian Marek
---
http://s2.gladiatus.onet.pl/game/c.php?uid=60301


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian Marek  
View profile   Translate to Translated (View Original)
 More options 2 June 2008, 20:45
From: "Sebastian Marek" <proo...@gmail.com>
Date: Mon, 2 Jun 2008 20:45:22 +0100
Local: Mon 2 June 2008 20:45
Subject: Re: [trac-peerreview-dev] Re: Starting up development

Hello,

On Sat, May 31, 2008 at 9:48 PM, Sebastian Marek <proo...@gmail.com> wrote:
> Hiya,

> That's done as well. Reserving peerReviewOptions.cs. 2 to go..

> Took me a while but finally done. Next peerReviewSearch.cs. Nearly there
> guys!

That's done too. Will convert the last one as well if there is no volunteers
;)

--
Sebastian Marek
---
http://s2.gladiatus.onet.pl/game/c.php?uid=60301


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian Marek  
View profile   Translate to Translated (View Original)
 More options 3 June 2008, 23:51
From: "Sebastian Marek" <proo...@gmail.com>
Date: Tue, 3 Jun 2008 23:51:30 +0100
Local: Tues 3 June 2008 23:51
Subject: Re: [trac-peerreview-dev] Re: Starting up development

> That's done too. Will convert the last one as well if there is no
> volunteers ;)

All done now! We've got all templates within plugin written in genshi.
Now it's time for real development.

I have to think a little bit about features that we want to implement in
next releases and about completely rewritten version 3.0. Have to think
about unittests too, so lots of stuff to do. Will keep you updated

--
Sebastian Marek
---
http://s2.gladiatus.onet.pl/game/c.php?uid=60301


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ian Jones  
View profile   Translate to Translated (View Original)
 More options 10 June 2008, 17:15
From: Ian Jones <shrt...@gmail.com>
Date: Tue, 10 Jun 2008 09:15:17 -0700 (PDT)
Local: Tues 10 June 2008 17:15
Subject: Re: Starting up development
peerReviewSearch doesn't seem to be completely ported to genshi for
myself. peerReviewSearch.py is old and still refers to a clearsilver
template.

http://trac-hacks.org/browser/peerreviewplugin/branches/2.1-toddler/c...)

Does trac switch that out for us? I'm actually very curious as to how
it doesn't complain at all given there is no clearsilver template
anymore.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
proofek  
View profile   Translate to Translated (View Original)
 More options 16 June 2008, 08:43
From: proofek <proo...@gmail.com>
Date: Mon, 16 Jun 2008 00:43:15 -0700 (PDT)
Local: Mon 16 June 2008 08:43
Subject: Re: Starting up development
Hi Ian,

On Jun 10, 5:15 pm, Ian Jones <shrt...@gmail.com> wrote:

> peerReviewSearch doesn't seem to be completely ported to genshi for
> myself. peerReviewSearch.py is old and still refers to a clearsilver
> template.

> http://trac-hacks.org/browser/peerreviewplugin/branches/2.1-toddler/c...)

Thanks for spotting that! I am pretty sure I've fixed that! html
template is there, just for some reason i missed the script itself.
I'll fix that ASAP.

> Does trac switch that out for us? I'm actually very curious as to how
> it doesn't complain at all given there is no clearsilver template
> anymore.

I have no idea how it works TBH. It should crash!

Somebody else has raised a ticket for that already so it won't be
forgotten.

Seb


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google