aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Cal.php
Commit message (Collapse)AuthorAgeFilesLines
* fix mod cal after fullcalendar updateMario2023-02-141-5/+1
|
* fix php warningsMario Vavti2022-10-231-1/+1
|
* fix timezone issue in mod calMario2021-03-261-34/+34
|
* get devHilmar R2021-03-011-7/+5
|
* apply calendar encoding fixes to mod calMario Vavti2019-06-201-3/+3
| | | (cherry picked from commit 24b0f8e27e2f5e035b9a8f488bae8d79a10398a4)
* update feature setMario Vavti2019-06-171-1/+1
|
* revisit mod calMario Vavti2019-06-171-290/+142
|
* fix mod cal regressionMario Vavti2019-06-141-2/+1
|
* mod cal band-aid fixesMario Vavti2019-05-261-14/+22
|
* use different settings for cal_first_day in events and cdav/calendar. This ↵Mario2018-09-231-1/+1
| | | | is a tradeoff. It would be better to have one setting for both but if we want to preserve the *all settings* view, this would break its functionality
* settings for events and cdav calendarMario2018-09-231-1/+1
|
* don't double encodezotlabs2018-09-201-1/+1
|
* remove bbcode from event hovertipzotlabs2018-09-201-0/+2
|
* remove profile_tabs() which has been deprecated and replaced by channel_apps()Mario Vavti2018-09-131-5/+1
|
* rename channel app events to calendar and add nav_set_selected() to /calMario Vavti2017-11-071-0/+2
|
* move profile tabs to app-trayMario Vavti2017-03-201-1/+2
|
* call zidify_links() when formatting bbcode for internal consumptionzotlabs2016-12-191-2/+2
|
* SECURITY: public calendar leaks connection information (birthdays) when ↵zotlabs2016-11-141-0/+4
| | | | view_contacts is not allowed
* issue #576 - duplicate events shownzotlabs2016-11-021-1/+1
|
* start removing db backticksredmatrix2016-10-031-1/+1
|
* remove the app $a passed to profile_load, also add profile_load to mod_wiki ↵redmatrix2016-06-261-1/+1
| | | | which should fix issue #431
* the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-10/+10
| | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files.
* turn the oft-repeated block_public ... check into a function ↵redmatrix2016-05-221-5/+4
| | | | observer_prohibited()
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-2/+0
| | | | (connections.php)
* get rid of the unused ispublic variableMario Vavti2016-04-291-1/+1
|
* module updatesredmatrix2016-04-181-0/+357