Subversion Repositories ResourceSpace

[/] - Rev 2022

Go to most recent revision

Filtering Options

Clear current filter

Rev Log message Author Age Path
2022 Bug fix: eliminate blank page popup when showing cat tree element on Advanced Search page ataramina 39d 09h 05m /
2021 Add favicon to index page (forgot to check in) ataramina 39d 09h 06m /
2020 Revised implementation of Category Tree,s includes:

1) Ability to optionally turn off the display of the Cat Tree status window, which in many cases takes up too much screen real estate with no appreciable value.

2) Ability to optionally have Cat Tree display open by default

3) Cat Tree operations now are more intuitive. When the tree first opens, any branch that has a checked item will be expanded automatically. Selecting a child branch will automatically select all parents. Deseleting a child will NOT deselect parents any more (I considered that a bug).

4) Searches using CatTrees can now be set to use "AND" logic rather than "OR" logic (optionally). In the past (and by default) if you searched for something like: animal;tiger;siberian;kazan by selecting Kazan in a CatTree, the search would return all images that had the keyword animal, which is typically not what you want. You want only resources that match all selected levels in the Cat Tree hierarchy, that is where a resource has keyword "animal" AND "tiger" AND "siberian" AND "kazan". Not OR as was/is the default.

5) Default behaviour (except for selection fixes per item 3 above) remain as it was. Optional behaviour can be enabled in your config.php file.

Plus a couple of bonus features:

1) favicon is now set for ResourceSpace pages, so that browsers show the grey cube on shortcuts.

2) Contact sheet image preview size can now be specified in config.php as follows:

$contact_sheet_preview_size="400x400";

Default remains at the previous 250x250 size in config.default.php
ataramina 40d 10h 41m /
2019 tightened up list display of checkboxes for selection tgleason 40d 11h 46m /
2018 quick fix for r2007 breakage of themes page. tgleason 40d 12h 28m /
2017 Indent checkboxes slightly when displaying 'all' to make it obvious that 'all' is a superset (visual cue) danh 43d 17h 30m /
2016 When requesting resources as the anonymous user, request email and name, because the one stored for the account will not be useful when fulfilling the request. danh 43d 17h 36m /
2015 added the ability to add multiple parents to a subgroup, for example so that the same subgroup's users can be managed by two different parent groups, and seen in the system setup tree under both groups. For older installs, requires changing the parent column of usergroup to a varchar column, so that a comma-separated list of numbers with no spaces can be added to a row tgleason 44d 03h 39m /
2014 since resource type selection on the upload page refreshes the page and loses any Add to Collection selection, it should go first to so that a top-down approach to the form doesn't lead to unexpected changes above. tgleason 47d 08h 47m /
2013 fixed the bug that was preventing a straight usage of update_previews, and added some comments on the options available. tgleason 47d 09h 32m /
2012 fixed bug that prevented smart collections from working with queries
that made use of temporary tables (particularly wildcard searches)
ddwiggins 47d 10h 18m /
2011 Added FFmpeg version check to check.php danh 48d 16h 31m /
2010 added get_resource_files function that returns a list of all file paths
associated with a resource (including alternatives, previews, xml dumps,
etc.)
ddwiggins 50d 09h 36m /
2009 added checking for mp3 previews to delete_alternative function. ddwiggins 50d 10h 28m /
2008 Added the capability to hide fields from the upload screen. danh 50d 10h 34m /
2007 Altered Smart Themes to take notice of $themes_category_split_pages so that Smart Themes based on the category tree type are also split over multiple pages, just as for standard themes when using multiple theme category levels. danh 50d 15h 45m /
2006 added code to delete_resource function to ensure that alternative
previes are deleted at the same time as their associated files.
this should take care of issue #63, but I think there may be
other contexts (such as overall resource deletion) that may delete
alternatives without using this function. We should look out for this
going forward.
ddwiggins 51d 04h 16m /
2005 added page previewing for cs5 .indd files tgleason 56d 10h 39m /
2004 Added the ability for auto-approved account requests. Useful for demo or public access systems. danh 56d 17h 21m /
2003 added configurability to list_search_results_title_trim, as it previously used the trim variable from the large thumbs display settings tgleason 57d 08h 12m /
2002 added smtp and pop3 classes to the old phpmailer lib tgleason 57d 09h 14m /
2001 two fixes to avoid excessive queries in related resources. First, the title was being retrieved for each resource even though it was already available, and the file modification time was not sent to get_resource_path, which initiated yet another search for each resource tgleason 57d 09h 21m /
2000 minor technical fix for an edit.php count function tgleason 57d 12h 23m /
1999 Added helper function to fetch resource type field row.
Added ability to display only certain keywords when rendering checkbox lists for searching.
Note that neither of these affect current functionality but may be useful in the future. They were added to assist with plugin development (rather than create duplicate functions within the plugin)
danh 58d 14h 29m /
1998 added matte switch to transform plugin, as in image_processing.php tgleason 61d 09h 07m /
1997 Added $wildcard_always_applied config option which treats all entered keywords as wildcards as if an asterisk has been appended. danh 62d 12h 39m /
1996 fix for transform plugin, creation of alternative file record didn't work with mysql_force_strict_mode as it passed a blank string for file size which should be an integer tgleason 62d 13h 51m /
1995 When using $themes_category_split_pages to split theme categories over multiple pages, RS will now support multiple levels of theme categories.
This may provide a better solution than the dropdown boxes for navigating multiple levels of themes.
danh 62d 17h 08m /
1994 background gradient for xlthumbs display looks better using the SearchBox.gif tgleason 63d 11h 09m /
1993 The ability to automatically create image alternatives (like video alternatives) e.g. always create a PNG file when an EPS is uploaded. danh 63d 16h 33m /