The class has now a new variable called 'initialized'. Its set to false in the constructor and gets true when the object was successully instanced.
New method to check wether an UserDB object was successfully instanced.
This method now performs stronger checks and also optionally accepts a user object to check username against password.
New param $withGalleryLink. If true, and the last album in the array is a rootalbum, a link to Gallery is added. New param $uplevel. How much level of parent albums to you want to show?
Old return code was 0 anytime. Now its: array(true, $statusMsg);
Returns fals if $index does not point to an existing item.
$attrs was a string. Now its an array!
$attrs was a string. Now its an array!
$attrs was a string. Now its an array!
$attrList was a string. Now its an array!
$full now defaults to false. $attrs was a string. Now its an array!
Return now null in case item does not exist.
Returns true/false on success/failure now.
Returns true/false on success/failure now.
Returns true/false on success/failure now.
REMOVED!
NEW!
NEW!
NEW!
NEW!
NEW!!
The class has now a new variable called 'initialized'. Its set to false in the constructor and gets true when the object was successully instanced.
New method to check wether an UserDB object was successfully instanced.
New param $album. Needs to be set. In previuous version $gallery->album was used, now you need to give the album.
$attrs was a string. Now its an array!
$attrs was a string. Now its an array!
$attrList was a string. Now its an array! $alttext param removed.
NEW!
NEW!
$attrs was a string. Now its an array!
.g-tabset .g-tabset a .g-tabset a:hover .g-tabset a.g-activeTab .g-button .g-buttonDisable, input:focus.g-buttonDisable .g-disabled .g-selected
Renamed into albumOptionList Does not print the output anymore Return value is now array($uptodate, $albumOptionList) instead of just $uptodate
Renamed into nestedAlbumOptionList Does not print the output anymore Returns $nestedAlbumOptionList
=== lib/imageManipulation.php
Old name was Netpbm_decompose_image(..)
Old name was Netpbm(..)
=== lib/lang.php
Parameter $short is new and set to false per default. Previous versions of Gallery had this implicit, but set to true!!
=== lib/url.php
New params $icon, $addBrackets.
=== lib/valchecks.php
Old name/syntax was isValidInteger($mixed, $includingZero = false, $default = NULL, $emptyAllowed = false) !!
Old Syntax was isValidText($text, $default = NULL)
Returns the a HTML string containg links to the upper albums
=== lib/albumItem.php
What should the caption be, if no caption was given by user ? See captionOptions.inc.php for options
Returns a html string that represents the login/logout button, or just the text.
Returns the HTML code to a js file inside the Galley js folder
Returns the HTML code for a progressbar
Wrapper around js function updateProgressBar. Updates a progressbar.
Wrapper around js function addProgressBarText. Updates a progressbar.
Returns a safetodisplayed copy of $string.
Returns the HTML Code for an input element. Very nice to cleanup and unify code.
Returns the HTML code for a nice notice box.
Unified output message for the case a page was called invalid.
Outputs the HTML start elements of an popup.
Is file hidden ? Means it starts with a . Returns false anytime in windows environment.
Deletes a directory.
Checks whether an URL is a Gallery URL.
Checks whether a header contains malicious characters.
Returns a set of malicious chars. Level 0: Only chars that i (the author) think are evil anytime are considered. Level 1: All malicious.
Removes malicious chars from a string.
Checks whether a string, (eg. filename or url) contains malicious characters!!
Checks whether an albuname has unallowed chars.
Calculates the password strength of a password.
Checks whether a value seems to be a valid timestamp.
Is a given value (number) in a certain range?