Commit Graph

15997 Commits

Author SHA1 Message Date
9e81d70cb7 "setting the header-template version back to 1.28, to not force anyone to update (as long as I dont have the session encryption ready, which might require some more small fixes in the header template)" 2008-09-23 05:51:22 +00:00
a1a3ed0d35 "use egw_db::select instead of self::search in so_sql::not_unique() as it does NOT set this->data" 2008-09-22 16:00:45 +00:00
9d9fc41658 "hopefully last fix for Raphaels patch ;-)
if readonlys[__ALL__] is set, also set readonlys[$name] (but only then as for extensions (eg. tabs) $readonlys[$name] can be an array!)"
2008-09-22 09:28:01 +00:00
c5926eeba2 removed empty row in regular index page 2008-09-22 09:04:19 +00:00
ae3ff8ddf2 fixed broken display in non IE browsers (borders missing) 2008-09-22 08:50:10 +00:00
c1e89c5f0a Keep the returned readonly value from the extension 2008-09-19 13:35:29 +00:00
e4c29d36fc fix/improve the filter handling for querying all accounts, due to problems with unlimited querys, and/or large groups 2008-09-19 09:12:30 +00:00
7b01f31d7d Readonly parameter is pass-by-reference, can't be an expression 2008-09-17 14:47:47 +00:00
0044736e0f - Preserve existing times when working with an existing job schedule
- Preserve values of 0 (previously set to */1)
2008-09-16 21:47:08 +00:00
74d78f5dbe "1. two patches from Raphael Alla:
- expand onchange before calling extensions pre_process method
- additionl evaluate $readonlys['__ALL__'] in calling extensions pre_process method
2. replaced {} as array-operator in string with []"
2008-09-16 05:41:33 +00:00
efbd40622a tracker #1726 2008-09-15 17:04:00 +00:00
1d1e80fb83 tracker #1723 2008-09-13 20:46:59 +00:00
ce52d11ba6 tracker #1722 2008-09-13 20:44:50 +00:00
57b23cccb3 tracker #1721 2008-09-13 20:42:28 +00:00
6a8e9471b6 make color of writing in event headers depending on the brightness of the choosen category color, fix for bug #1717 2008-09-13 12:43:14 +00:00
8d9f3eb858 addressbook_contactform: handle the submit, if verification math is done wrong. 2008-09-12 11:14:04 +00:00
e9fb294676 groupdav: switching of debug 2008-09-12 11:10:13 +00:00
b195ac76e2 refractured infolog code to create links to custom field link types 2008-09-11 14:57:20 +00:00
043fda48a4 "check for fileuploads and attach the found files" 2008-09-11 14:34:44 +00:00
f755c12365 "fixed problem reported on the german list: copied address contains the original uid" 2008-09-11 10:48:13 +00:00
3b5d46022d "common::email_address() dont add @domain, if not domain (mail_suffix) specified" 2008-09-11 07:48:49 +00:00
eab06a2ac0 fixed typo: infor(m)ation 2008-09-10 06:07:19 +00:00
b3270f51ab fixed (hopefully last) wrong link to calendar_uiviews 2008-09-10 05:53:42 +00:00
13bb027ab9 "fix for bug #1710: email detection when adding participants cause false 'email search' records" 2008-09-10 05:44:29 +00:00
bf8a23e47e "fixed bug reported on user list: PHP Fatal Error: unknown method egw_session::list_sessions()" 2008-09-09 11:59:34 +00:00
2dd64d38ef fixed a missing check_access argument 2008-09-09 06:56:41 +00:00
3dddb8d646 Update async services to match changes to Multi-Domain support in functions.inc.php (rev 25860) 2008-09-05 15:47:39 +00:00
3e7cb195e6 - use start dir from prefs only if no path in session
- more descriptiv labes in sidebox:
  + Your home directory
  + Home directories
  + Base directory
- make some phrases translatable and use placeholders instead of
  concating partial phrases with the variable content
2008-09-04 06:44:48 +00:00
33176acbe0 added text/rtf icon, as both application/rtf and text/rtf are valid and used 2008-09-04 06:01:25 +00:00
93ec854bf6 "Patch from Phillip Herbert from Knauber to support Nokia X-EPOCAGENDAENTRYTYPE' = 'EVENT'" 2008-09-03 17:13:54 +00:00
e3b9117d4f "Patch from Phillip Herbert from Knauber to support Nokia e51, e90, 9300 and funambol iphone" 2008-09-03 17:09:17 +00:00
15c0b07903 Tracker #1684 2008-09-03 16:17:01 +00:00
16936adb29 uups, copy and paste error. this one prevented the showing of files in default sort mode. fixed. 2008-09-01 10:06:25 +00:00
0f0b5c9639 fixed old "'%1' is NOT allowed ('%2')!" error:
the ajax search now opens the pending eTemplate request and stores the
new allowed id's from this search
2008-08-30 11:17:04 +00:00
ea295a1165 not used any more 2008-08-29 16:12:10 +00:00
1fbb260ad3 not used any more 2008-08-29 16:05:04 +00:00
5db4d77067 use the static function randomstring instead of the egw->common object (which may not be instanciated at the time) 2008-08-29 13:34:41 +00:00
1d48d7d217 define/declare randomstring as static function 2008-08-29 13:31:33 +00:00
ff32c498c6 "read handler need to return '' (empty string) for a not found session!" 2008-08-29 13:29:57 +00:00
755ba2245c after session_destroy, we need to (re-)load the eGW session-handler, as session_destroy unloads custom session-handlers 2008-08-29 13:00:18 +00:00
fbffb3baca fixed a bug that came with the new session handling, since session save and session restore cant handle objects, we have to serialize them first
and unserialize them on retrieval.
2008-08-29 12:43:30 +00:00
5830b60482 -handeled the call for missing directories, or diectories the user has no access rights
-added missing? language strings
-translated new and missing? language strings to german
-fiddeled with the settings for yes/no select box to show the preset values for the users setting, if preset by admin
2008-08-28 11:09:09 +00:00
715ad7a1bf bugfix: fixed a remaining call to uicontacts -> addressbook_ui 2008-08-27 12:31:33 +00:00
5f42817c56 #add sidebox menue to filemanager, with Links to Home and root.
#filemanager supports the configuration of a different startfolder (other than users home directory)
#preferences for filemanager
-define links to folders, that show in sidebox menu
-specify the display characteristics in filelisting (default (all sorted), or forced folders first)
#configuration options for filemanager
-you may specify how many links to folders can be configured in filemanagers preferences

YOU HAVE TO RUN Search and Register Hooks of all Applications, and you may have to login/logout.
2008-08-27 11:17:00 +00:00
e5f1bc9a24 bugfix for missing search/cancel buttons in advanced search dialog 2008-08-26 10:40:20 +00:00
48c7fae782 "fixed bug reported by Phillip Herbert on the user list: addressbook view >> more phone numbers does NOT show the fax number" 2008-08-25 13:49:32 +00:00
e154f96132 Revert accidentally commited changes. 2008-08-21 20:59:02 +00:00
21a2bcd7ac Remove extra_nm, we can put multiple nextmatches on a page now. (Yay)
Also, change everything that was using extra_nm to use a real nextmatch
2008-08-21 20:55:50 +00:00
044cc0f679 Last piece needed for multiple nextmatches / page. 2008-08-21 18:09:20 +00:00
7b145c88da fixed problem reported on the developer list: timesheet phrase contained a tab (\t) 2008-08-21 13:13:48 +00:00