Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Bricolage: devel

Bricolage 1.11.0 Released

 

 

Bricolage devel RSS feed   Index | Next | Previous | View Threaded


david at kineticode

Apr 30, 2008, 6:08 PM

Post #1 of 9 (283 views)
Permalink
Bricolage 1.11.0 Released

Hey Gang,

My 2+ weeks hacking on Bricolage has finally come to a close. Detail
on what I did here:

http://justatheory.com/bricolage/towards_2.0.html

And yes, I did get 1.11.0 out today. That's a development release
towards 2.0. Please do download it and kick the tires. And fix the
bugs you find. ;-)

http://bricolage.cc/news/announce/2008/04/30/bricolage-1.11.0/

There is only one issue still open, and it's something I do want
Marshall to take a look at. Details here:

http://bugs.bricolage.cc/show_bug.cgi?id=1331

Another thing I noticed: You can no longer reorder elements in a
story. Or can you, outside of bulk edit? I couldn't figure it out.
Marshall?

Would someone tell users@ and and announce@? I'm beat.

Thanks,

David

PS: Brad, can you post bricolage-1.10.5 to the site, dated yesterday,
along with an announcement and changes? Thanks!


marshall at exclupen

Apr 30, 2008, 6:29 PM

Post #2 of 9 (269 views)
Permalink
Re: Bricolage 1.11.0 Released [In reply to]

On Apr 30, 2008, at 9:08 PM, David E. Wheeler wrote:
> There is only one issue still open, and it's something I do want
> Marshall to take a look at. Details here:
>
> http://bugs.bricolage.cc/show_bug.cgi?id=1331

As you found, this may be difficult to fix. A clean way to do it is to
return Javascript instead of HTML (which is how Rails' RJS works), but
perhaps there's an easier way.... I may be able to take a look in
about 2 weeks when my finals are over.

> Another thing I noticed: You can no longer reorder elements in a
> story. Or can you, outside of bulk edit? I couldn't figure it out.
> Marshall?

You can, or at least you could... the name of the element (i.e.
"Paragraph" or "Pull Quote") is theoretically a drag handle.

--
Marshall


david at kineticode

Apr 30, 2008, 7:13 PM

Post #3 of 9 (274 views)
Permalink
Re: Bricolage 1.11.0 Released [In reply to]

On Apr 30, 2008, at 18:29, Marshall Roch wrote:

> As you found, this may be difficult to fix. A clean way to do it is
> to return Javascript instead of HTML (which is how Rails' RJS
> works), but perhaps there's an easier way.... I may be able to take
> a look in about 2 weeks when my finals are over.

I would really appreciate that. I mean, couldn't it return HTML with
an HTTP status so you'd know if it succeeded or not? If it's 200, then
do as normal. Otherwise, display the HTML returned as an error.

>> Another thing I noticed: You can no longer reorder elements in a
>> story. Or can you, outside of bulk edit? I couldn't figure it out.
>> Marshall?
>
> You can, or at least you could... the name of the element (i.e.
> "Paragraph" or "Pull Quote") is theoretically a drag handle.

Oh, I'll be damned. That's really nice! I have only three comments:

* We should have some sort of graphic next to the field and element
names to indicate that they're draggable. I didn't know without you
telling me.

* In Camino, at least, the browser would not scroll when I tried to
move past its bottom or top edge. That made it impossible to drag a
field very far (which can be a PITA when there is a large subelement
in the way, with lots of subelements of its own).

* Can subelements be collapsed by a > vs v icon of some kind? Or did
that not make it in.

Thanks, it really looks great! And BTW, I updated Kineticode's
Bricolage to 1.11.0 running on Apache 2, so I'll be eating the dog
food myself on those rare occasions when I work on the Kineticode
site. :-)

Best,

David


greg at node79

Apr 30, 2008, 8:15 PM

Post #4 of 9 (274 views)
Permalink
Re: Bricolage 1.11.0 Released [In reply to]

I just upgraded my local 1.10.4 to 1.11.0 without any problems. David,
thanks for all the work over your two week sprint; the traffic on the
commits@ list has been unbelievable!

I have one uncommitted patch for sorting options on desks (allow
forward/reverse sorting for cover and deployed date) from a while
back. Is this safe to commit to trunk, or is it in a release candidate
"no new features" kind of code slush?

cheers,
-Greg


david at kineticode

Apr 30, 2008, 8:19 PM

Post #5 of 9 (273 views)
Permalink
Re: Bricolage 1.11.0 Released [In reply to]

