Encapsulate a method to get the list of content prototypes.

Performance improvements for the list retrieval.
This commit is contained in:
Colin Kuskie 2009-06-17 01:57:26 +00:00
parent 7c4ae06e33
commit 801efdbda7
3 changed files with 29 additions and 7 deletions

View file

@ -6,6 +6,7 @@
- fixed: displaying performance profile data only to an allowed IP address.
- fixed #10528: Thingy css error
- fixed: Performance improvements with getting the list of asset packages.
- fixed: Performance improvements with getting the list of content prototypes.
7.7.10
- Made a change to LDAP auth that adds an OR to that query so that it also searches for a row with fieldData REGEXP '^uid=(value-from-ldap-directory-server),'. (Wes Morgan)