Skip to content

Commit

Permalink
1.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent3569 committed Jul 23, 2017
1 parent 39951a7 commit cfc02a2
Show file tree
Hide file tree
Showing 27 changed files with 128 additions and 245 deletions.
8 changes: 1 addition & 7 deletions 404.php
Expand Up @@ -3,13 +3,7 @@
<div id="post">

<div id="headline" class="clearfix">
<h3><?php printHomeLink('', ' » '); ?>
<?php if (gettext(getOption('zenpage_homepage')) == gettext('none')) { ?>
<a href="<?php echo html_encode(getGalleryIndexURL()); ?>" title="<?php echo gettext('Albums Index'); ?>"><?php echo html_encode(getGalleryTitle()); ?></a>
<?php } else { ?>
<?php printCustomPageURL(getGalleryTitle(), 'gallery'); ?>
<?php } ?>
&raquo;&nbsp;<?php echo gettext("Object not found"); ?></h3>
<h3><?php echo gettext("Object not found"); ?></h3>
</div>

<h4>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -9,7 +9,7 @@ Description
-----------

The theme supports the following ZenPhoto plugins:
- cacheManager (**new**), colorbox, comment_form, contact_form, dynamic-locale, favoritesHandler, federated_logon, flag_thumbnail, GoogleMap, image_album_statistics, print_album_menu, rating, register_user, RSS, slideshow (**only colorbox option**), user_login-out, zenpage
- cacheManager, colorbox, comment_form, contact_form, dynamic-locale, favoritesHandler, federated_logon, flag_thumbnail, GoogleMap, image_album_statistics, print_album_menu, rating, register_user, RSS, slideshow (**only colorbox option**), user_login-out, zenpage

Additional scripts used:
- Galleriffic (jQuery plugin for rich experience and fast-performing photo galleries)
Expand All @@ -19,7 +19,7 @@ Additional scripts used:
If you use Galleriffic script, you should not have any albums that mixes sub-albums and pictures (in this case, there is no navigation bars, so all sub-albums may be not displayed on album.php).

