summary refs log tree commit diff
path: root/www (follow)
Commit message (Expand)AuthorAge
* Add all the numbered roll metadataJune McEnroe2025-05-17
* Add ability to put a note on a rollJune McEnroe2025-05-17
* Add a gear listJune McEnroe2025-05-10
* Add the leader pageJune McEnroe2025-04-18
* Add camera template foldersJune McEnroe2025-04-18
* Also hide lens for trips if it hasn't changedJune McEnroe2025-04-13
* Don't list lens in trips if fixedJune McEnroe2025-04-12
* Allow setting exposures when loading filmJune McEnroe2025-04-12
* Those were supposed to be en-dashes...June McEnroe2025-04-08
* Generate pages per rollJune McEnroe2025-04-08
* Add metadata from many rolls of filmJune McEnroe2025-04-08
* Add emoji for lens, replace all f/'sJune McEnroe2025-03-25
* Add photos from December 28June McEnroe2024-12-29
* Fancify the manual lens textJune McEnroe2024-12-29
* Update film preset list with what I expect to keep shootingJune McEnroe2024-12-28
* Add the past few months of rolls of filmJune McEnroe2024-12-28
* Add a bunch of photosJune McEnroe2024-11-05
* Publish "film review"June McEnroe2024-10-12
* Add photos from October 6June McEnroe2024-10-12
* Add photos from October 5June McEnroe2024-10-12
* Add photos from October 1June McEnroe2024-10-09
* Add photos from September 29June McEnroe2024-10-07
* Add photos from September 28June McEnroe2024-10-07
* Add photos from September 22June McEnroe2024-10-07
* Add photos from September 15June McEnroe2024-09-25
* Add photos from September 14June McEnroe2024-09-24
* Add photos from September 12June McEnroe2024-09-24
* Add photos from September 7June McEnroe2024-09-24
* Allow not having descriptionsJune McEnroe2024-09-24
* Automatically select the last used lens for a bodyJune McEnroe2024-09-23
* Add photos from September 5June McEnroe2024-09-19
* Add some more film stocks to the listJune McEnroe2024-09-15
* Add photos from September 2June McEnroe2024-09-13
* Add Fomapan 200 to films listJune McEnroe2024-09-13
* Add August 29 picnic photosJune McEnroe2024-09-10
* Apply some bold to trips renderingJune McEnroe2024-09-08
* Render trips hopefully more efficientlyJune McEnroe2024-09-08
* Allow removing bodies and lensesJune McEnroe2024-09-08
* Limit body width so it looks less silly on desktopJune McEnroe2024-09-08
* Handle no film being loadedJune McEnroe2024-09-07
* Fancy up the text a littleJune McEnroe2024-09-07
* Add trips recorderJune McEnroe2024-09-07
* Add the REM station rollJune McEnroe2024-09-05
* Add photos from August 23June McEnroe2024-09-01
* Add photos from August 22June McEnroe2024-08-31
* Add first roll through Zenit-122June McEnroe2024-08-16
* Add ability to specify camera bodyJune McEnroe2024-08-16
* Add photos from August 2June McEnroe2024-08-14
* Add photos from July 30 (actually 29 evening)June McEnroe2024-08-13
* Add photos from July 29June McEnroe2024-08-09
ests/t0110-rawdiff.sh?h=1.4.0&id=2d386e227e0b75474efcfe82e9fec7d0f21c6df4&follow=1'>t0110: Chain together using &&Jason A. Donenfeld 2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld Otherwise we can't easily embed links to other /about/ pages. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2015-08-12filters: apply HTML escapingLazaros Koromilas http://www.w3.org/International/questions/qa-escapes#use 2015-08-12git: update to v2.5.0Christian Hesse Update to git version v2.5.0. * Upstream commit 5455ee0573a22bb793a7083d593ae1ace909cd4c (Merge branch 'bc/object-id') changed API: for_each_ref() callback functions were taught to name the objects not with "unsigned char sha1[20]" but with "struct object_id". * Upstream commit dcf692625ac569fefbe52269061230f4fde10e47 (path.c: make get_pathname() call sites return const char *) Signed-off-by: Christian Hesse <mail@eworm.de> 2015-08-12Fix processing of repo.hide and repo.ignoreDaniel Reichelt