By editor, 18 September, 2016 GIT , Remove all old changes and make Current as initial Tags Git Server This is the brute-force method. It also removes the configuration of the repository. Step 1: remove all history rm -rf .git
By editor, 16 September, 2016 Drupal 8's HTML elements render and themes Tags Drupal 8 Code Theming Use custom twig template or alter an existence. Create a custom module then use hook_theme()
By editor, 1 September, 2016 Isset() VS Empty() VS Is_null() Tags PHP Code Those are three functions allow you to determine the nature of a variable, with a bit different. Comparison table
By editor, 29 August, 2016 Change Date format on Views BEF Tags Drupal 8 Code Drupal 7 Views There are several methodes. Change date format Using custom module.
By editor, 27 August, 2016 Perl warning Setting locale failed Tags Server Shell Linux For that, regenerate locals and setup locale settings. Generate locals Ex:# locale-gen en_US.UTF-8 Or :# locale-gen fr_FR.UTF-8 An also you can use # localedef -i en_US -f UTF-8 en_US.UTF-8