Remove all your local git branches, use master instead
git branch | grep -v "master" | xargs git branch -DContinue reading “GIT – Useful configuration orders”
Devlion experience for Developers
git branch | grep -v "master" | xargs git branch -DContinue reading “GIT – Useful configuration orders”
As we all know well, Moodle is a multilingual system which, depending on the wishes of the user, can perfectly support many languages. As a rule, when developing a new plugin, there are no big difficulties
SmartAdmin for laravel framework for fast database representation as RESTfull.
SmartAdmin – more than a simple admin panel.
הקורס פורמט הוא סוג תוסף מיוחד במוודל שאחראי על פריסת מידע של הקורס במערכת moodle. דף הקורס (/course/view.php) יכול להיות במצב תצוגה ועריכה, קורס פורמט של moodle מציג פרקים, משאבים ופעילויות בצורה מוגדרת בהגדרות הקורס במערכת moodle. מנהל מערכת יכול להפעיל, לבטל או למחוק תבניות לקורסים.
Continue reading “Moodle – יצירת קורס פורמת חדש”A course format is a special type of plugin in Moodle, which is responsible for the course layout – what the course page looks like (/course/view.php) in both view and editing mode, which resources and activities must be displayed, how they are styled and in which order they are arranged, in which sections they are located etc. The basic and most popular Moodle course format is the Topics format. It is the most simple and that’s why it’s best to use it as a skeleton for the creation of a new course format.
Continue reading “Moodle – Create a new Course format, based on Topics”סקריפט מאפשר לשמור גיבוי של קבצים ומסד נתונים למערכת וורדפרס בצורה אוטומטית במשך 7 ימים בשרת Ubuntu
Continue reading “WordPress – גיבוי אוטומטי למערכת וורדפרס בשרת ubuntu”A simple script to backup WordPress each day on an Ubuntu server and keep it for 7 days
Continue reading “WordPress – Make backup each day on Ubuntu Server”רשימת הטעויות הנפוצות ביותר בכתיבת קוד ב-Moodle.
//BED $Userid, $course_id, $ModuleCourseid //GOOD $userid, $courseid, $modulecourseid, $param1, $parm2 ..
Continue reading “Moodle – קידוד הנכון לכתיבת קוד ב-php במערכת מודל”
List of rules for proper development in the Moodle environment
//BED $Userid, $course_id, $ModuleCourseid //GOOD $userid, $courseid, $modulecourseid, $param1, $parm2 ..
List of rules for proper development in the Moodle environment
//BED $Userid, $course_id, $ModuleCourseid //GOOD $userid, $courseid, $modulecourseid, $param1, $parm2 ..