On Apr 30, 2008, at 20:15, Greg Heo wrote:

> I have one uncommitted patch for sorting options on desks (allow
> forward/reverse sorting for cover and deployed date) from a while
> back. Is this safe to commit to trunk, or is it in a release
> candidate "no new features" kind of code slush?

Go ahead and put it into trunk. We don't freeze until the first RC.
This is just to get folks to kick the tires.

The other patch I really want to see go in soon is my publish queue
patch, which has been modified by David Beaudet and he's been using it
in production for a while. David, do you think you could get it in soon?

Thanks,

David


lannings at who

May 2, 2008, 1:20 AM

Post #6 of 9 (271 views)
Permalink
Re: Bricolage 1.11.0 Released [In reply to]

On Wed, 30 Apr 2008, David E. Wheeler wrote:
> On Apr 30, 2008, at 20:15, Greg Heo wrote:
>> this safe to commit to trunk, or is it in a release candidate "no new
>> features" kind of code slush?
>
> Go ahead and put it into trunk. We don't freeze until the first RC.

In overall terms of svn branches, where are we at?
This is my understanding:

'rev_1_8' and all 'dev_*' branches are dead.

'rev_1_10' is in maintenance mode, so only bug fixes should
go into it, and those should ideally be occasionally
merged into 'trunk'. I'd guess that 'rev_1_10' is almost dead,
depending how things go.

'trunk' is currently the 1.11.x development series.
1.11.0 has been released, so it's now 1.11.1.

Then, extrapolating a bit based on the past:
At some point, (around the time of the RC? after release of 2.0?),
'trunk' will be branched as 'rev_2_0'. Then 'trunk' will become
the 2.1.x development series, while 'rev_2_0' will be
maintenance of the 2.0.x series.


lannings at who

May 2, 2008, 2:02 AM

Post #7 of 9 (265 views)
Permalink
Re: Bricolage 1.11.0 Released [In reply to]

On Wed, 30 Apr 2008, David E. Wheeler wrote:
> My 2+ weeks hacking on Bricolage has finally come to a close.
> Detail on what I did here:
>
> http://justatheory.com/bricolage/towards_2.0.html

Thanks for writing that up. I know that takes time.

"I for one will be thrilled to see 2.0 ship in time for OSCON.
...
I'm going heads-down on some other projects.
I'll pop back up to make sure that Bricolage 2.0
is released in a few months, but otherwise,
I'm on to other things again for a while."

OSCON is July 21. I wonder what will happen
over the next couple months and after that,
here in Bricoland...


rolfm at denison

May 2, 2008, 6:10 AM

Post #8 of 9 (269 views)
Permalink
Re: Bricolage 1.11.0 Released [In reply to]

On May 2, 2008, at 4:02 AM, Scott Lanning wrote:

> On Wed, 30 Apr 2008, David E. Wheeler wrote:
>> My 2+ weeks hacking on Bricolage has finally come to a close.
>> Detail on what I did here:
>>
>> http://justatheory.com/bricolage/towards_2.0.html
>
> Thanks for writing that up. I know that takes time.

+1. David, and everyone else, much thanks for your work the last
couple months. We here at Denison want to express our sincere
appreciation. I'm looking forward to getting an instance of 1.11 up
and running.

> OSCON is July 21. I wonder what will happen
> over the next couple months and after that,
> here in Bricoland...

+1.


david at kineticode

May 2, 2008, 11:40 AM

Post #9 of 9 (271 views)
Permalink
Re: Bricolage 1.11.0 Released [In reply to]

On May 2, 2008, at 01:20, Scott Lanning wrote:

> In overall terms of svn branches, where are we at?
> This is my understanding:
>
> 'rev_1_8' and all 'dev_*' branches are dead.

Yes.

> 'rev_1_10' is in maintenance mode, so only bug fixes should
> go into it, and those should ideally be occasionally
> merged into 'trunk'. I'd guess that 'rev_1_10' is almost dead,
> depending how things go.

Yes. We'll probably maintain it for another year.

> 'trunk' is currently the 1.11.x development series.
> 1.11.0 has been released, so it's now 1.11.1.

Yes.

> Then, extrapolating a bit based on the past:
> At some point, (around the time of the RC? after release of 2.0?),
> 'trunk' will be branched as 'rev_2_0'. Then 'trunk' will become
> the 2.1.x development series, while 'rev_2_0' will be
> maintenance of the 2.0.x series.

Right.

Best,

David

Bricolage devel RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.