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

Mailing List Archive: Bricolage: users

Tiny bug in Bric 1.11.2

 

 

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


michael at zambra

Mar 28, 2009, 6:25 AM

Post #1 of 5 (1006 views)
Permalink
Tiny bug in Bric 1.11.2

Hello,

I just upgraded to the Trunk version, and after restarting my server
found several glitches in the desks. The action buttons for the assets
were shown as if they had lost their "float" property (being shown as a
simple list, each one below the preceding). I couldn't add elements nor
containers to the stories either.

I've found out that under:

$BRIC_ROOT/comp/widgets/desk/desk_item.html

the two ocurrrences of

text-align=left

obviosly contain a mistyping in the style declaration. It should say:

text-align:left

After modifying this the action buttons and story add element buttons
worked again.

Michael


bret at pectopah

Mar 28, 2009, 11:22 AM

Post #2 of 5 (933 views)
Permalink
Re: Tiny bug in Bric 1.11.2 [In reply to]

Hi Michael,

Bugs are to be expected in trunk, because that is where the application
is being actively developed. For this reason it's better to use a stable
release to build a production site.

That said, if you run into bugs while using any version of Bricolage,
it's helpful to file them formally at bugs.bricolage.cc. (You can also
search the bug database while you're doing this, to see whether someone
else has already filed a bug for the issue you're experiencing.


Hope this helps,

Bret


On Sat, 2009-03-28 at 14:25 +0100, Zambra wrote:
> Hello,
>
> I just upgraded to the Trunk version, and after restarting my server
> found several glitches in the desks. The action buttons for the assets
> were shown as if they had lost their "float" property (being shown as a
> simple list, each one below the preceding). I couldn't add elements nor
> containers to the stories either.
>
> I've found out that under:
>
> $BRIC_ROOT/comp/widgets/desk/desk_item.html
>
> the two ocurrrences of
>
> text-align=left
>
> obviosly contain a mistyping in the style declaration. It should say:
>
> text-align:left
>
> After modifying this the action buttons and story add element buttons
> worked again.
>
> Michael
>
--
Bret Dawson
Producer
Pectopah Productions Inc.
(416) 895-7635
bret [at] pectopah
www.pectopah.com


michael at zambra

Mar 28, 2009, 12:34 PM

Post #3 of 5 (942 views)
Permalink
Re: Tiny bug in Bric 1.11.2 [In reply to]

Bret Dawson escribió:
> Hi Michael,
>
> Bugs are to be expected in trunk, because that is where the application
> is being actively developed. For this reason it's better to use a stable
> release to build a production site.
>
> That said, if you run into bugs while using any version of Bricolage,
> it's helpful to file them formally at bugs.bricolage.cc. (You can also
> search the bug database while you're doing this, to see whether someone
> else has already filed a bug for the issue you're experiencing.
>
>
> Hope this helps,
>
> Bret
>
>
> On Sat, 2009-03-28 at 14:25 +0100, Zambra wrote:
>
>> Hello,
>>
>> I just upgraded to the Trunk version, and after restarting my server
>> found several glitches in the desks. The action buttons for the assets
>> were shown as if they had lost their "float" property (being shown as a
>> simple list, each one below the preceding). I couldn't add elements nor
>> containers to the stories either.
>>
>> I've found out that under:
>>
>> $BRIC_ROOT/comp/widgets/desk/desk_item.html
>>
>> the two ocurrrences of
>>
>> text-align=left
>>
>> obviosly contain a mistyping in the style declaration. It should say:
>>
>> text-align:left
>>
>> After modifying this the action buttons and story add element buttons
>> worked again.
>>
>> Michael
>>
>>

Thanks for pointing me to the bugs subsite. I'll post this one in case
it was not posted before.

Best,

Michael


lannings at who

Mar 28, 2009, 12:46 PM

Post #4 of 5 (928 views)
Permalink
Re: Tiny bug in Bric 1.11.2 [In reply to]

I committed it in r8524, thanks for the patch.

On Sat, 28 Mar 2009, Zambra wrote:
> Bret Dawson escribió:
>> Hi Michael,
>>
>> Bugs are to be expected in trunk, because that is where the application
>> is being actively developed. For this reason it's better to use a stable
>> release to build a production site.
>>
>> That said, if you run into bugs while using any version of Bricolage,
>> it's helpful to file them formally at bugs.bricolage.cc. (You can also
>> search the bug database while you're doing this, to see whether someone
>> else has already filed a bug for the issue you're experiencing.
>>
>>
>> Hope this helps,
>>
>> Bret
>>
>>
>> On Sat, 2009-03-28 at 14:25 +0100, Zambra wrote:
>>
>>> Hello,
>>>
>>> I just upgraded to the Trunk version, and after restarting my server
>>> found several glitches in the desks. The action buttons for the assets
>>> were shown as if they had lost their "float" property (being shown as a
>>> simple list, each one below the preceding). I couldn't add elements nor
>>> containers to the stories either.
>>>
>>> I've found out that under:
>>>
>>> $BRIC_ROOT/comp/widgets/desk/desk_item.html
>>>
>>> the two ocurrrences of
>>>
>>> text-align=left
>>>
>>> obviosly contain a mistyping in the style declaration. It should say:
>>>
>>> text-align:left
>>>
>>> After modifying this the action buttons and story add element buttons
>>> worked again.
>>>
>>> Michael
>>>
>>>
>
> Thanks for pointing me to the bugs subsite. I'll post this one in case it was
> not posted before.
>
> Best,
>
> Michael
>


michael at zambra

Mar 28, 2009, 1:31 PM

Post #5 of 5 (932 views)
Permalink
Re: Tiny bug in Bric 1.11.2 [In reply to]

Great! I guess it's better then not to post the bug to the Bug list...

Michael


Scott Lanning escribió:
> I committed it in r8524, thanks for the patch.
>
> On Sat, 28 Mar 2009, Zambra wrote:
>> Bret Dawson escribió:
>>> Hi Michael,
>>>
>>> Bugs are to be expected in trunk, because that is where the application
>>> is being actively developed. For this reason it's better to use a
>>> stable
>>> release to build a production site.
>>>
>>> That said, if you run into bugs while using any version of Bricolage,
>>> it's helpful to file them formally at bugs.bricolage.cc. (You can also
>>> search the bug database while you're doing this, to see whether someone
>>> else has already filed a bug for the issue you're experiencing.
>>>
>>>
>>> Hope this helps,
>>>
>>> Bret
>>>
>>>
>>> On Sat, 2009-03-28 at 14:25 +0100, Zambra wrote:
>>>
>>>> Hello,
>>>>
>>>> I just upgraded to the Trunk version, and after restarting my
>>>> server found several glitches in the desks. The action buttons for
>>>> the assets were shown as if they had lost their "float" property
>>>> (being shown as a simple list, each one below the preceding). I
>>>> couldn't add elements nor containers to the stories either.
>>>>
>>>> I've found out that under:
>>>>
>>>> $BRIC_ROOT/comp/widgets/desk/desk_item.html
>>>>
>>>> the two ocurrrences of
>>>>
>>>> text-align=left
>>>>
>>>> obviosly contain a mistyping in the style declaration. It should say:
>>>>
>>>> text-align:left
>>>>
>>>> After modifying this the action buttons and story add element
>>>> buttons worked again.
>>>>
>>>> Michael
>>>>
>>>>
>>
>> Thanks for pointing me to the bugs subsite. I'll post this one in
>> case it was not posted before.
>>
>> Best,
>>
>> Michael
>>

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


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.