c1c5095d52
"only update same major version"
2010-03-05 16:22:10 +00:00
c97400f881
allow to replace archives in obs checkout
2010-03-05 15:28:06 +00:00
876cf07883
dont use IN ( ), if there's only one value, it's slower for MySQL
2010-03-04 17:20:11 +00:00
bb8502c5b8
Preseed link title-cache for link-list and link-string widget
2010-03-04 17:09:45 +00:00
15c3894b7a
pdo statement->execute expects either the prepared statement with already bound parameters OR an array of the vars to be bound. It can NOT handle them MIXED
2010-03-04 12:07:11 +00:00
749cd1add0
fixing of an orgview bug: orgview was extremly sticky, after you selected an org member for e.g. infolog view
2010-03-01 10:23:39 +00:00
ec87ce5355
fixing issue: failed add to organisation from org-view, when colon in org_unit/org_location/organisation
2010-02-25 13:41:18 +00:00
0e3c76b395
fix for a problem with IE7 and IE8(Compatibilitymode) displaying Icons and text in Navbar
2010-02-19 14:54:06 +00:00
df56a3908b
Backport Javascript fix for ajax select widget on IE
2010-02-17 15:38:42 +00:00
ae446948e9
improving session control for felamimail bosieve async_vacation. Force sessions to be rebuilded
2010-02-17 14:22:58 +00:00
a3d6a1b1f0
get rid of comma in full-emailadresses, as imap_rfc_address_list assumes a new address to come after comma
2010-02-17 12:07:07 +00:00
bcabcd925b
get rid of comma in emailadresses, as imap_rfc_address_list assumes a new address to come after comma
2010-02-17 10:56:54 +00:00
a9cadc3230
using session control for felamimail/emailadmin, to control the loading of preferences for the setting of vacations by date by async job (user was not changed (since session was reused), when several users wanted to change their vacation message by date via async job at the same day)
2010-02-17 10:16:53 +00:00
ef0258a96d
support for 1.6.003
2010-02-14 06:31:25 +00:00
9e8227f200
fixed stupid windows path: moved aspell_path config to setup, vor obvious reasons
2010-02-14 06:19:09 +00:00
19afc9ed3f
moved aspell_path config to setup, vor obvious reasons
2010-02-14 06:01:23 +00:00
1555115be7
moved aspell_path config to setup, vor obvious reasons
2010-02-14 05:51:51 +00:00
ba5bdb79a2
fixed not working listing of groups, after r29189
2010-02-13 06:45:24 +00:00
55d3fc4888
fixed typo in previous commit: problem pointed out by Nahuel Grisolia <ngrisolia@cybsec.com>
2010-02-13 05:00:21 +00:00
7d1ac84b67
fixed typo in previous commit: problem pointed out by Nahuel Grisolia <ngrisolia@cybsec.com>
2010-02-13 04:55:34 +00:00
8b92fc4998
fixed typo in previous commit: problem pointed out by Nahuel Grisolia <ngrisolia@cybsec.com>
2010-02-13 04:47:01 +00:00
34f2a64b51
updated integration docu
2010-02-13 04:35:54 +00:00
f8ae0c1064
fixed problem pointed out by Nahuel Grisolia <ngrisolia@cybsec.com>
2010-02-13 03:42:39 +00:00
aca8b220df
fixed problem pointed out by Nahuel Grisolia <ngrisolia@cybsec.com>
2010-02-13 02:57:22 +00:00
dcc2ad7ea1
fixed problem pointed out by Nahuel Grisolia <ngrisolia@cybsec.com>
2010-02-13 01:25:24 +00:00
22630b849a
fixed problem pointed out by Nahuel Grisolia <ngrisolia@cybsec.com>
2010-02-13 01:19:27 +00:00
de4a0e9239
Add history logging to calendar
2010-02-12 20:18:45 +00:00
30db6582f7
Don't modify filter columns with numeric keys
2010-02-12 18:36:04 +00:00
42bd4d227c
Upgrades to historylog_widget:
...
- Allow array for options of a 1:N record, as documented in bo_tracking
- Allow passing in a filter parameter, and pass it on to historylog->search
2010-02-12 18:34:33 +00:00
fb50bee888
Log history of custom fields also
2010-02-12 16:47:15 +00:00
24aa36d655
you can not use egroupwares autoloading before the basic egroupware objects are included, so we implement array_stripslashes in thumbnail.php itself, as it seems to be the fast way when get_magic_quotes_gpc is enabled
2010-02-12 15:06:47 +00:00
989bba917f
you can not use egroupwares autoloading before the basic egroupware objects are included, so we implement array_stripslashes in thumbnail.php itself, as it seems to be the fast way when get_magic_quotes_gpc is enabled
2010-02-12 15:05:40 +00:00
3ac8b33231
move the ie dropdown menu hack to jsapi, make it an preference, so you can switch it off, if it does not work for you
2010-02-12 09:04:44 +00:00
41f587d584
Fix wrong classification in get_event_info() again
2010-02-11 21:04:10 +00:00
65c06844e5
Fix wrong classification in get_event_info() and UID handling for CalDAV
2010-02-11 20:50:35 +00:00
adf9a0917f
Fix deleted filter to hide from select-entry widget also
2010-02-11 20:43:11 +00:00
a67f231b74
fix quoting in javascript message, for recurring events/exeptions
2010-02-11 09:06:33 +00:00
52ea4512ca
Improve find_event() again
2010-02-11 07:33:32 +00:00
63117b9ceb
Add an option to keep deleted contacts, and only admins can purge them
2010-02-10 23:07:43 +00:00
ad79f404e9
Fix recurring event issue
2010-02-10 19:47:39 +00:00
e763d692c9
make sure the default type for addressbook is found if there is no entry in egw_config
2010-02-10 14:27:14 +00:00
ed7f3a764e
Free/Busy handling for groups and recources; Groups: if a group allows only free/busy to its users, then participation does not mean a lot. Resources: if grant is free/busy only explicit recources rights are not to be regarded
2010-02-10 12:31:34 +00:00
24f126c8e5
backport of some of nathans bugfixes (r28977,r29155,r29162)
2010-02-10 10:17:43 +00:00
b6097fa156
SyncML Content Handling
...
* Improved find-methods
* Timezone support for InfoLog
* SyncML Preferences
- addressbook and address list are now joined
- Primary User Group for addressbook and calendar
* SlowSync uses old mapping information (can be disabled within the preferences)
2010-02-09 21:56:39 +00:00
9bf462d616
Add check for blur text left in
2010-02-09 18:07:53 +00:00
b590c48a0b
translations provided by g.mueller
2010-02-09 17:03:38 +00:00
fb2053eda9
translations provided by g.mueller
2010-02-09 17:03:23 +00:00
a2c053f2cf
translations provided by g.mueller
2010-02-09 17:02:08 +00:00
fc1328fae8
Fix path problem where js couldn't be found
2010-02-09 16:34:34 +00:00
9a0c0203ee
fixing a warning by improving the email-regex
2010-02-09 11:49:15 +00:00