Project Filelist for Web Slider
File Release Notes and Changelog
Release Name: 0.2
Release Notes
WebSlider 0.2, In my Head WebSlider is a framework that allows you to create slide groups and publish them in internet. It aims HTML flexibility and the power of PHP and MySQL, Easy to use, and friendly for developers. What's New: - Implemented highlight text from jaws (http://www.jaws.com.mx). - Backup Groups in .tar.gz file. - Import .tar.gz group file.
Change Log
Since 0.1 July 20 2004 Modified Themes && Testing Ok, I think 0.2 is ready to see the light. I had make some tests, It works right in my machine, and should work rigth in any other. I had modified the themes "Default" and "php". July 13 2004 Highlight Syntax I had change the syntax higlight method. It was making the higlight before save it, This make hard to edit, because the code where mixed with html tags. Now, it is highlighted on the fly. keeping clean the code. July 6 2004 - Import .tar.gz group file If you had a .tar.gz group file, you should be able to use it. Import is the easy way to use it. Just select the file, and press 'save' buttom. The file will be uploaded, untarred, and will use dump.php to create the table group and add the entry for slides table. - Backup Groups in .tar.gz file See the sql dump, but, if you want, you may pickup the group tarball (single file packed and compressed with tar and gzip.). It contains the dump.sql file, and all the theme carpet. - Error on index.php if a wrong action is called. If in the url bar call to any action, your are calling to a function with the same name. if it exists on slides class it will be executed. Fixed with an error if the right functions isn't called. - Reset buttom on edit slide form. A simple way to restore the slide. - Implemented highlight text from jaws (http://www.jaws.com.mx) It's pretty nice when you use code in your slides. but, it don't look so good, the answer, highlight it!!!. This is a great idea, I take some code from JAWS (http://www.jaws.com.mx), thanks to Pablo Fischer BUGFIXES - Bugfix in backup dump. If you got html in your database, and you try to pass your html over the web browser, the web browser will interpret that code. That was happening, now the html entities are change before pass it throught web browser (ej. <b> = <b>), with this you will se <b> has text plain. - Bugfix in Save new Group. You was able to create two groups with the same name. The problems is now fixed. - Bugfix in languaje selection (Critical). If you put a wrong parameter in languaje selection webpage crash (languaje), it may be fixed changing value in db. Fixed: If languaje module file exists is loaded, if not check if languaje index file exists, if not, english index file is loaded.