Home
last modified time | relevance | path

Searched refs:CALENDAR_DEBUG (Results 1 – 6 of 6) sorted by relevance

/plugin/calendar/classes/
DRateLimiter.php258 if (defined('CALENDAR_DEBUG') && CALENDAR_DEBUG) {
DFileHandler.php287 if (defined('CALENDAR_DEBUG') && CALENDAR_DEBUG) {
DEventManager.php473 if (defined('CALENDAR_DEBUG') && CALENDAR_DEBUG) {
/plugin/calendar/
Daction.php57 if (CALENDAR_DEBUG) {
Dcalendar-main.js8 var CALENDAR_DEBUG = false; variable
12 if (CALENDAR_DEBUG && console && console.log) {
DCHANGELOG.md61 - Added `CALENDAR_DEBUG` flag for JavaScript console logging
1342 - **Debug Logging:** All debug logging now conditional on `CALENDAR_DEBUG` constant (off by default)