Commit Graph

12484 Commits

Author SHA1 Message Date
e34e046fd7 ability to insert contacts into documents, one can specify a document dir and a default document in the addressbook prefs. Addressbook then offers actions to insert (at the moment only single) contacts into that document. The default document is also shown as in extra icon for each contact in the list. Documents have to be text document including rtf, which allows to be saved as open office or word documents. 2007-06-17 13:55:43 +00:00
3de717157c fix bug found by sven kloeckner: addressbook does not work, when template is not set correctly in customfields section 2007-06-17 13:15:13 +00:00
a76112c613 fix bug found by sven kloeckner: addressbook does not work, when template is not set correctly in customfields section 2007-06-17 13:09:28 +00:00
cc3116c847 revert default for use_time_grid to 1.2 behavior, as many users reported problems and whole day events go not work on ie6 as expected 2007-06-15 19:46:01 +00:00
2f9ed542ee revert default for use_time_grid to 1.2 behavior, as many users reported problems and whole day events go not work on ie6 as expected 2007-06-15 19:43:08 +00:00
7d0276b11d fix for opera (class property is uppercase), thanks to nabble-egp-AT-a80.net 2007-06-15 17:34:48 +00:00
da5ecb4c0b "fix for opera (class property is uppercase), thanks to nabble-egp-AT-a80.net" 2007-06-15 17:34:00 +00:00
f0f3152222 the splitting with a complex regex for the parseDate does not work with old javascript. reworked it so splitting is done possible (date) delimiter by delimiter 2007-06-15 13:55:04 +00:00
de282bc4d5 the splitting with a complex regex for the parseDate does not work with old javascript. reworked it so splitting is done possible (date) delimiter by delimiter 2007-06-15 13:36:23 +00:00
bfb48bc52f fixed sql account backend to return array() instead of false for groups without members (can be created by deleting all users, which are members) 2007-06-15 07:56:43 +00:00
dcf1a53a74 "fixed sql account backend to return array() instead of false for groups without members (can be created by deleting all users, which are members)" 2007-06-15 07:55:42 +00:00
f07036567f fix for bug in pear's Registry class, check causes check_install.php to run forever, if the registries install_dir does NOT exist 2007-06-14 18:58:38 +00:00
d80b9bd377 "fix for bug in pear's Registry class, check causes check_install.php to run forever, if the registries install_dir does NOT exist" 2007-06-14 18:56:53 +00:00
04ba662494 small enhancement to keep the attachments, 'til the infolog entry gets finally deleted 2007-06-14 06:16:19 +00:00
3e34a63035 History for InfoLog (incl. the ability to disable real deletes) and delete notifications 2007-06-13 21:43:21 +00:00
9e49e8c50d History for InfoLog (incl. the ability to disable real deletes) and delete notifications 2007-06-13 21:37:05 +00:00
f241911ce7 merging fix from trunk: validation error instead of using the blur-title 2007-06-13 16:57:30 +00:00
4b8657013e changed translation of created to angelegt 2007-06-13 16:34:23 +00:00
1557afe792 some fixes for the contactform: customfields, not working mail-subject, ... 2007-06-13 16:29:06 +00:00
e7b8845f71 fix for bug reported on the german list 2007-06-13 15:38:21 +00:00
e54535cfc8 "fix for bug reported on the german list" 2007-06-13 15:37:10 +00:00
0f5ea8c016 switching FCK's encoding as html entities off, as we correctly handle charsets and it messes up the wiki totally 2007-06-13 08:36:39 +00:00
8eda1028a3 "switching FCK's encoding as html entities off, as we correctly handle charsets and it messes up the wiki totally" 2007-06-13 08:35:13 +00:00
ee5bc9f0e7 fixed typo, causing the account_repository not to be read and therefor displays the wrong conversation direction 2007-06-13 07:59:42 +00:00
4730e500a6 "fixed typo, causing the account_repository not to be read and therefor displays the wrong conversation direction" 2007-06-13 07:57:24 +00:00
ca35060490 address formats from many countries from http://www.bitboost.com/ref/international-address-formats.html
thanks to mikaelarhelger-AT-gmail.com
2007-06-12 16:34:24 +00:00
4ce40c0fd2 "address formats from many countries from http://www.bitboost.com/ref/international-address-formats.html
thanks to mikaelarhelger-AT-gmail.com"
2007-06-12 16:31:58 +00:00
789b207183 fixed now working wiki after update from 1.0.0 2007-06-12 15:39:26 +00:00
cec25ce548 fixed now working wiki after update from 1.0.0 2007-06-12 15:38:04 +00:00
cffe635c5c Bugfix for Bug:
FeLaMiMail Compose link in FeLaMiMail SideBox Menu looses Functionality due to JavaScript Error when in Preferences: javascript Function openComposeWindow could not be found.
BugFix:
Using of egw_openWindowCentered with onclick.
2007-06-12 15:11:52 +00:00
2b22721813 some missing translations 2007-06-12 12:34:31 +00:00
1cd5438c1f some missing translations 2007-06-12 12:33:44 +00:00
0535d5379c fix for bug #894: Reccurring events with setting interval drop participants
fix for problem reported in patch #906: problem when you edit a recurrent event
2007-06-11 17:16:01 +00:00
fc57480a6a "fix for bug #894: Reccurring events with setting interval drop participants
fix for problem reported in patch #906: problem when you edit a recurrent event"
2007-06-11 17:13:43 +00:00
39dd374379 "notifications were not send to assigned users" 2007-06-11 13:43:12 +00:00
dfcce2e0a3 removed no changable ACL for addressbook, if contacts are in LDAP 2007-06-11 13:11:05 +00:00
0376f3d48f "removed no changable ACL for addressbook, if contacts are in LDAP" 2007-06-11 13:09:57 +00:00
e96e79d0c1 small fix for ie 2007-06-11 12:39:09 +00:00
99cbb28d32 bringing importexport to egw 1.4 2007-06-11 12:37:56 +00:00
fe10569d78 backporting importexport for addressbook to egw 1.4
- massive improvements for the imports
- adopted export plugin to new interface
- extended outlook export definitions
2007-06-11 12:36:50 +00:00
5b6f6cb090 fixed not working account-mirgration from LDAP --> SQL 2007-06-11 12:17:55 +00:00
f03dce0a4d "fixed not working account-mirgration from LDAP --> SQL" 2007-06-11 12:17:03 +00:00
5e9b8efdb6 a few more missing translations 2007-06-10 10:26:50 +00:00
2d0eac55b7 InfoLog notifcations for due or to start entries (You need to run Admin>>Register hooks!) 2007-06-10 09:21:04 +00:00
4b72cd5bb0 modification because of changes in bo_tracking (calling the constructor now neccessary) 2007-06-10 08:51:42 +00:00
fc3c7a40ad bugfixes and some enhancements to support async notifications (infolog) 2007-06-10 08:50:03 +00:00
e1d55562ff bugfix: async service "sometimes" misses jobs (db-class was not cloned but copied) 2007-06-10 08:48:19 +00:00
3ddd4a7d17 bugfix: async service "sometimes" misses jobs (db-class was not cloned but copied) 2007-06-10 08:47:14 +00:00
b6a28b8090 performance fix 2007-06-09 22:23:29 +00:00
ad513a1351 fix for bug #866: private InfoLog entries are shown in the calendar day-view, if looking on someone elses calendar 2007-06-09 16:11:51 +00:00