Commit Graph

217 Commits

Author SHA1 Message Date
a4b71c7d3a Fix 12 hour afternoons 2012-05-03 02:15:35 +00:00
ab63063023 Restrict times to working hours, from calendar 2012-05-03 02:11:36 +00:00
2f4a486c10 * resources: fix for missing/not loaded pictures for resources in default/images/resource_icons/ 2012-04-24 06:56:43 +00:00
62a98e50be Allow to include an extra group in event participants 2012-04-12 23:04:49 +00:00
340628e721 Use sitemgr user's default appointment duration for booking time blocks 2012-04-12 22:20:21 +00:00
4aa875b885 Avoid warning on missing accessories 2012-04-12 22:18:22 +00:00
13a217d815 * resources: fix broken import when importing with human readable names (not database values) 2012-04-04 11:58:05 +00:00
11d39d7edd testing trailing whitespace commits 2012-04-04 09:46:17 +00:00
83c3cee10d Use standard app.class.method format 2012-03-30 21:06:16 +00:00
ee8fd5b10e found a lot more calls to get_rows missing to set csv_export flag and fixed code in nextmatch dealing with situation if num_rows=-1 got stored in prefs anyway 2012-03-29 12:06:10 +00:00
b126ccf8c3 Initialize accessory list array 2012-02-28 20:24:37 +00:00
90ccc3f8fc Sitemgr reservations - Add confirmed addressbook option to move confirmed contacts 2012-02-14 21:01:03 +00:00
59b277ec5f A new sitemgr module for public reservation of one specified resource. Uses an emailed confirmation link to confirm the reservation 2012-02-11 00:47:54 +00:00
ba9c778c68 fix for missing groups in acl-account-list for write / cal-read / booking 2012-01-24 12:20:29 +00:00
77e38999c4 * resources: change / introduce sorting for display of Account/Group List in ACL management; in addition groups are now sorted to the end of the list 2012-01-24 11:41:26 +00:00
53d5c88c14 check, that a possible col_filter is not overwritten by possible customfield col filters 2012-01-23 13:54:44 +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
f6a443a917 Add warnings to import plugin 2011-12-15 16:24:47 +00:00
7c9dd8086f changed "No defintion" to "Old fixed definition" 2011-11-21 10:01:08 +00:00
1afba81ce8 Add 'No definition' option for default export definition preference. Allows use of legacy nextmatch CSV export with Import/Export app still available 2011-11-18 16:01:57 +00:00
bca8179821 added some caching to not read resources multiple times from the database, specially in listing them, dont query db for every row multiple times 2011-10-14 08:36:12 +00:00
01e92100c4 ability to mark resource-categories to be used for locations or rooms, destinction is required for CalDAV 2011-10-13 06:21:46 +00:00
356d4b0db6 fix fatal error: unsupported operand type in resources_ui line 428; reported on community tracker#3006 2011-07-08 07:47:45 +00:00
31d1e20bdc Fix typo: definitition -> definition 2011-07-04 20:00:26 +00:00
275a1d3f27 Change category list links 2011-06-21 21:14:51 +00:00
07972fc074 fixed not set group causing Open action to be displayed below all other actions 2011-06-11 11:12:39 +00:00
8abc20badf Order link search results by name 2011-06-10 14:20:47 +00:00
27572ba4cf Move select all to above view calendar 2011-06-09 14:07:22 +00:00
b3886ab828 Use a server call for all actions so whole query works 2011-06-08 15:27:46 +00:00
e9d33a174d - Add more complicated actions
- Some other UI changes
2011-06-08 02:27:42 +00:00
249363f2b4 Add basic context menu 2011-06-06 17:46:01 +00:00
563b2f57ee Only give calendar categories where the user has access to the resource's calendar 2011-06-03 00:05:37 +00:00
16f9f37576 Add storage_info to list of fields for import/export 2011-04-14 17:05:16 +00:00
951f2b1a08 Attempt to set permissions for automatically created categories. 2011-04-14 16:57:49 +00:00
e61bb1abf7 Make sure lookups is initialized to an array 2011-04-13 14:32:45 +00:00
3333d18fae Avoid warning from array_shift() if egw_link::delete_attached() doesn't return an array 2011-04-13 14:16:05 +00:00
d204c688c8 Strip HTML tags from long description 2011-04-05 23:36:40 +00:00
1c4101575c Fix typo in error messages 2011-04-04 19:07:23 +00:00
fa8bf4218e Use automatic processing for human friendly values 2011-04-04 19:07:06 +00:00
b8c35b954f Default selection to search results 2011-03-28 22:10:59 +00:00
01fa7e080a Rename ID field to Resource ID to deal with Excel issue 2011-03-28 17:03:53 +00:00
e5bb02d799 Add preferences so default export definition can be set 2011-03-28 15:37:26 +00:00
0abd9582cd Update with some best practices:
- Change backend to use so_sql_cf to get custom fields into nextmatch
- Change file names to resources_*
- Fix missing category filter when returning from viewing accessories
2011-03-23 15:25:59 +00:00
31fd9eddc6 Fix for import / update search for existing record. If new record key (ex ID) was not set, search matched all 2011-03-21 23:05:26 +00:00
2d7a2c5d32 Automatically handle converting+adding text categories without explicit translation 2011-03-09 18:25:22 +00:00
bf2155634d * Add protection against inaccessable resources when their category is removed
Resources will be moved to the parent category, default category from setup, or an admin only 'No category'.  
Resources' ACL requires a category
2011-01-07 22:31:59 +00:00
852497c4f6 Implode arrays when not exporting human-friendly values so they don't say 'Array' 2010-12-10 22:56:02 +00:00
fd93d0579a Load custom field values, if needed 2010-11-23 18:27:14 +00:00
9c25a8c6d9 Respect convert to human friendly values option 2010-11-22 23:49:40 +00:00
1ddd40f94b Add importexport support 2010-11-15 20:14:50 +00:00