Miles Lott
659e7351c8
Add changes from HEAD branch for security update to XMLRPC
2005-08-15 15:33:05 +00:00
Ralf Becker
4f0dd0066b
merged Milosch's xmlrpc fixes to 1.0.0
2005-07-08 18:27:00 +00:00
Carsten Wolff
dd2984573c
another shot at datetime.iso8601:
...
- accept both simple and extended format from input
- output simple format, if
+ either the client is vbXMLRPC
+ or the client sends a HTTP-header "isoDate: simple"
2005-06-30 18:54:11 +00:00
petere78
0c093c132a
Fix broken PAM authentication
2005-05-24 13:01:43 +00:00
Ralf Becker
05d2e0957e
fix for not working pam-auth if magic_quotes_gpc is on, as suggested by Robert Theisen <trobert@redhat.com> on the developer list
2005-04-15 14:48:05 +00:00
Ralf Becker
b2aa061bd9
fixed not working charset conversation in setup
2005-04-15 14:20:14 +00:00
Ralf Becker
9b701ac5b9
applied patch from Cornelius Weiss: fixes some probs with xmlrpc too
2005-04-13 08:58:03 +00:00
Ralf Becker
8071d23ea5
added missing charset-translation of the cn (common name), thanks to Martin Dalum <martin-AT-cabo.dk>
2005-04-12 09:54:46 +00:00
Ralf Becker
3168a88a87
fixed bug of not removable apps in the user management
2005-03-30 14:45:16 +00:00
Ralf Becker
c96764557a
fixed problems pointed out by gulftech
2005-03-15 15:41:31 +00:00
Ralf Becker
d2e35416ab
fix for the problems reported by gulftech, now tested a view days on my own production server and egroupware.org
2005-03-15 08:37:51 +00:00
Ralf Becker
4df4f22337
fixed the dynamic loading of the session extension (was missing the PHP_SHLIB_{PREFIX&SUFFIX})
2005-03-07 06:42:17 +00:00
Ralf Becker
28b05351bc
fallback to db sessions if php's session extension is not loadable, atm. you get cryptic errors, bugs in the bugtracker and mails on the list ;-)
2005-02-21 08:07:45 +00:00
Ralf Becker
28f22fab5c
fix for php5
2005-02-12 14:38:42 +00:00
Ralf Becker
a029793462
fixed bug [ 1106069 ] bad hypertext link creation when '&' is in the URL
2005-02-09 16:49:47 +00:00
Ralf Becker
f5656e49f4
select: fixed quoting of option texts in selectbox,
...
htmlspecialchars: dont quote < > as they are already entities
2005-02-09 13:50:59 +00:00
Ralf Becker
09279b48cb
fix for bug [ 1049574 ] Windows does not support dates prior 1970-01-01
...
using adodb's datelibary instead of the regular php-functions: date, mktime, ...
2005-02-09 10:35:28 +00:00
Ralf Becker
f48bb9f670
fixed error with fulltext indexes (eg. in the wiki), when the default-type-type is set to InnoDB, which is eg. the default for some newer windows installs or mysql 4.1.x
2005-02-04 10:46:21 +00:00
dawnlinux
29adbe817b
Correct a variable name, it should be "$_account_id" not "$account_id"
2004-12-14 02:13:59 +00:00
Ralf Becker
b7a8cf9b48
fixed escaping of parameters for the wz_tooltips: single quotes in calendar titles caused all tooltips on that page not to appear
2004-11-17 14:19:12 +00:00
Ralf Becker
589116a6bc
added content-type header with correct charset to override the webservers default
2004-11-15 08:58:05 +00:00
Ralf Becker
429b9b0913
fix for bug [ 1062480 ] case error in schema_proc_pgsql
2004-11-08 16:14:48 +00:00
shrykedude
2bb9634b3e
Fix for occassional session-verification problem
2004-11-03 05:02:25 +00:00
Lars Kneschke
399618a7b6
make clone working with PHP5 too
2004-10-21 18:13:46 +00:00
Ralf Becker
ec9361225a
added clone function for php4, use as $db = clone($this->db);
2004-10-20 09:03:18 +00:00
bgigon
3bc6615523
Fix strange bugs.
...
Somes "ghost" characters appears
2004-09-30 12:21:08 +00:00
reinerj
35010c30bb
Thank you to Raphael and Vinicius from Thyamad/Brazil which fix the broken update for Debian Woody. After a change between 003 and 005 it was NOT longer possible to update a Woody eGW installation. Sometimes it need only a good will to fix a problem
2004-09-29 20:06:41 +00:00
Ralf Becker
666289886e
fix for bug [ 1006205 ] wiki editing broken with Safari
...
- safari gets now recogniced as browser by the html-class
- html::htmlarea show's a textarea if HTMLarea is not availible (suppresses error with safari)
- dont show button to convert to html if:
* HTMLarea is not availible for the browser
* admin disabled it in the wiki configuration
2004-09-19 21:20:08 +00:00
alpeb
9998281008
Wasn't finding htmlarea.css when not using /egroupware as base directory
2004-09-19 16:43:31 +00:00
Ralf Becker
c2b14a5f85
fixed MsSQL problem: DISTINCT on text column in function get_installed_charsets
2004-09-19 12:53:05 +00:00
Ralf Becker
f360253fb2
fixed search on text-columns: MsSQL need to cast the column to varchar
2004-09-19 12:35:44 +00:00
Ralf Becker
1e9fbcc070
fixed encoding of blob columns for all DB's
2004-09-18 15:16:10 +00:00
Ralf Becker
0cbb4fdb71
fixed encoding of blob columns for all DB's
2004-09-18 14:59:54 +00:00
Ralf Becker
f9d6e727c0
removed the HtmlTidy plugin from the defaults, as it breaks the source edit mode (<>) if tidy is not installed
2004-09-16 21:38:14 +00:00
Ralf Becker
c1f1985564
killed warning of destroying an uninitialised session:
...
bug [ 1026623 ] Sitemanager site can't be viewed anonymously with PHP session:
- cant reproduce it on my system, but silencing it does no harm
2004-09-13 07:38:58 +00:00
Ralf Becker
032bef4012
fix for bug [ 1022807 ] users with some login names can't login
2004-09-08 13:16:01 +00:00
dawnlinux
0ff3231643
Fix the bug: Fail to create text files that contain multibyte
...
characters in filemanager, for exmaple, files that contain Chinese
characters.
Reason for producing the bug: One parameter of "fwrite"
is "strlen ($data['content'])". To multibyte character, "strlen" can
not return its actual length. So "fwrite" cannot write all characters
to the created file.
2004-09-06 03:53:00 +00:00
mgalgoci
4ad866d89a
fix the fix
2004-08-31 15:16:56 +00:00
mgalgoci
dbf926a0a2
- re-write of the phpgwapi::accounts_ldap::auto_add function
...
- set a default account email address as well as a user preference email
address in the users' preferences
- actually check if the account creation succeeds before we commit the transaction to the database.
- remove some crap and make function readable
2004-08-30 15:11:32 +00:00
mgalgoci
f01caf6260
- re-write of the phpgwapi::accounts_sql::auto_add function
...
- set a default account email address as well as a user preference email
address in the users' preferences
- actually check if the account creation succeeds before we commit the transaction to the database.
- set default name to New User if we have no other data
- remove some crap and make function readable
2004-08-30 15:10:34 +00:00
Ralf Becker
06891f76ff
integrated the HTMLarea plugins into the eGW translation system
...
fixed bug [ 1006205 ] wiki editing broken with Safari
2004-08-29 00:51:47 +00:00
Ralf Becker
d4a2742a82
allow sorting after multiple criteria as in sql
2004-08-28 14:43:09 +00:00
Ralf Becker
a3fdeee860
removed destroying of the crypto object if the session-verification fails, as it leads to problems in sitemgr creation of anonymous sessions and it get cleaned up anyway by the shutdown function
2004-08-27 18:20:31 +00:00
Ralf Becker
ab18d7f251
fixed some of our sessions problems:
...
- [ 1015846 ] Registering session MySQL query error
- handlich of timed out sessions for php4 sessions was wrong
==> I can't reproduce any more sessions probs, either with db nor php4 sessions
2004-08-27 13:13:37 +00:00
Ralf Becker
9b743a137d
made the update strategy of setup_process a bit more flexible: update dont need to be in order in the tables_update file any more: if the next update is not the one we need, we search for the right one and start again from there. This is needed to be able to import phpGW versions from after the fork and it simplyfies the update-scripts a lot now.
2004-08-27 10:40:36 +00:00
mgalgoci
cb17572648
- re-write display_fullname to be more readable and suck much less
...
- add support for Lastname, Firstname username account views
2004-08-26 18:38:43 +00:00
Lars Kneschke
e42afdfd13
fix for bug [ 1007816 ] error message
2004-08-25 20:04:48 +00:00
Ralf Becker
7a4633e383
fixing the fix, no even all sub-arrays get reset
2004-08-24 19:48:25 +00:00
Ralf Becker
ec06d46997
fixed delete-problem of anglemail after security update
2004-08-24 10:28:34 +00:00
Ralf Becker
6bd9c2fd4d
fixing the fix ;-)
2004-08-23 18:42:30 +00:00