CodeIgniter Forums
CodeExtinguisher 2.0 Public Beta (RC10) - 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: CodeExtinguisher 2.0 Public Beta (RC10) (/showthread.php?tid=6065)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23


CodeExtinguisher 2.0 Public Beta (RC10) - El Forum - 02-13-2008

[eluser]Majd Taby[/eluser]
NOTE: This post has been updated to reflect the new RC9 release.

Download here (200 KiloBytes of Gloriousness)

Hello CodeIgniters,
This thread is to announce the immediate and public availability of CodeExtinguisher 2.0 RC10. 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. However, the attached zip is fully functional and should be fairly obvious to previous CodeExtinguisher users.

Installation:
1) Extract the zip's contents into your CI-root directory (alongside index.php)
2) Run installer.php (or set it up manually by running codex.sql and updating your database.php file)
3) Delete installer.php (and codex.sql)
4) Access the backend through backend.php (Login with the credentials you created in the installer)

Please report any bugs and concerns in this thread.

Major Changes:
Changelog for Release Candidate 10:
- Touched up the design
- Added the ability for the ManyToMany and the OneToMany plugins to pick up definition files
- Fixed bugs in the ManyToMany plugin
- Fixed get_where / getwhere inconsistency
- Fixed the way TextArea handles newlines
- Added resource identifiers to the template library so that resources don't get loaded twice
- Replaced native session library with the OB Session library, fixing a random logout bug
- Added ability to declare a user as an Admin, circumventing all restrictions
- Fixed validation bugs
- Added a new Hidden plugin

The download links are updated to point to the latest release candidate!

Download here (200 KiloBytes of Gloriousness)

Thank you,
jTaby


CodeExtinguisher 2.0 Public Beta (RC10) - El Forum - 02-13-2008

[eluser]Developer13[/eluser]
Holy JESUS... I misread the title of this thread as "CodeIgniter 2.0 Public Beta"... you can imagine how wide my eyes got! Anyway, sorry for having nothing of any consequence to contribute here Smile


CodeExtinguisher 2.0 Public Beta (RC10) - El Forum - 02-13-2008

[eluser]Jay Turley[/eluser]
[quote author="Developer13" date="1202964987"]Holy JESUS... I misread the title of this thread as "CodeIgniter 2.0 Public Beta"... you can imagine how wide my eyes got![/quote]

I did the same thing. And seeing as how this is only my 3rd or 4th post, I have even less to gloriously contribute. ^.^


CodeExtinguisher 2.0 Public Beta (RC10) - El Forum - 02-13-2008

[eluser]Majd Taby[/eluser]
haha sorry for the misleading


CodeExtinguisher 2.0 Public Beta (RC10) - El Forum - 02-13-2008

[eluser]MaRKTD[/eluser]
Code:
A PHP Error was encountered

Severity: Notice

Message: Undefined property: codexForms::$lang

Filename: libraries/codexforms.php

Line Number: 71

Fatal error: Call to a member function line() on a non-object in /..backend/system/application/backend/libraries/codexforms.php on line 71
CodeIgniter 1.6.1


CodeExtinguisher 2.0 Public Beta (RC10) - El Forum - 02-13-2008

[eluser]Majd Taby[/eluser]
Ah, thanks for pointing that out, I was adding the language files last minute and missed the '->CI'...I updated the download Smile


CodeExtinguisher 2.0 Public Beta (RC10) - El Forum - 02-14-2008

[eluser]GDmac - expocom[/eluser]
jT, very promising tool for CRUD and easy admin. thnx


CodeExtinguisher 2.0 Public Beta (RC10) - El Forum - 02-14-2008

[eluser]dleavitt[/eluser]
I'm getting a blank screen with CI 1.6.1, even with a fresh install of both CE and CI. Wasn't happening with my older version of CI (1.5.4), though I did have to replace all the "get_where" calls with "getwhere." Anyone else having this problem?


CodeExtinguisher 2.0 Public Beta (RC10) - El Forum - 02-14-2008

[eluser]Majd Taby[/eluser]
I just tried CE with 1.5.4 and 1.6.1 of CI, and everything seems to be working fine. What kinda envoirnment are you running this in?


CodeExtinguisher 2.0 Public Beta (RC10) - El Forum - 02-14-2008

[eluser]dleavitt[/eluser]
I'm running MAMP with php4, pretty standard setup I think. I'll play around with it and let you know if I find anything useful. Great piece of software btw, I hope I can get the new version running!