Hey everyone, head over to the CI forums to get info on the new release candidate
http://codeigniter.com/forums/viewthread/78464/
Hey, new RC10 is released, it offers:
And, I have finished the official version 2.0 screencast
Enjoy :)
Hey everyone, I just want to update you on what's been going on. I'm pretty much done with the work on the core. All that is done now is to finish a few new plugins I have in mind, and maybe just make sure there aren't any bugs/ UI issues that need to be worked out.
On another note, I have a public preview (login with preview:preview) available for your enjoyment. Note that you can't edit or delete records that you didn't make yourself or were given explicit permissions to edit/delete, it's not a bug!
Hey everyone, I got a few videos up to give you a feel for the upcoming new version of CodeExtinguisher.
Setting up CodeExtinguisher
Creating your first page
ejnoy :)
Hey all, Just wanted to keep you updated, a feature-complete version of CE 1.5 is done, all that is left now is some stress testing and packaging.
The new tidbit of news is that the new version of CE will be fully compatible with the latest SVN version of CodeIgniter.
Happy late new years everybody!
A small status update: I'm working on 1.5, believe me. 1.5 is going to be big. Along with the new features and bug fixes, a rebranding will take place where CodeExtinguisher will start showing signs of maturity. I'm also working on cleaning up the code and making the documentation more explicit.
Please hold, it'll be worth the wait :)
Ok, I haven't updated the site in a while, I know, and I'm sorry. Even so, I haven't been lazy. In fact, I've been very busy working on CodeExtinguisher. This site is in process of a redesign and going to be rebuilt from scratch. Meanwhile, here are the links where you can keep updated:
Documentation (In progress)
Subversion (Not accessible in the browser)
Trac (Right now it's just a glorified svn browser)
Download link: CodeExtinguisher 2.0 Release Candidate 8
Changelog for Release Candidate 8:
- New, much improved layout
- Added new FieldSet plugin
- Added ability to define your own primary key
- Added an empty <option> in DropDown and DbDropDown plugins
- Updated the DbDropDown plugin using the suggestions in this thread
- Made the Image plugin independant from the File plugin
- Added ability to designate an “admin” user who isn’t restricted by anything
- Added the ability to configure tables without having to create a controller
- Renamed list_text, list_header, and list_layout to display_fields, page_header and view_mode respectively
- Updated the CodexMessages library (to use http://codeigniter.com/wiki/Messages/ )
- Fixed bugs in ManyToMany plugin
From the CodeIgniter Forums post: Hello CodeIgniters, This thread is to announce the immediate and public availability of CodeExtinguisher 2.0 RC5. This is not the full and final version of CodeExtinguisher 2.0! After a round of testing, bugs have been ironed out and some new features have been introduced. As of this posting, the documentation has not been updated as of yet. However, the attached zip is fully functional and should be fairly obvious to previous codex users. Please go to the forums to find installation instructions, major changes, and download links. I didn't release it here since it's still beta, but I will update the website once the full version comes out.
Hey guys, the SVN version of CodeExtinguisher is now feature complete. The only thing that is left is some security work. As a result, please don't use the current svn version of CodeExtinguisher on any kind of publicly accessible site. But if you want to play with it, go ahead and run this command in your Terminal:
svn co http://71.65.20.84:82/svn/codex/trunk /path/to/your/webroot/
Enjoy :)
Hey guys, just letting you know that the site is now hosted on www.slicehost.com and as you can tell, it's much faster. I recommend them if you are looking for an affordable VPS server (don't forget to put majd87 [at] gmail [dot] com in the referral box when you sign up :P)
The good news is that version 1.5 of CodeExtinguisher is feature-complete. All that is left is some more testing, and cleanups.
Hey guys, just wanted to give you a status update. Version 1.5 is pretty much done. All that is left is some cleaning up, updating the documentation, and a nice site update that'll make you happy :)
If someone would like to help out with the documentation, please let me know through the CodeIgniter forums (i'm working on a "contact form"...
CodeExtinguisher is a plug-and-play application that drops into any CodeIgniter setup. It allows you to setup an administration section in record time, and with amazing flexibility. Take a look at the demo, and decide for yourself if your fire is out of hand :)
fixed a mistake in dbdropdown.php
Generates hidden fields which submit a unix timestamp based on insertion and on update.
The simple text box element.
Generates a simple text area.
Creates a hidden field whose value is part of the session userdata.