Log message #cakephp

Page 1 of 11386, showing 100 records out of 1138599 total, starting on record 1, ending on 100

# At Username Text Report
# Feb 9th, 12:33 aristo i have solved it, it was the role-based access that i made that was denying access Report
# Feb 9th, 12:33 DArtagnan how can i i18n the validation error messages in my model? Report
# Feb 9th, 12:29 aristo nop, i just checked that, i also did set layout for the method Report
# Feb 9th, 12:28 tantalum aristo, did you forget $content_for_layout? Report
# Feb 9th, 12:24 aristo i have created my admin dashboard layout, but when i'm calling admin_ methods is not showing the content of hte corresponding view, any ideas? Report
# Feb 9th, 12:09 tantalum DArtagnan, No Seccruty is just a plain old object Report
# Feb 9th, 12:09 TehTreag DArtagnan: No. There is the Security class - http://api.cakephp.org/class/security and the SecurityComponent. Two different things. Report
# Feb 9th, 12:09 DArtagnan i see Report
# Feb 9th, 12:08 TehTreag http://api.cakephp.org/view_source/auth-component/#l-867 Report
# Feb 9th, 12:08 DArtagnan but isn't Security is also a component? Report
# Feb 9th, 12:07 TehTreag DArtagnan: Components are not available in models. AuthComponet eventually calls Security::hash(). Report
# Feb 9th, 12:05 DArtagnan TehTreag: why do you suggest Security::has() over AuthComponent::password() ? Report
# Feb 9th, 12:01 DArtagnan wow, thanks TehTreag|AFK , something exactly like that! :) Report
# Feb 9th, 12:00 TehTreag|AFK DArtagnan: Use Security::hash(), not the authComponent. Report
# Feb 9th, 12:00 DArtagnan $this->Auth->password doesn't work in a Model...AuthComponent::password($v2) seems to work Report
# Feb 9th, 11:59 TehTreag|AFK DArtagnan: Something like this?!?!? http://bin.cakephp.org/saved/42156 Report
# Feb 9th, 11:58 eskerda sorry Report
# Feb 9th, 11:58 eskerda ); Report
# Feb 9th, 11:58 eskerda $this->Auth->password("your plain password" Report
# Feb 9th, 11:56 DArtagnan so i get the SHA-1(Salt+Password) from the AuthComp as Password, and the PasswordConfirm field as cleartext. then I want to compare the two, but obviously need to Hash it first using the same method as AuthComp Report
# Feb 9th, 11:54 DArtagnan TehTreag|AFK: yes Report
# Feb 9th, 11:52 tom_m could be weekend perhaps. i get swamped w/ work Report
# Feb 9th, 11:52 TehTreag|AFK tom_m: or a holiday weekend. Report
# Feb 9th, 11:52 tom_m guess my memory is bad then. i haven't been on the channel in some time Report
# Feb 9th, 11:52 TehTreag|AFK tom_m: Must have been a long time ago. Report
# Feb 9th, 11:52 tom_m i remember around 100 Report
# Feb 9th, 11:52 tom_m really Report
# Feb 9th, 11:52 Scotto_ hi Phally© Report
# Feb 9th, 11:51 TehTreag|AFK tom_m: It's been float around 200 users for the past couple of years. Report
# Feb 9th, 11:50 tom_m everytime im here this channel keeps getting bigger and bigger :) Report
# Feb 9th, 11:48 TehTreag|AFK DArtagnan: Are you using the AuthComponent? Report
# Feb 9th, 11:46 DArtagnan how can i call a component from a model? I want to validate (compare) my password with the password_confirm field, but need to has the password confirm field first. Report
# Feb 9th, 11:45 DArtagnan hey all Report
# Feb 9th, 11:36 aro has anyone had any experience with paginating over an xml file? Report
# Feb 9th, 11:35 s0tt0 can i make custom html for submit button when i call $ajax->submit()? Report
# Feb 9th, 11:34 Datacenter_Hella any idea or CakePHP function ? Report
# Feb 9th, 11:34 Datacenter_Hella I like to compose an array in form of array[numbers][field][value] from several arrais in form of array[field][value] Report
# Feb 9th, 11:34 aro whats the problem Report
# Feb 9th, 11:33 delfis hey Report
# Feb 9th, 11:33 Datacenter_Hella Please help on somethink may simple . . . Report
# Feb 9th, 11:32 Datacenter_Hella Hello . . . Report
# Feb 9th, 11:32 delfis not display.. Report
# Feb 9th, 11:31 delfis http://localhost/cakephp/tren/pages/add Report
# Feb 9th, 11:31 delfis url is Report
# Feb 9th, 11:31 delfis what can cause this Error: Create PagesController::display() in file: tren\controllers\pages_controller.php. Report
# Feb 9th, 11:26 aristo Scotto_, i'll check layouts at the book, thank you Report
# Feb 9th, 11:24 Scotto_ aristo: or $this->layout = null; Report
# Feb 9th, 11:23 Scotto_ aristo: build a whole new layout Report
# Feb 9th, 11:23 Scotto_ is loggable what im looking for? Report
# Feb 9th, 11:23 aristo another question, how do i make that a .ctp shows entirely on the browser, by that i mean, not wrapped in default layout but like a hole new page Report
# Feb 9th, 11:22 Scotto_ any idea how i could implement soemthign ti give a history of changes for every record? Report
# Feb 9th, 11:21 darkdragon001 is this already planned? or how can I make a suggestion to built it into the core or deliver it as a std component Report
# Feb 9th, 11:20 tantalum darkdragon001, There are a couple of components on the bakery but nothing built in Report
# Feb 9th, 11:19 darkdragon001 is there a built-in oAuth in cakephp? Report
# Feb 9th, 11:19 darkdragon001 hi Report
# Feb 9th, 11:11 aro anyone know? Report
# Feb 9th, 11:05 aro is it possible to paginate over an incoming xml file? Report
# Feb 9th, 11:02 TehTreag aristo: There are issues when using them both. Report
# Feb 9th, 11:02 TehTreag ~tell aristo about google prototype jquery compatibility Report
# Feb 9th, 10:58 aro its giving me an error saying 'Undefined variable: paginator [APP/plugins/portal/views/security/logs.ctp, line 56]' Report
# Feb 9th, 10:52 aristo TehTreag, i'm already using ajax helper, but when i tried to use jQuery for effects, tooltips, etc, ajax helper stops working Report
# Feb 9th, 10:50 TehTreag aristo: You can use jquery. You don't have to use the ajaxHelper. The ajaxHelper (in CakePHP 1.2) uses prototype and scriptaculous. Report
# Feb 9th, 10:48 aro no im not displaying multiple sets on the same page Report
# Feb 9th, 10:48 aro im not going to be paginating data from a database Report
# Feb 9th, 10:48 aro i am overloading paginate Report
# Feb 9th, 10:47 TehTreag aro: There are some special considerations if you want to display multiple paginated sets on the same page. Report
# Feb 9th, 10:47 TehTreag aro: What do you mean? You can configure and use Controller::paginate for multiple models. Report
# Feb 9th, 10:44 aristo thanks Report
# Feb 9th, 10:44 jose_zap aristo: google for jQuery.noConflict() Report
# Feb 9th, 10:43 aro is it possible to overload paginate while using multiple models to a controller? Report
# Feb 9th, 10:42 aristo is there a way to use jquery without messing ajax helper? Report
# Feb 9th, 10:28 aristo TehTreag, big thanks! Report
# Feb 9th, 10:28 TehTreag aristo: http://www.jamesfairhurst.co.uk/posts/view/creating_an_admin_section_with_cakephp Report
# Feb 9th, 10:28 markalanevans and drop the admin_panel.ctp in the /views/users Report
# Feb 9th, 10:28 aristo thank you mark Report
# Feb 9th, 10:27 markalanevans in your users controller Report
# Feb 9th, 10:27 markalanevans just call your action admin_panel Report
# Feb 9th, 10:27 markalanevans Its probably easiest then do have it under users Report
# Feb 9th, 10:27 markalanevans right Report
# Feb 9th, 10:27 aristo markalaevans, i'm trying to do an admin dashboard, something like wordpress dashboard Report
# Feb 9th, 10:27 markalanevans TehTreag: aristo : i would assume your action would be called admin_panel Report
# Feb 9th, 10:26 TehTreag aristo: You're using admin routing? What's your action name? Report
# Feb 9th, 10:26 markalanevans Most likely under the /views/users/ Report
# Feb 9th, 10:25 markalanevans aristo: What does the admin panel do? Report
# Feb 9th, 10:25 aristo TehTreag, i'm using admin routing, markalanevans, where should i put admin_panel.ctp? Report
# Feb 9th, 10:24 dispy works. thanks- Report
# Feb 9th, 10:22 markalanevans aristo: you would do admin_panel.ctp Report
# Feb 9th, 10:22 dispy I just try to overwrite, one moment Report
# Feb 9th, 10:22 dispy ah! Report
# Feb 9th, 10:21 TehTreag dispy: The FormHelper will be expecting it in $this->data. Report
# Feb 9th, 10:21 dispy there's an id - I create a form for MailAccount, which is given as a template-var Report
# Feb 9th, 10:21 TehTreag aristo: In CakePHP 1.2 you can use admin routing. Report
# Feb 9th, 10:21 dispy that's obvious Report
# Feb 9th, 10:20 TehTreag dispy: If you do not specify an action url in FormHelper::create(), CakePHP will use add if there is no id, and edit if there is one. Report
# Feb 9th, 10:14 aristo or do you recommend other way? Report
# Feb 9th, 10:13 aristo question, if i want to make and admin panel i should create /views/pages/admin.ctp and configure the routing at routes.php? Report
# Feb 9th, 10:11 aristo good mourning everyone Report
# Feb 9th, 10:11 dispy dit: if I use MailAccount instead, there's no difference. Report
# Feb 9th, 10:08 umberleigh thanks TehTreag Report
# Feb 9th, 10:08 dispy I'm adding the mail-account via $this->set('mail_account', $data);, I create the for via $form->create('MailAccount');, although I follow the given steps he doesn't use the edit-method, he uses the add-method ;( Report
<< previous
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 next >>