-
Notifications
You must be signed in to change notification settings - Fork 4
Geen lege albumnaam weergeven als de human name niet is ingevuld #38
Conversation
$displayname is the album's $humanname, with a fallback to $name
In install.txt staat heel kort hoe knfotos geïnstalleerd moet worden. |
@Jille, @aykevl93 kan een van jullie kijken of dit ok is? |
Wat mij betreft een verbetering. Een paar puntjes:
|
@@ -121,10 +123,11 @@ | |||
template_assign('parentalbum'); | |||
} | |||
template_assign('parentalbums'); | |||
template_assign('title', $humanname); // XXX | |||
template_assign('title', $displayname); // XXX |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waarom staat daar nog steeds XXX? (Zie issue #16).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Omdat echte porno in Duitsland hosten blijkbaar onverstandig is ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dus een htmlentities($displayname)
zou genoeg zijn om die bug op te lossen?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ik weet echt niet meer waar die XXX voor was. Misschien inderdaad htmlentities..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Misschien weet @bwesterb dat wel?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ik denk dat die XXX erover gaat dat het volledige pad naar de foto in de titel zou mogen staan, in plaats van alleen het huidige item (dus met album etc. erbij).
Daarnaast gaat het niet over htmlentities(), omdat dat in het template al gebeurt.
@aykevl93 Het maakt toch niks uit of hij het in een aparte branch doet of niet? Code ziet er verder wel goed uit. Zodra ik tijd heb en de video-PR klaar is zal ik hem mergen. |
@aykevl93: In de footer wordt inderdaad nog |
@Jille ping |
In plaats daarvan de pathname gebruiken.
Niet getest, omdat ik geen test-setup heb.