Schoorbs is a system to make room and resource bookings through a Web 2.0 GUI. You can also interact with it through a REST API. It allows you to book rooms and resources grouped by areas. Activity can be logged via a simple logging interface. The code is automatically tested by several unit tests. The interface can easily be styled through the usage of a template system. Schoorbs produces valid XHTML 1.1 output, has packages for Debian and Ubuntu, and is well documented online.
| Tags | Office/Business Scheduling |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | PHP |
| Translations | German English Japanese Italian Spanish Dutch French Finnish |
Recent releases


Changes: N-weekly repeat was fixed.


Changes: This version comes with a fix for the first security problem that was ever detected in Schoorbs. Despite the fact that it is an SQL injection vulnerability, it doesn't give the users who could exploit it any more rights since the affected code passage may only be called by administrators. Although this is a security release, an email logging backend is now included, so that one could be notified by mail if a booking will be created or edited.


Changes: Some small bugs were fixed. Incompatibility of the error-handler with PHP4 was fixed. Time wasn't shown at the border of the timetable in week view. Strings were not correctly handled in input_Area.


Changes: The area name couldn’t be changed, rooms couldn’t be deleted, and areas couldn’t be deleted. These issues have been fixed.


Changes: The GUI was flavored with mircoformats. The search interface was rewritten. A REST (Web service) interface was added. The GUI was refreshed. The code runs without register_globals=on and without an emulation of this. Several SQL injection possibilities were fixed. A simple logging interface was added. The JavaScript code was rewritten to work in modern browsers (using jQuery). JavaScript and CSS are delivered compressed.