<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fisheye/templates/gallery_nav.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>Remove duplicate ipackage attributes from biticon calls</title>
<updated>2026-06-07T15:51:54Z</updated>
<author>
<name>Lester Caine</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2026-06-07T15:51:54Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/fisheye/.git/commit/?id=22d1f1f7bf10cdbd9481b313bb0088ba8151e939'/>
<id>urn:sha1:22d1f1f7bf10cdbd9481b313bb0088ba8151e939</id>
<content type='text'>
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>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>Missing defaults for php8.4 and style change for fixed grid</title>
<updated>2026-04-02T08:54:02Z</updated>
<author>
<name>lsces</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2026-04-02T08:54:02Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/fisheye/.git/commit/?id=5f2299cde07dc400619d73a8715964f831e985ef'/>
<id>urn:sha1:5f2299cde07dc400619d73a8715964f831e985ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Templates code updated to PHP8.4 and namespace ... work in progress on updating some third party code</title>
<updated>2025-08-28T15:18:07Z</updated>
<author>
<name>lsces</name>
<email>lester@lsces.co.uk</email>
</author>
<published>2025-08-28T15:18:07Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/fisheye/.git/commit/?id=d4cf8eb6b69ff23eedcba9359ce9a1ed4e2a7d9c'/>
<id>urn:sha1:d4cf8eb6b69ff23eedcba9359ce9a1ed4e2a7d9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>migrate from font-awesome 3.2.1 icon- to 6.1.2 fa-</title>
<updated>2022-07-31T02:44:38Z</updated>
<author>
<name>spiderr</name>
<email>spiderr@bitweaver.org</email>
</author>
<published>2022-07-31T02:44:38Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/fisheye/.git/commit/?id=59ce2c079f637649a8e6024437c07c32c6d339d4'/>
<id>urn:sha1:59ce2c079f637649a8e6024437c07c32c6d339d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix bootticon typo</title>
<updated>2016-05-09T21:52:53Z</updated>
<author>
<name>spider@app2</name>
<email>spiderr@bitweaver.org</email>
</author>
<published>2016-05-09T21:52:53Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/fisheye/.git/commit/?id=559b3e8362ba6871e2ceb094a421b81d0fd29b1e'/>
<id>urn:sha1:559b3e8362ba6871e2ceb094a421b81d0fd29b1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix gallery nav for renamed fisheye dir</title>
<updated>2016-04-25T20:22:16Z</updated>
<author>
<name>app1 spider</name>
<email>spider@app1</email>
</author>
<published>2016-04-25T20:22:16Z</published>
<link rel='alternate' type='text/html' href='https://git.rdm1.uk/fisheye/.git/commit/?id=1a6aedd461392022d9e2d8a101557765fb58b539'/>
<id>urn:sha1:1a6aedd461392022d9e2d8a101557765fb58b539</id>
<content type='text'>
</content>
</entry>
</feed>
