11
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected almost 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
CHG: Swapped the PNG ResourceSpace logo out for an SVG version.
Dan Huby
as dhuby
More... over 8 years ago
FIX: using simple search display conditions resulted in bad checking on edit.php. Now search display checks have a unique function name and more focused onChange jQuery elements. More... over 8 years ago
FIX: issue with manage all user tiles when some tiles where hidden. More... over 8 years ago
FIX: Dates that had year ending in "00" were not displayed at all (only happening when $date_yyyy = false;)
Alexandros
as aantonopoulos
More... over 8 years ago
NEW: Option to e-mail when the automated tests fail.
Dan Huby
as dhuby
More... over 8 years ago
NEW: ARW support based on the embedded thumbnail in the raw file. More... over 8 years ago
FIX: Pass the HTTP_HOST to the relate_resources script. Required for multihost Unity configuration. Note we will need to do this for other offline scripts too (preview generation).
Dan Huby
as dhuby
More... over 8 years ago
FIX: add checks for displaycoditions to the clear function for simple search and make sure HideInapplicableSimpleSearchFields does not run on fields with display conditions More... over 8 years ago
FIX: Table header linsk disappearing on hover with charcoal theme More... over 8 years ago
FIX: Styling change to stop the login_box div from overlapping the header
Alexandros
as aantonopoulos
More... over 8 years ago
FIX: Errors when requesting collection with some configurations More... over 8 years ago
FIX: user preference default_sort=field<date_field> was not being honored More... over 8 years ago
FIX: merging hook results that were arrays sometimes resulted in non-numeric ordering. More... over 8 years ago
FIX: HideInapplicableSimpleSearchFields was not robust enough to function with various resource type fields More... over 8 years ago
FIX: restored dropped tests folder due to last commit More... over 8 years ago
FIX: clear function for simple search was not clearing 'add to simple search' fields More... over 8 years ago
FIX: add missing global for variable extrafooterhtml More... over 8 years ago
FIX: reverted migration of hardcoded php ob buffer size to a config variable as the config file is loaded after the variable is called in db.php and, therefore, isn't set when called. More... over 8 years ago
FIX: deleting resource type field now updates the page with field ordering preserved. More... over 8 years ago
NEW: Import/ Export metadata field options functionality More... over 8 years ago
FIX: Moved get_user_collections above output on collections.php to prevent trying to set cookie after buffer has been flushed More... over 8 years ago
FIX - Prevented errors from appearing in simple search which contains category tree because of missing globals and echoing an array More... over 8 years ago
FIX: PHP 7 compatibility: force setup.php installation script to use mysqli over deprecated mysql extension. Fixes issue #465. More... over 8 years ago
FIX: function auto_create_user_account() produced fatal error with PHP7. See issue #465 and #497 More... over 8 years ago
FIX - Language prefixed values were not being "set", e.g. "~en:blah" was not setting field option "blah" More... over 8 years ago
FIX: check_access_key_collection() to show results even if the user group we shared it as doesn't have access to some of those resources (search filters and permissions will still apply) More... over 8 years ago
FIX: another adjustment to conditional statement used to send emails in addition to in-app messages. Includes code to verify message type is an integer on team_mail and within the function message_add More... over 8 years ago
CHG: more descriptive variable name used when checking for email_and_user_notifications. FIX: removed useless empty send_mail settings. CHG: coverted condtional statement to use bitwise operators More... over 8 years ago
NEW: hook customloadinggraphic More... over 8 years ago
CHG: included additional variables (profile and command) to hook replacewatermarkcreation More... over 8 years ago