Zomp Development. Here's The Action.


Zomplog

Changelog



v1.0

Actually, this one was for private use only :)

v1.1

  • The first public release of ZompLog?
  • Added the CONFIG.PHP file. Now all necessary information to run the script is in one place.
  • Added a notification when a post is succesfully submitted to the database.
  • Added version-info to the files.

v1.2

  • Added date-display (very necessary!!)
  • Added variable for date-display in CONFIG.PHP (m.d.Y or d.m.Y), so it's easy to localize the date-format
  • Added archive (ARCHIVE.PHP), and a variable for the number of posts to appear on the mainpage

v2.0

  • A complete rework of version 1.2!
  • Added members-area with password authentication because so many people who used version 1.2 requested this feature. Here you go! The authentication-system is an adaptation of SimpleAuth 1.2 by Jez Hancock, which saved me a lot of trouble :)
  • Added script to register as a new member
  • Added editor for editing older posts. In previous versions there was no way to do so. I guess this is an important improvement :)
  • Added schredder for deleting posts
  • Added comments-function
  • Added easy layout customisation through style sheet and header/footer-files (in fact, this is the first version of Zomplog that has any sort of lay-out)
  • Improved archives through dynamic previous/next script (removed the old archive pages, this system works better)
  • Added VersionCheck? script, to inform you if you have the latest version of Zomplog
  • Fixed some minor bugs

v2.1

  • for personal use only

v2.2

  • Added administrator level
  • Added categories
  • Added group permissions
  • Added image upload function
  • Added on-the-fly thumbnailer script (thumbnail.php by Ian Anderson)
  • created separate header files for public area and members-area
  • date manual override (thanks to Tom for suggesting this)
  • Improved comments function (thanks to Dominik for code-suggestion)
  • Improved error checking
  • Improved style-sheets
  • Some minor bug fixes

v2.2b2

An update to fix several bugs reported by users:

  • there were huge incompatibility issues with users who worked under php with register_globals = off. Fixed that.
  • There was a problem with the category-pages in combination with the previous/next script. This was also fixed.
  • added 'back to previous page' link to detail.php

v2.3

  • added themeing + created 2 new zomplog themes
  • added language files (English and Dutch)
  • admin can create and delete users & admins
  • admin can delete comments
  • admin can edit/delete posts by ALL USERS (not just his or her own)
  • added print formatting
  • added XML formatting
  • added the ability to change category in "edit this post"-window
  • added userlist on mainpage
  • got rid of the drop-down menu for viewing categories
  • added seperate admin directory
  • improved upload
  • created overall style for members area
  • several code improvements

v3.0 - 18th of May 2005

I rebuilt the script from scratch for this version, to make the script more efficient in use of code, coherent (in functionality as well as coding-style) and to get some old problems out. And of course, because it's always good to start with a blank sheet!

  • added settings panel to configure overall zomplog settings like theme, language, maximum upload size, etc.
  • added Moblog-functionality: now anyone can post to their website through email or even mobile phone. You can even send pictures!
  • added BBcode and WYSIWYG-editor for BBcode (this was a much-heard request.)
  • search engine
  • category stats (so you can see how many posts are in one category)
  • added more consistent error checking system
  • improved image upload-system
  • added personal profile
  • fixed bugs and shortcomings in user-and category-management
  • updated language files
  • created 4 new themes
  • added help area (for later use)
  • cleaner code(!)

v3.1 - 31st of May 2005

  • weblog-title is now defined in install-procedure
  • improved themening-system for more controll over lay-out and function!
  • added content management system for static-pages
  • added one-click email-form generator that you can add to any page!
  • improved & easier BBcode editor created by Micha

v3.2 - 12th of July 2005

  • you can now add video and audio to your weblog-post! Support for the following formats: quicktime, realmedia, windows media and mp3's! Created a dynamic flash mp3 player.
  • completely restyled admin-area: main menu is now accessible from every page, added fancy icons, site statistics and rrs reader!
  • you can create welcome messages for your website and for the admin-area
  • optionally you can allow users to register to your weblog
  • Micha made the BBcode editor even fancier: now you can select the text you want to make bold, italic, etc, and tags are now inserted at the cursor-position!
  • you can now add video and audio to your weblog-post! Support for the following formats: quicktime, realmedia, windows media and mp3's! Created a dynamic flash mp3 player.
  • completely restyled admin-area: main menu is now accessible from every page, added fancy icons, site statistics and rrs reader!
  • you can create welcome messages for your website and for the admin-area
  • optionally you can allow users to register to your weblog
  • Micha made the BBcode editor even fancier: now you can select the text you want to make bold, italic, etc, and tags are now inserted at the cursor-position!
  • Micha improved the upload-script so a bug that occured in Windows IE is fixed
  • improved themes

