<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fisheye/gallery_views/galleriffic/fisheye_galleriffic_inc_2.tpl, branch master</title>
<subtitle>Bitweaver fisheye package repository
</subtitle>
<id>https://git.rdm1.uk/fisheye/.git/atom?h=master</id>
<link rel='self' href='https://git.rdm1.uk/fisheye/.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/fisheye/.git/'/>
<updated>2026-06-16T10:01:33Z</updated>
<entry>
<title>Rework all gallery view headers to blue header pattern; tidy gallery views</title>
<updated>2026-06-16T10:01:33Z</updated>
<author>
<name>Lester Caine</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2026-06-16T10:01:33Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/fisheye/.git/commit/?id=593d1c22ed5d7f36f3ab9f1bd5b4148b9a8948b1'/>
<id>urn:sha1:593d1c22ed5d7f36f3ab9f1bd5b4148b9a8948b1</id>
<content type='text'>
- New gallery_breadcrumb_inc.tpl (small breadcrumb trail from gallery_nav)
- gallery_nav.tpl stripped to prev/next navigation only
- view_image.tpl: semantic &lt;header&gt; with floaticons + breadcrumb
- All gallery view styles (galleriffic 1/2/5, auto_flow, fixed_grid, matteo,
  position_number, simple_list): &lt;header&gt; with gallery_icons_inc + breadcrumb,
  remove separate gallery_nav include, section.body for description
- fixed_grid: drop inc2/inc3, rewrite inc.tpl with cols_per_page from mInfo,
  img-responsive center-block, width:100% table, pagination at bottom
- simple_list: Bootstrap table-striped/hover, img-thumbnail, pagination,
  unconditional data block below title, 100px image column, 15% actions
- auto_flow/position_number: remove duplicate data block from body div
- Replace network-receive/transmit with go-down/go-up; Add Comment icon;
  various data|escape and getParsedData fixes

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Convert {booticon} to {biticon} — freedesktop/tango icon names throughout</title>
<updated>2026-06-04T10:31:56Z</updated>
<author>
<name>Lester Caine</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2026-06-04T10:31:56Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/fisheye/.git/commit/?id=e3b6a0ef33aa5a94168f9db4df506ea355e4fba7'/>
<id>urn:sha1:e3b6a0ef33aa5a94168f9db4df506ea355e4fba7</id>
<content type='text'>
Replace all {booticon iname="icon-*"} and {booticon iname="fa-*"} calls with
{biticon ipackage="icons" iname="&lt;freedesktop-name&gt;"} using the tango iconset.
Mapping covers ~70 distinct old names to tango equivalents (edit-delete,
document-properties, go-next, lock, internet-mail, etc.).

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Galleriffic: fix fancyzoom interference, add regenerate-thumbnails UI</title>
<updated>2026-05-25T10:40:10Z</updated>
<author>
<name>Lester Caine</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2026-05-25T10:40:10Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/fisheye/.git/commit/?id=389d36e820c28819efd9c6dd49b103bb1b0edf42'/>
<id>urn:sha1:389d36e820c28819efd9c6dd49b103bb1b0edf42</id>
<content type='text'>
- Add rel="nozoom" to all galleriffic thumb &lt;a&gt; links so FancyZoom's
  loading animation doesn't fire when selecting images in galleriffic
- Add "Regenerate All Thumbnails" checkbox to edit_gallery.tpl (only
  shown for existing galleries)
- Fix edit.php calling non-existent generateThumbnails() on a gallery
  object — corrected to generateGalleryThumbnails()
- Add set_time_limit(0) inside generateGalleryThumbnails() so large
  galleries don't time out during thumbnail regeneration

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Videos tab: inline player with list/player split layout</title>
<updated>2026-05-24T21:04:22Z</updated>
<author>
<name>Lester Caine</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2026-05-24T21:04:22Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/fisheye/.git/commit/?id=aafa6c0519a068d14e7c6a1ce0d90ba835ecd1f1'/>
<id>urn:sha1:aafa6c0519a068d14e7c6a1ce0d90ba835ecd1f1</id>
<content type='text'>
Replaces the simple table with a two-column layout — scrollable video
list on the left, HTML5 player on the right. Clicking a list item loads
and plays the video in-page. Full-page link and title shown below player.
Thumbnails display in the list when available (post-ffmpeg).

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Fix jstab compile error in inc_2: always open jstabs, conditionalise Videos tab only</title>
<updated>2026-05-24T20:56:55Z</updated>
<author>
<name>Lester Caine</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2026-05-24T20:56:55Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/fisheye/.git/commit/?id=23035406aacd8dddf4d249e1d73cbbe6e1b5942d'/>
<id>urn:sha1:23035406aacd8dddf4d249e1d73cbbe6e1b5942d</id>
<content type='text'>
Smarty validates block tag pairs at compile time so {jstab} cannot be
wrapped in {if}. jstabs/Pictures tab are always present; Videos jstab
is conditional inside the already-open jstabs block.

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Add galleriffic style 2: Pictures/Videos tabs for mixed galleries</title>
<updated>2026-05-24T20:50:28Z</updated>
<author>
<name>Lester Caine</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2026-05-24T20:50:28Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/fisheye/.git/commit/?id=6eb9bdf19493664fba89b61c064728359b2ed900'/>
<id>urn:sha1:6eb9bdf19493664fba89b61c064728359b2ed900</id>
<content type='text'>
fisheye_galleriffic_inc.tpl now dynamically loads the inc file matching
the gallery's galleriffic_style preference (defaults to 1).

inc_2.tpl adds a pre-scan for video items and wraps the galleriffic
slideshow in a Pictures tab, with a Videos simple-list tab alongside.
Items without thumbnails are skipped from the Pictures tab; when ffmpeg
generates thumbnails they appear in both tabs automatically.

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
</feed>
