changelog +--------------------+ | + new | | * changed/improved | | - bugfix | +--------------------+ 0.1 [??.12.03] everything quite experimental... yet mostly working and already good-looking :) 0.2 [27.12.03] + advanced search function added + info screen added + now picture and not only pict url is inserted into db, since imdb does not allow direct linking to its pages; script to fetch pic from imdb pages added. (for preview and db insert) + comment field added for movies * sort-function (javascript on main page) improved, now doesn't sort by same column more than once * filter improved, changing sort order does not clear filter and vice versa - lots of small bugs fixed, lots of small face-liftings, lots of small improvements 0.21 [02.01.04] * imdb has a new search method! :( movies are no longer listed by categories, but by 'exact match','partial match', 'approximate matches'. search-urls changed as well. imdb-files(fetch_movie, fetch_person, fetch) updated. + 'aka' variable added to fetch_movie, is inserted into comment field. when searching for titles no search is done for a.k.a. titles, for efficiency reasons. maybe a separate field 'aka' in db would be appropriate. - some minor fixes in html output. 0.3 [13.01.04] + pdf export of movie list added! 0.31 [17.01.04] + 'print movie' dialogue added; media to be printed, sort order can now be selected in a form. * insert/change movie form: now uses javascript/DOM to add extra fields; no reload needed 0.32 [11.02.04] + 'overall db size' field in info screen added (MySQL >=4.xx only) + alt=".." tags added to images * main page buttons: transparency added where necessary - 'no picture' problem with older php versions solved - mysql error msg when deleting movie - problem fixed - php warning when inserting/updating movie with no director/writer/actor fixed - some mysql compatibility issues solved 0.33 [22.03.04] + edit/insert mode: change poster by clicking on it (url or file-upload) + last search results and poster image are now cached for faster navigation. also, added possibility to cache imdb-pages for faster retrieval. * script for getting images rewritten * folder structure changed; password protected files are now in 'members' folder, so they can additionally be protected by a .htaccess file or similar * all configurations (except for db connection) now in one file: config/config.php - a few javascript bugs and 'undefined variable'-warnings patched 0.33.1 [05.04.04] + favicon added - poster deleted on update: bug fixed 0.33.2 [21.04.04] * people/movie keys changed from VARCHAR to MEDIUMINT, since this saves a few bytes - problems with chunked html data: fetching improved - title or year sometimes not fetched - patched 0.33.3 [18.05.04] - script hangs when getting movie info from imdb-problem fixed - errors when fetching persons from imdb fixed - errors in search function corrected - image: MIME type is now outputted correctly 0.33.4 [04.06.04] * tweaked some javascript of the search function - fetch error on 'direct hits' on imdb fixed - ONCE AGAIN, imdb had to change their pages... poster was not fetched anymore, fixed this one too. they're really giving me a hard time :( 0.4 [13.10.04] + genre support added, search/browse functionality for genres + full-text search for titles + movies are now stored with own (not imdb) key as pk, so the same movie can be inserted several times (e.g., for series) + search function rewritten, search now more powerful and much faster for some queries * lots of changes to the database, new column 'a.k.a. title' added, several column types changed * config file reorganized - display: footer now stays where it is supposed to (even for that piece of shit internet explorer) - html output: (almost?) everything should now be as defined in w3c standards - and lots of other small improvements and fixes 0.4.1 [02.01.05] + pdf export now also works with ezpdf php class, which is easier to set up (no compilation needed) - imdb support updated. 0.4.1a - imdb support updated. 0.4.1b - imdb support updated.