Lazarus 1.0.6 release available for download
The Lazarus team is glad to announce the release of Lazarus 1.0.6.
The Lazarus team is glad to announce the release of Lazarus 1.0.6.
News via Mark Rotteveel tweet
I just released Jaybird 2.2.2 newsitem and maven artifacts should appear in a day or so
Update: NewsItem apeared on the main site also on FirebirdNews
Vote for Firebird as Database of the Year 2012 at LinuxQuestions (must be
registered user with at least one post)
http://www.linuxquestions.org/questions/2012-linuxquestions-org-members-choice-awards-104/database-of-the-year-4175441847/
Only 2 days left before the polls close. Please cast your vote if you haven’t done so already.
Paul Vinkenoog on Firebird Generals list
Ricardo Obregon announces that the Firebird Adapter 1.0RC for Yii is now released
New article about the Firebird SQL internals : The life cycle of a Firebird SQL statement.
Article with the SplendidCRM conversion status and the demo at the end is here (French)
Ohloh page for Firebird wasn’t updated from the previous year after the SourceForge platform migration . You can view it now here.
And you can use the various widgets to your webpages , blogs.
Jaybird is moved to it’s own page and code repository is monitored there
https://www.ohloh.net/p/jaybird
ps: There was an issue with importing the new code locations from SourceForge and now is solved
Ricardo Obregón announced on YiiFramework that Firebird extension can be downloaded from the Extensions page.
This is an updated version of the adapter originally posted by idlesign. It has been enhanced and tested with gii from yii 1.1.9.
Are you using git/svn as version control system and you ever wanted to visualize delveloper’s work, how the Firebird project was developed over time ?
well Gource is there to visualize all this in a beautiful way. It takes the history of your svn/git repository and visualizes the changes over time,
by whom they were done and so forth.
sudo apt-get install gource git
git clone git://github.com/asfernandes/firebird.git firebird-git
Now run the following and you should see the animation being presented.
gource firebird-git/.git -s 1
or if you want to create the movie using various video formats use the following command line (wordpress replaces the — with other chars)
https://gist.github.com/4550696
Enjoy the Movie (Recomended in HD version)
ps: Tip via General Foo