|
01954d4a7d
|
TabularData: split up into logical methods
|
2024-08-27 11:55:22 +02:00 |
|
|
d6f39a3410
|
Database: patch error handling to account for exceptions thrown by mysqli_query
|
2024-08-27 11:46:18 +02:00 |
|
|
b64f87a49d
|
PhotoPage: only call printNewTagScript if $allowLinkingNewTags
|
2024-06-29 10:03:51 +02:00 |
|
|
ead4240173
|
AlbumButtonBox: un-float album_button_box
|
2024-06-28 20:25:00 +02:00 |
|
|
89cc00ffd9
|
EditAlbum: choose the first non-root album as the default parent
|
2024-05-08 13:21:13 +02:00 |
|
|
45b59636f6
|
EditAlbum: fix error handling
|
2024-05-08 13:17:31 +02:00 |
|
|
2bfbe67d91
|
Merge pull request 'Introduce edit menu for admins' (#49) from edit-menu into master
Reviewed-on: #49
|
2024-02-24 13:10:58 +01:00 |
|
|
9d4f35a0fd
|
ViewPhotoAlbum: add ?in param for root tags, too
This was probably intended as an optimisation, but people tags are
at root level, and so id_parent == 0.
|
2024-02-24 13:08:37 +01:00 |
|
|
f0d286179a
|
Fix edge case in color-modes.js
For details, see https://github.com/twbs/bootstrap/pull/39224
|
2024-02-21 15:45:27 +01:00 |
|
|
cf6adbf80c
|
Merge pull request 'Allow users to filter albums by contributors' (#48) from refactor/viewalbum into master
Reviewed-on: #48
Reviewed-by: Bart Schuurmans <bart@minnozz.com>
|
2024-01-20 20:11:16 +01:00 |
|
|
25feb31c1a
|
EditAsset: some hardening; deduplicate redirect code
|
2024-01-18 13:40:17 +01:00 |
|
|
6ec5994de0
|
ViewPhotoAlbum: build edit menu in controller
|
2024-01-18 13:18:22 +01:00 |
|
|
24c2e9cdcf
|
PhotosIndex: allow setting image as the album cover as well
|
2024-01-17 18:28:24 +01:00 |
|
|
0487ad16b9
|
Asset: remove old setKeyData method
|
2024-01-17 17:54:18 +01:00 |
|
|
c2aae4fb6e
|
EditAsset: replace Asset::setKeyData with Asset::save equivalent
|
2024-01-17 17:54:14 +01:00 |
|
|
069d56383e
|
PhotosIndex: replace edit button with edit menu
|
2024-01-17 17:51:45 +01:00 |
|
|
8613054d69
|
Asset: introduce save method
|
2024-01-17 17:51:25 +01:00 |
|
|
30bc0bb884
|
ViewPhotoAlbum: don't include empty $by in page links
|
2024-01-15 13:44:51 +01:00 |
|
|
c0dd2cbd49
|
ViewPhotoAlbum: drop 'Show' from empty filter caption
|
2024-01-15 13:41:51 +01:00 |
|
|
bb81f7e086
|
Download: remove limits on maximum execution time
|
2024-01-15 11:46:01 +01:00 |
|
|
4b289a5e83
|
Download: allow limiting by user uploaded as well
|
2024-01-15 11:40:33 +01:00 |
|
|
ec2d702a0d
|
ViewPhoto: simplify filter verification
|
2024-01-15 11:33:43 +01:00 |
|
|
52472d8b58
|
ViewPhotoAlbum: add 'label' key to empty filter as well
|
2024-01-15 11:26:17 +01:00 |
|
|
5d990501f6
|
ViewPhotoAlbum: move $is_person declaration to where it's used
|
2024-01-15 11:25:04 +01:00 |
|
|
1f53689e4b
|
AlbumButtonBox: add visual cue to indicate a filter is active
|
2024-01-15 00:55:33 +01:00 |
|
|
accf093935
|
PageIndex: rewrite getLink to be way less messy
|
2024-01-15 00:51:06 +01:00 |
|
|
d8c3e76df6
|
ViewPhoto: take filter into account for prev/next links
|
2024-01-15 00:43:02 +01:00 |
|
|
f33a7e397c
|
Asset: combine getUrlFor{Next,Previous}InSet into one private method
|
2024-01-15 00:19:39 +01:00 |
|
|
9c00248a7f
|
ViewPhotoAlbum: don't populate filter box if there are no album contributors
|
2024-01-14 22:17:09 +01:00 |
|
|
99b867b241
|
AlbumButtonBox: add way for users to select an album filter
|
2024-01-14 21:28:45 +01:00 |
|
|
6a25ecec23
|
ViewPhotoAlbum: add method to filter by id_user_uploaded
|
2024-01-14 21:06:54 +01:00 |
|
|
16683d2f1f
|
Tag: add getContributorList method
|
2024-01-14 21:06:34 +01:00 |
|
|
7cdcf8197c
|
ViewPhotoAlbum: use Tag::getUrl instead of fumbling with $_GET['tag']
|
2024-01-14 20:40:58 +01:00 |
|
|
25b9528628
|
ViewPhotoAlbum: simplify tag handling in getAlbumButtons
|
2024-01-14 20:40:58 +01:00 |
|
|
08cdbfe7b6
|
ViewPhotoAlbum: move some logic into new prepareHeaderBox method
|
2024-01-14 20:40:58 +01:00 |
|
|
64d1aadbdd
|
Merge pull request 'Fix dereferencing $tag when null' (#47) from fix-null-tag into master
Reviewed-on: #47
Reviewed-by: Bart Schuurmans <bart@minnozz.com>
|
2024-01-14 16:19:40 +01:00 |
|
|
44ca9ed1a5
|
Fix dereferencing $tag when null
|
2024-01-14 16:15:23 +01:00 |
|
|
374fa5cccd
|
PhotoPage: re-instate meta header styling lost in rebase
|
2024-01-13 17:35:34 +01:00 |
|
|
d556032a83
|
Merge pull request 'Change how tags are displayed on photo page' (#46) from tag-list into master
Reviewed-on: #46
Reviewed-by: Bart Schuurmans <bart@minnozz.com>
|
2024-01-13 17:28:09 +01:00 |
|
|
0da1558bd3
|
Merge pull request 'Rework meta data display on photo page' (#45) from photo-page into master
Reviewed-on: #45
Reviewed-by: Bart Schuurmans <bart@minnozz.com>
|
2024-01-13 17:23:05 +01:00 |
|
|
8eabc494d9
|
Merge pull request 'EXIF: add special handling for Pentax Model/Make pollution' (#44) from pentax-exif into master
Reviewed-on: #44
Reviewed-by: Bart Schuurmans <bart@minnozz.com>
|
2024-01-13 17:22:44 +01:00 |
|
|
b48f7dbb9e
|
ViewPhoto: re-add accidentally omitted units
|
2024-01-12 10:42:51 +01:00 |
|
|
8eb6be02b1
|
PhotoPage: fade the tag delete buttons a little
|
2024-01-11 21:58:01 +01:00 |
|
|
e671b7da30
|
PhotoPage: simplify tag html nodes
|
2024-01-11 21:53:44 +01:00 |
|
|
e3d481caa1
|
PhotoPage: update and refactor tagging script slightly
|
2024-01-11 20:47:41 +01:00 |
|
|
b13701f7c0
|
PhotoPage: change how tags are displayed
|
2024-01-11 20:00:29 +01:00 |
|
|
d17d98a838
|
PhotoPage: move user actions inside photo description box
|
2024-01-11 19:20:46 +01:00 |
|
|
e374f7ed59
|
ViewPhoto: prepare meta data in controller; change layout
|
2024-01-11 19:13:21 +01:00 |
|
|
55c33c024e
|
ViewPhoto: use class state to store Image object
|
2024-01-11 18:59:50 +01:00 |
|
|
bc08e867f0
|
PhotoPage: make prev/next photo logic more direct
|
2024-01-11 18:54:54 +01:00 |
|