Commit Graph

2906 Commits

Author SHA1 Message Date
Ralf Becker
ecae7dc75b backported php5.2 fix from trunk: renamed datetime class to egw_datetime 2006-11-10 11:38:34 +00:00
Pim Snel
3d6ef7ce57 backport the ability to manualy set the tpl path 2006-10-30 09:50:40 +00:00
Pim Snel
b55f7db8ed backport:add set_var for minimal compatibility with PHPLIB Templates 2006-10-30 09:34:55 +00:00
Ralf Becker
88048ecc2f renamed datetime class to egw_datetime to support php5.2 2006-10-22 06:39:49 +00:00
Ralf Becker
0b261f355b fixed not working removal of group-memberships via edit-group 2006-10-19 17:11:35 +00:00
Ralf Becker
afddf22135 fixed doublicate key error, happening with some installs / php-versions on updating or adding acls 2006-10-15 09:21:59 +00:00
Ralf Becker
4586e3c267 fix for bug #9 2006-10-13 15:55:00 +00:00
Pim Snel
b3f8cf1512 Add to session verify: If User is Anonymous and enters a not allowed application its session will be destroyed inmediatly. 2006-10-13 12:49:03 +00:00
Ralf Becker
3b3c5351de forgot to remove a debugging comment, dbmailForwardingAddress should have the highes precedence 2006-10-12 09:20:22 +00:00
Ralf Becker
cfc6f23dbd ability to set an email-address for groups (with automatic forwards to member's email) 2006-10-11 21:59:43 +00:00
Ralf Becker
85db907265 some bug-fixes for the php sessions with restore:
- problem with $GLOBALS[egw]->translation is no object in common_functions.inc.php (lang() function)
- session cokie with path / (and old session-id) gives "your session could not be verified"
2006-10-11 14:47:23 +00:00
Cornelius Weiß
7f79a72d98 cleanup:
- fragments of concisus api
- file inclusion accidents
added:
support for js reload by filectime
2006-10-10 13:39:07 +00:00
Ralf Becker
bbd2b7a55c Patch from Adi Kriegisch: accounts_ldap::search was NOT using the ldap search-filter from setup >> configuration 2006-10-10 07:33:43 +00:00
Ralf Becker
87c35aacf4 some 1.2 bugfixes from Christian Binder (stadt-frlg) 2006-09-27 04:16:09 +00:00
Ralf Becker
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
Lars Kneschke
ef0cd37162 patch from christian binder
563: set delimiter to ";" instead of ","
2006-08-24 09:47:50 +00:00
Ralf Becker
db496079f8 fixed bug TinyMCE destroys xml or html in content 2006-08-18 09:22:30 +00:00
Lars Kneschke
27bfe80829 don't convert charset 2 times anymore 2006-08-17 03:39:10 +00:00
Lars Kneschke
d9f6b6e4df removed (hopefully) unneeded linebreaks 2006-08-17 03:29:42 +00:00
Lars Kneschke
1ad5811345 SyncML fixes
- we dont handle tasks in calendar that way
2006-08-17 03:16:09 +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
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
bc42ce2bc9 fix: title in checkbox_multiselect was (only) set for the checkbox, not the whole label 2006-07-08 20:20:10 +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
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
Lars Kneschke
2c5d378335 added support for fetching body and header for composed email 2006-06-23 19:15:09 +00:00
Lars Kneschke
033237ade3 added support for commiting sessions(remove file lock for php sessions) 2006-06-23 19:14:55 +00:00
Ralf Becker
2c77374389 fix 2006-06-14 23:46:15 +00:00
Lars Kneschke
4c277884e0 fix for incomplete targetURI
Patch from Franky(liedekef)
2006-06-14 05:37:53 +00:00
Lars Kneschke
52f03e7fce fixed handling of session url, when behind a proxy 2006-06-08 03:45:01 +00:00
Cornelius Weiß
109f0e93a8 fix: multidomain handling for fqdns 2006-06-07 07:38:10 +00:00
Ralf Becker
830b578c38 fix to NOT use tls for IMAP 2006-06-07 06:50:26 +00:00
Lars Kneschke
06178bef5f removed port if 80 or 443 2006-06-06 07:05:47 +00:00
Ralf Becker
86ee441733 Fixed bug introduced with the fix for the "no images" bug, thanks to John Thomas for letting me know 2006-06-06 05:33:33 +00:00
Ralf Becker
4df8986066 Fixed problem that on newer SuSE (and maybe other distros too) none of our required objectclasses for groups are an structural object, which caused the adding of new groups to fail. Now I add the 'namedObject' objectclass, if the first adding fails. 2006-06-03 19:49:57 +00:00
Ralf Becker
2911840b45 Fix from István Pongrácz for acl-problems in filemanager under php4.3.2 2006-06-03 01:44:24 +00:00
Lars Kneschke
d8450c3c9c SyncML fixes 2006-06-01 13:32:55 +00:00
Ralf Becker
f816917dca fixed not shown images, if eGW is installed in the document root, with webserver_url empty 2006-06-01 03:51:37 +00:00
Lars Kneschke
521dedc631 Bugfix from jan 2006-05-18 14:21:12 +00:00
Ralf Becker
fbd45e074c bugfix: url's containg var[]=val got corrupted 2006-05-17 05:51:28 +00:00
Lars Kneschke
6c81d3358f syncml fixes 2006-05-16 17:15:08 +00:00
Cornelius Weiß
f9f5ddbcc8 fix: count returns 1 if variable dosn't exists! 2006-05-16 09:09:45 +00:00
Lars Kneschke
d999a797d4 made refresh from server working
the new funambol outlook client support this
2006-10-04 18:16:58 +00:00
Ralf Becker
88d5a016e0 caching the link-titles in the session 2006-10-04 08:23:28 +00:00
Ralf Becker
4c1d7489fe some code to make register_globals On installs safer, we might commit that after a test-periode to 1.2 too 2006-10-03 15:16:42 +00:00
Lars Kneschke
14d546d58d added functionality to add multiple html / text parts to the message 2006-09-28 18:46:27 +00:00
Ralf Becker
2bbebeeb50 allow to also specify an extra, first label, if an array with grants is given 2006-09-25 08:48:19 +00:00
Ralf Becker
bdb15819bd phpgw --> egw 2006-09-24 16:27:39 +00:00