Ralf Becker
da95032505
fixed some problems with r34529: move all filtering into SQL query
...
- group-calendar empty
- owner-too filter fixed
- events with multiple users with differnt status and group invitation fixed
2011-04-09 14:41:15 +00:00
Ralf Becker
52be51f4bf
* Calendar/API: fixed not working dateformat d-M-Y with French language (Juin=Jun, Juillet=Jui)
2011-04-09 11:24:50 +00:00
Ralf Becker
0db7258a7b
quietened permanent eror_log
2011-04-09 10:02:40 +00:00
Ralf Becker
5f2252819a
* Setup: fixed not working deinstall of languages
2011-04-09 09:45:41 +00:00
Christian Binder
a1b44f8df7
projectmanager: added a moreOptions dropdown list to the link add widget in elements view to be able to assign eRoles to added elements quick; added a preference to give a downloaded merge document a default name
2011-04-08 19:32:17 +00:00
Ralf Becker
1d9f9e4ee3
removed not used code and only query user what to do with exceptions, if we have some
2011-04-08 14:21:23 +00:00
Ralf Becker
2de73d86a5
fixed not working creation of new series, calendar_bo::read() always returned some event, even if no id given
2011-04-08 14:20:01 +00:00
Ralf Becker
0e56e1b7b6
AlterPingChanges / ctag for all-in-one addressbook
2011-04-07 19:37:37 +00:00
Andreas Stöckel
6361ee4f4b
(Hopefully) fixed a few bugs in the grid: Fixed problem with eventQueue, fixed problem in egwGridViewContainer.getHeight() which caused sorting to break the grid, fixed bug with grid not being generated correctly when being generated in an invisible container.
2011-04-07 19:29:07 +00:00
Nathan Gray
f192583f58
- Move around field types into egw_record class
...
- Add Infolog ID field to importexport
- Fix import condition matching
2011-04-07 15:28:45 +00:00
Nathan Gray
02d8b86d7e
Limit UI to just ID
2011-04-07 15:10:05 +00:00
Ralf Becker
f4e372747a
allways update modified TS and modifier in save(), removed code to only conditionally update in update()
...
fixes bug that ctag got not updated when eg. a recurrence got deleted
2011-04-07 08:01:48 +00:00
Ralf Becker
c443126893
make sure ca(rd|l)dav_name never get copied
2011-04-07 07:28:46 +00:00
Nathan Gray
9ba77ce164
Enable conditional import for calendar
2011-04-06 23:51:24 +00:00
Nathan Gray
20b6a2f2ee
Add calendar ID to field mapping options
2011-04-06 23:27:22 +00:00
Nathan Gray
49acbabce2
Add calendar ID to merge tags
2011-04-06 23:18:08 +00:00
Nathan Gray
cdf246b0dc
Improve human friendly value handling
2011-04-06 23:12:50 +00:00
Nathan Gray
927528e2ad
If user does not have permission for Import / Export, skip all importexport sidebox links
2011-04-06 22:47:49 +00:00
Nathan Gray
5325043b71
Default export date selection to current calendar view, overriding preferences
2011-04-06 22:25:21 +00:00
Nathan Gray
b6e79184a2
Allow plugin selection settings to override preferences
2011-04-06 22:24:46 +00:00
Nathan Gray
905900dd41
Add ability to select group calendars for export
2011-04-06 22:04:37 +00:00
Nathan Gray
a8b3fd0cba
Make sure placeholders are present & empty if there is no previous appt for contact
2011-04-06 21:39:17 +00:00
Nathan Gray
eb337b7dec
Don't throw an exception, just leave the cells as text and log it.
2011-04-06 20:57:40 +00:00
Nathan Gray
1d41d567a0
Iteratively increase backtrack limit to try to handle preg_replace limitations on larger files
2011-04-06 20:45:14 +00:00
Ralf Becker
0bfd238e3f
* CalDAV: store name part of URL from client PUT request, to fully comply with CalDAV spec
2011-04-06 19:26:10 +00:00
Nathan Gray
3825fecf6d
Process link to project manager, represented by pm_id field
2011-04-06 18:31:52 +00:00
Nathan Gray
597d2f6dcc
Strip leading spaces from status labels for better matching
2011-04-06 17:22:37 +00:00
Nathan Gray
49f8cc3258
Convert date/time to timestamp
2011-04-06 17:22:14 +00:00
Nathan Gray
7b804f41a4
Recognize empty as != 0
2011-04-06 15:40:30 +00:00
Ralf Becker
be3dd73dcf
quietened permanent error_log
2011-04-06 12:56:40 +00:00
Ralf Becker
bef80c1f7f
improved performance of ctag generation (using only a single and quick DB query, compared to multiple queries plus one for each recurring event
2011-04-06 12:46:21 +00:00
Ralf Becker
7ccc7adadf
fixed recurring events with enddate are on recurrence short in AS
...
enddate in EGroupware or iCal is only a date, but AS needs a time incl. correct starttime
2011-04-06 08:04:43 +00:00
Ralf Becker
1df79639b9
quieten permanent error_log
2011-04-06 08:03:32 +00:00
Nathan Gray
d204c688c8
Strip HTML tags from long description
2011-04-05 23:36:40 +00:00
Nathan Gray
490b516c7d
Fix start time import
2011-04-05 23:17:47 +00:00
Nathan Gray
7ee16e78b3
Fix wrong variable names
2011-04-05 22:57:06 +00:00
Ralf Becker
87ee0f0088
* CardDAV: store name part of URL from client PUT request, to fully comply with CardDAV spec
2011-04-05 20:39:13 +00:00
Andreas Stöckel
ca7dfd3370
Added grid styles to the jerryr template (probably the CSS + the images should be kept in the default theme, but I'm not sure what's the best way to do this), added 'evenQueue' object to grid JS code, which allows you to cancle or postpone JS events connected to it.
2011-04-05 20:23:09 +00:00
Ralf Becker
66c61cb74e
- move all filtering into SQL query in calendar_so, to be able to correctly return N rows starting from row M
...
- re-enabling propfind iterator again for calendar (fetching events in chunks of 500), to lower memory footprint
Please note: changed SQL queries used for CalDAV do not take changed participants (or status) in exceptions into account
2011-04-05 15:32:20 +00:00
Ralf Becker
cec35e75d8
moved notify users via mail into action groupbox
2011-04-05 15:05:01 +00:00
Ralf Becker
b91ffb709c
moved notify users via mail into action groupbox
2011-04-05 15:02:41 +00:00
Ralf Becker
04ad34647d
fix for egroupware.org bug #2910 : Unable to use lettersearch in addressbook
2011-04-05 12:51:00 +00:00
Philip Herbert
81a74f2069
fix for foldersync loop, when users calendar is empty and ctag=0
2011-04-04 21:56:37 +00:00
Nathan Gray
a8e8d82f64
Don't overwrite numeric owner IDs from successful conversion
2011-04-04 21:24:06 +00:00
Nathan Gray
7962433e27
types value moved
2011-04-04 19:20:12 +00:00
Nathan Gray
1c4101575c
Fix typo in error messages
2011-04-04 19:07:23 +00:00
Nathan Gray
fa8bf4218e
Use automatic processing for human friendly values
2011-04-04 19:07:06 +00:00
Nathan Gray
630720a662
Used passed appname when creating new categories
2011-04-04 19:05:15 +00:00
Nathan Gray
15bac6b211
Don't clear cat_id if it wasn't found, let app have the original
2011-04-04 17:28:35 +00:00
Nathan Gray
8276cbbade
Fix 'owner from csv' option
2011-04-04 17:19:27 +00:00