Commit Graph

19786 Commits

Author SHA1 Message Date
Klaus Leithoff
93304cf57a fix broken translation string for italian language 2012-05-22 08:44:37 +00:00
Klaus Leithoff
29d77f52b2 fix broken delete in userdefined eMail Account/Profile/Identities list, when italian language is selected 2012-05-22 07:29:19 +00:00
Ralf Becker
28da4892e0 fixed PHP 5.4 Warning: Illegal string offset 2012-05-21 14:08:53 +00:00
Klaus Leithoff
59adbc510e fix up illeagal string offset warnings for php5.4 2012-05-21 11:33:40 +00:00
Ralf Becker
28de768d68 fixed PHP 5.4 Warning: Illegal string offset 2012-05-21 10:57:16 +00:00
Ralf Becker
f80477e938 fixed PHP 5.4 Warning: Illegal string offset "name" on line 793 2012-05-21 10:02:30 +00:00
Ralf Becker
1df0ef843a allow to specify a custom filter for egw_session::session_(list|count)() 2012-05-19 18:20:14 +00:00
Klaus Leithoff
e514747285 fixed not working connect+login through Net_Sieve constructor: missing options parameter 2012-05-18 12:39:51 +00:00
Klaus Leithoff
fae91d2355 fix problem regarding the import of multipart/related messages (missing body) 2012-05-18 11:55:51 +00:00
Ralf Becker
0f42a2f916 fixes for PHP 5.4 warnings and strict warnings, thought disabled E_STRICT for now, because of various strict warnings in working code, which could not be easy fixed in all areas (see comment in phpgwapi/inc/functions.inc.php) 2012-05-16 12:39:52 +00:00
Ralf Becker
21cda45334 fixed "PHP Catchable fatal error: Argument 1 passed to nextmatch_widget::egw_actions() must be an array, string given" 2012-05-16 09:22:10 +00:00
Ralf Becker
aed30a9370 missing ms office 2007/10 mime types, thanks to frank.vanbrussel-at-de8.be 2012-05-16 06:06:38 +00:00
Ralf Becker
4bdfce766b Changelog for 11.1.20120515 2012-05-15 16:59:14 +00:00
Ralf Becker
845ad43950 changed translation of "org_name" field to "Organisation" from "Company", as it is translated in edit template 2012-05-15 16:55:23 +00:00
Ralf Becker
d4c1a288e4 correctly disable change_org, if no organisation set 2012-05-15 16:55:12 +00:00
Ralf Becker
7ff86a46a6 * InfoLog: change status in context menu shows now labels and icons from all types and fixed my.stylite.de bug #3359: not being able to set custom status 2012-05-15 16:24:57 +00:00
Ralf Becker
a8dde2649e * Addressbook: fixed not working changing of organisation members, also place this feature more prominent beside buttons 2012-05-15 15:53:14 +00:00
Klaus Leithoff
e8f83bede0 work around a problem with balance tags removing content 2012-05-15 15:19:32 +00:00
Ralf Becker
f5517a1ff8 fixed only partially translated alarms 2012-05-15 14:42:02 +00:00
Nathan Gray
5b0ecf0491 Fix SQL error when exporting sorted by contact_id 2012-05-15 14:35:09 +00:00
Ralf Becker
c2bf63c872 * InfoLog: if searching do not suppress sub-entries (user preference "List no subs/childs" set) 2012-05-15 14:27:50 +00:00
Ralf Becker
41ec5d1b4a translating status-label now when the get used, to allow calendar_boupdate::_get_event_details() use language of to notify user 2012-05-15 13:27:56 +00:00
Ralf Becker
85e1ec131a * Calendar: notification always use language of current user, not of user to notify 2012-05-15 12:51:16 +00:00
Ralf Becker
31914b14f3 * AsyncServices/Calendar: when multiple alarms / async jobs run at same time, they send mail with from address of first alarm/job
caused by ExecMethod re-using objects instanciated in $GLOBALS, which get now unset when user-context needs to change because async job runs under different user
2012-05-15 12:16:25 +00:00
Ralf Becker
45e27331e9 * Calendar: taking direct booking permission into account when copying events including resources (my.stylite bug #2839) 2012-05-15 11:20:32 +00:00
Ralf Becker
ac09e58bea * Calendar: fixed not savable config "Prevent deleting of entries" as "Yes, users can purge their deleted items"
renamed from "user_purge" to "userpurge" (without underscore) as config can not handle situation when name and value contains underscores
2012-05-15 10:36:01 +00:00
Ralf Becker
6c160cd3b1 * EMail: fixed not working search in Addressbook, if LDAP backend was used (my.stylite.de bug #3337) 2012-05-15 10:21:28 +00:00
Ralf Becker
07dac25723 * EMail: default for new installations always display html mail 2012-05-14 13:47:28 +00:00
Klaus Leithoff
74cbee31b9 take care of possible commas in n_fn in addressbook.email popup (on-click adding email to opened email-form when clicking on email-link) 2012-05-14 08:12:55 +00:00
Ralf Becker
3b3d7992a1 fixed not working copy or paste of files since r39109 2012-05-11 10:29:36 +00:00
Ralf Becker
9c193f3608 fixed since r39109 (merge for filemanager) not working install 2012-05-11 08:36:21 +00:00
Ralf Becker
235365ac3c * CalDAV: fixed not working exceptions of recuring events in iCal on iOS or OS X (skipping optional and default VALUE=DATE-TIME attribute in iCal EXDATE component) 2012-05-10 11:27:07 +00:00
Nathan Gray
8fb6326dbd * Add merge print for filemanager 2012-05-09 14:18:09 +00:00
Klaus Leithoff
c048812466 call of egw_instant_load test that _tar.contentWindow is notnull before testing depending object properties 2012-05-09 11:56:54 +00:00
Klaus Leithoff
4a8abf8278 call of egw_instant_load test that _tar param is set and defined, before testing depending object properties 2012-05-09 08:59:08 +00:00
Ralf Becker
0ea6a47304 return success or error if called via HTTP as HTTP status 2012-05-08 21:48:30 +00:00
Ralf Becker
0a93729194 * ProjectManager/InfoLog: fixed custom type icon in PM to use status label, as in InfoLog 2012-05-08 16:10:35 +00:00
Nathan Gray
b3122d519f If openoffice template specifies pagerepeat, use it 2012-05-08 14:31:02 +00:00
Klaus Leithoff
53a899955e * infolog/notification: fix for ->primary link not shown in notification on first save<- (Helpdesk#3290) 2012-05-08 12:39:32 +00:00
Ralf Becker
8502f2c061 * InfoLog: explicitly name tabs in infolog.edit, to get disabeling of tabs working, even if template added custom ones 2012-05-08 10:04:28 +00:00
Ralf Becker
2c02fe0192 * InfoLog: fixed subs view to display only selected custom-fields of parent 2012-05-08 09:44:24 +00:00
Ralf Becker
6df01e13de * Addressbook: skip letter of deleted type, when creating new contact types, as it gives SQL error 2012-05-08 08:50:45 +00:00
Nathan Gray
5b2b8ea37d Point account links to addressbook view 2012-05-04 14:16:31 +00:00
Nathan Gray
081d93ae51 Implement merge for filemanager 2012-05-03 17:58:16 +00:00
Nathan Gray
065fd1a772 Point account links to addressbook view 2012-05-03 15:23:30 +00:00
Ralf Becker
0d66dd98b7 fixed server-side valdation of autorepeated rows/columns
had to change signature of validate function to get information for autorepeating through
removed entity-encoding of square brackets, as they mess up validiation (havnt found any negative effects so far)
2012-05-03 14:17:47 +00:00
Nathan Gray
a4b71c7d3a Fix 12 hour afternoons 2012-05-03 02:15:35 +00:00
Nathan Gray
ab63063023 Restrict times to working hours, from calendar 2012-05-03 02:11:36 +00:00
Nathan Gray
604d7da979 Use jQueryUI dialog for popups - it looks better, and you can move it out of the way 2012-05-02 22:33:46 +00:00
Nathan Gray
b464850c12 CSS changes to support color picker widget 2012-05-02 22:29:15 +00:00