Mimesis - You have chosen... wisely.

Version 1.052η

August 12, 2009 by Grim Pirate

This newest update changes how the singularID function generates the ids. Three souce files have been altered as a result:

The change is transparent and incurs no change to either the database or any updated code you might have currently running. Furthermore, the _cache directory is no longer necessary for Mimesis to operate.

Version 1.051η

August 3, 2009 by Grim Pirate

A minor bug has been fixed that affected the Mimesis class. This bug would cause errors in certain methods when row labels whose types are integer were modified/deleted. Integer keys are allowed in insertion/retrieval operations and therefore need to be allowed for modification/deletion.

Thanks go out to D. Ryabkov for pointing this bug out. I appreciate the help.

The documentation will reflect this minor change eventually. However, for now the 1.05η documentation is still very much applicable. There is no change whatsoever to the tutorials.

Version 1.05η

July 26, 2009 by Grim Pirate

The experimental trials are over. The new version appears stable and the majority of bugs have been fixed. Remember that this new version has incurred a database change. A patch has been provided to update from the versions prior up to this new version. Of important note is that before overwriting the old version of Mimesis with the new source files you should perform a refresh of all your tables with whichever version you were using prior to 1.05η. Only then should you apply the patch.

Of further notice, some of the older source files will no longer be necessary at all. Specifically the files str_offsets.php and str_r_pos.php. The code was revamped to make them obsolete thus shrinking the Mimesis source code even further.

Specifically, v1.05n improves the stability of how operations for insertion and deletion are performed to the tables. It also improves the speed at which they are performed. Also, there were some bugs present in the entries() method that have also been addressed.

Remember to update or start over, because with the new database changes errors will occur if you attempt to keep using an older version. This is not a superfluous change, but an important critical alteration to the code and inner workings of Mimesis. Remember to back up your tables and keep a copy of the version of Mimesis you were using prior to 1.05η and only then proceed with the update.

Enjoy the new changes and as always contact the Grim Pirate should you encounter any bugs or issues.

Testing Version 1.05η

July 10, 2009 by Grim Pirate

Experimentally testing the newest version of Mimesis. It just so happened that upon creating the most recent version (1.04η) it came to my attention that some revisions were necessary to the code. In particular these revisions incur a database change. Specifically to the structural files used to control the database, no changes to the table files. I will be testing it here on the site to see if any errors are produced, and if not I will release to the public domain shortly.

Version 1.04η

July 08, 2009 by Grim Pirate

New version of Mimesis. An unused method has been removed from the Mutex class, and an update has been made to the singularID function.

This version incurs a directory location change for the _cache directory. Be sure to create the _cache directory within the mimesis directory for this version to operate properly.

Changes will be made shortly to the available documentation.

Documentation

May 03, 2009 by Grim Pirate

The Quick Function Reference and Complete Function Reference documentation have been updated to reflect the changes in v1.03η.

Version 1.03η

May 03, 2009 by Grim Pirate

New version of Mimesis. This version does not incur any changes to the previous source code. The alteration is that of the Mutex class. An extra method named lockOverride has been incorporated and a parameter has been added to the acquireLock method. This has been added in order to facilitate for the testing and removal of defunct locks that may not have been properly removed due to server problems. Tutorials on how to make use of it will be added in the future. This change also carries through to the Mimesis lock method.

Changes will be made shortly to the available documentation.

A change has also been made to the Mimesis copyright notice and disclaimer present within the source code.

Tutorials

April 27, 2009 by Grim Pirate

The Geolocation tutorial has been updated.

Tutorials

April 23, 2009 by Grim Pirate

Updates have been made to all tutorials except the Geolocation tutorial. All tutorials save that exception have been repaired/updated and fully tested to work without error. Again, file permissions on your server may cause errors, you need to ensure that your scripts are using the correct permissions when creating the Mimesis flat file databases. Mimesis is developed/tested on a Windows machine running XAMPP, so this is typically not an issue.

Tutorials and Documentation

April 22, 2009 by Grim Pirate

Updates have been made to the Ad Rotator and File Inclusion tutorial to make the compatible with v1.02η of Mimesis. The source code provided within these was broken but has now been tested, repaired and proven to work, sorry for the inconvenience. The Quick Function Reference and Complete Function Reference documentation for the newest version have also been updated.

Version 1.02η

April 22, 2009 by Grim Pirate

