Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make ignoring symlinks configurablegit-annex-album-2 | Christopher Baines | 2017-09-15 |
| | |||
* | Attempt to improve album plugin css | Christopher Baines | 2017-09-15 |
| | | | | | This removes the absolute positioning, replacing it with floats. Also, it limits the size of the images in the album, such that they are not too wide. | ||
* | album: avoid excess dependencies by not matching internal(*) | Simon McVittie | 2017-09-15 |
| | |||
* | Fix warning "Use of my $_ is experimental" | Simon McVittie | 2017-09-15 |
| | |||
* | album: allow thumbnails to not be 96x96 | Kathryn Andersen | 2017-09-15 |
| | | | | [taken from a diff on the discussion page -smcv] | ||
* | Show all images in album index if more than 10 | Simon McVittie | 2017-09-15 |
| | | | | Bugfix suggested by kjs. | ||
* | add tag support to viewers | Lukas Lipavsky | 2017-09-15 |
| | |||
* | Album plugin v4 | Simon McVittie | 2017-09-15 |
| | |||
* | (no commit message) | fairusurped@12113b58e7c4c69149ded64c82f268e9fa14ad88 | 2017-09-07 |
| | |||
* | (no commit message) | azzamsa | 2017-09-06 |
| | |||
* | (no commit message) | azzamsa | 2017-09-06 |
| | |||
* | Added a comment: my issue solved | azzamsa | 2017-09-06 |
| | |||
* | Report bug + merge request: image resize is not deterministic. | intrigeri | 2017-09-01 |
| | |||
* | Added a comment: Reposted question on unix.sx | anna19 | 2017-08-28 |
| | |||
* | emailauth, passwordauth: Avoid leaving cgisess_* files in the system temp ↵ | Joey Hess | 2017-08-23 |
| | | | | | | | | | | | | | directory. Due to the use/abuse of CGI::Session to generate a token for the login process, a new session database was created for each login, and left behind afterwards. While each file is small, with many logings this could bloat the size of /tmp significantly. Fixed by making CGI::Session write to /dev/null, since there does not seem to be a way to entirely prevent the writing. This commit was sponsored by Henrik Riomar on Patreon. | ||
* | removed | Keeh | 2017-08-21 |
| | |||
* | (no commit message) | Keeh | 2017-08-21 |
| | |||
* | (no commit message) | Keeh | 2017-08-21 |
| | |||
* | Clarify how to use sorting | tbm@179cf05cd1bd36f352bd555cee25923d4216668f | 2017-08-19 |
| | |||
* | (no commit message) | dgsb | 2017-08-09 |
| | |||
* | (no commit message) | dgsb | 2017-08-08 |
| | |||
* | (no commit message) | vpelcak@b216e425210695d731d2673167c7dd45e5e9b1c9 | 2017-08-07 |
| | |||
* | Added a comment | smcv | 2017-07-23 |
| | |||
* | Added a comment | smcv | 2017-07-23 |
| | |||
* | Added a comment | smcv | 2017-07-23 |
| | |||
* | Added a comment | smcv | 2017-07-23 |
| | |||
* | core: Don't decode the result of strftime if already tagged as UTF-8 | Simon McVittie | 2017-07-23 |
| | | | | | It wasn't in old Perls, but might be in Perl >= 5.21.1 due to commit https://perl5.git.perl.org/perl.git/commit/9717af6 (Closes: #869240) | ||
* | Added a comment: I have the same issue | azzamsa | 2017-07-21 |
| | |||
* | Q. How to truncate blog posts? | ankit | 2017-07-18 |
| | |||
* | htmlscrubber: Add support for the video tag's loop and muted attributes. | Joey Hess | 2017-07-11 |
| | | | | | | | Those were not in the original html5 spec, but have been added in the whatwg html living standard and have wide browser support. This commit was sponsored by John Peloquin on Patreon. | ||
* | answer question, with reference. | DavidCary | 2017-07-05 |
| | |||
* | Added a comment | openmedi | 2017-06-25 |
| | |||
* | removed | smcv | 2017-06-23 |
| | |||
* | (no commit message) | test | 2017-06-22 |
| | |||
* | request more information | Simon McVittie | 2017-06-22 |
| | |||
* | t/img.t: Give better diagnostics if we can't load an image | Simon McVittie | 2017-06-22 |
| | |||
* | add bug report originally emailed to me by Peter Simons | Joey Hess | 2017-06-22 |
| | |||
* | Announce 3.20170622 | Simon McVittie | 2017-06-22 |
| | |||
* | debian/changelog: Add missing credit for toc fix | Simon McVittie | 2017-06-22 |
| | |||
* | 3.20170622 | Simon McVittie | 2017-06-22 |
| | |||
* | debian: Declare compliance with Debian Policy 4.0.0 | Simon McVittie | 2017-06-22 |
| | |||
* | debian: Use preferred https URL for Format of debian/copyright | Simon McVittie | 2017-06-22 |
| | |||
* | debian: Document more past changes | Simon McVittie | 2017-06-22 |
| | |||
* | meta: Specifically document [[!meta foo:bar="baz"]] as not working | Simon McVittie | 2017-06-22 |
| | |||
* | (no commit message) | j@d945f5982c686dda5ab7bc2ef45e09d388233fad | 2017-06-20 |
| | |||
* | osm: Convert savestate hook into a changes hook | Simon McVittie | 2017-06-20 |
| | | | | | | | | | | | | | savestate is not the right place to write wiki content, and in particular this breaks websetup if osm's dependencies are not installed, even if the osm plugin is not actually enabled. (Closes: #719913) This is not a full solution: it should be possible to render the PoI files for only the maps that changed, from the format, changes or rendered hook. However, getting that right would require more understanding of this plugin, and this version is enough to not break websetup. This version is the closest correct hook to the one where this previously took place. | ||
* | (no commit message) | alicef | 2017-06-12 |
| | |||
* | Ensure repo gets picked up by gitremotes script | https://tylercipriani.com/ | 2017-06-02 |
| | |||
* | Add jsonfeed patch | https://tylercipriani.com/ | 2017-06-01 |
| | |||
* | Add thcipriani repository | https://tylercipriani.com/ | 2017-06-01 |
| |