Nathan Gray
50b3c77986
Calendar et2 bugs:
...
- Add link styling to grid views
- Don't fail if loading without access
2015-09-09 21:35:26 +00:00
Nathan Gray
84b1eafc24
Calendar et2 bugs:
...
- Clicking a date in sidebox now changes to day view, unless you're in 4 day view
- Today button no longer switches to month view
- Put upper limits on planner by user & category headers to avoid hundreds of day headers
2015-09-09 20:59:23 +00:00
Nathan Gray
37e3005070
Get calendar CSV import to better recognize participants.
2015-09-09 19:43:33 +00:00
Hadi Nategh
a951366235
Add today button into sidebox navigation calendar
2015-09-07 17:13:20 +00:00
Ralf Becker
aba5cf102f
fix PHP Fatal error in install caused by trying to install no longer used sqlight timezone database
2015-09-07 14:52:51 +00:00
Ralf Becker
f55ce966cb
using calendar_zpush not calendar_activesync
2015-09-04 15:40:47 +00:00
Nathan Gray
ed6948a9f2
- Better granularity calculations using number of weeks & view
...
- Clicking sidebox calendar no longer changes view
- Fixed header links to different day (broken in some views) & got clickable week numbers working
2015-09-02 22:40:38 +00:00
Ralf Becker
d06239c888
Update timezones always reports nothing to update, as automatic called init_static() already done the update
2015-09-02 12:46:09 +00:00
Ralf Becker
230bc4efb2
* Calendar/CalDAV: update timezones to 2015e from Thunderbird zones.json
...
from https://hg.mozilla.org/comm-central/raw-file/tip/calendar/timezones/zones.json
removes dependency to PHP sqlight extension
2015-09-02 12:07:14 +00:00
Ralf Becker
1f099b9d81
setting index url from setup containing ajax=true
2015-08-31 15:50:10 +00:00
Ralf Becker
49873b317a
only unlock, if we have a lock(-token)
2015-08-31 10:49:58 +00:00
Hadi Nategh
7a57615e38
Fix mail integration vfs attachments not working for infolog, tracker and calendar
2015-08-27 10:12:55 +00:00
Ralf Becker
3a309cee11
* Calendar: fixed SQL error in list-view
2015-08-27 08:22:46 +00:00
Nathan Gray
75c7d36a31
Some speed optimizations and plugging some leaks.
2015-08-25 23:30:32 +00:00
Nathan Gray
c4758f1679
- Give user names their own line to avoid being hidden by first day of week
...
- Fix bug showing first user's name when crossing the merge calendar limit
2015-08-25 00:00:45 +00:00
Nathan Gray
f05a777215
Calendar bugs
...
- Add loading spinner when changing (resize) an event
- If user changes the month using the sidebox calendar, switch to month view for that month
- Mark holidays on the sidebox calendar
- Change cursor over sidebox week number to match cursor over days
2015-08-24 17:28:19 +00:00
Ralf Becker
3b1de579f4
pending Frensh and Spanish translations from our translation server
2015-08-20 07:11:38 +00:00
Nathan Gray
8cb0aade18
Calendar bugs
...
- Fix 'Today' button went to yesterday if timezone was < GMT
- Fix navigation buttons & scrolling in year planner
- Fix sometimes missing data in year planner if timezone was < GMT
2015-08-19 16:17:55 +00:00
Nathan Gray
3cc740d35e
Calendar bugs
...
- Remove tooltip border
- Always show weekends in sidebox & 4 day view
- variable granularity, weekN & month view show less
- Added missing week numbers
- Hide participants if more than one & calendar is combined
2015-08-19 00:08:22 +00:00
Ralf Becker
beb829c315
drop contenthistroy class and table (egw_api_content_history) formerly used by SyncML
2015-08-18 11:45:59 +00:00
Ralf Becker
59ca017000
allow to use nextmatch filters in calendar list-view
2015-08-18 09:07:12 +00:00
Ralf Becker
c3ce6bdbcc
fix typo
2015-08-17 15:31:02 +00:00
Ralf Becker
82ca78d378
* Calendar: fix SQL error on storing events containing rfc822 email addresses with non-ascii characters eg. "Hugo Müller <hm@test.org>"
...
egw_cal_user.cal_user_id is now an md5 hash of lowercased raw email address (eg. "hm@test.org" in above example). Full attendee information is now stored in egw_cal_user.cal_user_attendee.
Will allow in a further step also to store attendee information for accounts to eg. answer with correct email to external organizers
2015-08-17 14:07:25 +00:00
Nathan Gray
949ea0c000
Implement app refresh (via observer) to clear all cached data & redraw properly
2015-08-12 17:42:22 +00:00
Nathan Gray
8db7e46aa6
Implement app refresh (via observer) to clear all cached data & redraw
2015-08-12 16:51:03 +00:00
Nathan Gray
5090c767c5
Calendar et2 bugs:
...
- Fix holiday & timezone admin screens
- Fix sometimes not shown events when there are more than one on a day
- Fix resource names not always shown in grid labels
2015-08-12 16:37:02 +00:00
Nathan Gray
bf2fff51f6
Calendar et2 bugs:
...
- Fix daywise cache kept even when changing owner
- Fix filtering for a single participant did not return correct results
- Fix sometimes missing resource name in single calendars
2015-08-11 23:20:24 +00:00
Nathan Gray
57ab5dc678
Calendar et2 bugs:
...
- Fix drag to re-order calendars
- Keep order in planner view
2015-08-11 22:30:50 +00:00
Nathan Gray
6ad8a5e309
Calendar et2 conversion work in progress.
...
- Fixes for losing actions
- Drag & drop move & resize for planner view
2015-08-11 15:35:54 +00:00
Nathan Gray
47813048ab
Calendar et2 conversion bugs:
...
- Home favorites were missing data
- View selectbox did not show Planner when you clicked the button
- Weekend toggle did not affect multi-week view
- Refresh lost the event if it changed day
2015-08-06 17:14:20 +00:00
Nathan Gray
68f778f163
Calendar et2 conversion bugs:
...
- Home favorites were missing data
- View selectbox did not show Planner when you clicked the button
- Weekend toggle did not affect multi-week view
- Refresh lost the event if it changed day
2015-08-06 17:12:34 +00:00
Nathan Gray
9903a5f926
Calendar et2 conversion work in progress.
...
- Home favorites with context menus
2015-08-05 21:24:07 +00:00
Nathan Gray
adc69060c8
Avoid syntax error, thanks Ulle.
2015-08-04 14:26:00 +00:00
Ralf Becker
4fbd2716ab
* CalDAV/Calendar: fix not working private flag from Apple clients
2015-07-29 13:31:03 +00:00
Ralf Becker
2fcde50257
* CalDAV/Calendar/InfoLog: do NOT use ENCODING=QUOTED-PRINTABLE for iCal 2.0, cuts eg. description off in TB, if containing non-ascii chars
2015-07-23 15:51:26 +00:00
Nathan Gray
5bac30f8c7
Hide whole day label when read-only and the event is not whole day
2015-07-22 14:44:19 +00:00
Nathan Gray
d5cceaf7d6
Fix merged dates from the event list were not timestamps, and could not be formatted
2015-07-22 14:22:28 +00:00
Nathan Gray
1ac7324243
Calendar et2 conversion work in progress.
...
- Drag & drop reschedule across days/weeks (grid views)
2015-07-21 23:45:38 +00:00
Nathan Gray
a6c9157fdc
Remove unwanted "disable" read-only label from whole day checkbox
2015-07-20 15:02:32 +00:00
Ralf Becker
b2d48dcd84
* Calendar/CalDAV: recurence exceptions were not exported since last package (Horde_Icalendar update)
2015-07-16 12:53:28 +00:00
Ralf Becker
97f92355fb
quiten warning, if event has no alarms
2015-07-16 12:51:13 +00:00
Ralf Becker
745ef42e04
fixed all IDE warnings
2015-07-16 12:10:48 +00:00
Ralf Becker
ca8a6328d5
* Calendar/CalDAV: rejected meeting-requests were not returned when searching for free time
2015-07-16 12:09:19 +00:00
Ralf Becker
6bb7c50642
* Calendar: fixed copied execption of an event series still contained reference to original series
2015-07-16 11:18:54 +00:00
Ralf Becker
39e69be95d
* Calendar: deleting an event did not honor "Do not notify" checkbox (if enabled)
2015-07-16 10:05:18 +00:00
Ralf Becker
9ef2cbd98a
* Mail/Kalendar: remove iCal from alarms and correctly display canceled events in mail
2015-07-16 09:34:55 +00:00
Nathan Gray
f0ebb448a2
Calendar et2 conversion work in progress.
...
- Client side event caching
- Home fixes
2015-07-15 16:29:10 +00:00
Ralf Becker
7c141d1c65
Fix empty meeting request display in mail, caused by default handling in et2_ready
2015-07-15 13:16:31 +00:00
Ralf Becker
bba3fa804a
some database optimizing: changing columns with no user-input to CHARACTER SET ascii (instead of utf8), shorten indexes and add additional autoincrement columns where primary key contained varchars
2015-07-11 13:56:50 +00:00
Nathan Gray
cd778e3c36
Add merge placeholders for participants filtered by type (group, resource, etc.)
2015-07-10 15:27:06 +00:00