New version of Mimesis. However, this new version does not incur any database changes. Code written prior to this incarnation will require some modification as Mimesis no longer accepts file permission settings. These settings are too varied dependent upon server configurations. Therefore, it is left up to the user to determine how to chmod (if at all) the files created by the Mimesis database. Secondly, there was a minor alteration to the Polarizer class that does not at all modify the outputs, simply a seamless code change. Tutorials and documentation will be modified periodically to reflect these changes. Usability notes are still in development.

Tutorials

January 3, 2008 by Grim Pirate

Posted a new snippet for web publishers to generate random latin filler text for their sites. A lipsum generator.

Tutorials

November 27, 2008 by Grim Pirate

Posted two new pieces of code that utilize the Mimesis database. A Shout Box (the exact same one used here) and an IRC Chat Logger.

New URL

November 21, 2008 by Grim Pirate

Got ourselves a fancy new URL. So from now on the site will be found at http://mimesys.co.cc/

ShoutBox

September 3, 2008 by Grim Pirate

ShoutBox fixed and no longer utilizes JavaScript.

ShoutBox

August 23, 2008 by Grim Pirate

Added a ShoutBox to the Contact page (powered by a Mimesis of course). This gives visitor(s) to the site another alternative way of contacting me. Whilst I generally look down on the practice of using Javascript, the concept of a shoutbox wouldn't really function too well without client-side scripting in order to avoid full page reloads. This way the ShoutBox refreshes dynamically.

Tutorials

August 20, 2008 by Grim Pirate

A geolocation tutorial/snippet has been provided that functions in the exact same way as on the main page.

Version 1.01η

August 20, 2008 by Grim Pirate

New version of Mimesis. However, this new version does not incur any database changes nor does any code written with the previous version, 1.0η, require modification. This is a purely internal change to the package which affects only the file_cull_contents function and source file, and the Mimesis class and source file. Please upgrade accordingly.

Tutorials

August 4, 2008 by Grim Pirate

The voting poll and guest book tutorials have been updated to compatible code for v1.0η.

Tutorials

August 4, 2008 by Grim Pirate

The hit counter, file inclusion, and ad rotator tutorials have been updated to reflect the new version of Mimesis. The voting poll and guest book are still pending.

Version 1.0η

August 3, 2008 by Grim Pirate

A complete remake of the Mimesis script. This update incurs non-compatibility issues with previous versions. No patch will be given. The table creation and storage methodologies have been completely redesigned. Now only two files will be put into use rather than multiple files as before. This makes Mimesis much more user-friendly (in terms of fewer methods for the class) and exponentially faster than before.

If you wish to preserve your previous data I suggest serializing the table contents after performing a full table query. Then, unserialize and reinsert using the new Mimesis version.

Tutorials and Documentation will reflect the new version shortly.

The site itself is now running on v1.0η

Version 1.3e

July 24, 2008 by Grim Pirate

Updated Mimesis once more. This code modification incurred a change to the database. Therefore, v1.3e is incompatible with the database created by v1.2e. However, in the Source page I've provided a patch file that will modify v1.2e databases to work with v1.3e. Instructions on the patch's usage are located within the source code.

The Mimesis version upgrade does not trigger any changes in your source code. Therefore, there is no need to revise any code written with v1.2e.

Version 1.2e

July 22, 2008 by Grim Pirate

The file_retrieve_contents function has been removed altogether. Changes were made to the Mutex and Mimesis class as a result. Hence the version number update. This should improve the speed of Mimesis by using the familiar file_get_contents function from PHP. By upgrading to this Mimesis release you can do away with the file_retrieve_contents source file. Tutorials and documentation will reflect this change shortly.

Version 1.11e

July 22, 2008 by Grim Pirate

Made an update to the file_retrieve_contents function. Designed to improve file reading operations. This is a transparent change that does not affect the database.

New Tutorial

July 21, 2008 by Grim Pirate

A Voting Poll tutorial has been added to the Tutorials page.

Documentation

July 21, 2008 by Grim Pirate

Uploaded the complete Function Reference Documentation for Mimesis v1.1e on the Docs page.

Version 1.1e

July 19, 2008 by Grim Pirate

Unearthed some bugs in the Polarizer class and file_retrieve_contents function. Didn't bother changing the version number. Instead, I overwrote the previous package with a new zip package. Be sure to obtain a new copy if you've already downloaded v1.1e.

