Skip to content

Category: releaseSyndicate content

iPad version released

September 2, 2010 by Tole

At last, here is the version which works on iPad too. Although iPad is released few months ago, I think it was worth of waiting because there are few another cool features which were many times requested through contact form or comments on articles.
Let's see them one by one.

Pipho 1.02.00 - iPad support

September 2, 2010 by Tole

- iPad support in Pipho_DeviceInfo by giving the right screen size for iPad and through isIpad() method
- distributed with list.php which displays all image galleries list
- new constant PIPHO_PHOTOS_FOLDER_DESTINATION enables to feature to have the source images on other location on disc drive
- new constant PIPHO_JAIPHO_THEME to select one from two available themes: Default and iUI
- as now there are two templates, configuration is extracted to two config files: _config_pipho.php and _config_jaipho.php

JAIPHO 0.54.00 - iPad support

September 2, 2010 by Tole

Changes summary:
- added jaipho-ipad.css which contains iPad screen size values
- navi button images are defined in css (was defined in html)
- added list.html with template for listing galleries
- distributed with two templates: Default and iUI

JAIPHO 0.53.00 - Splash screen

April 4, 2010 by Tole

Added splash screen functionality. Splash screen is the first thing which is displayed. It stands on for minimally SPLASH_SCREEN_DURATION seconds. Gallery itself is displayed after that period is exceeded.
If you set SPLASH_SCREEN_DURATION to 0, the gallery is displayed as soon the document onload is triggered. The goal was also that splash screen is loaded as soon as possible. For that reason, the source is split in two parts. jaipho-0.53.00-preload-src.js is smaller and holds the Splash screen and some common functionalities. jaipho-0.53.00-main-src.js holds the rest of the Jaipho package.

Pipho 1.01.01 - Jaipho 0.52.03 catch up

October 5, 2009 by Tole

This version includes the latest Jaipho 0.52.3.

There are two more bug fixes included in this patch:
1. First gallery image when listing galleries, now considers configured sort order.
2. Added escaping quotes in title and description, so now you can use quotes.

JAIPHO 0.52.03 - Css fix

September 11, 2009 by Tole

Only jaipho.css file is updated with several layout bugs fixed.

2px on bottom
If you customized Jaipho and you changed the background color for full screen mode to white, you could notice that under the bottom toll bar are 2px of extra space.

2px on images
Till now there were 2px of unused space bellow images in full screen mode.

Long titles are breaking the layout
If your gallery name was to long, the title displayed on top toolbar was breaken into two lines. Now, your long titles will be automatically shorted and appended with "...".

JAIPHO 0.52.02

August 30, 2009 by Tole

Full source file in previous version had the Jaipho source twice in it (0.52.00 and 0.52.01) what doubled the file size.
This version has that file corrected.

Pipho 1.01 - Images sort order

August 9, 2009 by Tole

This version mostly implements features which in past period few users requested.
New features:

Sorting
Till now, gallery images were shown only in filesystem order. Now through PIPHO_SORT_GALLERIES_ and PIPHO_SORT_IMAGES_ constants (6 in total), you can specify in which order your, both galleries and photos, will be displayed on screen.

JAIPHO 0.52.01

August 6, 2009 by Tole

Two mistakes were found in previous release. This one fixes them.
Here are the solved bugs:

Incorrect landscape mode behavior
In OrientationManager was the hard coded value for device screen width, which was causing the incorrect display in landscape mode.

White line before thumbs are loaded
In thumbnails mode, before the thumbs were loaded, there was white line in thumbnail placeholder divs (gray squares). This was very noticeable on slower connections.
This bug was produced in 0.51.

JAIPHO 0.52 - Javascript history patch

July 24, 2009 by Tole

There is bug in Safari browsers while interpreting javascript document.location.replace() method. Instead of just replacing the loaction, it also appends history. Result is that after you navigated in Jaipho through slides, pressing Back in browser will return you through slides back (still in Jaipho), instead returning you to original page you came from (gallery list, news article ...). Several users contacted me regarding this annoying behavior.
This version offers patch for this problem.