Re: Database columns missing in OXID eShop v6

2018-04-03 Thread Tomas Kvietkauskas
Hello Michael, where did u get SQL migration from? Maybe someone just forgot those fields, because they exist in new DB scheme (there were no big changes in DB). Anyway, I think you have some custom, project specific, fields so you need to double check what you are migrating. So keep them. -

Re: Testing methods with parent call

2018-01-03 Thread Tomas Kvietkauskas
Hello Markus, in short, its possible: move parent::method() to its own private function e.g. private function callParentSend() { parent::send(); } then call callParentSend() in send method .. $this->callParentSend(); .. then callParentSend() function can be mocked or ignored - Tomas

Re: OXID Jobs as a new feature on OXIDforge

2017-06-01 Thread Tomas Kvietkauskas
Hey Marco, great idea to have all jobs in one place, looking forward to find new clients and colleagues :) - Tomas 2017-06-01 19:30 GMT+03:00 Marco Steinhaeuser < marco.steinhaeu...@oxid-esales.com>: > Hi everybody, > > this is a note to let you know about a new feature on OXIDforge, OXID >

Re: Database utf8 and latin1 questions

2017-01-18 Thread Tomas Kvietkauskas
Hello, I think this is more related to memory size, latin is a single byte encoding while utf8 is two byte encoding (any sysadmin/db admin there correct me if I am wrong?) The other thing that you should keep all ids the same latin encoding to prevent type conversion on mysql queries/joins.

Re: [oxid-dev-general] Private methods in current security patch

2016-06-20 Thread Tomas Kvietkauskas
useless. And of course think about other implementation cases .. > On 20 Jun 2016, at 19:23, Tomas Kvietkauskas <tomas.kvietkaus...@nfq.com> > wrote: > > Hi Dirk, > > thanks for your insights, > could you please name methods that were changed from protected

Re: [oxid-dev-general] Backend Order creation?

2015-09-04 Thread Tomas Kvietkauskas
Hi, I have an idea of writing module which will let you to create orders from backend, but it’s still under development as I am lacking of spare time. As I see you need to create your own custom way to make orders from any specified source of yours (api, xml, csv, etc). Another solution could

Re: [oxid-dev-general] SEO URL

2015-06-19 Thread Tomas Kvietkauskas
Hi, use lowercase only urls. What does your SEO Company say about that? +1 for Marco solution, no need to hack/patch oxSeoEncoder ;) On 19 Jun 2015, at 16:10, Marco Steinhaeuser marco.steinhaeu...@oxid-esales.com wrote: Hoi, there are some modules/methods out there in order to force

Re: [oxid-dev-general] new blog URL

2015-06-14 Thread Tomas Kvietkauskas
Hi Mirza, add your blogs/subdirectories to .htaccess rewrite conditions to skip in oxid seo e.g. https://gist.github.com/ddpkts/749e421167d2e7674bd3 https://gist.github.com/ddpkts/749e421167d2e7674bd3 On 14 Jun 2015, at 20:34, Mirza Ahtasham Ahmad ahtasha...@gmail.com wrote: Hi, I am

Re: [oxid-dev-general] CMS Page type Upper Menu

2015-01-19 Thread Tomas Kvietkauskas
Hi Mirza, On 16 Jan 2015, at 18:24, Mirza Ahtasham Ahmad ahtasha...@gmail.com wrote: @Dev-Oxid The bug is more than 2 years old, any update here ?? you can always fix a bug and make a pull request ;)___ dev-general mailing list

Re: [oxid-dev-general] CMS Page type Upper Menu

2015-01-19 Thread Tomas Kvietkauskas
...@lists.oxidforge.org mailto:dev-general-boun...@lists.oxidforge.org] On Behalf Of Tomas Kvietkauskas Sent: Monday, January 19, 2015 10:53 AM To: dev-general@lists.oxidforge.org mailto:dev-general@lists.oxidforge.org Subject: Re: [oxid-dev-general] CMS Page type Upper Menu Hi Mirza

Re: [oxid-dev-general] unsubcribe

2015-01-15 Thread Tomas Kvietkauskas
+1 On 15 Jan 2015, at 18:09, Oliver Bruehl oliver.bru...@gmail.com wrote: ___ dev-general mailing list dev-general@lists.oxidforge.org http://dir.gmane.org/gmane.comp.php.oxid.general ___ dev-general

Re: [oxid-dev-general] ioly OXID Connector

2014-11-20 Thread Tomas Kvietkauskas
Hi Dave, On 20 Nov 2014, at 11:31, Dave Holloway li...@dajoho.com wrote: There is always a layer of trust that they aren't sniffing $_POST['order']['cc_number'] and sending it off to the Lithuania-Pastebin. please tell me more about it.___

Re: [oxid-dev-general] ioly OXID Connector

2014-11-19 Thread Tomas Kvietkauskas
Hi, from business point of view one click install sounds as a nice feature, but seriously? :) letting end user with limited knowledge install modules into oxid? giving permissions to f*** up the system? On 19 Nov 2014, at 10:22, Tobias Merkl me...@proudsourcing.de wrote: Hey guys,

Re: [oxid-dev-general] OXID Cookbook Published by O’Reilly

2013-08-02 Thread Tomas Kvietkauskas
Hi Marco, maybe you're planning to publish a cookbook in english for non german speaking audience? regards Tomas On Aug 2, 2013, at 11:58 AM, Marco Steinhaeuser marco.steinhaeu...@oxid-esales.com wrote: Hi everybody, on July, 28th the OXID eShop cookbook was published at O’Reilly’s. We