Nathan Gray
76497460f5
Reset merge selectbox after choosing a file
2011-02-17 18:27:37 +00:00
Nathan Gray
8b1440560e
- Add merge print directory to sidebox so it's available from all views
...
- Add day_n, yesterday, today & tomorrow tables
2011-02-15 20:35:46 +00:00
Nathan Gray
f8343aa0e3
- Add default iCal import & export
...
- Remove Export: & Import: from sidebox menu, use Import/Export app
2011-01-28 20:04:52 +00:00
Ralf Becker
a145fdb13f
* Weeknumbers in calendar views, were wrong for week-start-day other then Monday
...
iso8601 defines them only for week starting Monday, so we use now the Monday to calculate the week-number, even if user prefers an other startday
2011-01-05 21:49:55 +00:00
Nathan Gray
7358243aa1
*Users can now see and restore their 'deleted' but held events, if deletion prevention is turned on. There is now a config setting to allow users to purge their own 'deleted' events.
2010-11-22 16:19:28 +00:00
Klaus Leithoff
01f7688185
allow to set/choose the view in home-view
2010-10-12 09:49:17 +00:00
Klaus Leithoff
c3fe8e2ded
fix for scrollbar for searchfield in calendar sidebox for safari; provided by Chr.Fueller
2010-09-07 14:48:13 +00:00
Hans-Jürgen Tappe
a66ae024a9
Tracker #2453 . Introduce a year view, which uses a fixed month / day grid and
...
displays the events inline (like in day / week view).
2010-07-31 07:51:52 +00:00
Klaus Leithoff
d813c7adc7
save states of calendar view to session only when we are in calendar
2010-07-16 09:00:49 +00:00
Ralf Becker
30b509e9ce
reverting setting of target app, as it is unneccessary
2010-06-10 17:54:03 +00:00
Ralf Becker
3289d93605
- missing target for new button in sidebox
...
- adding message to opener.location.search, instead using referer (which points to toplevel frame and reloads framework)
2010-06-10 17:24:22 +00:00
Ralf Becker
3f344fd852
store whole state in prefs, so calendar displays identical view after a new login (beside the date)
2010-06-09 16:14:19 +00:00
Ralf Becker
9a32f0dc9e
using relative width, works better then absolute one, giving just enough space for icon at minimal width of sidebox
2010-06-08 06:41:55 +00:00
Ralf Becker
48573b83a5
jdots adaption for calendar
2010-06-04 21:28:26 +00:00
Ralf Becker
ffc49a9ec6
fixed add link for jdots
2010-06-04 08:49:23 +00:00
Klaus Leithoff
09ea5fe114
feature to filter for only public events (no events tacked as private)
2010-04-26 07:08:23 +00:00
Ralf Becker
83884ab2c2
better understandable dialog for editing recuring events (plus missing translations)
2010-04-15 18:23:02 +00:00
Ralf Becker
928a38d5cf
"fixed not working edit of recuring events on home page
...
(caused by curly brackets in if condition, which got interpreted as placeholdes by old Template class, removed them as they are unnecessary anyway)"
2010-04-03 13:44:28 +00:00
Nathan Gray
cb5054f2e4
Add an option to keep deleted events, only an admin can purge them
2010-03-05 20:01:44 +00:00
Jörg Lehrke
21ccdd5f28
Fix various synchronization issues (SyncML & CalDAV)
2010-02-17 13:29:28 +00:00
Ralf Becker
fad791eabd
first version of a yearly planner
2010-01-15 03:53:12 +00:00
Christian Binder
fc63d67fb9
invalid the cache if saved_states get updated, otherwise changed states will not be saved correctly in some cases
2010-01-07 10:41:51 +00:00
Ralf Becker
8a9392c681
fixed problem with blanks in account_id of owner parameter
2009-12-04 10:22:33 +00:00
Christian Binder
5ce294aa5c
calendar GUI classes now use centralized method in categories class to check for category permissions
2009-11-26 08:28:06 +00:00
Ralf Becker
d53b681f21
- reworked referer handling to allow calling from other apps and not
...
changing back to calendar
- allow to specify custom template for event edit
2009-11-25 20:16:41 +00:00
Christian Binder
8e63887331
respect category permissions in calendar gui, unified var name of categories object
2009-11-25 12:58:09 +00:00
Ralf Becker
71ef04effc
added multiple week view to icons
2009-11-22 14:01:48 +00:00
Ralf Becker
55fc673dc5
- new configurable invitation ACL: Require an ACL grant to invite other
...
users and groups:
* No: Every user can invite other users and groups (default and old
behavior)
* Groups: other users can allways be invited, only groups require an invite_grant
* Users + groups: inviting both allways requires an invite grant
One need to keep in mind, that setting an invitation ACL via a group,
gives each groupmember the right to invite the group / create a group
event. So the last option propable only works, if users manage
invitations grants on their own, or admin only sets it in small working
groups, where every member is allowed to invite the whole group.
--> calendar backend code removes participants a user is not allowed
to invite
- new "only groupevents" filter, showing only real groupenvents not
events of groupmembers (added tooltips to explain filters)
2009-11-19 18:56:04 +00:00
Ralf Becker
91e694e79d
Calendar UI improvments:
...
- show status of participants in border style of event
+ solid: all participants accepted
+ dotted: all participants answered, but not all accepted
+ dashed: not all participants answered
- mark invitations (of current user, not calendar selected)
+ white background color (not category based color)
+ show blue questionmark icon in event header
2009-11-18 13:58:01 +00:00
Ralf Becker
e3c468361d
"stop calendar to update prefs on each request (do it only on change)"
2009-10-12 09:34:56 +00:00
Ralf Becker
c38acb88d5
New filter for calendar based on participant status:
...
- Not rejected
- Accepted
- Invitations
- Tentative
- Rejected
- Owner too: display also events you own, not only ones you participate
- All incl. rejected
- Hide private infos: as usual
--> filter is stored in the user prefs (survives logouts)
--> old "show events you rejected" preference got removed
Also added a hook allowing applications supplying resources to modify
calendar search with SQL.
2009-09-29 19:58:51 +00:00
Ralf Becker
c29ab01e8d
- added ability to store participant roles to calendar backend,
...
currently not settable via GUI, but GUI leaves them untouched
- showing quantity for resources in brackets behind resource name
- docu and formatting updates all over the place
2009-08-04 17:14:16 +00:00
Klaus Leithoff
1ac7c459c3
fix for lost owner selection in manage_states
2009-07-09 09:50:47 +00:00
Stefan Becker
78ce775f17
freebussy ACL added into calender. Now if you only give that right, you will see, that the time is blocked without a read right of user or group. But will see everything as private
2009-06-09 12:16:15 +00:00
Ralf Becker
9e3c1df37a
"bugfixes for sidebox menu under prefs or admin:
...
- do NOT process the $_REQUEST vars
- if user changes selectboxes, go to default calendar view"
2009-04-20 15:44:24 +00:00
Christian Binder
72115c0ae4
added saving states to user prefs in calendar. the only saved state until now is owner, but this can be simply extended in future.
2008-10-07 08:57:09 +00:00
Stefan Becker
49897197c0
"hack to display the js calendar under IE 6 and PNGfix"
2008-07-24 08:48:50 +00:00
Ralf Becker
fa140e80ee
"fixed not working change to planner group"
2008-06-12 08:25:57 +00:00
Ralf Becker
ef700b0061
new class naming schema
2008-06-07 17:45:33 +00:00