Ralf Becker
e8b3a3635c
* Calendar/CalDAV/eSync: fixed not synced events constructed from exceptions
...
removed cal_recurrence filter in read, as cal_reference and cal_recurence is always used together for exceptions, but cal_recurrence was not allways reset to 0
2015-01-20 13:49:18 +00:00
Ralf Becker
de4d246726
* Calendar: speed improvments for huge calendar databases
...
by using time-range views instead of whole calendar and dates table
Also got old, much simpler non-union code working again, but union is still slightly quicker for huge databases (not at all for small ones!)
2015-01-19 19:32:26 +00:00
Hadi Nategh
4fa44e6482
Reorder and add missing phrases in lang files
2015-01-15 14:53:34 +00:00
Ralf Becker
4e27f324c9
improved method to query events with performance gains of a factor 10 on huge databases, currently only used in conflict check
2015-01-14 19:41:01 +00:00
Ralf Becker
83ca579700
fixing IDE warnings
2015-01-14 13:52:34 +00:00
Nathan Gray
daf62789a0
Add observer to home, delegating the update to each portlet if possible.
2015-01-13 17:36:18 +00:00
Nathan Gray
d51c83402d
Set default columns
2015-01-12 19:59:25 +00:00
Ralf Becker
7346a37998
cleaning up old addressbook stuff
2015-01-10 09:51:51 +00:00
Nathan Gray
e8821f2497
Use 0 instead of current user ID in calendar state to allow admins to create default calendar favorites useful for all users.
2015-01-08 15:51:36 +00:00
Hadi Nategh
e07c11be85
Fix popup's window close
...
-Make sure window.close() closing the right egw window
-Make sure the modal popup has the opener
2014-12-12 14:21:04 +00:00
Nathan Gray
782e3438ee
Avoid warning about select_cols already being an array
2014-12-11 18:00:14 +00:00
Hadi Nategh
f7383f54d1
Set the bodydescription to empty if it is not visible
2014-12-11 16:38:45 +00:00
Nathan Gray
3b6257fed2
Make sure event spans multiple days before removing nights, fixes late/overnight events giving negative time.
2014-12-11 16:22:55 +00:00
Nathan Gray
bd6af0b94b
Allow setting alarms on recurring events beginning in the past
2014-12-09 22:35:36 +00:00
Nathan Gray
ec750ac330
Fix missing event creation click handler on non-et2 home views
2014-12-09 17:55:00 +00:00
Nathan Gray
05257dee87
Fix missing participants in print dialog - undo unwanted readonly
2014-12-08 20:59:01 +00:00
Nathan Gray
ec8ac93685
Fix missing participants in print dialog
2014-12-08 20:57:12 +00:00
Nathan Gray
4d861d43e6
Remove some options that don't exist
2014-12-08 20:46:38 +00:00
Nathan Gray
0fbdc3e595
Explicitly apply state filters to UI
2014-12-08 17:23:57 +00:00
Hadi Nategh
78784a28e6
Change default behavior of multiline textbox resize
2014-12-05 13:39:21 +00:00
Hadi Nategh
eefb5963bf
Make edit popup dialogs compatible to resize window feature
2014-12-04 16:43:45 +00:00
Nathan Gray
939d99d9f6
Only hide the navigation buttons, leave the days
2014-12-03 00:33:35 +00:00
Nathan Gray
d62e9a1b0d
More Home progress:
...
- Hide navigation buttons in non-list calendar views to prevent reloads
- Fix state / session interference between home views & main calendar view
2014-12-03 00:20:57 +00:00
Hadi Nategh
a1c4c78bae
Refresh calendar event in top window after changing its status
2014-11-28 09:48:57 +00:00
Nathan Gray
c53625a4e4
Clear app header
2014-11-27 21:34:46 +00:00
Nathan Gray
57f5569fc4
More Home progress:
...
- Add support for calendar favorites. Note only the list view can be dragged, others are context menu only
2014-11-27 21:21:47 +00:00
Ralf Becker
48c8b1de74
do not destroy top-level app object, if we run in popup
2014-11-27 17:37:18 +00:00
Hadi Nategh
73d50223d8
Disable use_time_grid preference in calendar
2014-11-26 13:30:13 +00:00
Ralf Becker
0df2e9c23f
fix typo in docu
2014-11-25 10:42:27 +00:00
Ralf Becker
285f2382ea
fix not being able to accept/reject group-invitation, if not further rights
2014-11-25 10:41:06 +00:00
Ralf Becker
c738952af8
do NOT allow / correctly quote html in title, description and location of events
2014-11-19 20:10:07 +00:00
Ralf Becker
c633e0033b
* all aps: lower memory requirements of insert into document by skipping HTML processing, if there are no html (custom-)fields
2014-11-19 12:20:59 +00:00
Nathan Gray
ea8ff86854
Add a method to get an icon for a record, as specific to that record as possible
2014-11-18 23:40:49 +00:00
Ralf Becker
499601cd17
fix not being able to accept/reject invitation, if only a participants
2014-11-18 15:04:13 +00:00
Nathan Gray
d60cb7c6d5
Fix calendar list filter by custom date interval
2014-11-17 15:47:36 +00:00
Ralf Becker
19035cc6e4
only add readonly entries if required, saves some time/transfer volumn for hughe participant lists
2014-11-17 13:30:12 +00:00
Hadi Nategh
6b1addce9f
Preset enddate accroding to start date of an event, plus considering duration if it exists
2014-11-14 09:37:49 +00:00
Ralf Becker
9d7d6accd7
* CalDAV: fixed users participating only in exceptions of a recurring event were also shown in whole series in Thunderbird and iCal
2014-11-10 20:04:37 +00:00
Ralf Becker
dd7daa8dad
comment permanent error_log
2014-11-07 12:33:56 +00:00
Hadi Nategh
93aa6fb83a
* Calendar: Add new feature to the calendar app, in order to be able to sort calendars in day and week views
2014-11-05 16:13:26 +00:00
Hadi Nategh
ca142a8734
Style print view of calendar entry
...
-Fix None blocking, whole day, and private options weird behavior in print view.
2014-11-04 15:34:51 +00:00
Hadi Nategh
a9c6c2a90e
Display account_fullname of event owner, creator, and participant in calendar customized link title
2014-10-30 12:26:42 +00:00
Ralf Becker
a4389c7cbc
fix javascript error when creating an exception
2014-10-30 10:24:11 +00:00
Ralf Becker
c891d46104
* Calendar: allow admin to set a "default calendar view" used for first display of calendar, afterwards last selected view is used
2014-10-30 08:33:46 +00:00
Ralf Becker
f9dd84adb5
fix sql error on update
2014-10-28 22:09:12 +00:00
Ralf Becker
ab9865803d
also update etag and modified, to change ctag and sync-tags
2014-10-28 16:29:08 +00:00
Ralf Becker
f0252c1b74
* Calendar/CalDAV/eSync: exceptions show up in calendars of participants only participating in exceptions not whole recuring event (requires a DB update for existing events!)
2014-10-28 16:01:55 +00:00
Hadi Nategh
c16080856b
* Calendar: Add customizable link title in calendar preferences, in order to append extra fields to calendar's link title.
2014-10-28 09:54:52 +00:00
Hadi Nategh
ea5ec6b787
Set show calendar body description according to calendar interval
2014-10-27 15:02:21 +00:00
Hadi Nategh
60e203180c
Add event description to calendar event body if the event is longer than 3 hours
2014-10-27 14:37:38 +00:00
Hadi Nategh
27f13cad92
More performance optimization for calendar tooltip
2014-10-27 13:04:31 +00:00
Hadi Nategh
16e6f807de
Performance improvment for calender tooltip
2014-10-23 12:59:19 +00:00
Nathan Gray
16c902196d
Switch to nextmatch and edit dialog for customfield list (missed files from #49147 )
2014-10-22 20:11:31 +00:00
Hadi Nategh
3273c578f1
Fix extra scrollbar on calendar tab details
2014-10-22 08:28:16 +00:00
Ralf Becker
af048109ee
adding singular and plural name of app entries to link registry under "entry"/"entries" plus translations for apps which need them different from app-name
2014-10-21 13:51:37 +00:00
Ralf Becker
d0208328bc
* Calendar: fixed planner by category view was showing all categories under "None"
2014-10-20 09:14:24 +00:00
Ralf Becker
3759e498d9
* Calendar: make custom fields available in table plugins for document merge
2014-10-15 19:08:26 +00:00
Hadi Nategh
628b1369f7
Make calendar's tooltip scrollable
2014-10-15 12:03:15 +00:00
Ralf Becker
a35590b8fe
fix replacementes in update messages
2014-10-09 13:52:14 +00:00
Ralf Becker
3af8b4806b
insert/update timezones without sqlite extension
2014-10-07 21:04:58 +00:00
Hadi Nategh
b88102618b
Fix calendar entries mess up after editing an integrated entry (eg. infolog) while the calendar is not the active tab (happens only in F.F.)
2014-10-07 16:21:19 +00:00
Ralf Becker
b86a4b17dd
fall back to own db_backup for installing timezones, if sqlite extension is not available or broken
2014-10-07 13:15:04 +00:00
Ralf Becker
ae8754638e
* Calendar: user without edit access to event could not delete own alarm
2014-10-01 14:08:31 +00:00
Ralf Becker
165abb1280
remove not working email from selectbox in search for adding participants
2014-10-01 12:54:12 +00:00
Hadi Nategh
9b917407e0
* Calendar: Fix not being able to add calenadr alarm for user with limited access
...
-Fix javascript error while switching to custom alarm date
2014-09-23 13:49:22 +00:00
Nathan Gray
d75cbbdaba
Use link search value to get email addresses as participants working again.
2014-09-22 16:53:53 +00:00
Nathan Gray
76a76beb69
Fix a few more redirects resulting in unwanted iframes.
2014-09-22 15:25:23 +00:00
Ralf Becker
91ea6f8d9f
fixed whole-day checkbox comparison (this should probably be fixed on widget level too), fixes together with r48580 false "startdate changed" message while trying to save a recuring event
2014-09-10 10:24:40 +00:00
Ralf Becker
8c9854daa2
date widget has now api to set or get year, month, date, hours, minutes or time(stamp) and using that in calendar app.js for date manipulation
2014-09-05 10:34:37 +00:00
Ralf Becker
0c1f2c5d39
some styling for freetime search
2014-09-04 13:37:46 +00:00
Ralf Becker
35f63b35d5
* Calendar: fixed freetime search to correctly read and set times from edit window
...
- fixed et2_date.set_value() to understand nummeric timestamps in usertime used on server-side (needed timezone offset)
- added new parameter-type for et2_date.set_value() string starting with + or - to add or subtract given number of seconds from current time (to not have to code that in applications)
2014-09-04 13:03:48 +00:00
Ralf Becker
38849094a9
* Calendar: if contact is added as participant and event has not yet a title add contact as title
2014-09-03 16:22:05 +00:00
Ralf Becker
08c409fdad
disable homepage preferences, until we have a home-page again
2014-08-27 09:06:20 +00:00
Ralf Becker
ff37c7c3f4
* Calendar/IE11: fixed calendar and other apps were not working, if doing something in the calendar in IE11
2014-08-26 16:29:12 +00:00
Hadi Nategh
16cb288efc
* Calendar/all views: Fix recurrent whole day events do not pop up edit series dialog.
2014-08-25 10:30:52 +00:00
Ralf Becker
542d178eef
pending NL translations from our translation server
2014-08-22 13:04:08 +00:00
Ralf Becker
94afafae11
* all apps: fixed column sizes and stretch (change when window size changes)
2014-08-22 11:08:21 +00:00
Hadi Nategh
49fd7287ff
Make sure only integrated infolog events get drag tags not other inegrated events from other apps
2014-08-21 14:26:27 +00:00
Ralf Becker
08abe654ac
fixed sometimes (specially day-view) not working drag-n-drop, caused by DOM not ready
2014-08-21 14:12:07 +00:00
Ralf Becker
75feb92950
fix date arithmetic date.getTime() is milisecs not secs
2014-08-21 13:31:10 +00:00
Ralf Becker
cfd28ae9a9
fix not working data arithmetic, after change from timestamps to strings in date widget
2014-08-21 12:43:14 +00:00
Hadi Nategh
cb4b0a9532
Give more space to calendar day-view todo list
2014-08-21 12:20:44 +00:00
Hadi Nategh
6e9215e0ff
* Calendar/infolog events: Implement drag,drop and resize for integrated infolog events in all calendar views.
2014-08-21 11:20:37 +00:00
Ralf Becker
7ed3f45649
skip current user only for users, not group(-preferences)
2014-07-23 13:16:01 +00:00
Ralf Becker
448241f596
need to check type, not account_id to detected "default" or "forced" prefs
2014-07-23 12:39:10 +00:00
Ralf Becker
349630ffa7
show calendars and ressource-calendars for user whos preferences are displayed, for "default" and "forced" we only display all and primary group calendars, but ressources of current user
2014-07-23 12:30:39 +00:00
Hadi Nategh
1960c8c7f7
Fix calendar Action->Infolog opens not as popup
2014-07-21 09:38:35 +00:00
Ralf Becker
9fa607c3bd
fixed problems reported by LFRZ
2014-07-16 12:18:04 +00:00
Stefan Reinhardt
6a24ffb026
pixelegg / less
...
change @import....
2014-07-16 11:29:45 +00:00
Hadi Nategh
17b0c758f8
Fix calendar Category ACL does not apply changes
2014-07-15 15:18:06 +00:00
Ralf Becker
2e4a5107b8
pending French translations from translation.stylite.de
2014-07-15 09:38:29 +00:00
Ralf Becker
dbc6dbd7e1
Brazilian translations from Guilherme Rocha guilherme-at-gf7.com.br
2014-07-09 19:40:43 +00:00
Hadi Nategh
6d9421e034
There is no alarm tab in calendar edit dialog anymore, no need to make it readonly
2014-07-09 09:37:26 +00:00
Hadi Nategh
e47011657c
Fix custom fields tab not showing up in calendar edit dialog
2014-07-09 09:35:22 +00:00
Nathan Gray
210ebb5706
- Add $$user/primary_group$$ common placeholder
...
- Add calendar_owner/<contact> sub-placeholders, including primary_group
2014-07-08 19:05:09 +00:00
Hadi Nategh
0be030f6cb
Fallback to admin index after save/cancel from calendar ACl,timesheet edit status
2014-07-08 15:10:24 +00:00
Hadi Nategh
af38b85e5b
Fix calendar acl not showing stored category, selectAccount_ro widget expects value should be array or type of string
2014-07-03 09:10:11 +00:00
Ralf Becker
4c15c2f2de
* Calendar/API: allow not serialized data in async jobs, only run automatic purge if we have a real number > 0
2014-07-02 12:42:12 +00:00
Stefan Reinhardt
87004edef8
changed image needs-action
2014-07-02 08:16:59 +00:00
Ralf Becker
b592a5088e
fixed navigation calendar not shown for account-selection pref "none"
2014-07-01 15:26:05 +00:00
Hadi Nategh
9dd173288b
Make sure nm action_popup in calendar list view is display:none
2014-07-01 12:03:39 +00:00
Hadi Nategh
dcad41f542
Try to not always refresh calendar via observer for every infolog entry, but only the ones that are integrated in calendar
2014-06-26 12:39:20 +00:00
Hadi Nategh
6849109e2a
Add observer method for calendar and fix calendar not being refreshed when an integrated infolog event updates
2014-06-25 15:39:58 +00:00
Ralf Becker
d6ce36d735
bump versions to 14.1
2014-06-24 10:00:50 +00:00
Hadi Nategh
8c276bfe96
Remove "placeholder" link from help tooltip of preferences
2014-06-24 09:47:08 +00:00
Hadi Nategh
3e2255c77a
Change delete and undelete recurrence events dialog message
2014-06-17 09:57:48 +00:00
Ralf Becker
17d31ae65e
new translations for delete this recurrance or whole series dialog
2014-06-17 09:55:36 +00:00
Hadi Nategh
7f5af09f87
Retrive accidentally removed delete and undelete nm_popup templates from calendar listview temp by commit 45376. Additionally, fix error calling cal_delete for deleting recurrent events from listview
2014-06-17 09:44:15 +00:00
Hadi Nategh
cc594119b9
Fix refresh calendar list after deleting recurrent events
2014-06-17 07:48:59 +00:00
Hadi Nategh
7a9378d0d7
Fix calendar delete series event with exceptions
2014-06-16 16:49:45 +00:00
Ralf Becker
d23d41ca50
* Calendar/iCal/CalDAV: normalize enddates not on a recurrence-date, to recurrence-date before (not next)
2014-06-16 13:25:00 +00:00
Ralf Becker
6ae1ca93fd
fixed ACTION:NONE was not detected because of missing multiline switch, causing empty pref reset to 0
2014-06-11 09:15:43 +00:00
Ralf Becker
b308b0027d
changed default alarms pref to single "date-duration" pref (in minutes), fixed date-duration to have for prefs reasonable default of data_format=m,display_format=mhd,hours_per_day=24,empty_not_0=1
2014-06-06 11:59:20 +00:00
Hadi Nategh
0b109288f4
Set user prefered default alarm for regular and wholeday events
2014-06-05 16:07:59 +00:00
Ralf Becker
d3fed2c9b7
* Calendar/Notifications: show notification errors, eg. mail could not be sent
2014-06-05 11:03:12 +00:00
Hadi Nategh
5238bc3303
Change 5 min to 10 min from commitr47158
2014-06-04 09:53:37 +00:00
Hadi Nategh
2789a8d3a7
Set calendar alarm time to 5 min, if there is no user preferences
2014-06-04 07:42:54 +00:00
Hadi Nategh
06696b1f35
Fix Calendar alarm styling
2014-06-04 07:32:17 +00:00
Hadi Nategh
426687e888
Add custom option to Calendar default alarm regular and wholeday preferences. In order to be able to set custom number of days,hours or minutes
2014-05-30 13:38:59 +00:00
Hadi Nategh
b063901fde
Set alarm's default value according to user preferences for both regular and wholeday events
2014-05-28 15:04:06 +00:00
Ralf Becker
960b50b83a
sync CalDAV default-alarm trigger/time to calendar preference
2014-05-28 10:57:02 +00:00
Ralf Becker
f0e391220f
* Calendar: adding default alarm for regular or whole-day events, preference is shared with CalDAV clients
2014-05-28 10:03:57 +00:00
Hadi Nategh
2e293c8b91
Fix too much height of alarm header row, and add "Alarms" title for alarms list
2014-05-27 15:51:02 +00:00
Hadi Nategh
706c69ed90
* Calendar/Alarm: Move calendar Alarm from Alarm tab to Details tab and make it more user friendly to add alarm
2014-05-27 15:02:56 +00:00
Hadi Nategh
ab3ffca7f8
Remove mime_filter to get all documents for "Insert in document" selectbox in calendar sidebox
2014-05-23 10:24:05 +00:00
Ralf Becker
ae3e4cedfd
let refesh know which entry was saved
2014-05-23 08:16:22 +00:00
Klaus Leithoff
09fea87804
translations from our translation server
2014-05-13 14:43:56 +00:00
Ralf Becker
74d6ab3251
fix "Doublicate key" error on update
2014-05-08 12:27:24 +00:00
Hadi Nategh
291c4c04b4
No need to have explicitly fix et2_file width in calendaras the width is handled in etemplate2 class for all
2014-05-06 11:44:34 +00:00
Nathan Gray
3eaf87f78f
Fix some problems with calendar export causing a blank export popup
...
- missing template
- bad format on end date
2014-04-30 16:54:47 +00:00
Hadi Nategh
7f2cf7fed2
Add fullWidth class to participant select account in calendar edit popup
2014-04-24 12:46:37 +00:00
Ralf Becker
df8f6b9460
change validation of configuration to return existing validation functions, not running arbitrary ones
2014-04-23 14:36:08 +00:00
Klaus Leithoff
d1151d876e
translations from our translation server
2014-04-23 07:44:08 +00:00
Nathan Gray
9f0009e743
Revert r46616, empty_label with tags is used as blur text
2014-04-22 15:48:07 +00:00
Klaus Leithoff
58ea850bf3
* Calendar: fix mail to all participants; uninvited additional email in preset email addresses
2014-04-22 13:51:32 +00:00
Hadi Nategh
f2d4f2cfe4
Remove empty_label from select account in Participants tab
2014-04-15 14:13:43 +00:00
Nathan Gray
3a004a2672
Add link to list of placeholders into app menu
2014-04-14 17:08:43 +00:00
Nathan Gray
2b9ef3e4da
Remove unneeded check / resubmit, handled in dialog now.
...
Fixes recurring events not split if changed.
2014-04-14 16:10:57 +00:00
Nathan Gray
c97452e940
Stop calling no longer existing function
2014-04-08 14:42:56 +00:00
Ralf Becker
4c79fb650a
* CalDAV/calendar: if requesting user had only freebusy rights, no freebusy information was regurned
2014-04-08 13:12:41 +00:00
Nathan Gray
0ff14b14fa
Change participant selection widget to use similar options to infolog delegation (account_type=both tags=true multiple=true)
2014-04-07 17:01:10 +00:00
Stefan Reinhardt
518be5def7
calendar: fixed group planer
2014-04-01 09:23:56 +00:00
Nathan Gray
8954da4956
Another fix for edit series confirm dialog - handle case of recur type = 0 (single event)
2014-03-25 15:04:14 +00:00
Nathan Gray
06ea29a78c
Set sortmode=DESC for created column so newest show up on top for first click on the sortheader
2014-03-24 19:45:24 +00:00
Klaus Leithoff
00881d1c94
silence some warnings on mail-to-all-participants
2014-03-20 16:10:52 +00:00
Hadi Nategh
227280d03c
Complement fix for commit r46319, cover copied entries, or genrally entried with no id cases
2014-03-19 09:53:19 +00:00
Nathan Gray
42ee153c30
Set row_modified setting so nextmatch can filter out unchanged rows, and not send them back to the client again
2014-03-18 22:55:48 +00:00
Hadi Nategh
5347c8d133
Fix edit series confirm dialog pops up for new entries which are not recurrent event
2014-03-18 16:12:39 +00:00
Hadi Nategh
5f49f94ab4
Fix last_modified not aligned inline in calendar edit popup
2014-03-18 10:45:45 +00:00
Ralf Becker
c48e63df8a
* Calendar/EMail: wrong timezone conversation when accepting meeting requests (happening if server- and user-timezone are different!)
2014-03-13 14:09:41 +00:00