Menu

myFuses / News: Recent posts

New myFuses tracker and subversion repositories

myFuses is no longer using sourceforge tracker and subversion versioning. The new links is:

Tracker:

https://trac.candango.org/php/myfuses

Subversion:

https://svn.candango.org/svnroot/php/myfuses/framework
https://svn.candango.org/svnroot/php/myfuses/testapp
https://svn.candango.org/svnroot/php/myfuses/skell

Dowloads still in the same place but you can get myFuses in ohloh too:

https://www.ohloh.net/p/myfuses/download?package=myFuses... read more

Posted by Flavio Garcia 2009-03-30

MyFuses 0.9.6 Released

This is a stable release that fix serious bugs and introduces new features. In this
version some structures and functions was refacored adding more flexibility to myFuses.
JSON and XML verbs was added in data namespace, now it is more easy create REST
fuseactions.

* Release Goals Reached

- Circuit parent reference error Fixed. Bug #1960697;
- Xml and Json utilities added;
- Cross application do action Fixed. Bug #1965007
- Lack of class include when a do verb is called Fixed;
- Application turned to Interface, Introducing BasicApplication concrete class;
- Circuit turned to Interface, Introducing BasicCircuit concrete class;
- Introduced "data" custom verb namespace;
- Introduced "data:toJson" custom verb;
- Introduced "data:fromJson" custom verb;
- Introduced "data:toXml" custom verb;
- Introduced "data:fromXml" custom verb;
- Renaming MyFusesCodeHandler to MyFusesContext;
- Added chmod operation to myfuses tools application;

Posted by Flavio Garcia 2008-06-16

Sincronizing Test Application with MyFuses

The testApp package was sicronized with MyFuses to avoid breaks and failures in testApp, the 0.9.6 Release Candidate 1 was published for this reason.
Since this release testApp and MyFuses will be labeled with the same release.

Posted by Flavio Garcia 2008-05-25

MyFuses 0.9.5 Released!

This release is a milestone because the do action verb was changed to be
resolved at runtime given more flexibility to MyFuses. Another main feature
is the parse/load schema that was rewritten from scratch and we have a faster
and lither framework execution. Lot of spins and fixes in this release.

* Release Goals Reached

- Parameterized verbs added, now we can use parameters in include, do
and relocate verbs;
- Fixing find hashes pattern;
- Debugger working;
- Adding plugin path hierarchy;
- Adding custom verbs path hierarchy;
- Fixing loop. Now it looks like fusebox;
- Adding MyFuses Tools application;
- New load/build schema;
- Debug parameter added to application;
- Tools paramter added to application;
- Handling non existent application exception;
- doAction method added to MyFuses;
- Fixing windows application path bug in windows;
- Resolving variable context to do verb at runtime work;
- Adding application load and build listeners interfaces;
- Moving process methods from MyFuses to MyFusesLicecycle;... read more

Posted by Flavio Garcia 2008-05-12

MyFuses 0.9.4 Released

MyFuses is a Candango Opensource Group a implementation of Fusebox Corporation's
Fusebox framework. MyFuses is used as the main controller of the Iflux
Framework.

* Tracker

Any error found may be reported at:
https://sourceforge.net/tracker/?group_id=174465

* About MyFuses 0.9.4

In this release we have a lot of fixes and new features. The release focus was
to stabilize and implement some Fusebox standards in myfuses.xml and
circuit.xml.... read more

Posted by Flavio Garcia 2008-02-01

MyFuses 0.9.3 Release Candidate 2 Released

* What is MyFuses

MyFuses is a Candango Opensource Group a implementation of Fusebox Corporation
Fusebox framework. The MyFuses is used as Iflux Framework Main Controller.

* About MyFuses 0.9.3_RC2

This release have a lot of spins. Some fix was solved too but the release focus
was work with multi-applications and custom verbs.

* Release Goals Reached

- Work with multi-applications capacity, not finished yet;
- Custom verbs finished;
- Invoke verb can call static methods;
- A lot of changes that aims make more easy extend MyFuses class;
- XMLMyFusesLoader working in php 5.1.2;... read more

Posted by Flavio Garcia 2007-06-11

MyFuses 0.9.2 Release Candidate 1 Released

MyFuses ia a Candango Opensource Group implementation of Fusebox Corporation Fusebox component. MyFuses was designed to be more easier when you extends core parts. Initially MyFuses will be available for php 5.

* About MyFuses 0.9.2_RC1

This is a fix release. This release fix windows crash when application is using
cahed file. Some warnings and notices has been fixed too. If any error was
founded you can open a new request in
https://sourceforge.net/tracker/?group_id=174465.... read more

Posted by Flavio Garcia 2007-05-17