CMS – v0.0.5
Posted Dec 20th, 2008 by Conor in in CMS,Web ProjectsAt long last Conor’s Management System v0.0.5 is ready for testing. I faced many hurdles getting this up and I would like to thank Kae for all his help! Check the details below to try!
Try it out
*be sure to read the bugs list before you try!
url: http://macaoidh.name/work/cms/
username: guest
password: soeasytoguess
New functions - In my last post on the CMS I made a list of features that I would add before the next release. I am happy to say that all of those features have been added. It is not very feature-full at the moment and I don’t plan to add many features for v0.1.
Status - It is a very lightweight CMS designed for the use of the layman. It is far from ready for general release in this state but now that all the key functions are done I can concentrate on the visual and graphical aspect of it.
Bugs - Most of them are fixed but if you find any let me know.
- There is one that I am working on a solution for. If you press the ‘Delete Current Page‘ button it sets the page for deletion. You then need to confirm and it gets deleted or deny and it gets un-set for deletion. The bug is if you press the ‘Delete Current Page’ button, the page is set for deletion and then if you press the back button in your browser it remains set. If you go to delete a page again it will delete all pages set for deletion. As say I am working on a fix and it will be included in the next release.
- This one will be a bit more difficult to find a solution for. The method that I am using to edit and preview the text is done in JavaScript. I didn’t write this entirely myself because I can’t yet write JavaScript. The problem with it at the moment is it only edits a block of the page – so you can put some HTML in there! I have to do something about this but at the moment I don’t know what I am going to do….
The Future – v0.1
I am very optimistic about this project and I have big plans for the future. 0.1 will be the first stable version readyfor general release. I am still thinking about wether to open source it – at the moment it’s not worth it. If it is open sourced I will have an installer in the next release. This is what I want to complete for the 0.1:
- Function to edit page order.
- Function to edit page names and urls.
- Fix all bugs! The edit text bug will be a hard one!
- The entire visual and graphical side needs to be set up.
- I will set up a sample website for the CMS to operate on to proove that it can co-operate with working sites.
- It needs a new name. The current one isn’t great but i’m working on it.
Code-wise
- Major re-structure of all functions. I have a funny feeling that i’m taking the long way around on a few things.
- Create a define.php document to define all page variables in each page, such as url, name etc. This will prevent me from having to retreve the same information from the database again and again.
- JavaScript, JavaScript and more JavaScript. I have been looking into some stuff – jQuery seems to be the most likely candidate. I have some great scripts in mind to smoothen the look and feel out a bit.
- Possibly get rid of the current method of making pages as it has been pointed out to me that it could pose some security risks.
I know that I have laid out alot for the next version but i’m off school for the next few weeks so I will have some free time!Thats about it. I welcome any suggestions / feature requests / comments on the current release.