Rachman Chavik

Results 94 comments of Rachman Chavik

Reopening since there might still be some deprecations listed above that can be fixed/removed.

Hmm. I don't really like this one. - Although the menu setup code is weird to have there, I don't see much value of moving those code into a specialized...

Similar to what reported in rchavik/sites#12. I'm not sure yet what mysql settings that triggers this, so I can't suggest a workaround. I will look at proper fix as soon...

It would seem that this was due to [`sql-mode=STRICT_TRANS_TABLE`](http://dev.mysql.com/doc/refman/5.0/en/sql-mode.html#sqlmode_strict_trans_tables) in your mysql config. I'd suggest to turn this off when running 1.5.x We'll try to fix this up for 2.x...

Tried to fix this in 2.x, but a proper fix will require a lot of schema changes. I'm deferring this to 3.x, so you'll need to workaround this problem by...

Yeah, I started with https://github.com/xintesa/socialites (with opauth) and also coupled with https://github.com/thomseddon/cakephp-oauth-server to allow croogo as OAuth provider. But both now is on-hold because I'm doing other things. I'll probably...

I'm all for splitting this up, but how do we do this for cake 2.x? I haven't delved much into 2.x validation technique. Create Nodes/Model/Validator/NodeValidator class? How would the wiring...

Maybe I missed something, but the Model::__construct() only takes these 3 arguments: ``` php public function __construct($id = false, $table = null, $ds = null) ``` I don't understand. Or...

your branch's looking good. 1 small comment for now: for the core plugins, all messages are using 'croogo', hence 1 pot file `croogo.pot`. I think it's better if we keep...