Commit Graph

9970 Commits

Author SHA1 Message Date
951a4c8ec6 fix PHP3 legacy performance bug and use usort() for sorting ldap_search results. 2005-09-28 11:58:04 +00:00
dfd69e00fd fixed a typo in the notice 2005-09-20 13:12:50 +00:00
26b4b5a239 disabled the build of fedora core 2 packages 2005-09-20 11:41:14 +00:00
3976f2b954 1.0.0.009-3 2005-09-20 11:30:50 +00:00
c49b822a94 the xmlrpc log should be off be default, as it contains everything in cleartext (eg. passwords) and it is in most distros world readable 2005-09-20 10:13:09 +00:00
009be56bdc fix for register_long_arrays off 2005-09-20 08:21:50 +00:00
d7cf6e6fb7 fixed bug reported by Frank Becker on the german list: deleting a link deletes all attached files too 2005-09-19 12:58:53 +00:00
518a0b3cfe fixed an other $GLOBALS['egw 2005-09-19 12:31:29 +00:00
4250e7b6a7 reverted to $GLOBALS['phpgw'] 2005-09-15 08:09:17 +00:00
27cc39d1fc 1.0.0.009-2 2005-09-12 11:39:23 +00:00
900855140d added configuration switch for xmlrpc and soap services (default off) 2005-09-10 10:48:24 +00:00
7750e10e2b added configuration switch for xmlrpc and soap services (default off) 2005-09-10 10:33:56 +00:00
9181a45343 script (admin-only) to delete ACL records of not (longer) existing accounts 2005-09-10 08:57:29 +00:00
babecd6862 display "grant access" link only when we have NOT user grants disabled 2005-09-07 09:22:00 +00:00
7871067e98 added patch from raphaelpereira-AT-gmail.com to allow creation of the DB under Postgres again 2005-09-06 10:14:43 +00:00
c0af40f45a Fix setting of detail var. 2005-09-03 18:19:49 +00:00
127aedb65f fix change_owner() 2005-08-30 20:57:03 +00:00
a23f8f23e9 Yet another change for compat 2005-08-19 12:33:21 +00:00
4d53018b08 Additional fix to rollback to phpgw_info array for this branch 2005-08-18 12:43:53 +00:00
6be6611f92 Small fix for constants used in this branch 2005-08-18 12:39:22 +00:00
92a4805448 Bump version to 009 2005-08-18 12:30:49 +00:00
659e7351c8 Add changes from HEAD branch for security update to XMLRPC 2005-08-15 15:33:05 +00:00
aa44877178 1.0.0.008-2 2005-07-16 10:14:02 +00:00
ebf9609590 fixed not working update of existing build-root 2005-07-09 09:10:31 +00:00
4f0dd0066b merged Milosch's xmlrpc fixes to 1.0.0 2005-07-08 18:27:00 +00:00
12aa419eb6 bugfix release 1.0.0.008 (xmlrcp security problems) 2005-07-08 14:35:35 +00:00
6419b5c091 defined twice and breaking PHP5 2005-07-05 04:55:31 +00:00
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
22bac121d5 fixed wrong Windows detection and changed default path to show slashes on windows too 2005-06-16 05:36:09 +00:00
6a17844ac6 backported fix from HEAD: necessary primary group was not set 2005-05-31 14:22:03 +00:00
3dedbd3ed8 russian calendar data
submitted by Alexander Krasnov
2005-05-29 11:29:36 +00:00
61756cd49b file holidays.RU.csv was added on branch Version-1_0_0-branch on 2005-05-29 11:30:21 +0000 2005-05-29 11:29:35 +00:00
d88782eff0 This commit was manufactured by cvs2svn to create branch
'Version-1_0_0-branch'.
2005-05-29 11:29:34 +00:00
737e10cb6e russian calendar data
submitted by Alexander Krasnov
2005-05-29 11:29:34 +00:00
402d3b60e8 little type 2005-05-29 11:23:51 +00:00
93ac857bd2 as any of the user supplied password and the stored password
can be md5 or clear text, we convert both to md5 and compare always
the md5 hashs
2005-05-29 08:03:01 +00:00
31de9d18bf german translation 2005-05-27 12:25:04 +00:00
02f8c701f0 "You can see anything with resources" :-) 2005-05-26 20:10:31 +00:00
d9ec1f87e2 Initial addition of the savant2 template engine and the egw-wrapper class.tplsavant2.inc.php Enjoy ;) 2005-05-26 19:38:09 +00:00
266949f632 small fix to not set the css class of templates or grids in a cell twice, it is not good for border 2005-05-25 15:09:47 +00:00
e435c63ad7 two problems fixed:
- tab-widget was not always submitting AND restoreing the selected tab
- now you can use the short, relative name to select a tab too
2005-05-25 14:10:27 +00:00
dc7cd8cae1 fix 100% width of index-view 2005-05-24 15:40:14 +00:00
0c093c132a Fix broken PAM authentication 2005-05-24 13:01:43 +00:00
c9e47a1f28 Fix broken PAM authentication 2005-05-24 13:00:13 +00:00
f2a058fccf modernized asyncservice class and renamed phpgw_async to egw_async 2005-05-23 18:57:58 +00:00
550ce8314d changed first line to #!/usr/bin/php -qC
-C makes the CGI binary behave like the CLI one (CGI has the script's dir as it's current dir not the current dir where the script is invoked)
2005-05-23 17:30:05 +00:00
e19da05e52 fixed problem on home-page: set_app(etemplate) was missing 2005-05-23 08:00:54 +00:00
ae3da17939 ldapmodify was not working any more, fixed it now: phpgw --> egw 2005-05-22 20:07:16 +00:00
1c2bc536dd fixed not set nextmatch colors 2005-05-21 18:25:41 +00:00
65e77f33b5 preference_acl_row tpl can use now classes for the nextmatch color too 2005-05-21 18:25:08 +00:00