Introduction
This page contains a few guidelines to consider when developing for OLAT.
Commits
all svn commit messages must
- have a prefix identifying your project (see table below)
- the message after the prefix should be short but concise, describing either the improvement or the bug fix
- bundle all files you changed for a work task into one commit (so we have meaningful changesets from one revision to the next)
| Project | Prefix |
| Weblog module for OLAT LMS | weblog |
| OLAT – LDAP authentication module | ldap |
| iCal Calendar Feed | ical |
| Clipboard for OLAT | clipboard |
| Tagging | tagging |
| Editor for IMS-Content packages in OLAT | imseditor |
| eLML template generator | elml_template |
| XSL stylesheet for the transformation of eLML-lessons to DocBook format | elml_docbook |
| General work | general |
Links