0fb92f47b6
fix to get menuaction proxys (eg. used when creating a link) working again
2012-03-26 11:15:58 +00:00
0f4c37715e
allow dash in app-name like in "sitemgr-site"
2012-03-26 08:05:41 +00:00
7c4bb7b62f
Upps, forgot argument
2012-03-26 07:24:39 +00:00
3f75ad7faf
propper encoding of exception messages, checking of $_GET[menuaction] and $GLOBALS[egw_info][flags][currentapp]
2012-03-26 07:18:46 +00:00
1f81534206
* Home: only display apps user has rights to (were not checked for calendar, email, infolog, news_admin or if user changes positions on home, before gotten app-rights removed)
...
also removed tons of old grab no longer used ;-)
2012-03-21 12:57:34 +00:00
c6ee20840a
* API: fix account-selection-method "selectbox" containing selected account double (eg. in Admin >> Manage groups)
2012-03-21 09:25:23 +00:00
5b2025cd0f
* Calendar: update timezones to 2011n from Lightning
2012-03-18 08:57:47 +00:00
630ccfd8dd
* eMail: fix bug regarding language strings with single quotes in Javascript;
2012-03-16 10:19:08 +00:00
2605f86e1c
* Admin/Addressbook: fixed wrong timezone in created and modified times for contacts and accounts
...
- fixed typo / wrong direction of conversation when storing contacts
- fixed accounts_sql, which uses addressbook_bo::search() to convert created and modified timestamps to servertime as
- (documented that) accounts class (SQL and LDAP) operate completly in server-time
2012-03-14 15:24:42 +00:00
ae0cd9238f
define SEP, if not defined, fixes open_basedir errors seen in error_log
2012-03-13 08:59:50 +00:00
187ee099a2
* Calendar: mail all participants was attaching iCal with wrong time(zone)
2012-03-12 12:46:50 +00:00
b2ffa0d4d2
setting recommended php version to 5.3, not sure why we havnt done that already
2012-03-11 09:38:28 +00:00
d88b9a8cea
* InfoLog/CalDAV: fixed wrong timezone used for iCal generation
...
times where read in server-time, but infolog_ical was told it is user-time, now set to server-time in infolog_groupdav::get_handler()
2012-03-08 18:46:43 +00:00
02f43870c1
fix bug regarding the rate (view/edit/search)Limit for mysql -> not set active as this fix breaks postgres; see lines 954 to 959 in wiki_so. Problem is caused by postgres behavior of recognizing columnnames, ... still to investigate
...
r38303: always quote for postgreSQL, as this is the only way to support mixed case names
r38307: fixing wiki rate code / mixed case column names for PostgreSQL
2012-03-08 06:23:59 +00:00
e297cc3fa1
* Admin/Addressbook: do NOT mark accounts as deleted, as accounts do NOT know that state, always deleted them and allow to cleanup already marked as deleted accounts in addressbook
2012-03-07 12:06:20 +00:00
3699d928ac
* timesheet: fixed wrong sum for timesheets;
...
> > the retrieval of the summary (sum of duration and sum of price) has to take care that the customfield table is not joined, as the join causes a multiplication of the sum per customfield found; joining of the cutomfield table is triggered by criteria being set with either a string or an array, for this reason we set it to false, and pass the criteria as filter
2012-03-05 12:15:39 +00:00
c9e1458c7f
fixed typo in setting date- and time-format in egw_time::check_set_tz_offset(), causing eg. importexport to fail, if async job before had no account or account had different format
2012-03-02 09:54:46 +00:00
9b7d0f0b17
* PostgreSQL/Setup/EMailAdmin: fixed Setup >> Configuration was not storing anything
...
caused by egw_emailadmin.ea_(user|group) is varchar (for whatever reason) and postgres never returned a default profile
2012-02-29 19:01:45 +00:00
8dc0cc4e05
moved sqlfs filesystem check from Admin to Admin >> Filemanager, as most people seem to expect it there
2012-02-29 15:00:25 +00:00
9696717e37
fixed SQL error under PostgreSQL with new filesystem check
2012-02-29 13:48:58 +00:00
f211ce7a16
some fixes for sqlfs fsck: caseinsensitive GROUP BY for MySQL, deleting files direct in DB, as self::unlink() fails if fs_active=0, and some more
2012-02-27 15:06:02 +00:00
dd18050165
* Filemanager/Admin: ability to check virtual filesystem (Admin >> Check virtual filesystem) and some code to prefent double creation of directories
2012-02-27 13:22:13 +00:00
fd19c672c8
* Filemanager/Admin: ability to check virtual filesystem (Admin >> Check virtual filesystem) and some code to prefent double creation of directories
2012-02-27 13:18:52 +00:00
d7a7d105fa
* Admin/Setup: fixed custom translations got lost during update
2012-02-27 08:02:28 +00:00
9caec6fffb
Fix for empty spreadsheet dates in XML & OO.o getting a date anyway
2012-02-24 23:29:58 +00:00
3e5e2156c1
allow to unset default info_des from sub_excludefields
2012-02-24 10:31:43 +00:00
3015287833
fixed not working storing of sub_excludefields and translations
2012-02-24 10:01:40 +00:00
ec694d4a4f
* InfoLog: make fields excluded from copying to a new sub-entry configurable and add scheduling an appointment to action
...
refactured copy and sub creation into one method, as they do essentialy the same thing with just setting the parent and excluding different configurable fields
2012-02-24 09:29:27 +00:00
2f2a252b51
* InfoLog: fixed multiple [apply] after copying an InfoLog creates multiple new infologs
2012-02-23 16:42:58 +00:00
48af140c48
white-space: nowrap for table in date-widget
2012-02-23 13:41:02 +00:00
bbeed5c3bb
white-space: nowrap for table in date-widget
2012-02-23 13:39:24 +00:00
3dadc207af
fixed typo and added translation for new context-menu items
2012-02-22 12:48:02 +00:00
441a100248
* Notifications: fixed not correctly reset timezone after notifying users from other timezones
2012-02-22 12:34:38 +00:00
980768c443
* Notifications: fixed not correctly reset timezone after notifying users from other timezones
2012-02-22 12:32:18 +00:00
26bebbedd9
* InfoLog/Calendar: renamed context menu "Calendar" to "Schedule appointment" and make preset participants configurable, allow to config prefix for sub-entries and allow times in due-date
2012-02-22 12:31:00 +00:00
2bc821f428
use groupdav->log() for all permanent error-messages, to log the into request-log too, if both If-Match and If-Schdule-Tag-Match given use If-Match for organiser/owner and If-Schedule-Tag-Match for attendees/participants
2012-02-21 20:04:45 +00:00
7e19d8c00a
dont show more lines in multiselectbox as we have values
2012-02-21 09:28:57 +00:00
77eaf8e7f1
dont show more lines in multiselectbox as we have values
2012-02-21 09:22:42 +00:00
7badca95da
* CardDAV/Addressbook: storing Apple AB type company (X-ABShowAs:COMPANY) as EGroupware fileAs company
2012-02-21 08:57:55 +00:00
2b39a7a059
Fix spreadsheet date/time formatting issue - incorrect parsing of user's time
2012-02-20 16:15:18 +00:00
c70a93e7c1
* CalDAV/CardDAV/GroupDAV: as all clients dislike not getting an ETag for a PUT, we sending it again even not storing byte-by-byte
2012-02-20 11:33:43 +00:00
b0d47bd7d5
fixed missing owner
2012-02-20 11:25:41 +00:00
baf8999392
log request in case of exceptions too by installing a custom exeception handler
2012-02-20 09:06:24 +00:00
7e0df9eb55
allow to force tooltip for help messages by prepending a pipe "|" character
2012-02-19 13:54:57 +00:00
e97b390573
improved working in CalDAV/CardDAV prefs
2012-02-19 12:39:04 +00:00
97fd9598d3
SL translations from Ludvik, Robert
2012-02-18 14:48:09 +00:00
0037bf4077
* InfoLog/CalDAV: fixed sub-entries created in WebGUI got identical caldav_name as parent and therefore updates of sub-entries did not work as expected
2012-02-18 13:39:56 +00:00
dea5bfef24
add empty line in log between request body and response
2012-02-18 10:49:24 +00:00
873db447bc
fixed not working PUT of groups/lists
2012-02-18 10:22:59 +00:00
018dc6b84d
* Addressbook: disable custom field tabs, if contact is stored in LDAP, which does not support CFs
2012-02-17 15:01:50 +00:00