Django-firebird development is back with django 1.7.x support in beta stage and for django 1.8 LTS soon (next week)

Maxi Robaina announced on twitter : Django-firebird development is back the github version is in beta stage with django 1.7.x support by now. All tests passed ok
Support for django 1.8 LTS will begin next week and then django 1.9. I think it will be a version by week.

v1.7.0 beta 1 Changelog

  • Support for Django v1.7.x
  • First implementation of new schema migration feature
  • Role support #50
  • manage.py dbshell fails on Linux #48
  • Fixed Database introspection: get_indexes just return primary and unique keys #28
  • Fixed Firebird backend doesn’t return views in introspection #27

https://github.com/maxirobaina/django-firebird

GSOC 2016 Finish Firebird Libreoffice driver integration

There is a medium difficulty task for a c++ programmer in current GSOC 2016

The Firebird driver for LibreOffice was started, and is mostly functional, in a previous GSoC, but it needs finishing and polishing. The main remaining issue is that the firebird data format embedded in the .odb file is endianess-dependent. The idea is to switch to Firebird’s “archive” format that is not.

Required skills / knowledge
C++, SQL, Reading other’s code, capacity to work autonomously.
Difficulty
medium
Potential mentors
Lionel Elie Mamane, IRC: schoinobates, mail: lionel AT mamane DOT lu

Firebird project repository was migrated to GitHub

Dimitry Yemanov announced :

The project repository was migrated to GitHub:
https://github.com/FirebirdSQL/firebird

Please wait a few days for things to settle down, we need to update some
infrastructure. SVN repository is still accessible, but new
contributions are expected to be provided as pull requests at GitHub.

When creating a GitHub account, we suggest to add your SourceForge’s
email (username@users.sourceforge.net) as a secondary one to associate
your past contributions with your account.

Firebird Project will be moving its repositories to GitHub

Firebird Project will be moving its repositories to GitHub

Dimitry Yemanov wrote on Firebird-Devel list:

I’m asking present contributors to create accounts there. If anyone
(including past contributors) wants your past commits to be
automatically linked to your GitHub account and be shown in the
statistics, please report your account name in this thread, or make sure
that your *.users.sourceforge.net email is added as a secondary one at
GitHub.

For the moment there is already a github mirror for sourceforge firebird core
https://github.com/FirebirdSQL/core

1 43 44 45 46 47 294