![]() |
CL Auth [BETA] v0.2.5 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: CL Auth [BETA] v0.2.5 (/showthread.php?tid=8048) |
CL Auth [BETA] v0.2.5 - El Forum - 06-30-2008 [eluser]FlashUK[/eluser] @vascopj Yes, there will be code to handle the profile tables in v0.2. michaelangela2008 contributed code for this earlier in the thread. It will also appear in the documentation. @emdog4 Hi emdog4. The Session class is standard with CI. I have just made a modified version for CL Auth, so to set userdata use "$this->cl_session->set_userdata('fullname', 'Their Name')". As for your other point. Its easy for other libraries to clash with each other, especially if they store user data. In an ideal world, CL Auth world be able to integrate with libraries like Inktype but unfortunately that would be difficult to implement. I am sure if other members look into doing the same setup, they would look into a way of integrating the two. I am just responsible for managing this library only. If you want to influence how its coded then please add suggestions... But I will try and make it easier for you to customise CL Auth into your other favourite libraries ![]() The Session library has had a comb over and won't be called CL_Session in the next release but will be known as "Session". Also, Database tables will be prefixed with "cl_" by default on new installs. @dynce Hi, dynce. CodeIgniter 1.6.3 has only just come out and I haven't tested yet. But I will take a look, post a fix here and then make sure v0.2 works with 1.6.3 too. UPDATE: The CL Auth section of the documentation is now finished. I am restructuring CL Auth for v0.2 at the moment, so it is going to be delayed a while longer. Please look forward to the new update as it will be quicker, easier to use and it will come with better examples. If you have anymore contributions you wish to add to v0.2 before it's release, then please post it soon ![]() No admin panel until v0.3 I am afraid. CL Auth [BETA] v0.2.5 - El Forum - 07-01-2008 [eluser]Sean Downey[/eluser] Thanks Flash I've added profile views and model. They are simple enough but if anyone wants them let me know. They are just temporary because I will use the v0.2 version of profile when it comes out. CL Auth [BETA] v0.2.5 - El Forum - 07-02-2008 [eluser]Devon Lambert[/eluser] Not sure if anyone is interested or not, but I managed to integrate Vanilla with CL Auth. Check the Wiki Page out here. Let me know if there are any questions and I may be able to answer. :-) CL Auth [BETA] v0.2.5 - El Forum - 07-04-2008 [eluser]FlashUK[/eluser] Well done dynce, thats great news ![]() I hope it wasn't too painful for you to integrate with Vanilla. You wiki page looks fine to me :o Though all you will need to do is update the CL Auth link when v0.2 comes out. Btw, I am bug testing CL Auth v0.1 with CI 1.6.3 this weekend. I shall post a fix when I solve the problem. CL Auth [BETA] v0.2.5 - El Forum - 07-04-2008 [eluser]Devon Lambert[/eluser] Great news all around! Just keep me posted on the progress for V0.2 and I'll be sure to update that link. :-) CL Auth [BETA] v0.2.5 - El Forum - 07-05-2008 [eluser]FlashUK[/eluser] [quote author="dnyce" date="1214778778"]Not sure if this is a CI Bug or CL Auth bug, but in 1.6.3 of CI and V0.1 of CL Auth I receive the following error message when I try to make use of the login/logout form on one of my pages. Code: Severity: Notice Any ideas?[/quote] Hi, I have just completed testing CI 1.6.3 and had no problems with any of the functions. Were you installing a fresh copy of CI or changing existing files? How do I replicate the problem so I can test it? Thanks CL Auth [BETA] v0.2.5 - El Forum - 07-06-2008 [eluser]Devon Lambert[/eluser] hmmmm.... I've actually tested again with my home pc and it looks like this may be an issue that is local to my work pc. It runs Wamp server as opposed to Xampp, and sometimes I find little things that may seem off it's php.ini file. I'll check again when I'm in the office. Other than, good to hear that it's working so far. CL Auth [BETA] v0.2.5 - El Forum - 07-11-2008 [eluser]bigdaddysheikh[/eluser] I don't understand the admin function. It does not seem to work even though I log in as the admin. The isAdmin() class still shows empty. Love the authentication system man. I am getting confused about the whole group_uri structure and usage. I understand the concept but it fails to work for me. CL Auth [BETA] v0.2.5 - El Forum - 07-12-2008 [eluser]FlashUK[/eluser] @bigdaddysheikh I'm afraid it is a known bug with CL Auth and isAdmin(). isAdmin() only works if check() has been called on the same page. I suggest using isGroup(1) or something similar for know to get the results you want. isAdmin() works with the group_uri table. It uses the column value is_admin on the controllers you have set it to. If you are using isAdmin() to display something like an admin bar on all pages then it won't work. I am looking into improving this. http://www.jasonashdown.co.uk/cl_auth_doc/changelog.php UPDATE: I am working on the view controllers this weekend. To speed things up I am going to release v0.2 without the documentation bundled in because I need to rewrite some of the documentation because I have heavily altered some of its functions. I hope to have the download of v0.2 up and ready soon ![]() CL Auth [BETA] v0.2.5 - El Forum - 07-13-2008 [eluser]FlashUK[/eluser] A pre BETA version of v0.2 is ready to download http://www.jasonashdown.co.uk/downloads/CL_Auth_BETA-v0.2.zip It currently doesn't contain any bundled documentation or examples. I am working on new examples to go with it this afternoon. I will update the zip file when its done and notify everyone. EDIT: The topic's first post has been updated with new information. |