Searched refs:recurring (Results 1 – 25 of 28) sorted by relevance
12
| /plugin/calendar/ |
| D | PROJECT_HISTORY.md | 24 - Events can be marked as recurring with a `recurring: true` flag and `recurringId` 25 - Admin panel section for viewing and managing recurring series 139 - Added green " Rescan" button to refresh recurring events table via AJAX 164 - **v6.4.9**: Fixed recurring edit/delete returning "0 changes" — root cause was directory path mis… 170 - Red "✂️ Trim All Past" button in recurring events section header 171 - Removes all past recurring event occurrences across every namespace in one click 172 - Only events with `recurring` or `recurringId` flag are removed 205 | `admin.php` | Full admin panel — settings, namespace management, recurring events, statistics, im… 229 - **Manage**: Namespace explorer (drag-and-drop event moving, bulk actions), recurring event manage…
|
| D | plugin.info.txt | 6 desc Feature-rich calendar with multiple themes, Outlook sync, Google Calendar sync, recurring …
|
| D | README.md | 3 A feature-rich calendar plugin for DokuWiki with multiple themes, Outlook sync, recurring events, a…
|
| D | CHANGELOG.md | 659 Complete translation of the "Manage" button dialog for recurring events: 681 Complete vocabulary for recurring event management in both English and German. 700 - Delete recurring series confirmation 705 - "No past recurring events found" message 706 - "Found X past recurring events" confirmation 1049 - Redesigned recurring options section with bordered container 1117 - `deleteRecurringSeries()` - recurring deletion 1118 - `renameRecurringSeries()` - recurring rename 1283 …- Also fixed null coalescing for recurring events: `$oldNamespace ?? $namespace` instead of `$oldN… 1404 - Confirmation shows exact count: "Found 47 past recurring events to remove" [all …]
|
| D | admin.php | 2892 $recurring = []; 2989 $recurring[] = [ 3027 $recurring[] = [ 3049 usort($recurring, function($a, $b) { 3053 return $recurring;
|
| D | style.css | 1495 .recurring-options {
|
| /plugin/davcal/ |
| H A D | script.js | 420 if(edit && (event.recurring != true) && (readonly === false)) 489 else if(edit && (event.recurring == true) && (readonly === false)) 510 calEvent.recurring = false; 528 calEvent.recurring = false;
|
| H A D | helper.php | 1066 * @param boolean $recurring (optional) Set to true to define a recurring event 1070 …private function convertIcalDataToEntry($event, $page, $timezone, $uid, $color, $recurring = false) argument 1133 $entry['recurring'] = $recurring;
|
| /plugin/authgooglesheets/vendor/guzzlehttp/promises/ |
| D | CHANGELOG.md | 71 - Update EachPromise to prevent recurring on a iterator when advancing, as this
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/promises/ |
| D | CHANGELOG.md | 120 - Update EachPromise to prevent recurring on a iterator when advancing, as this
|
| /plugin/webdav/vendor/sabre/vobject/ |
| D | CHANGELOG.md | 98 * #309: When expanding recurring events, the first event should also have a 100 * #306: iTip REPLYs to the first instance of a recurring event was not handled 167 * #220: Automatically stop recurring after 3500 recurrences. 240 * #309: When expanding recurring events, the first event should also have a 242 * #306: iTip REPLYs to the first instance of a recurring event was not handled 273 * #253: Handle `isInTimeRange` for recurring events that have 0 valid 409 * #127: Attendees who delete recurring event instances events they had already
|
| /plugin/icalevents/vendor/sabre/vobject/ |
| D | CHANGELOG.md | 37 * #309: When expanding recurring events, the first event should also have a 39 * #306: iTip REPLYs to the first instance of a recurring event was not handled 106 * #220: Automatically stop recurring after 3500 recurrences. 179 * #309: When expanding recurring events, the first event should also have a 181 * #306: iTip REPLYs to the first instance of a recurring event was not handled 212 * #253: Handle `isInTimeRange` for recurring events that have 0 valid 348 * #127: Attendees who delete recurring event instances events they had already
|
| /plugin/webdavclient/vendor/sabre/vobject/ |
| D | ChangeLog.md | 14 * #309: When expanding recurring events, the first event should also have a 16 * #306: iTip REPLYs to the first instance of a recurring event was not handled 47 * #253: Handle `isInTimeRange` for recurring events that have 0 valid 183 * #127: Attendees who delete recurring event instances events they had already
|
| /plugin/davcard/vendor/sabre/vobject/ |
| D | ChangeLog.md | 14 * #309: When expanding recurring events, the first event should also have a 16 * #306: iTip REPLYs to the first instance of a recurring event was not handled 47 * #253: Handle `isInTimeRange` for recurring events that have 0 valid 183 * #127: Attendees who delete recurring event instances events they had already
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
| D | embed.rst | 102 we add a sidebar, which may again contain different, recurring structures
|
| /plugin/davcal/vendor/sabre/vobject/ |
| H A D | ChangeLog.md | 7 * #253: Handle `isInTimeRange` for recurring events that have 0 valid 143 * #127: Attendees who delete recurring event instances events they had already
|
| /plugin/importfacebookevents/nppBackup/ |
| D | syntax.php.2018-03-08_164706.bak | 209 // Handle recurring events
|
| D | syntax.php.2018-03-08_163705.bak | 205 // Handle recurring events
|
| D | syntax.php.2018-03-08_165158.bak | 209 // Handle recurring events
|
| D | syntax.php.2018-03-08_163718.bak | 205 // Handle recurring events
|
| D | syntax.php.2018-03-08_165255.bak | 209 // Handle recurring events
|
| D | syntax.php.2018-03-08_164623.bak | 205 // Handle recurring events
|
| D | syntax.php.2018-03-08_163658.bak | 205 // Handle recurring events
|
| D | syntax.php.2018-03-08_165027.bak | 209 // Handle recurring events
|
| /plugin/webdav/vendor/sabre/dav/ |
| D | CHANGELOG.md | 1354 * Fixed: Correctly checking if recurring, all-day events with no dtstart fall in 1357 * Fixed: All-day recurring events wouldn't match if an occurence ended exactly 1379 recurring event could result in an endless loop. 1481 recurring events. 1565 * Fixed: CalDAV time-range filter workaround for recurring events. 1760 an event. This fixes 'missing recurring events'.
|
12