Le lundi 14 décembre 2009 13:58:32, Yannick Torrès a écrit :
> On Sun, 13 Dec 2009 17:23:22 -0800, Philip Olson <phi...@roshambo.org>
> 
[...]
> >
> > Logging and history is great but certainly not required. I'm unsure what
> > you mean by a "simple grid" as I see simply see configure.php output. We
> > could probably only store failed builds, for let's say a month?
> 
> Noted. I will implemente this today.

I have commit this change last day.
All log (for failed build) older than 1 month are deleted each time we check a 
build. We can we all stored failed build into DB via "Main Menu" => "EN tools" 
=> "Last failed build" and view the details on double-click onto a line.
To automatically check all build, we need to add a cron job ( 
/scripts/cron/check_build.php).
Automaticaly check build don't use the option "--enable-xml-details".
When a build is currently checked, we can't start a new one for the same 
language.

> > And while testing it appears "--enable-xml-details" is used regardless  of
> > it being selected or not. Considering the amount of resources this single
> > option requires, I wonder if we should allow it at all. Maybe disable for
> > anonymous users?
> 
> Noted. I will review it.

An anonymous user can't start a build check. Only authenticated user.
When we don't check the option "--enable-xml-details", she is unused now.
I haven't delete this possibility as this is the only way to find some error...

> About the ExtJs 3.0 migration, when I finish all I have in mind, and when
> I finish all of your (futur) feedback, I will start it.
> I will inform you to update the online version and so, follow this
> migration.

I have finish all I have in mind. I solve the last open bug too (MC problem, 
soled by adding an option into .htaccess and some little change into the 
code).
I'm now ready to start the ExtJs 3.0 migration.
I will start it soon.

Can you please update the DB as the last commit I done break it ?
http://svn.php.net/viewvc?view=revision&revision=292272

I hope this is the last DB change for now.

Best,
Yannick

Reply via email to