hadi
|
2b051dac98
|
* Mobile theme: Fix calendar header toolbars are no more visible
|
2023-05-16 12:09:48 +02:00 |
|
nathan
|
c7020c79d8
|
Calendar: Allow calendar integration to specify a caption, not just use app name
|
2023-01-24 16:11:49 -07:00 |
|
Hadi Nategh
|
628dd56b87
|
Fix today action not being displayed in mobile view
|
2022-09-23 11:32:15 +02:00 |
|
nathan
|
3038ebcefd
|
Calendar: Fix inserting event into document using context menu
|
2022-08-18 15:41:05 -06:00 |
|
nathan
|
86c9b97e47
|
Calendar: Update merge to use changes introduced with 707c57e
|
2021-11-23 15:50:10 -07:00 |
|
Ralf Becker
|
c32bb61e1c
|
fix PHP 8.0 TypeError: Unsupported operand types: bool + array
|
2021-11-15 08:08:42 +01:00 |
|
Hadi Nategh
|
77aa807036
|
Fix php8.0 (TypeError): Cannot access offset of type string on string
|
2021-11-12 15:09:19 +01:00 |
|
Hadi Nategh
|
107be6dab4
|
Make sure the Status app hooks methods are there before calling them
|
2021-05-17 12:42:24 +02:00 |
|
Hadi Nategh
|
d8e892f7cf
|
Don't show calendar integrated videoconference action if videoconference is disabled or BBB is not configured
|
2021-04-30 15:17:05 +02:00 |
|
Ralf Becker
|
2d046e2632
|
fix some PHP 8 errors in calendar: in_array() Argument #2 must be of type array, null given
|
2021-04-07 22:07:49 +02:00 |
|
nathangray
|
026b088dd0
|
Calendar: Add button to toggle videoconference events
It works by configured category in status app
|
2021-03-25 14:39:01 -06:00 |
|
nathangray
|
2b9230c326
|
Calendar: Move searchbox into "toolbar", change it into proper searchbox, hide it in nextmatch header
|
2021-03-25 11:22:36 -06:00 |
|
Ralf Becker
|
da91b260d5
|
prefer icon from link-registry over navbar icon
|
2021-03-04 15:29:15 +02:00 |
|
nathangray
|
061a42ed67
|
* Calendar: add toggles for integrated app display (infolog, call list) to the calendar toolbar
|
2021-03-03 08:55:51 -07:00 |
|
nathangray
|
8dedc3392f
|
* Calendar: New context menu action to manually [re]send notifications
|
2021-02-09 13:50:27 -07:00 |
|
Hadi Nategh
|
9b4f6a8349
|
Improve toolbar admin sections
|
2019-09-25 11:17:55 +02:00 |
|
nathangray
|
5980266fc7
|
Calendar - more icon changes from Eva
- Restore today icon
- replace day view icon
- better names for view icons to avoid future confusion
|
2019-09-13 09:50:33 -06:00 |
|
nathangray
|
c535708332
|
Calendar - Fix context menu copy & print actions
|
2019-01-17 09:21:19 -07:00 |
|
Ralf Becker
|
e8f067097b
|
fix PHP Warning: Invalid argument supplied for foreach()
|
2018-07-30 09:51:44 +02:00 |
|
nathangray
|
6baad3bee1
|
* Calendar - add context menu actions for email & documents to non-list views
|
2018-06-19 14:35:08 -06:00 |
|
nathangray
|
17daf70e8a
|
Use same action for timsheet in list view as other views
|
2018-06-18 11:57:25 -06:00 |
|
nathangray
|
bc43d93950
|
* Calendar - Open timesheet from recurring event on selected occurence instead of first occurence
|
2018-06-08 11:32:38 -06:00 |
|
nathangray
|
6f12a443e5
|
Calendar - fix a few more missed ajax=true that were causing problems loading
|
2017-10-05 11:20:21 -06:00 |
|
nathangray
|
5995c63034
|
Calendar - fix some bugs setting calendar owner via URL when calendar app is not yet loaded
|
2017-06-12 12:35:12 -06:00 |
|
nathangray
|
7807b3b0c1
|
Remove some unused code, clean up variable declaration, fix a potential bug in return value.
(thanks, Scrutenizer)
|
2017-01-31 09:17:54 -07:00 |
|
nathangray
|
b7d02b3229
|
Fix call to undefined method calendar_uiviews::_get_planner_users() breaks multi-user weekly calendar on home.
|
2016-10-04 09:11:39 -06:00 |
|
Hadi Nategh
|
be20b14c2c
|
Try to not fetch todos from infolog on Calendar's initialization and let day view fetches them via ajax call as it might be expensive operation
|
2016-09-28 14:20:38 +02:00 |
|
nathangray
|
7e800a4122
|
* Calendar: Add print action to event context menu
|
2016-08-01 09:11:29 -06:00 |
|
nathangray
|
4625915f11
|
Fix missing toolbar tooltip translations
|
2016-06-20 08:05:27 -06:00 |
|
nathangray
|
b8f8d59793
|
Show holidays & birthdays as events on mobile
|
2016-06-13 19:08:56 -06:00 |
|
Ralf Becker
|
4af0e7cb1c
|
WIP EGroupware without phpgwapi&etemplate
|
2016-05-04 19:07:54 +00:00 |
|
Ralf Becker
|
8c7c0c1eb2
|
reading holidays now from Mozilla holiday calendars, or a custom iCal URL
|
2016-05-04 17:15:18 +00:00 |
|
Ralf Becker
|
bc4362c22e
|
remove old phpgwapi datetime class from calendar, as it is no longer in api
|
2016-05-02 20:22:47 +00:00 |
|
Ralf Becker
|
5db786a7ae
|
fixed (hopefully correct) some undefined variables and other IDE warnings
|
2016-05-02 15:39:41 +00:00 |
|
Nathan Gray
|
cbb2d73b98
|
Make some old code that returns HTML unused, then remove it
|
2016-05-02 15:26:56 +00:00 |
|
Ralf Becker
|
dcc003cedf
|
move calendar to new api
|
2016-05-01 17:47:59 +00:00 |
|
Nathan Gray
|
91b8995938
|
Implement ical context menu action on single events in non-list views
|
2016-04-27 19:28:31 +00:00 |
|
Hadi Nategh
|
171a160383
|
Switch weekend action in toolbar with week view, as week view is more important than weekend toggle
|
2016-04-26 12:35:09 +00:00 |
|
Hadi Nategh
|
3261906a09
|
Mobile theme W.I.P.:
- Implement plus button for calendar views and bring day view action into toolbar header, thanks Christoph Kaulich.
|
2016-03-30 16:03:19 +00:00 |
|
Hadi Nategh
|
989d1ca389
|
Mobile theme W.I.P:
- Fix calendar toolbar messed up with too many shown actions
- Fix SVG icons for list, planner, 4days, multiweek and today buttons
|
2016-03-29 10:33:10 +00:00 |
|
Nathan Gray
|
521c28cfd5
|
Get planner sitemanager module working
|
2016-03-18 15:49:11 +00:00 |
|
Nathan Gray
|
70b00c8d70
|
Remove some unused code
|
2016-03-14 19:36:22 +00:00 |
|
Ralf Becker
|
6f0728cd9d
|
fix for different return values of accounts->member(s) / membership(s)
|
2016-03-06 16:09:58 +00:00 |
|
Ralf Becker
|
3971dd8915
|
fix use of deprecated accounts::member and accounts::membership, should be members and memberships
|
2016-03-06 14:58:36 +00:00 |
|
Nathan Gray
|
b2d1f0edbe
|
Fix incorrect owner/group showing for planner on home
|
2016-02-23 21:47:33 +00:00 |
|
Nathan Gray
|
17f2882639
|
Get calendar home less broken
- Fix actions missing on home reload
- Fix full reload on home reload
- Fix calendar reload removed home events
|
2016-02-23 21:29:13 +00:00 |
|
Nathan Gray
|
9460e1a2f9
|
Home improvements - Weekend toggle, weekN & month support
|
2016-02-22 22:45:48 +00:00 |
|
Hadi Nategh
|
44c29d52db
|
Mobile theme W.I.P.:
-Fix calendar view header
|
2016-02-10 17:03:42 +00:00 |
|
Nathan Gray
|
edf60ac0f8
|
Completely remove any planner_days and switch to using other views for calculation
|
2016-02-03 18:27:52 +00:00 |
|
Nathan Gray
|
174387b958
|
Fix home showed wrong day for single days
|
2016-01-27 17:48:33 +00:00 |
|