Logs for #cakephp

Page 2 of 36,922, showing 100 records out of 3,692,143 total, starting on record 101, ending on 200

# At Username Text
# Aug 6th 2008, 14:47 Raphael 'Tag' => $tags_ids
# Aug 6th 2008, 14:47 Raphael ));
# Aug 6th 2008, 14:47 jaredhoyt teknoid: you don't use a cdn?!? lol
# Aug 6th 2008, 14:47 Raphael $tags_ids is an array containing all ids
# Aug 6th 2008, 14:47 Raphael of tags
# Aug 6th 2008, 14:48 teknoid jaredhoyt: :) not yet
# Aug 6th 2008, 14:48 Raphael sorry
# Aug 6th 2008, 14:48 Noise98 Raphael
# Aug 6th 2008, 14:48 Raphael yes
# Aug 6th 2008, 14:48 lqdice____ Noise98: yes
# Aug 6th 2008, 14:49 Raphael http://bin.cakephp.org/view/1503916106
# Aug 6th 2008, 14:49 lqdice____ Noise98: and hopefully multiple files at the same time + up to 2gb each file :)
# Aug 6th 2008, 14:49 Noise98 lqdice____: you're on apache ?
# Aug 6th 2008, 14:49 lqdice____ Noise98: yes but its not dedicated hosting
# Aug 6th 2008, 14:49 Raphael yes Noise98
# Aug 6th 2008, 14:49 Swiatecki im a noob.. "Error: Database table users for model User was not found." - the tabel eksistst
# Aug 6th 2008, 14:49 lqdice____ Noise98: you gonna recommend APC or w/e >
# Aug 6th 2008, 14:49 lqdice____ ?
# Aug 6th 2008, 14:50 Raphael Swiatecki, empty your cache
# Aug 6th 2008, 14:50 Raphael in the tmp folder
# Aug 6th 2008, 14:50 teknoid lqdice____: your shared host will let you upload 2gb+ files?
# Aug 6th 2008, 14:50 Raphael tmp/cache/model
# Aug 6th 2008, 14:50 Noise98 lqdice____: I would actually recommend on using nginx or lighttpd for your uploading
# Aug 6th 2008, 14:50 lqdice____ ohhhh
# Aug 6th 2008, 14:50 Raphael ]
# Aug 6th 2008, 14:50 lqdice____ crap you got me .. we are hosting this part of the server inhouse lol :)
# Aug 6th 2008, 14:50 lqdice____ subdomain from main website, stupid me
# Aug 6th 2008, 14:51 lqdice____ so what do you recommend if i can config apache
# Aug 6th 2008, 14:51 Swiatecki Raphael: thx
# Aug 6th 2008, 14:51 Raphael np
# Aug 6th 2008, 14:51 teknoid lqdice____: i think swflash is best option, i haven't come across anything better
# Aug 6th 2008, 14:51 Noise98 Raphael take your tags_ids array
# Aug 6th 2008, 14:52 Noise98 and convert it to an array with tag_id and order values
# Aug 6th 2008, 14:52 lqdice____ teknoid: swf has 100mb limit
# Aug 6th 2008, 14:52 Swiatecki an easy way to hash a password?
# Aug 6th 2008, 14:52 C1 swfupload uploads the file in chunks
# Aug 6th 2008, 14:52 C1 so it can upload more than 100mb
# Aug 6th 2008, 14:53 Raphael so, sth like array(array('tag_id' => 1, 'order' => 0), array('tag_id' => 2, 'order' => 5)) ?
# Aug 6th 2008, 14:53 Raphael Noise98,
# Aug 6th 2008, 14:53 lqdice____ C1: oh really.. ill look into it
# Aug 6th 2008, 14:53 C1 at least i thinnk
# Aug 6th 2008, 14:53 lqdice____ thanks
# Aug 6th 2008, 14:54 Noise98 C1: chunk ?
# Aug 6th 2008, 14:54 thestaff Swiatecki, md5($this->data['User']['password']);
# Aug 6th 2008, 14:54 teknoid Swiatecki: use cake's auth
# Aug 6th 2008, 14:55 Swiatecki thestaff: can you define how cake expects the password to appear
# Aug 6th 2008, 14:55 Swiatecki teknoid: uhm?
# Aug 6th 2008, 14:55 teknoid Swiatecki: cake has a built-in auth component that handles all of that for you (and then some)
# Aug 6th 2008, 14:56 thestaff Swiatecki, you mean you wanna have several hashing ways ?
# Aug 6th 2008, 14:56 thestaff not sure what you mean
# Aug 6th 2008, 14:56 Swiatecki narh, first of all i just need a simple create user page :p
# Aug 6th 2008, 14:58 C1 no wait im wrong its not swfupload that does the chuinking thing
# Aug 6th 2008, 14:58 C1 its jupload
# Aug 6th 2008, 14:59 Raphael Noise98, strange, it saves only the last tag...
# Aug 6th 2008, 14:59 Raphael [{"tag_id":"1","order":0},{"tag_id":"3","order":1}], only tag_id = 3 is saved
# Aug 6th 2008, 14:59 thestaff teknoid, do you know what is the best way to create popup ?
# Aug 6th 2008, 15:00 Seb___ hi all
# Aug 6th 2008, 15:00 Raphael hi
# Aug 6th 2008, 15:00 teknoid thestaff: pop-up?
# Aug 6th 2008, 15:00 thestaff yeah
# Aug 6th 2008, 15:00 teknoid thestaff: what do you need to popup?
# Aug 6th 2008, 15:00 thestaff I'll like to build a mini add view for a very simple model
# Aug 6th 2008, 15:01 teknoid thestaff: probably with a modal window, then
# Aug 6th 2008, 15:01 Seb___ about I18n : someone know why TranslateBehavior don't do a Configure::read('Config.language') ?
# Aug 6th 2008, 15:01 thestaff to be able to add from another add view of another model
# Aug 6th 2008, 15:01 teknoid thestaff: yeah, that's best done with a modal
# Aug 6th 2008, 15:01 thestaff what's that ?
# Aug 6th 2008, 15:02 teknoid thestaff: google... (i use jquery for all that)
# Aug 6th 2008, 15:02 Raphael modalbox
# Aug 6th 2008, 15:02 Raphael use prototypejs
# Aug 6th 2008, 15:02 thestaff does it work with 1.1 ?
# Aug 6th 2008, 15:02 Raphael and is like modalbox from Mac
# Aug 6th 2008, 15:02 teknoid thestaff: jquery is a stand-alone js library
# Aug 6th 2008, 15:03 Seb___ I18n::getInstance() did it before, but the were remove at changeset 6905
# Aug 6th 2008, 15:03 Raphael Seb___, i don't know
# Aug 6th 2008, 15:03 thestaff i just saw an exemple here http://modalbox-cakephp-demo.nerdnotes.org/customers/index/page:0/sort:first_name/direction:asc
# Aug 6th 2008, 15:03 thestaff it looks great !
# Aug 6th 2008, 15:04 Raphael Noise98 ?
# Aug 6th 2008, 15:04 teknoid thestaff: well, there you have it... but they use prototype
# Aug 6th 2008, 15:04 thestaff prototype ?
# Aug 6th 2008, 15:04 Raphael another js lib
# Aug 6th 2008, 15:05 Raphael prototypejs.org
# Aug 6th 2008, 15:05 Raphael thestaff
# Aug 6th 2008, 15:10 Noise98 Raphael paste your new code please on http://bin.cakephp.org/add/Raphael
# Aug 6th 2008, 15:13 Raphael Noise98,
# Aug 6th 2008, 15:13 Raphael http://bin.cakephp.org/view/1375267196
# Aug 6th 2008, 15:14 zlinux hi
# Aug 6th 2008, 15:15 zlinux does cake support multi-language websites?
# Aug 6th 2008, 15:16 polerin zlinux: yes
# Aug 6th 2008, 15:16 polerin __() is the translating function
# Aug 6th 2008, 15:16 zlinux polerin, what about the database?
# Aug 6th 2008, 15:16 zlinux polerin, and where is it documented?
# Aug 6th 2008, 15:17 polerin search for 'il8n cakephp' and you'll get more info than i can give you
# Aug 6th 2008, 15:17 polerin )
# Aug 6th 2008, 15:17 polerin what's the appropriate path string for a plugin's fixture when the plugin has a underscore?
# Aug 6th 2008, 15:17 ADmad zlinux: google would be the best source for your general questions and here's the doc http://book.cakephp.org
# Aug 6th 2008, 15:17 zlinux polerin, i've already searched for i18n
# Aug 6th 2008, 15:18 polerin var $fixtures = array('plugin.plugin_name.tehfixture'); isn't loading the file
# Aug 6th 2008, 15:18 Seb___ zlinux : look for Translate behavior
# Aug 6th 2008, 15:18 zlinux ok