Commit Graph

19556 Commits

Author SHA1 Message Date
Ralf Becker
0635f850e0 * Admin: fixed import of already hashed passwords 2012-03-29 18:36:48 +00:00
Ralf Becker
70d5b824c8 update for egroupware module was missing 2012-03-28 11:45:45 +00:00
Ralf Becker
f2c2158a8b * Projectmanager: add /usr/share/fonts to open_basedir to allow JpGraph for ganttchars access to default font location 2012-03-28 11:44:01 +00:00
Klaus Leithoff
781abb9764 as we experience massive problems regarding DIGEST-MD5 and CRAM-MD5 authentication in Sieve, we remove them from the supportedAuthMethod list 2012-03-27 14:14:26 +00:00
Ralf Becker
5417fca5b9 removed menuaction check completly, as only missuse was setting currentapp from it, which get now checked
improved _check_script_tag and added a lot of tests, thought not all tests really apply here, so low count of ~50% are not as bad
2012-03-27 08:33:16 +00:00
Ralf Becker
48a38cc7d8 fix to get menuaction proxys (eg. used when creating a link) working again 2012-03-26 11:16:15 +00:00
Ralf Becker
7ee35dc3df allow dash in app-name like in "sitemgr-site" 2012-03-26 08:05:58 +00:00
Ralf Becker
bedd5eb01e Upps, forgot argument 2012-03-26 07:24:54 +00:00
Ralf Becker
7ce21bcaae propper encoding of exception messages, checking of $_GET[menuaction] and $GLOBALS[egw_info][flags][currentapp] 2012-03-26 07:19:03 +00:00
Ralf Becker
6e139862de * 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 13:00:48 +00:00
Ralf Becker
e7e27f5584 * API: fix account-selection-method "selectbox" containing selected account double (eg. in Admin >> Manage groups) 2012-03-21 09:26:07 +00:00
Ralf Becker
060a558d92 "removed deprecated ereg, to get ride of the warning" 2012-03-20 07:26:46 +00:00
Ralf Becker
a598576020 * Calendar: update timezones to 2011n from Lightning 2012-03-18 08:58:04 +00:00
Klaus Leithoff
d4a1c47b71 * eMail: fix bug regarding language strings with single quotes in Javascript; 2012-03-16 10:36:39 +00:00
Ralf Becker
15646580c5 check and reset cookie configuration, if it does not match current enviroment 2012-03-15 12:56:51 +00:00
Ralf Becker
38639761b0 * 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:25:03 +00:00
Ralf Becker
d75e0e9031 define SEP, if not defined, fixes open_basedir errors seen in error_log 2012-03-13 09:00:33 +00:00
Klaus Leithoff
8c8e670a45 fix egroupware.org Tracker bug #3122: HTML only emails show up as source in infolog: reported by Ch.Kaulich; caused by calling tidy without need 2012-03-13 08:59:29 +00:00
Ralf Becker
3b62e2a96f * Calendar: mail all participants was attaching iCal with wrong time(zone) 2012-03-12 12:47:01 +00:00
Ralf Becker
40c557e3c5 setting recommended php version to 5.3, not sure why we havnt done that already 2012-03-11 09:38:41 +00:00
Ralf Becker
ef1b606ae8 * 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:47:04 +00:00
Ralf Becker
f1360eed13 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:24:33 +00:00
Ralf Becker
e484a9e7b7 fix for bug #3120 - PHP Fatal error: Call to private method sqlfs_stream_wrapper::_pdo() 2012-03-07 14:09:43 +00:00
Ralf Becker
434a612d57 fix for bug #3120 - PHP Fatal error by saving email as Infolog and Access to undeclared static property: sqlfs_utils::$pdo 2012-03-07 13:04:46 +00:00
Klaus Leithoff
116f12aa8b * 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:17:08 +00:00
Ralf Becker
2fcabd22b3 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 10:05:35 +00:00
Ralf Becker
2e64f271d5 * 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:04:02 +00:00
Ralf Becker
d0d5faa4bd moved sqlfs filesystem check from Admin to Admin >> Filemanager, as most people seem to expect it there 2012-02-29 15:01:02 +00:00
Ralf Becker
4757faa257 fixed SQL error under PostgreSQL with new filesystem check 2012-02-29 13:49:13 +00:00
Ralf Becker
ae2425967e 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:20 +00:00
Ralf Becker
8848953385 * Filemanager/Admin: ability to check virtual filesystem (Admin >> Check virtual filesystem) and some code to prefent double creation of directories 2012-02-27 13:24:01 +00:00
Ralf Becker
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
Ralf Becker
d7a7d105fa * Admin/Setup: fixed custom translations got lost during update 2012-02-27 08:02:28 +00:00
Nathan Gray
9caec6fffb Fix for empty spreadsheet dates in XML & OO.o getting a date anyway 2012-02-24 23:29:58 +00:00
Ralf Becker
3e5e2156c1 allow to unset default info_des from sub_excludefields 2012-02-24 10:31:43 +00:00
Ralf Becker
3015287833 fixed not working storing of sub_excludefields and translations 2012-02-24 10:01:40 +00:00
Ralf Becker
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
Ralf Becker
2f2a252b51 * InfoLog: fixed multiple [apply] after copying an InfoLog creates multiple new infologs 2012-02-23 16:42:58 +00:00
Ralf Becker
c97f737e69 white-space: nowrap for table in date-widget 2012-02-23 13:41:58 +00:00
Ralf Becker
bbeed5c3bb white-space: nowrap for table in date-widget 2012-02-23 13:39:24 +00:00
Ralf Becker
3dadc207af fixed typo and added translation for new context-menu items 2012-02-22 12:48:02 +00:00
Ralf Becker
ab0a65f8bc * Notifications: fixed not correctly reset timezone after notifying users from other timezones 2012-02-22 12:35:01 +00:00
Ralf Becker
980768c443 * Notifications: fixed not correctly reset timezone after notifying users from other timezones 2012-02-22 12:32:18 +00:00
Ralf Becker
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
Ralf Becker
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
Ralf Becker
156585dccb dont show more lines in multiselectbox as we have values 2012-02-21 09:26:55 +00:00
Ralf Becker
77eaf8e7f1 dont show more lines in multiselectbox as we have values 2012-02-21 09:22:42 +00:00
Ralf Becker
7badca95da * CardDAV/Addressbook: storing Apple AB type company (X-ABShowAs:COMPANY) as EGroupware fileAs company 2012-02-21 08:57:55 +00:00
Nathan Gray
2b39a7a059 Fix spreadsheet date/time formatting issue - incorrect parsing of user's time 2012-02-20 16:15:18 +00:00
Ralf Becker
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