![]() |
IgnitedCMS - Free supercharged CMS - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7) +--- Forum: Spotlight (https://forum.codeigniter.com/forumdisplay.php?fid=16) +--- Thread: IgnitedCMS - Free supercharged CMS (/showthread.php?tid=81550) |
IgnitedCMS - Free supercharged CMS - ignitedcms - 03-16-2022 Hey guys, I'm proud to announce that the newest improved version of IgnitedCMS is almost out of beta, I'm just working on finalising the documentation, refactoring the code and addressing any security issues. Currently there isn't an updated build version to test, but as soon as it is ready I'll let you know. Website is below:- https://www.ignitedcms.com RE: IgnitedCMS - Free supercharged CMS - InsiteFX - 03-17-2022 @ignitedcms , Thank you for the update. RE: IgnitedCMS - Free supercharged CMS - ignitedcms - 03-18-2022 Evening all, planning to allocate 1 more day on the documentation, then updating ad hoc, as my primary focus is going to be on the system. Various documentation changes to date include:-
Need to add a roadmap, and make the documentation responsive or rather ACTUALLY user friendly. Debating on get a search facility like 'Algolia' baked in or dumping everything to static html and using a basic javascript search function. Thanks for watching. RE: IgnitedCMS - Free supercharged CMS - ignitedcms - 03-19-2022 Morning all, decide to put landing pages updates on the backburner until I finalised the actual system. Lots to do, PSR-2 coding standards, or at the very least following the CI3 guidelines, file write permissions on the install, better form validation on the builder with vue and better UX for asset uploads. Thanks for watching. RE: IgnitedCMS - Free supercharged CMS - ignitedcms - 03-21-2022 Morning all Completed
Backlog
Thanks for watching RE: IgnitedCMS - Free supercharged CMS - ignitedcms - 03-21-2022 Evening all various job completed Completed
RE: IgnitedCMS - Free supercharged CMS - demyr - 03-22-2022 Great effort @ignitedcms . Good luck for the rest/future of the project. RE: IgnitedCMS - Free supercharged CMS - ignitedcms - 03-22-2022 Thanks @demyr much appreciated ![]() RE: IgnitedCMS - Free supercharged CMS - ignitedcms - 03-22-2022 Morning all. Updates Had a look at implementing a barebones recursive decent parser /regex solution for a simplified templating language because PHP short tags do get verbose sometimes, with the option of injecting PHP codeigniter functions 'as is' although unsure on its viability in the long run. Some concerns are overhead and reliability. Quick wins today, will be strictly adopting a style writing guide and then into Figma to nail the final parts of the UX. The small setback of planning an interface in Figma totally makes up for the random chopping and changing of CSS/SCSS when just coding a UX on the fly. https://www.ignitedcms.com/documentation/matrix-fields Thanks for watching RE: IgnitedCMS - Free supercharged CMS - ignitedcms - 03-25-2022 Morning all, UX design almost completed so HTML /CSS implemented to be completed today Second biggest concern now involves robust form validation via JSON and dynamic forms validated server side. If I can complete that - big big win. Templating lib has taken another backseat, due to me still being in two minds over templating and their drawbacks. Thanks for watching |