Index: branches/5.1.x/units/links/links_config.php =================================================================== diff -u -N -r14253 -r14535 --- branches/5.1.x/units/links/links_config.php (.../links_config.php) (revision 14253) +++ branches/5.1.x/units/links/links_config.php (.../links_config.php) (revision 14535) @@ -1,6 +1,6 @@ 'icon16_link_new.png', ), 'Fields' => Array ( - 'LinkId' => Array ('title' => 'la_col_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', 'width' => 60, ), - 'Name' => Array ('title' => 'la_col_LinkName', 'data_block' => 'grid_catitem_td', 'width' => 200, ), - 'Priority' => Array('title'=>'la_col_Priority', 'filter_block' => 'grid_range_filter', 'width' => 65), + 'LinkId' => Array ('title' => 'column:la_fld_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', 'width' => 60, ), + 'Name' => Array ('title' => 'column:la_fld_LinkName', 'data_block' => 'grid_catitem_td', 'width' => 200, ), + 'Priority' => Array('filter_block' => 'grid_range_filter', 'width' => 65), 'Url' => Array ('title' => 'la_col_LinkUrl', 'width' => 200, ), - 'Description' => Array ('title' => 'la_col_Description', 'first_chars' => 100, 'width' => 100, ), - 'CreatedOn' => Array ('title' => 'la_col_CreatedOn', 'filter_block' => 'grid_date_range_filter', 'width' => 145, ), - 'Modified' => Array ('title' => 'la_col_Modified', 'filter_block' => 'grid_date_range_filter', 'width' => 145, ), - 'Status' => Array ('title' => 'la_col_Status', 'filter_block' => 'grid_options_filter', 'width' => 70, ), - 'Hits' => Array ('title' => 'la_col_Hits', 'filter_block' => 'grid_range_filter', 'width' => 60, ), - 'CachedRating' => Array ('title' => 'la_col_Rating', 'filter_block' => 'grid_range_filter', 'width' => 70, ), + 'Description' => Array ('first_chars' => 100, 'width' => 100, ), + 'CreatedOn' => Array ('filter_block' => 'grid_date_range_filter', 'width' => 145, ), + 'Modified' => Array ('filter_block' => 'grid_date_range_filter', 'width' => 145, ), + 'Status' => Array ('filter_block' => 'grid_options_filter', 'width' => 70, ), + 'Hits' => Array ('filter_block' => 'grid_range_filter', 'width' => 60, ), + 'CachedRating' => Array ('title' => 'column:la_fld_Rating', 'filter_block' => 'grid_range_filter', 'width' => 70, ), 'CachedVotesQty' => Array ('title' => 'la_col_VoteCount', 'filter_block' => 'grid_range_filter', 'width' => 70, ), 'CachedReviewsQty' => Array ('title' => 'la_col_ReviewCount', 'filter_block' => 'grid_range_filter', 'width' => 85, ), ), @@ -602,16 +602,16 @@ ), 'Selector' => 'radio', 'Fields' => Array ( - 'LinkId' => Array ('title' => 'la_col_Id', 'data_block' => 'grid_radio_td', 'filter_block' => 'grid_range_filter', 'width' => 70, ), - 'Name' => Array ('title' => 'la_col_LinkName', 'data_block' => 'grid_catitem_td', 'width' => 200, ), - 'Priority' => Array('title'=>'la_col_Priority', 'filter_block' => 'grid_range_filter', 'width' => 65), + 'LinkId' => Array ('title' => 'column:la_fld_Id', 'data_block' => 'grid_radio_td', 'filter_block' => 'grid_range_filter', 'width' => 70, ), + 'Name' => Array ('title' => 'column:la_fld_LinkName', 'data_block' => 'grid_catitem_td', 'width' => 200, ), + 'Priority' => Array('filter_block' => 'grid_range_filter', 'width' => 65), 'Url' => Array ('title' => 'la_col_LinkUrl', 'width' => 200, ), - 'Description' => Array ('title' => 'la_col_Description', 'first_chars' => 100, 'width' => 100, ), - 'CreatedOn' => Array ('title' => 'la_col_CreatedOn', 'filter_block' => 'grid_date_range_filter', 'width' => 145, ), - 'Modified' => Array ('title' => 'la_col_Modified', 'filter_block' => 'grid_date_range_filter', 'width' => 145, ), - 'Status' => Array ('title' => 'la_col_Status', 'filter_block' => 'grid_options_filter', 'width' => 70, ), - 'Hits' => Array ('title' => 'la_col_Hits', 'filter_block' => 'grid_range_filter', 'width' => 60, ), - 'CachedRating' => Array ('title' => 'la_col_Rating', 'filter_block' => 'grid_range_filter', 'width' => 70, ), + 'Description' => Array ('first_chars' => 100, 'width' => 100, ), + 'CreatedOn' => Array ('filter_block' => 'grid_date_range_filter', 'width' => 145, ), + 'Modified' => Array ('filter_block' => 'grid_date_range_filter', 'width' => 145, ), + 'Status' => Array ('filter_block' => 'grid_options_filter', 'width' => 70, ), + 'Hits' => Array ('filter_block' => 'grid_range_filter', 'width' => 60, ), + 'CachedRating' => Array ('title' => 'column:la_fld_Rating', 'filter_block' => 'grid_range_filter', 'width' => 70, ), 'CachedVotesQty' => Array ('title' => 'la_col_VoteCount', 'filter_block' => 'grid_range_filter', 'width' => 70, ), 'CachedReviewsQty' => Array ('title' => 'la_col_ReviewCount', 'filter_block' => 'grid_range_filter', 'width' => 85, ), ), @@ -626,7 +626,7 @@ ), 'Fields' => Array ( - 'Name' => Array ('title' => 'la_col_LinkName', 'filter_block' => 'grid_like_filter', 'width' => 250, ), + 'Name' => Array ('title' => 'column:la_fld_LinkName', 'filter_block' => 'grid_like_filter', 'width' => 250, ), 'Url' => Array ('title' => 'la_col_LinkUrl', 'filter_block' => 'grid_like_filter', 'width' => 300, ), 'DupeCount' => Array ('title' => 'la_col_DupeCount', 'filter_block' => 'grid_range_filter', 'width' => 100, ), ), Index: branches/5.1.x/install/upgrades.sql =================================================================== diff -u -N -r14482 -r14535 --- branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 14482) +++ branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 14535) @@ -130,4 +130,9 @@ SET VariableValue = 'in-link/links/link_detail' WHERE VariableName = 'l_ItemTemplate' AND VariableValue = 'in-link/designs/detail'; -# ===== v 5.1.3-RC2 ===== \ No newline at end of file +# ===== v 5.1.3-RC2 ===== + +# ===== v 5.1.3 ===== +UPDATE Phrase +SET `Module` = 'Core' +WHERE PhraseKey IN ('LA_FLD_LISTINGID', 'LA_FLD_LISTINGTYPE'); \ No newline at end of file Index: branches/5.1.x/units/listings/listings_config.php =================================================================== diff -u -N -r14253 -r14535 --- branches/5.1.x/units/listings/listings_config.php (.../listings_config.php) (revision 14253) +++ branches/5.1.x/units/listings/listings_config.php (.../listings_config.php) (revision 14535) @@ -1,6 +1,6 @@ 'core', 'Fields' => Array ( - 'ListingId' => Array ( 'title' => 'la_col_Id' , 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', 'width' => 60, ), - 'LinkName' => Array ( 'title' => 'la_col_LinkName' , 'data_block' => 'link_td', 'filter_block' => 'grid_like_filter', 'width' => 170, ), - 'ListingTypeId' => Array ( 'title' => 'la_col_ListingTypeName' , 'data_block' => 'listing_type_td', 'filter_block' => 'grid_like_filter', 'width' => 100, ), - 'LinkOwner' => Array ( 'title' => 'la_col_LinkOwner', 'filter_block' => 'grid_like_filter', 'width' => 115, ), - 'PendingRenewal' => Array ( 'title' => 'la_col_PendingRenewal', 'filter_block' => 'grid_options_filter', 'width' => 143, ), - 'PurchasedOn' => Array ( 'title' => 'la_col_PurchasedOn', 'filter_block' => 'grid_date_range_filter', 'width' => 140, ), - 'ExpiresOn' => Array ( 'title' => 'la_col_ExpiresOn', 'filter_block' => 'grid_date_range_filter', 'width' => 140, ), - 'Status' => Array ( 'title' => 'la_col_Status' , 'filter_block' => 'grid_options_filter'), + 'ListingId' => Array ( 'title' => 'column:la_fld_Id' , 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', 'width' => 60, ), + 'LinkName' => Array ('data_block' => 'link_td', 'filter_block' => 'grid_like_filter', 'width' => 170, ), + 'ListingTypeId' => Array ( 'title' => 'column:la_fld_ListingTypeName' , 'data_block' => 'listing_type_td', 'filter_block' => 'grid_like_filter', 'width' => 100, ), + 'LinkOwner' => Array ('filter_block' => 'grid_like_filter', 'width' => 115, ), + 'PendingRenewal' => Array ('filter_block' => 'grid_options_filter', 'width' => 143, ), + 'PurchasedOn' => Array ('filter_block' => 'grid_date_range_filter', 'width' => 140, ), + 'ExpiresOn' => Array ('filter_block' => 'grid_date_range_filter', 'width' => 140, ), + 'Status' => Array ('filter_block' => 'grid_options_filter'), ), ), ), Index: branches/5.1.x/units/link_validation/link_validation_config.php =================================================================== diff -u -N -r14253 -r14535 --- branches/5.1.x/units/link_validation/link_validation_config.php (.../link_validation_config.php) (revision 14253) +++ branches/5.1.x/units/link_validation/link_validation_config.php (.../link_validation_config.php) (revision 14535) @@ -1,6 +1,6 @@ Array ( - 'ForeignLinkId' => Array ('title' => 'la_col_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', 'module' => 'In-Link', 'width' => 60, ), - 'LinkName' => Array ('title' => 'la_col_LinkName', 'data_block' => 'grid_link_name_td', 'filter_block' => 'grid_like_filter', 'first_chars' => 30, 'width' => 180, ), + 'ForeignLinkId' => Array ('title' => 'column:la_fld_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', 'module' => 'In-Link', 'width' => 60, ), + 'LinkName' => Array ('data_block' => 'grid_link_name_td', 'filter_block' => 'grid_like_filter', 'first_chars' => 30, 'width' => 180, ), 'LinkUrl' => Array ('title' => 'la_col_LinkUrl', 'data_block' => 'grid_url_td', 'filter_block' => 'grid_like_filter', 'width' => 200, ), - 'LinkValidationStatus' => Array ('title' => 'la_col_Status', 'filter_block' => 'grid_options_filter', 'width' => 87, ), + 'LinkValidationStatus' => Array ('title' => 'column:la_fld_Status', 'filter_block' => 'grid_options_filter', 'width' => 87, ), 'ValidationCode' => Array ('title' => 'la_col_ValidationCode', 'filter_block' => 'grid_options_filter', 'width' => 155, ), 'ValidationTime' => Array ('title' => 'la_col_ValidatedOn', 'filter_block' => 'grid_date_range_filter', 'width' => 140, ), - 'LinkCreatedOn' => Array ('title' => 'la_col_CreatedOn', 'filter_block' => 'grid_date_range_filter', 'width' => 140, ), + 'LinkCreatedOn' => Array ('title' => 'column:la_fld_CreatedOn', 'filter_block' => 'grid_date_range_filter', 'width' => 140, ), ), ), ), Index: branches/5.1.x/units/listing_types/listing_types_config.php =================================================================== diff -u -N -r14253 -r14535 --- branches/5.1.x/units/listing_types/listing_types_config.php (.../listing_types_config.php) (revision 14253) +++ branches/5.1.x/units/listing_types/listing_types_config.php (.../listing_types_config.php) (revision 14535) @@ -1,6 +1,6 @@ 'core', ), 'Fields' => Array ( - 'ListingTypeId' => Array ( 'title' => 'la_col_Id' , 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', 'width' => 60), - 'Name' => Array ( 'title' => 'la_col_Name', 'filter_block' => 'grid_like_filter', 'width' => 250), - 'Duration' => Array ( 'title' => 'la_col_Duration' , 'data_block' => 'duration_td', 'filter_block' => 'grid_like_filter', 'width' => 100), + 'ListingTypeId' => Array ( 'title' => 'column:la_fld_Id' , 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', 'width' => 60), + 'Name' => Array ('filter_block' => 'grid_like_filter', 'width' => 250), + 'Duration' => Array ('data_block' => 'duration_td', 'filter_block' => 'grid_like_filter', 'width' => 100), ), ), Index: branches/5.1.x/install/english.lang =================================================================== diff -u -N -r14253 -r14535 --- branches/5.1.x/install/english.lang (.../english.lang) (revision 14253) +++ branches/5.1.x/install/english.lang (.../english.lang) (revision 14535) @@ -1,15 +1,9 @@ - + QWN0aW9ucyBVcG9uIEV4cGlyYXRpb24= QWN0aW9ucyBVcG9uIFB1cmNoYXNl RHVwbGljYXRlcw== - RXhwaXJlcyBPbg== - TGluaw== - T3duZXI= - TGlzdGluZyBUeXBl - UGVuZGluZyBSZW5ld2Fs - RW5hYmxlZCBPbg== VmFsaWRhdGVkIE9u VmFsaWRhdGlvbiBDb2Rl RW5hYmxlIExpbmsgQ29udGFjdCBGb3Jtcw== @@ -19,28 +13,26 @@ QWRkaXRpb25hbCBTZWN0aW9u TGluayBJdGVtIFRlbXBsYXRl RW5hYmxlIFB1cmNoYXNpbmc= - RXhwaXJhdGlvbiBEYXRl + RXhwaXJhdGlvbiBEYXRl QWRkcmVzcw== Q2l0eQ== Q291bnRyeQ== RW5hYmxlIEdvb2dsZSBNYXBz R29vZ2xlIE1hcHMgQVBJIEtleQ== - TGluayBOYW1l - TGluayBPd25lcg== + TGluayBOYW1l + TGluayBPd25lcg== UGhvbmU= U3RhdGU= TGluayBTdGF0dXM= WmlwIGNvZGU= TWF4aW11bSBudW1iZXIgb2YgSE9UIGxpbmtz TWluaW11bSByYXRpbmcgdG8gY29uc2lkZXIgbGluayBQT1A= TWluaW11bSBudW1iZXIgb2Ygdm90ZXMgdG8gY29uc2lkZXIgbGluayBQT1A= - SUQ= - TGlzdGluZyBUeXBl RGVzY3JpcHRpb24= SUQ= - TmFtZQ== - UGVuZGluZyBSZW5ld2Fs - UHVyY2hhc2UgRGF0ZQ== + TmFtZQ== + UGVuZGluZyBSZW5ld2Fs + UHVyY2hhc2UgRGF0ZQ== UmVjaXByb2NhbCBMaW5rIFN0YXR1cw== UmVjdXJyaW5n UmVuZXdhbCBSZW1pbmRlcg== Index: branches/5.1.x/install/upgrades.php =================================================================== diff -u -N -r14482 -r14535 --- branches/5.1.x/install/upgrades.php (.../upgrades.php) (revision 14482) +++ branches/5.1.x/install/upgrades.php (.../upgrades.php) (revision 14535) @@ -1,6 +1,6 @@ Array ('Core' => '5.1.3-B2'), '5.1.3-RC1' => Array ('Core' => '5.1.3-RC1'), '5.1.3-RC2' => Array ('Core' => '5.1.3-RC2'), + '5.1.3' => Array ('Core' => '5.1.3'), ); }