Auteur: Jaap Jansma
-
Setting CiviCRM Buildkit to use for running Unit Tests in extension development
In this blog I will describe what I done so setup my local environment to run CiviCRM Buildkit for running unit tests in extension development. Locally I run Arch Linux so some commands might be different on your machine. First I download CiviCRM Buildkit to a local directory: # first install all the required packages:…
-
Use the delay mechanism to set the activity date in CiviRules
In this blog I will explain how to use the delay mechanism in CiviRules to set date field. In this example we will set the activity date in the action Add Activity. So that we can schedule an activity which should occur at the 3rd tuesday of the month. CiviRules already has a delay mechanism…
-
Installing Pentaho 6.1 Community Edition on Ubuntu
In this tutorial I will explain what I did to install Pentaho 6.1 business analytics platform on an Ubuntu server. I will also explain what I did to install Pentaho Data Integration, Pentaho Schema Workbench and Pentaho Report Designer on an Ubuntu Desktop. For this tutorial I wanted to use my CiviCRM database as the…
-
Geluk
Afgelopen dagen was ik voor mijn werk in het mooie Engelse Peak District. Dat is een gebied welke intrek is bij wandelaars vanwege de mooie heuvels die er zijn. Nu bestond mijn werk eruit dat we met zo’n 20 man ons opsloten in een vakantiehuisje en ondertussen verbeteringen aan CiviCRM aanbrachten dat kon zijn door…
-
Howto use pagination in CiviCRM
CiviCRM has its own pagination class which makes it quite easy for you to use pagination on your pages. In this tutorial I will explain how you could add pagination to your own pages and forms.
-
Howto setup a CiviCRM development environment for fixing bugs
The steps for proposing a fix consist first of setting up an environment for fixing bugs and proposing a Pull Request (PR). There are two ways for setting up an environment for fixing bugs, one is a fully running CiviCRM development environment, which requires buildkit, composer etc… In this tutorial I will explain how you…
-
Tutorial: installing redmine on Arch linux
#Yesterday I tried and succesfully managed to install Redmine on an Arch Linux server. I found it difficult to install Redmine on Arch because the instructions of Redmine and the wiki page on the Arch Linux wiki wheren’t clear, or at least I struggled with following those instructions. That is why I have written this…