# |
Jul 16th 2009, 16:53 |
ProLoser|Work |
i'm wondering how high end the level of security is in cakephp, should i put in my own checks for brute force login? |
# |
Jul 16th 2009, 15:24 |
alkemann |
also i assume "keyname" is a slug of sorts? |
# |
Jul 16th 2009, 15:24 |
alkemann |
anyone have an explination for the "linked" field in the tabs table? |
# |
Jul 16th 2009, 15:21 |
ProLoser|Work |
oh ya |
# |
Jul 16th 2009, 15:20 |
AD7six |
sure set it in the plugin app model |
# |
Jul 16th 2009, 15:20 |
ProLoser|Work |
i wonder if you can set that plugin-wide |
# |
Jul 16th 2009, 15:20 |
ProLoser|Work |
so you having the plugin use it's own dbconfig? |
# |
Jul 16th 2009, 15:20 |
ProLoser|Work |
from the core app? |
# |
Jul 16th 2009, 15:19 |
AD7six |
ProLoser|Work: it's in a different db, so no |
# |
Jul 16th 2009, 15:19 |
ProLoser|Work |
just cuz it's only mean't to integrate with that one app? |
# |
Jul 16th 2009, 15:19 |
ProLoser|Work |
AD7six: are you not using plugin prefixes on your classes/tables? |
# |
Jul 16th 2009, 15:17 |
ProLoser|Work |
is it easier to code a base app and then convert it to a plugin, or just code it as a plugin from the start? |
# |
Jul 16th 2009, 15:15 |
alkemann |
ended up with a commit in the log that needed be there though |
# |
Jul 16th 2009, 15:15 |
ProLoser|Work |
where i go for my gitly needs |
# |
Jul 16th 2009, 15:15 |
alkemann |
Phally: http://thechaw.com/bakery/commits/logs/4f067c2538d3e7693d280c578b2b9ab8def7a0eb..3c15a48a2cd894ddbd94b83dbdeab36ef140bc3a |
# |
Jul 16th 2009, 15:15 |
ProLoser|Work |
there's always #git |
# |
Jul 16th 2009, 15:14 |
alkemann |
yea i just commmited to this one and merged into the other |
# |
Jul 16th 2009, 15:13 |
Phally |
alkemann: maybe you can merge them again and push the right one? (git noob) |
# |
Jul 16th 2009, 15:12 |
AD7six |
ProLoser|Work: plugins ftw |
# |
Jul 16th 2009, 15:12 |
ProLoser|Work |
instead of these 1-trick pony apps i'm making lol |
# |
Jul 16th 2009, 15:12 |
ProLoser|Work |
i supose it would be smart to package mine as a plugin too, so i can use it on my other projects |
# |
Jul 16th 2009, 15:12 |
ProLoser|Work |
damn now i'm curious about your plugin |
# |
Jul 16th 2009, 15:12 |
alkemann |
made changes in wrong branch. can i commit to different branch than im in? (they should be the same (ie i merged before starting) |
# |
Jul 16th 2009, 15:12 |
ProLoser|Work |
ya |
# |
Jul 16th 2009, 15:11 |
AD7six |
as you said ^ |
# |
Jul 16th 2009, 15:10 |
AD7six |
ProLoser|Work: of course not ;). you'd arrive at something similar anyway |
# |
Jul 16th 2009, 15:09 |
ProLoser|Work |
AD7six: do you mind if i use this sql? |
# |
Jul 16th 2009, 15:02 |
ProLoser|Work |
lol your db looks pretty damn close to mine though |
# |
Jul 16th 2009, 15:02 |
ProLoser|Work |
so it looked like integration wouldn't wreak that much havok |
# |
Jul 16th 2009, 15:02 |
ProLoser|Work |
it just appeared that most of the fk's were internal |
# |
Jul 16th 2009, 15:01 |
ProLoser|Work |
of your app or of the question plugin? |
# |
Jul 16th 2009, 15:00 |
AD7six |
ProLoser|Work: ? the db structure is going to be the same if you'r making a clone |
# |
Jul 16th 2009, 15:00 |
ProLoser|Work |
xkunalx_: you there? |
# |
Jul 16th 2009, 14:53 |
ProLoser|Work |
AD7six: so i would not be able to integrate with that db structure? |
# |
Jul 16th 2009, 14:52 |
gravyface |
AD7six, ah yes, I vaguelly remember this now from last year; it was left in my app_controller. |
# |
Jul 16th 2009, 14:52 |
ProLoser|Work |
never even occurred to me lol |
# |
Jul 16th 2009, 14:52 |
ProLoser|Work |
like i'm building mine into my app, didn't even think about making it a plugin |
# |
Jul 16th 2009, 14:51 |
ProLoser|Work |
until JUST now i didn't think about this, but it seems that EVERYTHING you guys build is in plugin form or so |
# |
Jul 16th 2009, 14:50 |
AD7six |
ProLoser|Work: it's the base app for a company I'm working with |
# |
Jul 16th 2009, 14:50 |
ProLoser|Work |
just some client? |
# |
Jul 16th 2009, 14:50 |
AD7six |
gravyface: are you using the security component |