Commit message (Collapse) | Author | ||
---|---|---|---|
2025-04-18 | Add the leader page | June McEnroe | |
2025-04-18 | Add camera template folders | June McEnroe | |
2025-04-13 | Add A Half-Built Garden | June McEnroe | |
Good one. | |||
2025-04-13 | Also hide lens for trips if it hasn't changed | June McEnroe | |
2025-04-12 | Don't list lens in trips if fixed | June McEnroe | |
2025-04-12 | Allow setting exposures when loading film | June McEnroe | |
2025-04-08 | Those were supposed to be en-dashes... | June McEnroe | |
2025-04-08 | Generate pages per roll | June McEnroe | |
2025-04-08 | Add metadata from many rolls of film | June McEnroe | |
2025-03-25 | Add emoji for lens, replace all f/'s | June McEnroe | |
2024-12-29 | Add photos from December 28 | June McEnroe | |
2024-12-29 | Fancify the manual lens text | June McEnroe | |
2024-12-28 | Update film preset list with what I expect to keep shooting | June McEnroe | |
2024-12-28 | Add the past few months of rolls of film | June McEnroe | |
2024-11-13 | Add Tea with the Black Dragon | June McEnroe | |
I found this in a box on the side of the road being thrown own. It's decent pulp but nothing special. Not even as racist as I expected it to be. Also as one might guess, the author using their initials is a woman, so I only broke one of my rules when it comes to book selection. | |||
2024-11-05 | Add a bunch of photos | June McEnroe | |
2024-10-12 | Publish "film review" | June McEnroe | |
2024-10-12 | Add photos from October 6 | June McEnroe | |
2024-10-12 | Add photos from October 5 | June McEnroe | |
2024-10-09 | Add photos from October 1 | June McEnroe | |
Ok the first 3 are from September 29 but I didn't want to spoil the black and white roll. | |||
2024-10-07 | Add photos from September 29 | June McEnroe | |
2024-10-07 | Add photos from September 28 | June McEnroe | |
2024-10-07 | Add photos from September 22 | June McEnroe | |
2024-09-25 | Add photos from September 15 | June McEnroe | |
2024-09-24 | Add photos from September 14 | June McEnroe | |
2024-09-24 | Add photos from September 12 | June McEnroe | |
2024-09-24 | Add photos from September 7 | June McEnroe | |
2024-09-24 | Allow not having descriptions | June McEnroe | |
I'm sorry, I can't keep writing descriptions. It makes posting photos take too long, I often don't know the words for what I'm looking at, and a good description is an entirely different work of art than the photo I took, and I'm just a photographer. It's visual art. | |||
2024-09-23 | Automatically select the last used lens for a body | June McEnroe | |
2024-09-19 | Add photos from September 5 | June McEnroe | |
Had to prefix the folder number onto these file names manually because they must have come out of a different scanner or something. | |||
2024-09-15 | Add some more film stocks to the list | June McEnroe | |
2024-09-13 | Add photos from September 2 | June McEnroe | |
2024-09-13 | Add Fomapan 200 to films list | June McEnroe | |
2024-09-10 | Add August 29 picnic photos | June McEnroe | |
2024-09-08 | Apply some bold to trips rendering | June McEnroe | |
This seems easier to visually scan. The only other thing I'd like is a nicer date rendering but JavaScript is useless for that. | |||
2024-09-08 | Render trips hopefully more efficiently | June McEnroe | |
2024-09-08 | Allow removing bodies and lenses | June McEnroe | |
2024-09-08 | Limit body width so it looks less silly on desktop | June McEnroe | |
2024-09-07 | Handle no film being loaded | June McEnroe | |
2024-09-07 | Fancy up the text a little | June McEnroe3' class='logmsg'> This new option is used to specify an external command which will be executed when displaying blob content in the tree view. Blob content will be written to STDIN of the filter and STDOUT from the filter will be included verbatim in the html output from cgit. The file name of the blob will be passed as the only argument to the filter command. Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |
2009-07-31 | ui-snapshot: use cgit_{open|close}_filter() to execute compressors | Lars Hjemli | |
This simplifies the code in ui-snapshot.c and makes the test-suite verify the new filter-functions. Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
2009-07-31 | Add generic filter/plugin infrastructure | Lars Hjemli | |
The functions cgit_open_filter() and cgit_close_filter() can be used to execute filters on the output stream from cgit. Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
2009-07-25 | Add support for mime type registration and lookup | Lars Hjemli | |
This patch makes it possible to register mappings from filename extension to mime type in cgitrc and use this mapping when returning blob content in `plain` view. The reason for adding this mapping to cgitrc (as opposed to parsing something like /etc/mime.types) is to allow quick lookup of a limited number of filename extensions (/etc/mime-types on my machine currently contains over 700 entries). NB: A nice addition to this patch would be to parse /etc/mime.types when `plain` view is requested for a file with an extension for which there is no mapping registered in cgitrc. Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
2009-07-25 | cgit.h: keep config flags sorted | Lars Hjemli | |
Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
2009-07-25 | cgitrc.5.txt: document 'embedded' and 'noheader' | Lars Hjemli | |
Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
2009-07-25 | Add support for 'noheader' option | Lars Hjemli | |
This option can be used to disable the standard cgit page header, which might be useful in combination with the 'embedded' option. Suggested-by: Mark Constable <markc@renta.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
2009-07-25 | cgitrc.5.txt: document 'head-include' | Lars Hjemli | |
Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
2009-07-25 | ui-blob: return 'application/octet-stream' for binary blobs | Lars Hjemli | |
Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
2009-07-25 | ui-plain: Return 'application/octet-stream' for binary files. | Remko Tronçon | |
Signed-off-by: Remko Tronçon <git@el-tramo.be> Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
2009-06-11 | use cgit_httpscheme() for atom feed | Diego Ongaro | |
2009-06-11 | add cgit_httpscheme() -> http:// or https:// | Diego Ongaro | |
2009-06-07 | Return http statuscode 404 on unknown branch | Lars Hjemli | |
Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
2009-06-07 | Add head-include configuration option. | Mark Lodato | |
This patch adds an option to the configuration file, "head-include", which works just like "header" or "footer", except the content is put into the HTML's <head> tag. | |||
2009-03-15 | CGIT 0.8.2.1 | Lars Hjemli | |
Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
2009-03-15 | Fix doc-related glitches in Makefile and .gitignore | Lars Hjemli | |
Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
2009-03-15 | ui-snapshot: avoid segfault when no filename is specified | Lars Hjemli | |
Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
2009-03-15 | fix segfault when displaying empty blobs | Eric Wong | |
When size is zero, subtracting one from it turns it into ULONG_MAX which causes an out-of-bounds access on buf. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
2009-02-19 | Add support for HEAD requests | Lars Hjemli | |
This is a quick 'n dirty hack which makes cgit honor HEAD requests. Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
2009-02-19 | Add support for ETag in 'plain' view | Lars Hjemli | |
When downloading a blob identified by its path, the client might want to know if the blob has been modified since a previous download of the same path. To this end, an ETag containing the blob SHA1 seems to be ideal. Todo: add support for HEAD requests... Suggested-by: Owen Taylor <otaylor@redhat.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
2009-02-12 | ui-tree: escape ascii-text properly in hexdump view | Lars Hjemli | |
Signed-off-by: Lars Hjemli <hjemli@gmail.com> | |||
2009-02-12 | Makefile: add doc-related targets | Lars Hjemli |