ChangeLog
2004-12-19 kuno@byld.org
0.5.60 - cleaned up the about page, moving most of that to
www.byld.org
0.5.59 - oops, only the superuser was allowed to make comments.
- small change to <title>
0.5.58 - was not happy with the split, merged most stuff back.
look in the TODO for this version for more info.
- did some cleaning of the code:
- removed GD support, I doubt it would ever be used.
- removed useless navbar settings from setup.
- added link options for album title and copyright holder.
2004-12-18 kuno@byld.org
0.5.57 - split the code up into several source files.
- changed action_download () to pack all source files.
0.5.56 - added an option to hide albums.
- very subtle tweaks to the copyright notice :)
- copyright notice did not work properly in php < 4.3.0
- added utf8 content-type header.
2004-12-17 kuno@byld.org
0.5.55 - Small updates to the about text.
- two bug fixes to the EXIF code.
2004-12-14 kuno@byld.org
0.5.54 - Fixed some bugs in the exif reader.
2004-12-13 kuno@byld.org
0.5.53 - You can now enter your license terms on the setup page,
for convenience, creative commons licenses can be selected
through the setup interface.
2004-12-12 kuno@byld.org
0.5.52 - added an option to disable commenting entirely.
- and an option to disable rss
- only provide <link> to rss feeds when the .xml files exist
- use just image filename as title in user comment feed
- added rss to the list of features on the about page
2004-12-08 kuno@byld.org
0.5.51 - fixed a small bug in the rss feeds.
2004-12-07 kuno@byld.org
0.5.50 - added rss feed for images and albums, an image or album is
syndicated the first time a description for it is entered
by the administrator.
2004-12-06 kuno@byld.org
0.5.49 - changed some of the setup defaults.
2004-12-05 kuno@byld.org
0.5.48 - added rss feed for submitted comments.
0.5.47 - changed the style of grid.css to be similar to photo.css
- fixed a bug in morbuz.css which caused IE to make some mistakes.
0.5.46 - sorting images by date did not use the EXIF date, fixed.
- mod_rewrite bug fixed, see check_path () for more information.
0.5.45 - exif_find_ifd_data () did not strip trailing NUL bytes.
- delete_album_files () was not using the suffix regex.
- better error checking for non-writable directories
on first install.
- changing directory logged out the user, fixed.
2004-12-03 kuno@byld.org
0.5.44 - some directory info is cached, this greatly speeds up
rendering of directories which contain lots of albums.
- some bugs in the stylesheets fixed.
0.5.43 - fixed a bug in the EXIF parser.
0.5.42 - some small changes to the setup proceduce for new installations.
2004-12-01 kuno@byld.org
0.5.41 - name changed from hello! photo to byld.
Hello! Photo ChangeLog
2004-11-20 kuno@frob.nl
0.5.40 - added photo.css, a style somewhat similar to the old photo.php
layout. no javascript required.
- removed hello.css, its rendering was too buggy in IE, and
photo.css will act as a replacement.
- fixed a bug where only album or image descriptions were
changed on edit (not both).
0.5.39 - added a builtin EXIF parser, it only reads a tiny subset
of exif, but enough for our needs.
2004-11-13 kuno@frob.nl
0.5.38 - forgot to update some code for adding comments, fixed.
- .jpeg should work now.
2004-11-12 kuno@frob.nl
0.5.37 - prev/next links adhere to sort order now.
0.5.36 - surpressed a silly warning when adding comments on php 4.1.x
0.5.35 - cleaned up errors/warnings a bit, new warning display.
- replaced die()s with fatal(), fatal uses new warning display.
- reimplemented mod_rewrite support.
- various small bugfixes and code cleanup.
2004-11-05 kuno@frob.nl
0.5.34 - many small bugfixes to mod_rewrite code.
0.5.32 - albums can have titles now.
- small cosmetic change to stats first vs
stats last code.
0.5.31 - mod_rewrite support, somewhat experimental.
0.5.30 - Added an Installation section to the manual.
- Cleaned up the url_* and link_* functions in
anticipation of mod_rewrite support.
0.5.29 - implemented sort by date, and ascending/descending
for any sort option.
2004-11-04 kuno@frob.nl
0.5.28 - the cover page feature is back, and implemented
properly.
- you can now choose the order of album/image lists.
- you can now choose the order of stats/description.
0.5.27 - Fixed a bug related to using references on 4.1.x
- Added a method by which stylesheets can force
configuration options, this will help keep the
setup page clean of useless details.
- Added morbuz.css, a grid layout stylesheet
requested by Erlend Hamberg.
0.5.26 - Fixed the grid layout style to set both width
and height of <div>s.
0.5.25 - Recieved reports of hit counts dissapearing,
removed the code to unlink empty .ini files,
hopefully that solves the problem.
0.5.24 - Aaargh, really fixed now, honest! (I assumed
apache would not let the world see 0700, files).
The problem was fixed by saving to a .php file,
with some command at the top to halt processing.
0.5.23 - Chmod the .ini file after writing, which was a
rather big security hole in the previous
versions :)
0.5.22 - Grid layout, includes some changes to the setup.
2004-11-03 kuno@frob.nl
0.5.21 - Stylesheets can now be selected through the setup
menu. If a foo.js exists for foo.css, that will
be loaded too.
- A very early prototype of a grid layout stylesheet
is included in this version, please do not use it :)
- Modified action_download () to include all
stylesheets available in the menu.
2004-11-02 kuno@frob.nl
0.5.20 - Some cosmetic fixes to the image view page,
including the option to have the navbar at the
top, bottom or both.
- Woops, introduced a new bug when saving .ini files
in the previous version, fixed now.
0.5.19 - Removed the splash screen code, it was not how I
intended covers to work, it will be reimplemented
properly at some point.
- Implemented workaround for php without exif.
- Fixed a bug where new installs could not save their
settings to hello.ini.
- Store IP address of ppl changing adding comments
(or changing the setup).
2004-11-01 kuno@frob.nl
0.5.18 First version with cover page support, requires
more testing.
0.5.17 Added some security checks involving imagemagick.
Fixed a bug where rotated thumbnails were not
updated. Setup page finished, and fixed cancel
buttons everywhere. Cleaned up hello.css.
2004-10-31 kuno@frob.nl
0.5.16 Some security fixes involving $path, /etc and ../etc :),
also the setup page is partly finished.
0.5.15 Imagemagick support.
0.5.14 Hit counter.
0.5.12 Added download option.
0.5.11 Added license, about, and ChangeLog pages.
0.5.10 can view images and add comments.
0.5.9 can edit descriptions of albums and select cover
images. some minor updates to the stylesheet.
2004-10-30 kuno@frob.nl
0.5.8 rotating images works, and fixed a small bug with
image descriptions.
0.5.7 Changing image descriptions works now.
0.5.6 Restructered the sourcecode, grouped functions
into sections.
0.5.5 First changelog entry, changes during prototype
stage were not recorded. The current version
still has many unfinished parts, but is steadily
approaching completion.
0.5.x is a full rewrite.
photo.php ChangeLog
2004-07-27 kuno@frob.nl
0.4.0 Collected all the hacks made to 0.3.8 in a single
version
2002-06-29 kuno@frob.nl
0.3.8 Supports photo.ini for configuration, some fixes
to the manual.
2002-06-28 kuno@frob.nl
0.3.4 Apache mod_rewrite support.
2002-03-27 kuno@frob.nl
0.3.2 Changed the license to Affero General Public
License.
2002-02-09 kuno@frob.nl
0.2.4 First version which comes with a manual.
2002-02-09 kuno@frob.nl
0.2.0 Added a dutch translation for dutch, and a
partial frisian translation.
2002-02-09 kuno@frob.nl
0.1.8 First published version.