Commit Graph

35 Commits

Author SHA1 Message Date
nathangray
d805e9f467 Stop using deprecated each(), using foreach(), key() or current() instead 2019-02-12 14:13:45 -07:00
nathangray
b1e053ac27 Fix initial load in planner sitemgr module never happened 2017-03-14 09:32:08 -06:00
nathangray
8f597194e0 Fix Planner sitemanager module no longer navigated.
Due to missing state variables mostly
2017-03-13 08:39:12 -06:00
nathangray
d3465e10a8 Remove limit on resources selection options in sitemgr modules 2016-10-18 11:11:57 -06:00
nathangray
be7587e691 Add sitemgr module for weekN 2016-10-14 13:35:17 -06:00
Ralf Becker
381b9fa1a4 fix calendar-planer SiteMgr block to working with Mambo templates like (javascript free) simple_plain 2016-06-25 12:28:52 +02:00
Hadi Nategh
d040534a1f Deprecate $j global variable used in php files and replace them all with standard jQuery 2016-06-02 17:43:23 +02:00
Ralf Becker
8e540fe144 fix deprecated warnings because of constructor named as class, and dont give a PHP Fatal if old phpgwapi is missing 2016-05-30 20:38:14 +02:00
nathangray
2976d910db Some bugfixes for planner view in sitemgr:
- Add check on sel_options arrayMgr for missing owner names, since sidebox is not there
- Pre-fill sel_options for above, so they can be found
- Fix clicking on an event could alter the calendar state
2016-05-16 14:32:03 -06:00
Ralf Becker
67f113be49 fix PHP Fatal because for removed datetime from calendar_ui 2016-05-05 11:38:28 +00:00
Nathan Gray
5d14807720 Planner sitemgr module
- Check ACL and only offer users or resources anonymous user has access (read or free/busy) to
- Stop some errors from missing framework breaking the timegrid
- Fallback to be able to get resource labels in all cases
2016-05-02 19:22:52 +00:00
Ralf Becker
dcc003cedf move calendar to new api 2016-05-01 17:47:59 +00:00
Ralf Becker
b74b3d84f4 etemplate2.css is now in api 2016-04-28 18:23:44 +00:00
Nathan Gray
fd5ccdbf63 Only need to list each user or resource once 2016-04-11 16:08:48 +00:00
Ralf Becker
2baf654e14 move all tables to new api and update api to 16.1 2016-04-02 19:55:08 +00:00
Nathan Gray
c49dc59ab3 Get resources available in sitemgr planner module 2016-03-21 22:26:11 +00:00
Nathan Gray
521c28cfd5 Get planner sitemanager module working 2016-03-18 15:49:11 +00:00
Hadi Nategh
3ccfe3fb93 Add app prefix name to calendar css classes 2013-11-11 14:02:08 +00:00
Ralf Becker
7791528e4b only year-align given date, not always use current year, if date is specified 2010-11-20 21:53:41 +00:00
Klaus Leithoff
80bc193bcf *calendar sitemgr integration: planner module now able to preselect resources to; prevent planner with no owner preselected 2010-10-13 07:21:07 +00:00
Klaus Leithoff
850dfec770 *calendar: feature/fix to allow to preselect the group and category for sitemgr plannerview; by Chr.Fueller 2010-10-04 08:17:23 +00:00
Ralf Becker
8e98f6cea3 New method egw_framework::include_css_js_response to add javascript and
CSS included via egw_framework::validate_file or egw_framework::includeCSS
to an ajax response.
Fixed jscalendar to use that service and sitemgr to include it manually.
2010-06-23 23:01:57 +00:00
Ralf Becker
d5a2b01981 "optional argument to specify a startdate" 2010-04-27 14:25:19 +00:00
Ralf Becker
71960a6d02 Fixed some more php53 Warnings after latest fix_depricated.php
improvment.
2010-03-21 09:37:52 +00:00
Hans-Jürgen Tappe
c6886bee7d - Fix a problem with the daylight saving: The static increment could not cope
and another week (without events) is shown.
- Fix the default value to be consistently 2 at both places where specified
- Fix problem with calendar events "search()" function: offset needs to be 0.
- remove numEntries, which does not make sense for the weekN view (will fill up
  the weeks only up to the event which is counted to max.) and seems to be a
  legacy from the list view code.
2010-03-20 20:06:47 +00:00
Ralf Becker
55ff9ea1cf propset svn:keywords Id 2010-01-19 22:17:32 +00:00
Ralf Becker
810539ba9d sitemgr module for (yearly) planner 2010-01-19 22:17:01 +00:00
Klaus Leithoff
95e36754ce handle offset and control the number of results retrieved regardingly (note: no offset means you get no so/bo->total) 2009-08-06 10:43:46 +00:00
Klaus Leithoff
57542f5f74 set offset to false if no num_rows is passed via argument, as 0 triggers the use of num rows, which defaults to the default max_rows 2009-08-05 11:47:29 +00:00
Klaus Leithoff
f5284a6324 allow to determine, if the listview is to use the start of the week for displaying events 2009-08-05 07:49:00 +00:00
Klaus Leithoff
e757e53819 remove listview from calendar_list title, as it offers no additional information. Use get_weekday_start in calendar_list as used in calendar_month; Use numEntries for calendar_month, as passing no number of entries to fetch, will result in applying the default number of entries, or the number of entries to fetch for the anonymous user 2009-08-04 14:26:11 +00:00
Klaus Leithoff
5283f3098f fix from H.J.Tappe regarding the calculation of the enddate for the events to show 2009-08-04 10:23:48 +00:00
Klaus Leithoff
4a7c8737bb calendar integration from H.J.Tappe Listview/Multiple Weekview, to show Calendar events in sitemanager sites. Simple Demo http://213.183.76.121/TrunkWebSeite/?category_id=45; Some documentation of abilities and howto available with egroupware.org Tracker Patches Sitemgr #1991, 1993 and 1994 2009-08-03 09:51:35 +00:00
Ralf Becker
ae735c80af removed unnecessary instancations and using static methods of html and egw_link class 2008-03-25 15:33:10 +00:00
Ralf Becker
8b50f4686b moved modules into the app-dir 2007-05-07 07:14:52 +00:00