Commit Graph

10996 Commits

Author SHA1 Message Date
Ralf Becker
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
Ralf Becker
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
Ralf Becker
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
Ralf Becker
5f126e992d BE holidays for the next years from stijn.dumon-at-farmaka.be 2006-08-03 19:33:57 +00:00
Ralf Becker
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
Ralf Becker
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
Lars Kneschke
1c833f8604 supress some useless php warnings 2006-07-24 09:15:40 +00:00
Lars Kneschke
32d74d5d93 added support for nokia 6600 2006-07-23 18:14:49 +00:00
Lars Kneschke
64762096b7 removed some unneeded , 2006-07-23 05:34:23 +00:00
Lars Kneschke
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
Lars Kneschke
140c700a82 improved parsing of multipart/alternative 2006-07-22 13:46:09 +00:00
Lars Kneschke
8254487a3e improved parsing of multipart/alternative 2006-07-22 13:43:41 +00:00
Lars Kneschke
2f95098c04 remove unneeded space between header parts 2006-07-22 13:40:43 +00:00
Lars Kneschke
d40ea5c6eb removed some unneeded , 2006-07-22 13:23:35 +00:00
Lars Kneschke
f4003a2e55 syncml fixes 2006-07-20 13:30:38 +00:00
Lars Kneschke
760fe6d459 move navigation button some layers up 2006-07-20 08:00:36 +00:00
Lars Kneschke
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
Ralf Becker
85889b2063 re-added freebusy support to the calendar 2006-07-14 23:27:41 +00:00
Ralf Becker
8c862ba3d5 send the redirect to login,if the session can not be verified, via xajax 2006-07-14 18:11:02 +00:00
Ralf Becker
5669d3d160 changed smtp-password input to type password, thanks to Flavio Henrique for the info 2006-07-13 15:09:05 +00:00
Ralf Becker
590b790ff9 typo 2006-07-12 22:00:30 +00:00
Ralf Becker
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
Ralf Becker
906fa09848 removed no longer used/relevant files 2006-07-09 23:39:01 +00:00
Ralf Becker
d6b960d787 installation check if session.save_path is writable by the webserver: might help people who cant log into eGW because of "session could not be verified" 2006-07-09 18:47:31 +00:00
Ralf Becker
1d0b0202e5 creating of eg. the files-dir was only tried if the parent dir was writable, which failed if it does not yet exist 2006-07-09 17:33:07 +00:00
Ralf Becker
7c4adc12aa fixed setup to deal with proxies: behind a non-transparent proxy the cookie domain was wrong, which cause the browser to refuse the setup cookies, which throw you always back to setup login 2006-07-09 06:57:00 +00:00
Ralf Becker
bc42ce2bc9 fix: title in checkbox_multiselect was (only) set for the checkbox, not the whole label 2006-07-08 20:20:10 +00:00
Lars Kneschke
1062876891 updated spec files for release 104 2006-07-08 06:29:51 +00:00
Cornelius Weiß
dff79944f4 fix: custom-fields were not displayed in safari 2006-07-05 17:52:46 +00:00
Cornelius Weiß
63e898d428 fix not displayed actions found by Christophe Combelles 2006-07-01 05:26:07 +00:00
Cornelius Weiß
286a68d2ba fix: wrong url found by j635 2006-07-01 05:09:08 +00:00
Lars Kneschke
617d44e0a7 reenabled participants 2006-06-29 05:24:17 +00:00
Cornelius Weiß
bea4cfa8df fix typo found by Ageless 2006-06-28 16:51:49 +00:00
Cornelius Weiß
ee4bd62b03 fix: to short column definition for remark field in link class 2006-06-28 12:24:53 +00:00
Cornelius Weiß
e879b461b3 workaround to display all open task in calendar dayview 2006-06-27 16:32:30 +00:00
Cornelius Weiß
c82350e6d7 link_title method returns now null to indicate an entry does not exist (and all links can be deleted) or false if there are insufficent rights to view the title 2006-06-27 16:27:41 +00:00
Ralf Becker
b3b6cb5b5b backport of webdav server 2006-06-24 17:48:43 +00:00
Ralf Becker
6702c7f683 backport of webdav server 2006-06-24 17:48:23 +00:00
Ralf Becker
c10a66fdee fix for some situations in setup 2006-06-24 17:47:41 +00:00
Ralf Becker
86b41049ad backported calendar fixes to 1.2 2006-06-24 17:34:38 +00:00
Ralf Becker
627146c9a3 pushing the version-number to 1.2.103 for the 3. bugfix release 2006-06-24 17:30:31 +00:00
Ralf Becker
74e122ee3b some minor stuff 2006-06-24 17:11:35 +00:00
Ralf Becker
dcd5d3f91a link_title method returns now null to indicate an entry does not exist (and all links can be deleted) or false if there are insufficent rights to view the title 2006-06-24 16:12:56 +00:00
Ralf Becker
dde05aab4f link_title method returns now null to indicate an entry does not exist (and all links can be deleted) or false if there are insufficent rights to view the title 2006-06-24 16:06:11 +00:00
Ralf Becker
5f61f74a50 link_title method returns now null to indicate an entry does not exist (and all links can be deleted) or false if there are insufficent rights to view the title 2006-06-24 16:04:35 +00:00
Ralf Becker
d1a85e1054 link_title method returns now null to indicate an entry does not exist (and all links can be deleted) or false if there are insufficent rights to view the title 2006-06-24 16:04:06 +00:00
Ralf Becker
a48b353c14 link_title method returns now null to indicate an entry does not exist (and all links can be deleted) or false if there are insufficent rights to view the title 2006-06-24 16:03:00 +00:00
Ralf Becker
da51cab0aa 1) fixed critical bug in links class: viewing an entry which has links to other entries, for which the user has no view permissions, caused the deleting of the links to these entries. The title function/hook returns now null to indicate an entry does not exist (and all links can be deleted) or false (as previously allways) if there are insufficent rights to view the title. Links get now only deleted in the first case, if title() returns null
2) dont ask ;-)
2006-06-24 16:01:32 +00:00
Ralf Becker
558a52b491 1) fixed critical bug in links class: viewing an entry which has links to other entries, for which the user has no view permissions, caused the deleting of the links to these entries. The title function/hook returns now null to indicate an entry does not exist (and all links can be deleted) or false (as previously allways) if there are insufficent rights to view the title. Links get now only deleted in the first case, if title() returns null
2) dont ask ;-)
2006-06-24 15:58:29 +00:00
Ralf Becker
0c8f55b6ea quitened a warning 2006-06-24 15:52:42 +00:00