v3.3 - 2nd of October 2005

  • vastly improved thumbnailing system. In previous versions thumbnails were generated on the fly, once the page was called. From now on, a small and a big thumbnail are generated at the same time the picture is uploaded. Your pages will load much faster!
  • Support for multiple uploads
  • Optional use of custom upload tool for more controll over images and image placement.
  • when a post is deleted, the images that belong to that post are also deleted from the server
  • added much requested ip-ban feature for comments
  • added archive (well, that was about time!)
  • made date function much more flexible
  • added date input fields in editor, so you can rearrange posts
  • delete multiple entries/pages/comments at once
  • changed BBcode editor to HTML-editor: now you can use all kinds of html in your posts again!
  • made zomplog friendly for webservers with magic-quotes set to "off"
  • several minor layout-improvements

v3.4 - 14th of October 2005

  • Micha created a wonderful replacement for the image enlargement pop-ups, a very smooth image enlargement script. It resembles the Mac OSX Tiger widgets screen and was based on a script by Jonathan del Strother from steelskies.com
  • extended the "change date" feature: now you can also edit hours and minutes
  • fixed a bug in the moblog script
  • fixed some security issues involving sql-injection and XSS-exploits

v3.5 - 27th of november 2005

  • Starting from this version, Zomplog conforms to the XHMTL 1.0 standard set by W3. All themes now consist of div tags, and not tables!
  • Changed the whole themeing-system around: from now on, themes consist only of two files.
  • Added built-in theme-editor
  • Added theme chooser with theme preview
  • Created 4 new themes
  • Changed the install-process: no hand-coding necessary anymore! The installer does all the work for you.
  • Fixed bug in search results
  • Removed custom upload tool (because it was confusing) and added more functions to the standard upload tool for posts. Added an image upload tool for pages.
  • Renamed skins-folder to "themes" (because that sounds much nicer)
  • Improved the lay-out of the admin area
  • Improved Quicktime support

v3.6 - 23rd of february 2006

  • Added "theme options" for easier editing of the themes without knowing any html
  • Added "menu settings" for the same purpose
  • Added WYSIWYG-editor (Tiny Mce) to allow users more flexibility in writing posts or pages and allow for a preview while typing.
  • Added "drag to reorder" feature: now you can reorder pages and categories by just dragging them!
  • All-new admin area. Created a clean new look and new functions for the admin area, and added that web 2.0 swing to it!
  • Improved security: this version adds a spam-filter, several security improvements on the comment-form and mailform and better protection against XXS-exploitation and SQL-injection. Passwords are now protected with md5 encryption.
  • A whole new set of themes: me and Zomplog user Loscho have created a whole new set of themes for this version!
  • And many more small improvements!

v3.7 - 11th of april 2006

  • Created plugin-system to allow for easier extensibility of Zomplog, and to provide a structure for the modifications that users have been posting on the forum.
  • Added four plugins: Spamwords (by Stefferson), Current Visitors (by Royz), Tagger and LastFM.
  • Changed built-in image-uploader so it is more intuïtive, and now supports many other file-formats like Quicktime movies, mp3's, Word-documents, pdf, zip, to name a few. Files that are uploaded are automatically integrated into your site: if you upload a movie, it is embedded in an online player, if you upload a pdf-file, a download-link will appear, etc.
  • Thanks to Davinci, the rich-text editor (Tiny MCE) now has a integrated file-uploader, which allows you to upload images, files or flash-movies and insert them into your text-field directly!
  • Added several new features to Tiny MCE, such as flash-integration and the ability to create tables in your post or page.
  • Added RSS/podcast settings in the settings-panel.
  • Added a new theme: "Nucleus", which was created by Loscho
  • Several minor improvements and bug-fixes
  • Starting from this version Zomplog has extensive online documentation, developer-tools and extensions, which all can be found in the online wiki: http://www.zomp.nl/projects/zomplog/wiki/

v3.8 - 16th of april 2007

* Added the possibility to reorder uploaded images and files through drag and drop * Added the possibility to create a custom mainpage! This way, you're no longer obliged to have a list of blogposts on your homepage. * Vastly extended the profile information (adress, zip, city, country, gender, birthday, interests) and created a profile page for each user, which is linked to the username below each entry. * Fixed a problem so that there's no need for the header_advanced.php file anymore (one header fits all!) * Added tinyMCE to more input fields, so text-formatting can be used in more places * Added support for embedding YouTube? movies! * Added several languages: Japanese, Norwegian, Spanish, Danish, Polish, Brazilian Portugese and Greek and fixed some issues with special characters * Extended contact form * Centered the layout of the admin area. * Set the lightbox plugin to active by default * Added two new plugins: mailnotify (allows you to be notified of new posts and comments through email) by Frankma (http://www.frankma.nl) and Captcha (protection against comment spam) by Thomas Ragers (http://www.ragersweb.de)