Drupal developer links of the week (01-02-2013)
Some interesting links that I have found this week.
- Read more about Drupal developer links of the week (01-02-2013)
- Log in or register to post comments
git Mini Howto
All you need to know to start faster in Git:
- sudo git add .
- sudo git commit -m "function findFriends added"
- git push -u origin master
That's it :-)
- Read more about git Mini Howto
- Log in or register to post comments
Drupal Sprint London January 2013
After a nice day knowing new people and mainly learning, this is my contribution to the community in this first Drupal Sprint in London:
- Read more about Drupal Sprint London January 2013
- Log in or register to post comments
code reviewed in Drupal Sprint London 2013
steps:
download review tools,
1. coder: http://drupal.org/project/coder
2. php code sniffer: http://drupal.org/node/1419988
3. dreditor: http://drupal.org/project/dreditor
4. paraviewsh (automated tool): http://drupal.org/project/pareviewsh
- Read more about code reviewed in Drupal Sprint London 2013
- Log in or register to post comments
Howto contributing a module to Drupal
,
- Read more about Howto contributing a module to Drupal
- Log in or register to post comments
some git commands
try.github.com
sudo git reset --hard origin/8.x
issue summary template: http://drupal.org/node/1155816
http://core.drupalofficehours.org/
http://drupal.org/project/dreditor --> for chrome/firefox
Novice tags are good for starting to contribute.
Applying a patch in Drupal core:
1. Download the patch,
2. apply: git apply -v [patch]
- Read more about some git commands
- Log in or register to post comments
Apache not sending changes in js and css (virtual box)
I am using a solution of vbox (virtual box) and shared folders in our windows work environment (yes, unfortunatelly, but the IT team is in his right to decide which machines we have to use).
- Read more about Apache not sending changes in js and css (virtual box)
- Log in or register to post comments
Drupal developer in London
My name is Alejandro Moreno Lopez. I'm an spanish developer living in London, degree in Computer Science, who has specialized in PHP and Drupal development.
- Read more about Drupal developer in London
- Log in or register to post comments
Debug Cron white screen in drupal
Debugging cron issues and errors is one of the most tricky things in Drupal. If you are dealing with a big site, with people adding nodes, inserting content which you can't allways force to be commited in the right way, and things like that, it is not unusual to find a cron broken by some "misterious" node.
Well, it is quite easy to find this "misterious" offender, just logging the cron activity. How, very easy, with my new module "cron_killing_finder".
- Read more about Debug Cron white screen in drupal
- Log in or register to post comments
warning: date(): It is not safe to rely on the system's timezone settings
The error is quite enoying:
warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'GMT/0.0/no DST' instead
But it is quite simple to correct. It is not a drupal problem, but a linux/apache. Just go to your php.ini, for example /etc/php.ini in CentOS and add this line: