I'm relatively new to Kohana, but I'm finding it really great to work with and I'd like to contribute in some way to the community and help make Kohana even better.
I've seen some mentions around the forum before that 'module x should be ported from Kohana 2.x', so I wanted to get some suggestions of modules that you guys think would be useful to have for KO3 that I could have a crack at. I'd also be willing to have a go at porting CI modules over, so if anyone has any ideas on that front please add them here.
Hi LordZicon, I see you are very active at the forum lately :) Welcome to Kohana! I'm using the 2.x for long, but have only just recently started with my first 3.x project. I might say that I'm 'new' here thus as well :)
With regard to the modules, I would not know of any module that I miss right now. However, if you could think of a nice place to keep track of the *existing* modules, that would be great! There are tons of modules around, but I never seem to be able to find them.
I've starting working on the [OAuth Service APIs](http://github.com/shadowhand/apis) and have started to implement Twitter, but could really use some help to get Google and LinkedIn up and running.
@Slacker and @LordZicon, thanks for these links, that was exactly what I needed! (These links should be included in the official userguide) Mongeslani and kolanos did a nice job there :)
I created a module that simulates an ODBMS with MySQL. It is not finished, but you might have a look at it, if you find it interesting... The only thing I need to know then, is how Git and VCS in general work... I have never gotten around to look at it. Any good resource?
Some good basics are sumed up here: http://help.github.com/ The only thing, that got me thinking, was the problem how to handle submodules inside submodules (for example, Kohana 3 Mailer module on github has swiftmailer as a submodule, but its directory was empty after Mailer 'git submodule add'). The solution was to go to the top submodule directory and run 'git submodule update' from there.