Replication: Skip database on the slave
Submitted by racke on Wed, 05/27/2009 - 08:55.Put this in the configuration of the slave:
replicate_wild_ignore_table=mysql.%
Pagination on Web Sites
Submitted by racke on Sat, 03/14/2009 - 10:41.Deleting from table where record is missing in other table
Submitted by racke on Fri, 03/13/2009 - 20:36.
delete from product_categories where category IN (select distinct category from product_categories PC LEFT JOIN categories C on PC.category = C.code WHERE code is NULL);
MySQL example:
delete PC from product_categories PC left join products P on PC.sku = P.sku where P.sku is NULL;
delete C from categories C left join product_categories PC on C.code = PC.category where C.parent > 0 and PC.category is NULL;
MySQL example for multiple table update:
Interchange Presentation @ CeBIT 2009
Submitted by racke on Sat, 03/07/2009 - 17:32.Clone records with serial key
Submitted by racke on Thu, 01/08/2009 - 08:43.
insert into form_elements(code,name,label,component,widget) select nextval('form_elements_code_seq'),name,label,'register',widget from form_elements where component = 'shippingaddress';
Request Tracker Plugins
Submitted by racke on Sun, 11/30/2008 - 11:00.RT plugins (extensions) are listed on:
Interchange 5.4.3, 5.6.1, 5.7.1 released
Submitted by racke on Fri, 11/14/2008 - 11:34.The Interchange Development Group is pleased to announce the release of Interchange 5.4.3 and 5.6.1, maintenance releases to the current and previous stable versions of Interchange.
There were several changes, including bugfixes to prevent cross-site scripting prevention and to fix regressions in the previous releases.
Mail Server Configuration
Submitted by racke on Wed, 10/22/2008 - 10:35.Keep your mail server from blacklists.
Spamhaus is used by a lot of email providers, e.g. GMX and Yahoo, to refuse incoming emails from
IPs listed there.
You can check the Spamhaus blacklists (SBL,PBL, XBL) at http://www.spamhaus.org/query/bl?ip=IP.
Instructions for avoiding the CBL are here.
The answer to the HELO should be fully qualified domain name (e.g. "mail.linuxia.de"), with correct reverse DNS lookup.
Request Tracker Update to 3.8.1 on rt.icdevgroup.org
Submitted by racke on Mon, 10/20/2008 - 12:50.Request tracker (RT) on rt.icdevgroup.org has been updated on last Saturday to 3.8.1. The 3.8 series introduces lots of new features and fixes hundreds of bugs.
- dashboards
- ticket bookmarks
- richtext email
- email signatures and encryption
- relationship charts
Cruising Europe - Interchange/Perl Events 2008/2009
Submitted by racke on Mon, 09/15/2008 - 12:11.Last month, the YAPC::Europe conference for 2008 took place in Copenhagen
(http://www.yapceurope2008.org/ye2008/). ICDEVGROUP member Stefan Hornburg
was one of the speakers. His talk was "Interchange - The Open Source Online
Shop Platform" (http://www.yapceurope2008.org/ye2008/talk/1339).
The next upcoming event is the Twincity Perl Workshop on 7th and 8th
November 2008, held in Vienna and Bratislava
(http://conferences.yapceurope.org/tcpw2008). ICDEVGROUP members Jure
Kodzoman and Stefan Hornburg will visit this event in both cities.
