<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fisheye/gallery_views/galleriffic/fisheye_galleriffic_inc_5.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>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>Skip thumbnailless items in galleriffic to prevent broken display</title>
<updated>2026-05-24T20:31:39Z</updated>
<author>
<name>Lester Caine</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2026-05-24T20:31:39Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/fisheye/.git/commit/?id=03dc3201ebfc841ad49241faba4097e77940fc0e'/>
<id>urn:sha1:03dc3201ebfc841ad49241faba4097e77940fc0e</id>
<content type='text'>
Items without a thumbnail (e.g. videos when ffmpeg is unavailable) are
excluded from the slideshow list rather than producing empty src/href
attributes that break galleriffic's JS. Once thumbnails are generated
they appear automatically.

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Add per-gallery show_description preference to all active gallery views</title>
<updated>2026-05-24T16:22:09Z</updated>
<author>
<name>Lester Caine</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2026-05-24T16:22:09Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/fisheye/.git/commit/?id=b61dddb5aba46811056dedade397fb074e58c432'/>
<id>urn:sha1:b61dddb5aba46811056dedade397fb074e58c432</id>
<content type='text'>
Galleries can now suppress their description text via a checkbox in the
edit form (defaults to shown). All active view templates (galleriffic,
fixed_grid, auto_flow, position_number, simple_list) respect the preference.

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Fix breadcrumb depth and dedup nav across gallery views</title>
<updated>2026-05-21T16:46:35Z</updated>
<author>
<name>Lester Caine</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2026-05-21T16:46:35Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/fisheye/.git/commit/?id=4382a204c4a1119e8183129826f21c55cf890c00'/>
<id>urn:sha1:4382a204c4a1119e8183129826f21c55cf890c00</id>
<content type='text'>
getBreadcrumbLinks now walks the full gallery hierarchy recursively
instead of only one level up, so deep paths like Projects &gt; Cadogan
Gardens &gt; Source Material appear in full. Inline nav blocks in
galleriffic, simple_list and auto_flow replaced with gallery_nav.tpl
include (matching fixed_grid). User/Galleries editor link in
gallery_nav.tpl now guarded by hasUpdatePermission.

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Fix broken parent gallery breadcrumb links; remove undefined changePhotoDrawer</title>
<updated>2026-05-21T16:01:35Z</updated>
<author>
<name>Lester Caine</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2026-05-21T16:01:35Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/fisheye/.git/commit/?id=0ce4de7b6d05f675c8945ebb3af846f38272ef8b'/>
<id>urn:sha1:0ce4de7b6d05f675c8945ebb3af846f38272ef8b</id>
<content type='text'>
changePhotoDrawer() was never defined — clicking a parent gallery in the breadcrumb
threw a JS error, return false never ran, and href="#" left the user on the same page
("links to self"). Replace with direct pretty URL navigation.

Also fix double-slash in gallery_nav.tpl (FISHEYE_PKG_URL already ends with /).

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Fix galleriffic numThumbs: break out of literal block for Smarty expression</title>
<updated>2026-05-21T13:36:26Z</updated>
<author>
<name>Lester Caine</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2026-05-21T13:36:26Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/fisheye/.git/commit/?id=e26d182f402d8a5d0f7b0fcc7e5a149fac6bf9b7'/>
<id>urn:sha1:e26d182f402d8a5d0f7b0fcc7e5a149fac6bf9b7</id>
<content type='text'>
Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Separate pagination counts per gallery style; make galleriffic numThumbs configurable</title>
<updated>2026-05-21T13:30:26Z</updated>
<author>
<name>Lester Caine</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2026-05-21T13:30:26Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/fisheye/.git/commit/?id=a06407d8d25a1179047560dabf9065dd00553f71'/>
<id>urn:sha1:a06407d8d25a1179047560dabf9065dd00553f71</id>
<content type='text'>
- rows_per_page/cols_per_page (DB) used only by fixed_grid
- total_per_page preference used by auto_flow, simple_list, matteo — shown as one shared
  field with the style-appropriate label; falls back to old rows_per_page for migration
- galleriffic_num_thumbs preference replaces hardcoded numThumbs:30 in JS templates
- JS disables hidden style-div inputs on load and switch so only the active style submits

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Figured what has been causing a problem with using &amp;&amp; and || in smarty templates and related to mistake in processing {2} elements that should use curly brackets and not revert to square ones.</title>
<updated>2026-03-27T16:07:50Z</updated>
<author>
<name>lsces</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2026-03-27T16:07:50Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/fisheye/.git/commit/?id=1e44fe5518cb89af983269db0e810221fca0a28d'/>
<id>urn:sha1:1e44fe5518cb89af983269db0e810221fca0a28d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Smarty style updates</title>
<updated>2026-03-26T17:07:41Z</updated>
<author>
<name>lsces</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2026-03-26T17:07:41Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/fisheye/.git/commit/?id=5245cdcff43e01937278b80d2ee4d3a5c4fc0d81'/>
<id>urn:sha1:5245cdcff43e01937278b80d2ee4d3a5c4fc0d81</id>
<content type='text'>
</content>
</entry>
</feed>
