Reason Developer Notebook
Posts tagged with “Relationships” (All posts)
Reason 4.2 Performance & Database Indexing Outline
April 17, 2012 at 2:03 pmReason 4.2 includes major deep changes that eliminate some and simplify most queries in queries in Reason. If you are upgrading Reason and want to take optimal advantage of these changes, we recommend a few database indexing changes.
generic3 query optimization / conditional straight joins
May 12, 2010 at 6:16 pmGeneric3 can have terrible performance when multiple relationship filters are applied to a page. I have committed two changes today which should help the situation.
1. generic3 will automatically cause mysql…
Image Import improvements
February 26, 2008 at 5:43 pmThe image import tool has had several improvements:
- It now has better internal error checking for problems like apache not having proper filesystem permissions
- Imported photos are now assigned appropriate sort orders…
Default sort order improvements
November 2, 2007 at 5:28 pmThe administrative interface was not always sorting unassociated entities properly, particularly when using the associator module to manage relationships that allow relationship sort ordering.
Now, in the associator module, unassociated entities…
borrowing fixes
November 2, 2007 at 5:23 pmFixed a bug where an entity would be related to a page, but not appear in the associator as something to select / deselect.
The issue was that items were not…
The last 9 months of reason development
October 17, 2007 at 1:40 pmWe have been rather lax about updating the change log but are going to start actively using it once again. Needless to say, there have been many, many changes in…
Page to Assets sortable
October 3, 2006 at 10:28 amThe page to asset relationship is now sortable. The assets_with_author_and_date.php file will change the allowable relationship to sortable, and setup the intial order for pages of the assets_with_author_and_date pagetype.
Relationship Sorting
September 22, 2006 at 2:29 pmRelationship sorting has been live in production for awhile. Currently only the minisite_page_to_image relationship is sortable, but more allowable relationships will be made sortable when I get a chance.
The entity…
Richer image meatadata: categories and original format
April 1, 2006 at 12:39 pmI've added some additional metadata capabilities to images in Reason.
- There is now an image_to_category allowable relationship. No code specifically references this relationship yet, but we can use this in the…
many to one relationships
March 30, 2006 at 12:04 pmMany to one relationships have been implemented, and the associator and sharing modules now consider this type of connection when deciding which entities are available for selection. The allowable relationship…
create_relationship error trigger
February 22, 2006 at 3:31 pmThe create_relationship function in admin_actions.php3 provides no indication of whether it succeeded or not, and is perfectly willing to create relationships where entity_a, entity_b, and relationship_type are values such as…
Archives now grabbed regardless of ownership
February 10, 2006 at 6:26 pmThe script that moves entities from one site to another only changes the ownership of the entity itself, and not its archives. This is dumb and we should fix it.…