Version 1.1 Experimental

July 18, 2008 by Grim Pirate

v1.1e has been officially released. You can find it at the Source page. A discussion of its features will be posted shortly in the new Documentation page.

Site Undergoing Changes

July 18, 2008 by Grim Pirate

The site will be experiencing intermediary changes as it transitions over to the v1.1e release. The tutorials have been updated to reflect what will be the new Mimesis release. The previous tutorials, setup info, and phpdocs have been zipped and archived and are now available in the Documentation page.

Site Modification

July 17, 2008 by Grim Pirate

The Mimesis related features of the site were temporarily shut down in order to transition from Mimesis v2.0 to a new experimental Mimesis v1.0e. The features: random quote display, hit counter, and source distribution. The shutdown was necessary because a change in flat file storage method also occurred. The new experimental version of Mimesis is not backwards compatible with the stable version. However, the loss in backwards compatibility was a result of cleaner code, eliminated overhead, faster query times, and less complex error tracking. This new experimental version of Mimesis will be released shortly to the public. For now it will simply operate behind the scenes on the site to serve content as before.

Version 2.0

June 10, 2008 by Grim Pirate

Testing was performed to see if the speed of the queryTable method could be improved. However, no solution was found but a code bug was unearthed within the Mutex class. No version change for Mimesis necessary.

IRC Channel

June 8, 2008 by Grim Pirate

An IRC channel for Mimesis has been opened on freenode. More details at the Contact page.

Site Modification

June 5, 2008 by Grim Pirate

Added a new Listings link to the main menu. This page also includes info on how to link back to Mimesis.

New Tutorial

June 4, 2008 by Grim Pirate

The Hit Counter has been added to the Tutorials page.

Miscellaneous

June 3, 2008 by Grim Pirate

Pando will no longer be used to distribute the source code. Furthermore, a Mimesis database is actually functioning behind the scenes to distribute the source code, and to track the number of unique visits to the site.

Version 2.0

June 2, 2008 by Grim Pirate

Fixed some bugs that were present due to the name changes, added a missing piece of code to the Mimesis::deleteRow method, and added a parameter to the Mimesis::cols method.

Site redesign, still trying to determine where to place the Mimesis logo.

Version 1.9

May 29, 2008 by Grim Pirate

The changes to the new version of Mimesis are purely for aesthetic reasons. Rather than retaining the cryptic method names that were in use, more "standard" database method calls have been employed. You can see these changes in the phpDocs.

Version 1.8

May 29, 2008 by Grim Pirate

Mimesis 1.8 released. This version of Mimesis addressed the following concerns:

New Tutorial

May 19, 2008 by Grim Pirate

The Guest Book has been added to the Example page.

Version 1.7

May 17, 2008 by Grim Pirate

Mimesis 1.7 released. This version of Mimesis addressed the following concerns:

Version 1.6

May 15, 2008 by Grim Pirate

Mimesis 1.6 released. This version of Mimesis addressed the following concerns:

In order to provide the reordering of columnar headings within a table a separate function array_restructure has been provided. However, this function should only be used to operate on a Mimesis object. It is not an internal Mimesis method.

Version 1.5

May 15, 2008 by Grim Pirate

Mimesis 1.5 released. This version of Mimesis addressed the following concerns:

Capabilities still pending:

Tutorials have also been updated to reflect the new changes.

Version 1.4

May 13, 2008 by Grim Pirate

Mimesis 1.4 released. This version of Mimesis addressed the following concerns:

Capabilities still pending:

Version 1.3

Apr 1, 2008 by Grim Pirate

Mimesis 1.3 released. This version of Mimesis fixed the following errors:

The next version release of Mimesis should include the following:

New Tutorial

Mar 26, 2008 by Grim Pirate

The File Inclusion Tutorial has been added to the Example page.

Version 1.2

Feb 26, 2008 by Grim Pirate

Mimesis v1.2 released. Tutorial updated along with it. phpDocs updated as well.

Tutorial

Feb 15, 2008 by Grim Pirate

An ad rotator tutorial has now been made available to give an example of what Mimesis can do.

Version 1.1

Feb 15, 2008 by Grim Pirate

Mimesis v1.1 released.

Documentation

Feb 14, 2008 by Grim Pirate

phpDocs for Mimesis are now available via the phpDocs link.

Launch

Jan 25, 2008 by Grim Pirate

Launch of the official Mimesis website.