Commit Graph

30 Commits

Author SHA1 Message Date
zotlabs 8aefbd911b events: don't use htmlentities on local (hz) event titles as they are not being used in textareas and umlauts for instance are getting mangled on the calendar display
(cherry picked from commit c1cc76119c)
2019-06-20 18:39:58 +02:00
Mario Vavti 9507f191b0 disable events module. it is now disfunctional 2019-06-17 10:16:49 +02:00
zotlabs 8ff9a9ff08 fix linkify_tags() so it works with xchans across multiple protocols, also some fixes to activity parsing from upstream. 2019-02-03 16:53:49 -08:00
Mario a1d1d5dba7 use different settings for cal_first_day in events and cdav/calendar. This 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 2018-09-23 19:40:52 +02:00
Mario 781fdaafcd settings for events and cdav calendar 2018-09-23 19:18:05 +02:00
zotlabs ba49e6a588 don't double encode 2018-09-20 22:46:47 -07:00
zotlabs 5525f082e6 remove bbcode from event hovertip 2018-09-20 22:43:01 -07:00
Mario Vavti cc1ffff7cd feed untranslated appnames to nav_set_selected() and query for the active app directly to get app details 2017-10-09 21:22:57 +02:00
git-marijus 27678a523c more nav_set_selected apps 2017-07-21 22:36:47 +02:00
zotlabs 1ceca4ae19 set 'adjust for viewer timezone' as the default for new events. 2017-01-02 14:13:02 -08:00
zotlabs b88a735e54 feature: allow event creation in other timezones than your own. 2017-01-01 19:51:44 -08:00
zotlabs 231b70b987 call zidify_links() when formatting bbcode for internal consumption 2016-12-19 16:06:49 -08:00
zotlabs 94065fde33 issue #576 - duplicate events shown 2016-11-02 19:26:02 -07:00
zotlabs cb9e944de1 remove debugging 2016-11-02 17:01:44 -07:00
zotlabs 1f92c594c8 issue #575, when 'nofinish' is set on an event, invalid date was generated/stored 2016-11-02 17:00:29 -07:00
Florian Steinel c1c96e01fa sql: limit 1 for UPDATE and DELETE is not supported by the SQL standard and postgresql
(see: https://www.postgresql.org/message-id/flat/1291109101.26137.35.camel%40pcd12478 )
2016-10-27 02:41:32 +02:00
Mario Vavti 5fb173149a provide lockstate for events and remove obsolete code 2016-10-22 20:44:41 +02:00
zotlabs aa9fef7778 squash timezone adjusted birthdays into a single day in the calendar, by lying and telling the js calendar that the end date/time is unknown 2016-10-21 20:56:01 -07:00
zotlabs 2db7b2d948 change event behaviour - share by default. 2016-10-18 16:46:09 -07:00
redmatrix 4e07b4c0e8 even more backslashes 2016-10-03 22:01:14 -07:00
Mario Vavti 56aa568124 objects with id=share_container seem to be blacklisted in various security browser plugins. rename it to distr_container. also remove some superfluous js 2016-09-22 11:07:21 +02:00
Mario Vavti 908e15bc90 multi acl: port events 2016-08-03 23:57:41 +02:00
redmatrix ed0e2b52d7 move permissiondescription class to zotlabs/lib 2016-07-11 21:46:16 -07:00
Mario Vavti 7371e08625 ditch the change_view widget and make header fixed in fullscreen mode 2016-07-01 12:21:19 +02:00
redmatrix a9d7acda27 the rest of the schema updates - WARNING: some third party plugins may fail; 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. 2016-06-01 21:48:54 -07:00
redmatrix b1259876bf more db column renames 2016-05-31 21:45:33 -07:00
redmatrix 2f64684299 some event fixes, also change jquery-textcomplete to un-minified since the minified version appears to require a mapping file and causes a lot of server fetch errors trying to load it. 2016-05-25 20:06:21 -07:00
redmatrix a2cec8899a daemon conversion continued... 2016-05-19 22:26:37 -07:00
Treer 09ef30feb0 Update some modules to use new ACL dialog feature 2016-05-08 21:27:52 +10:00
redmatrix 2a4e8972e0 module updates 2016-04-18 20:38:38 -07:00