### Important
To use the release **1.4.6** of the theme, you must have **ZenPhoto 1.4.6.x to 1.4.12**.
To use the release **1.4.13** of the theme, you must have **ZenPhoto 1.4.13 or more**.
If you use another release of ZenPhoto, see [Archives of zpArdoise on Github](https://github.com/vincent3569/zpArdoise/releases).

Report issues on the [ZenPhoto forum](http://www.zenphoto.org/support/) or create a new issue on [GitHub](https://github.com/vincent3569/zpArdoise/issues) and I will fix it as soon as possible (only the latest version is supported).
Expand Down
19 changes: 1 addition & 18 deletions album.php
@@ -1,13 +1,7 @@
<?php include ('inc_header.php'); ?>

<div id="headline" class="clearfix">
<h3><?php printHomeLink('', ' » '); ?>
<?php if (gettext(getOption('zenpage_homepage')) == gettext('none')) { ?>
<a href="<?php echo html_encode(getGalleryIndexURL()); ?>" title="<?php echo gettext('Albums Index'); ?>"><?php echo html_encode(getGalleryTitle()); ?></a>
<?php } else { ?>
<?php printCustomPageURL(getGalleryTitle(), 'gallery'); ?>
<?php } ?>
&raquo;&nbsp;<?php printParentBreadcrumb('', ' » ', ' » '); ?><?php printAlbumTitle(); ?></h3>
<h3><?php printGalleryIndexURL(' » ', getGalleryTitle(), false); ?><?php printParentBreadcrumb('', ' » ', ' » '); ?><?php printAlbumTitle(); ?></h3>
<div class="headline-text"><?php printAlbumDesc(); ?></div>
</div>

Expand Down Expand Up @@ -71,17 +65,6 @@
</div>
</div>

<!-- If javascript is disabled in the users browser, the following version of the album page will display -->
<noscript>
<?php include('inc_print_image_thumb.php'); ?>

<div class="pagination-nogal clearfix">
<?php printPageListWithNav(' « ', ' » ', false, true, 'clearfix', NULL, true, 7); ?>
</div>

</noscript>
<!-- End of noscript display -->

<?php } else { ?>
<?php include('inc_print_image_thumb.php'); ?>
<?php } ?>
Expand Down
8 changes: 1 addition & 7 deletions archive.php
Expand Up @@ -3,13 +3,7 @@
<div id="post">

<div id="headline" class="clearfix">
<h3><?php printHomeLink('', ' » '); ?>
<?php if (gettext(getOption('zenpage_homepage')) == gettext('none')) { ?>
<a href="<?php echo html_encode(getGalleryIndexURL()); ?>" title="<?php echo gettext('Albums Index'); ?>"><?php echo html_encode(getGalleryTitle()); ?></a>
<?php } else { ?>
<?php printCustomPageURL(getGalleryTitle(), 'gallery'); ?>
<?php } ?>
&raquo;&nbsp;<?php echo gettext('Archive View'); ?></h3>
<h3><?php echo gettext('Archive View'); ?></h3>
</div>

<div class="post">
Expand Down
25 changes: 25 additions & 0 deletions changelog.txt
@@ -1,3 +1,28 @@
* 1.4.13
- css/screen, css/light.css, js/zpardoise_light.js, functions.php, themeoptions.php
- simplifications of the theme (deleting frames and rollover effect on thumbnails, size optimization of thumbnails and images)
- css/screen, css/light.css, inc_print_album_thumb.php, inc_print_image_thumb.php
- graphical improvements
- 404.php, album.php, archive.php, contact.php, favorites.php, gallery.php, image.php, password.php, register.php, search.php
- removal of the link to homepage
- 404.php, album.php, archive.php, contact.php, favorites.php, image.php, password.php, register.php, search.php
- simplifying the title breadcrumb (removal of the link to gallery)
- album.php, image.php
- uses improvements of printGalleryIndexURL() (https://github.com/zenphoto/zenphoto/issues/1000)
- album.php
- code cleanup (removal of javascript fallback to improve loading delay)
- inc_header.php
- code cleanup (remove of javascript fallback)
- code cleanup (optimization of main menu display)
- fix issue with favorites menu item
- fix issue with $galleryactive
- news.php
- uses printZenpageItemsBreadcrumb() rather than printNewsIndexURL() (https://github.com/zenphoto/zenphoto/issues/985)
- fix issue with readmorelink
- themeoptions.php
- fix issue with settings of "custom_index_page" option (now set to 'gallery') and "zenpage_homepage" option


* 1.4.6
- colorbox_js/colorbox.css
- upgrade custom css to be compliant with colorbox 1.5.2
Expand Down
8 changes: 1 addition & 7 deletions contact.php
Expand Up @@ -6,13 +6,7 @@
<div id="post">

<div id="headline" class="clearfix">
<h3><?php printHomeLink('', ' » '); ?>
<?php if (gettext(getOption('zenpage_homepage')) == gettext('none')) { ?>
<a href="<?php echo html_encode(getGalleryIndexURL()); ?>" title="<?php echo gettext('Albums Index'); ?>"><?php echo html_encode(getGalleryTitle()); ?></a>
<?php } else { ?>
<?php printCustomPageURL(getGalleryTitle(), 'gallery'); ?>
<?php } ?>
&raquo;&nbsp;<?php echo gettext('Contact'); ?></h3>
<h3><?php echo gettext('Contact'); ?></h3>
</div>

<div class="post">
Expand Down
15 changes: 3 additions & 12 deletions css/light.css
Expand Up @@ -64,21 +64,9 @@ div.news-cat-list {
.news-cat-active {
background: #bbb;
}
div#album-wrap ul li a.album-thumb {
border: 1px solid #bbb;
}
div#album-wrap ul li a.album-thumb:hover {
border: 1px solid #444;
}
#image-stat h4 {
background: #bbb url(../images/hr_light.gif) repeat-x 0 100%;
}
a.thumb, #image-stat a {
border: 1px solid #bbb;
}
a.thumb:hover, #image-stat a:hover {
border: 1px solid #444;
}
#image img, #image a img {
border: 0 solid #444;
box-shadow: 2px 2px 9px #111; -moz-box-shadow: 2px 2px 9px #111; -webkit-box-shadow: 2px 2px 9px #111;
Expand Down Expand Up @@ -121,6 +109,9 @@ div.pagination a:hover {
color: #333;
border-color: #b45e2c;
}
ul.thumbs li.selected a.thumb {
border: 1px solid #bbb;
}
table#archive h4 {
border-bottom: 1px solid #666;
}
Expand Down

0 comments on commit cfc02a2

Please sign in to comment.