Git Hook is a project to facilitate building git event workflows with Drush.
Did you know that Git has its own hook/event system? Certain git actions will result git checking for a script in your local git repository in .git/hooks, and if an executable exists with the correct name, it will execute it. Some of those events will even act as validation before allowing an action to proceed.
This allows you to develop workflows around your git operations, such as basic code validation, or firing off emails when a branch is tagged.
GitHook wraps the hook system in a Drush-based command-line environment in an effort to make the creation of custom workflows easier for Drupal developers.
Current Functionality
Validate PHP Syntax for all changed files in a commit. Will not allow a commit to be made with syntax errors. (Thanks to Travis Swicegood for the original script!)
Link between the api module and bot, use the function dump function of api to retrieve a list of functions, so that we can get rid of the api.module for lookups in bot_project.
This module creates a simple graphical calendar block using jQuery and jQueryUI(date picker). There's a new function to add datepicker in code for developers too.
Datepicker plugin does not support Persian calendar, but it's been edited nicely by 'hasheminezhad' so it does. This module adds a graphical interface, if you need to add new calendar systems to drupal(like Iranian Shamsi,...) check out 'Calendar Systems' module, which most of the job is already done there.
Calendar which are supported so far:
- Jalali (Iranian Shamsi Calendar)
- Arabic Calendar