|
cfefedc8f7
|
non-et2 Favorites work in progress
Add current link shows popup with state details.
|
2013-12-05 23:22:54 +00:00 |
|
|
9cba54fb63
|
calendar state handling via set/getState methods in calendar app.js
|
2013-12-04 23:28:31 +00:00 |
|
|
58de54b04b
|
prefix list-view urls with ajax=true, to open them im top window (not iframe)
|
2013-11-18 15:34:41 +00:00 |
|
|
842511b3d3
|
remove unneccessary scrollbars
|
2013-11-13 20:03:59 +00:00 |
|
|
3ccfe3fb93
|
Add app prefix name to calendar css classes
|
2013-11-11 14:02:08 +00:00 |
|
|
aeb6ebd84c
|
instanciate app.js object from egw.js, so non et2 apps can use it too, get et2_dialog working from app.calendar outside listview
|
2013-11-05 18:08:07 +00:00 |
|
|
6e76361736
|
open all sidebox admin link in admin vi admin.admin_ui.index loader
|
2013-10-15 16:53:43 +00:00 |
|
|
43e1bfcc12
|
switching on Content-Security-Policy: script-src 'self' 'unsafe-eval' for all templates, old non-et2 apps can call egw_framework::csp_script_src_attrs('unsafe-inline') to enable inline scripts in their scope, et2 does it for CK editor which does not support CSP currently and old etemplate does it for all apps using it
|
2013-10-05 13:33:28 +00:00 |
|
|
f8a0db06fc
|
completly remove preferences menu from sidebox and tiled preferences index in favoir of app-sensitive entries in top-menu
|
2013-10-03 09:23:18 +00:00 |
|
|
2ea2ee2809
|
Open preferences in preferences tab
|
2013-08-13 17:39:16 +00:00 |
|
|
cb9c69e391
|
* Calendar: changed default filter for new users/instances from "all" to "default" (not showing rejected invitations)
|
2012-10-08 11:38:20 +00:00 |
|
|
74c201c714
|
docu fix
|
2012-07-15 08:01:13 +00:00 |
|
|
966bde0b88
|
fixed warning "implode(): Invalid arguments passed"
|
2012-06-24 06:04:44 +00:00 |
|
|
3e4ef81080
|
load wz_tooltips only if required: $GLOBALS[egw_info][flags][include_wz_tooltip] set or html::tooltip() called before calling common::egw_header(), calling header again as end of home page to allow apps to load stuff into the header (not only wz_tooltip)
|
2012-04-04 13:05:58 +00:00 |
|
|
11e6879aac
|
* Calendar/Resources: do NOT unselect currently selected calendars when selecting a resource category, eg. to choose a meeting room
|
2012-01-09 21:26:41 +00:00 |
|
|
92dc786ebc
|
* Calendar: showing now all open calendars in the owner-selection, not just accounts. Allows to close them from all views
|
2012-01-07 22:21:48 +00:00 |
|
|
14c36dd999
|
* Calendar: button to close a single calendar if multiple calendars are shown (day, week and planner view)
|
2012-01-05 04:12:13 +00:00 |
|
|
f616b34f58
|
API: introduce register_single_app_hook to be able to add or update one hook for an required app. register added/updated hooks with ->location; calendar and addressbook are using this to insert export_limit hook if not available. use app hook to fetch app specific export limit with import_export side_menu additions too
|
2011-09-15 16:53:20 +00:00 |
|
|
fc3fc728a4
|
register_hooks, without hook array, does not reregister all app hooks, so use register_all_hooks instead
|
2011-09-15 15:03:25 +00:00 |
|
|
d9905d3fb4
|
calendar/addressbook/API: introduce hook to fetch the export_limit to be applied for an app; introduce method to test if a specific hook exists for an application; fetch the export_limit via hook where appropriate
|
2011-09-15 14:46:56 +00:00 |
|
|
70a7026915
|
* merge_print/calendar: control the availability of mergeprint and csv export, if the export_limit is set to ->no<- and the user in question is not exempted from export_limit restrictions
|
2011-09-14 13:09:13 +00:00 |
|
|
275a1d3f27
|
Change category list links
|
2011-06-21 21:14:51 +00:00 |
|
|
65a8e4e8d3
|
fixed some printing stuff in calendar, printing in listview is disabled, because it is NOT working atm.
|
2011-06-17 15:16:40 +00:00 |
|
|
dbac6bf8f0
|
fixed fatal error using "Insert in document" dropdown in calendar sidebox
|
2011-06-17 13:27:45 +00:00 |
|
|
5dc47a9044
|
* Calendar: warning if user tries to move horizont further then default 1000 days and NOT start moving horizont, to allow adding events after the horizont
|
2011-06-14 18:33:26 +00:00 |
|
|
dd40662229
|
Allow filtering for multiple categories
|
2011-06-13 19:52:55 +00:00 |
|
|
1267d2ed60
|
reverted accidential commited calendar_ui (re-added old ical import)
|
2011-05-26 18:30:54 +00:00 |
|
|
547ec37257
|
new parameter "ical" to calendar_uforms::edit, to create a new event based on an ical
|
2011-05-26 18:28:41 +00:00 |
|
|
ab0522f774
|
Allow merging into files given by path
|
2011-05-24 14:45:27 +00:00 |
|
|
06626b4cfc
|
Skip spreadsheets shown in other selectbox
|
2011-05-16 18:42:49 +00:00 |
|
|
76497460f5
|
Reset merge selectbox after choosing a file
|
2011-02-17 18:27:37 +00:00 |
|
|
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 |
|
|
f8343aa0e3
|
- Add default iCal import & export
- Remove Export: & Import: from sidebox menu, use Import/Export app
|
2011-01-28 20:04:52 +00:00 |
|
|
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 |
|
|
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 |
|
|
01f7688185
|
allow to set/choose the view in home-view
|
2010-10-12 09:49:17 +00:00 |
|
|
c3fe8e2ded
|
fix for scrollbar for searchfield in calendar sidebox for safari; provided by Chr.Fueller
|
2010-09-07 14:48:13 +00:00 |
|
|
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 |
|
|
d813c7adc7
|
save states of calendar view to session only when we are in calendar
|
2010-07-16 09:00:49 +00:00 |
|
|
30b509e9ce
|
reverting setting of target app, as it is unneccessary
|
2010-06-10 17:54:03 +00:00 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
48573b83a5
|
jdots adaption for calendar
|
2010-06-04 21:28:26 +00:00 |
|
|
ffc49a9ec6
|
fixed add link for jdots
|
2010-06-04 08:49:23 +00:00 |
|
|
09ea5fe114
|
feature to filter for only public events (no events tacked as private)
|
2010-04-26 07:08:23 +00:00 |
|
|
83884ab2c2
|
better understandable dialog for editing recuring events (plus missing translations)
|
2010-04-15 18:23:02 +00:00 |
|
|
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 |
|
|
cb5054f2e4
|
Add an option to keep deleted events, only an admin can purge them
|
2010-03-05 20:01:44 +00:00 |
|
|
21ccdd5f28
|
Fix various synchronization issues (SyncML & CalDAV)
|
2010-02-17 13:29:28 +00:00 |
|