Commit Graph

11023 Commits

Author SHA1 Message Date
004122b237 fixed bug "infolog filter 'responsible open' does not show all items the user is responsible for", it was caused by the update of existing entries writes '' into info_responsible instead of '0' 2006-09-26 04:54:53 +00:00
3395b76214 use date format from preferences for showing dates 2006-09-16 22:12:24 +00:00
3e84994a84 fix for bug #1552616 => disapearing resources in calendar 2006-09-15 19:36:16 +00:00
112443ed20 fixed not working custom-fields in the alt. csv import 2006-09-11 07:50:56 +00:00
01803f1b31 added custom fields to csv import 2006-09-11 07:17:32 +00:00
1c381dc114 1.2.105 bugfix release 2006-09-05 14:12:28 +00:00
938adaa786 some sanatizing ;-) 2006-09-03 05:14:03 +00:00
215f4e0b66 fixed bug: umlauts and other non-ascii chars got corrupted in a nextmatch search, when you scroll with left and right arrows, the search value got unnecessary urlencoded 2006-08-30 13:21:31 +00:00
8e425b7a84 removed a left over diagnostics 2006-08-29 06:42:01 +00:00
9665e6638e fixed not working $extra_cols param in search, if $extra_cols is an array 2006-08-26 10:02:47 +00:00
3fe2371b0c - fixed tooltip for planner (allways showed 0:00, 0h in header)
- fixed not working planner-start-with-group "None" option, which caused a permanet writing of the calendar default prefs on every login
2006-08-25 08:23:27 +00:00
a7d7156cb0 patch from christian binder
35-45: set vars for mapping prioritys from and to handheld
82: set PRIORITY attribute on export
173-181: handle PRIORITY field on import
2006-08-24 09:48:38 +00:00
ef0cd37162 patch from christian binder
563: set delimiter to ";" instead of ","
2006-08-24 09:47:50 +00:00
7251eee8b8 patch from christian binder
class.boical.inc.php
285: handle exceptions field on export (delimiter changed to ";")
295: handle TRANSP value (0 or 1) on export
554: handle exceptions field on import
568: handle TRANSP value (0 or 1) on import
774-777: set supported fields for recur_exceptions and non_blocking

added support for handling non blocking events for vcal(1.0) and ical(2.0)
2006-08-24 09:46:46 +00:00
325b1f09ee Patch from christian.binder-AT-freilassing.de: multiple exceptions not working 2006-08-21 10:48:40 +00:00
be270e82a8 patch 1542059 2006-08-19 18:47:05 +00:00
a3dec22ed2 patch 1540046 2006-08-19 15:23:43 +00:00
10e3e04531 patch 1540044 2006-08-19 15:21:19 +00:00
ce5231fec7 patch 1533138 2006-08-19 15:05:28 +00:00
db496079f8 fixed bug TinyMCE destroys xml or html in content 2006-08-18 09:22:30 +00:00
27bfe80829 don't convert charset 2 times anymore 2006-08-17 03:39:10 +00:00
0bee3bf9c9 don't convert charset on import. That's done in the horde class already. 2006-08-17 03:31:47 +00:00
d9f6b6e4df removed (hopefully) unneeded linebreaks 2006-08-17 03:29:42 +00:00
1ad5811345 SyncML fixes
- we dont handle tasks in calendar that way
2006-08-17 03:16:09 +00:00
1eaa8fb11e killed a warning 2006-08-15 17:01:33 +00:00
70acf55484 bugfix: import of responsible was not working, as InfoLog expects now an array there, fixed it so that the import accepts now a comma or semicolon separated list of nummerical user-id or user-names 2006-08-13 05:46:38 +00:00
93b71ce63d fixed "to many warnings in error_log", which caused acording to Finjon Kiang to crash apache 2006-08-13 05:11:24 +00:00
d1d4bc610e some etemplate fixes:
- date-widget does no longer set extension-data if readonly (not used and can conflict with other widgets using the same name, as it was the problem in PM)
- select-widget: fix for "can not unselect the last category"
- red error-messages have now a "white-space: nowrap" for nice formatting
- confirm-message did not quote single quotes (') correct, which caused the complete confirm dialog to fail and allways execute the button
- readonly textarea's without column and row specification are rendered now as <pre></pre> to only take space needed
2006-08-12 06:15:32 +00:00
0c13c33fd2 fix for bug [ 1526576 ] acl.tpl bug
typo in hiddenvars, causes search in acl to loose the user/group and default to the current user, thanks to Nick Mossie (ldeviator)
2006-08-11 06:35:41 +00:00
b276d1d217 small utility to re-link timeheets with projectmanager (fix deleted links by the bug in the links class) 2006-08-07 08:36:48 +00:00
5f126e992d BE holidays for the next years from stijn.dumon-at-farmaka.be 2006-08-03 19:33:57 +00:00
d31a48137c fixed not working jscalendar, if for some reason no default date- or timeformat was set in the (default) prefs 2006-07-31 19:43:46 +00:00
cf67efdc58 fixed 2 errors with the notifications mentioned on the lists:
- the old boicalendar class was tried to call to create ical attachments for meating requests
- the generated link in "extended" notifications was sometimes wrong
2006-07-28 16:32:00 +00:00
1c833f8604 supress some useless php warnings 2006-07-24 09:15:40 +00:00
32d74d5d93 added support for nokia 6600 2006-07-23 18:14:49 +00:00
64762096b7 removed some unneeded , 2006-07-23 05:34:23 +00:00
8f70271bd2 Fix for bug: Error when imap folder contains a quote in the name
https://sourceforge.net/tracker/?func=detail&atid=554338&aid=1518556&group_id=78745

added htmlspecialchars where needed
2006-07-23 04:06:36 +00:00
140c700a82 improved parsing of multipart/alternative 2006-07-22 13:46:09 +00:00
8254487a3e improved parsing of multipart/alternative 2006-07-22 13:43:41 +00:00
2f95098c04 remove unneeded space between header parts 2006-07-22 13:40:43 +00:00
d40ea5c6eb removed some unneeded , 2006-07-22 13:23:35 +00:00
f4003a2e55 syncml fixes 2006-07-20 13:30:38 +00:00
760fe6d459 move navigation button some layers up 2006-07-20 08:00:36 +00:00
c3a5839f89 Fix for bug: [ 1525159 ] printing of wrong submessage when multiple mails attache
https://sourceforge.net/tracker/?func=detail&atid=554338&aid=1525159&group_id=78745

set correctly variable name

Thanks to StadtFRLG - stadt-frlg for providing the fix.
2006-07-20 07:13:35 +00:00
85889b2063 re-added freebusy support to the calendar 2006-07-14 23:27:41 +00:00
8c862ba3d5 send the redirect to login,if the session can not be verified, via xajax 2006-07-14 18:11:02 +00:00
5669d3d160 changed smtp-password input to type password, thanks to Flavio Henrique for the info 2006-07-13 15:09:05 +00:00
590b790ff9 typo 2006-07-12 22:00:30 +00:00
7c8c49cdff fixed error "no accounts/groups shown in admin", reported by Max.Bidlingmaier-at-EasternGraphics.com, if maxmatches not set 2006-07-12 15:16:02 +00:00
906fa09848 removed no longer used/relevant files 2006-07-09 23:39:01 +00:00