shrykedude
|
9798ccf162
|
Fixed bug in error log navigation.
Fixes for better HTML validation.
Match navigation button layout fixes.
|
2003-10-22 05:14:56 +00:00 |
|
shrykedude
|
1096987b81
|
added quotes for HTML validation
|
2003-10-22 04:28:03 +00:00 |
|
Ralf Becker
|
27f8837364
|
reading the indices correct (multiple columns, fulltext and length-limited) indexes
|
2003-10-22 02:40:16 +00:00 |
|
Ralf Becker
|
7cc899861d
|
added a log-file and a 401 header if unauthorized to the xmlrpc-server
|
2003-10-21 21:05:23 +00:00 |
|
Ralf Becker
|
8d2125b502
|
enhanced format to add an icon and already translated texts, hopefully last commit on this ;-)
|
2003-10-21 19:13:23 +00:00 |
|
Ralf Becker
|
ddc665d061
|
enhanced format to add an icon and already translated texts
|
2003-10-21 19:03:07 +00:00 |
|
Ralf Becker
|
4dade58bbe
|
enhanced format to add an icon and already translated texts
|
2003-10-21 18:41:50 +00:00 |
|
Ralf Becker
|
8d2c4bb7a3
|
fixed schemaproc to create indexes and enhanced syntax to create multicolum indexes and unique keys
|
2003-10-21 18:09:58 +00:00 |
|
Ralf Becker
|
f2b0ca5d6d
|
an other fix for ADOdb, set Record to empty, if a query returns no row
|
2003-10-21 18:08:22 +00:00 |
|
Ralf Becker
|
9384c24217
|
fixed php4-sessions to work with xmlrpc, our sessionid is now identical to the php4 sessionid
|
2003-10-21 10:46:33 +00:00 |
|
Ralf Becker
|
b26fa6246a
|
fixed db::to_timestamp as the ADOdb function returns quotes too
|
2003-10-21 10:08:48 +00:00 |
|
Ralf Becker
|
c8d9ba1a5f
|
small fix to not use eval
|
2003-10-21 09:18:21 +00:00 |
|
Miles Lott
|
651a91706b
|
Remove check for xmlrpc extension, since we so far implement this in php
|
2003-10-21 00:52:59 +00:00 |
|
Miles Lott
|
58070d6c2e
|
Update banner
|
2003-10-21 00:06:44 +00:00 |
|
Miles Lott
|
e30974493b
|
Restored old, working xmlrpc.php which uses the api classes; Moved more recent version to .old for now
|
2003-10-21 00:04:56 +00:00 |
|
Ralf Becker
|
c49d1cf3be
|
put the eGW demo as default record for the xmlrpc app
|
2003-10-20 22:44:24 +00:00 |
|
shrykedude
|
68e0663d55
|
corrected placement of FORM tag for HTML validation
|
2003-10-20 20:23:19 +00:00 |
|
Ralf Becker
|
0d35fcc72a
|
fix to allow to load non-iso-8859-1 languages without an system-charset set
|
2003-10-20 19:03:46 +00:00 |
|
Ralf Becker
|
a1bb219315
|
fix to automatically connect before calling db_addslashes, needed for setup->languages (with ADOdb enabled)
|
2003-10-20 19:02:32 +00:00 |
|
Ralf Becker
|
6909e7241d
|
some fixes:
- replaced the hardcoded /phpgroupware url with the webserver_url
- register globals
|
2003-10-20 17:25:56 +00:00 |
|
shrykedude
|
0656bc925a
|
updated case & quoting of HTML tag attributes; added ALT tag for IMGs
|
2003-10-20 17:16:56 +00:00 |
|
Ralf Becker
|
dbfd796382
|
fix to automatically connect before quering the tables, needed for setup->configuration (with ADOdb enabled)
|
2003-10-20 16:36:03 +00:00 |
|
Ralf Becker
|
0c6b822fea
|
some fixes:
- replaced the hardcoded /phpgroupware url with the webserver_url
- register globals
- some UI fixes, as in idots everything is centered
|
2003-10-20 16:34:29 +00:00 |
|
Ralf Becker
|
9f450cb1a8
|
pgsql7.3 fix + wrong id for the addressbook custom-fields, should work now
|
2003-10-20 08:49:21 +00:00 |
|
dragob
|
77f406f6ef
|
Added slovenian translation.
|
2003-10-20 08:40:48 +00:00 |
|
Ralf Becker
|
10a51e644b
|
get last_insert_id for pgsql working and fixed the copying of db-objects
|
2003-10-19 21:41:47 +00:00 |
|
Ralf Becker
|
834c395b0d
|
added empty transaction functions so that db_mysql dont use the adodb ones from the db-class
|
2003-10-19 19:42:22 +00:00 |
|
Ralf Becker
|
32fa6bc9d0
|
added db_addslashes version for use without adodb
|
2003-10-19 19:36:50 +00:00 |
|
Ralf Becker
|
c7a9ba98e5
|
updated db-class to use ADOdb if one set $GLOBALS['phpgw_info']['server']['use_adodb'] = True; (eg. in your header.inc.php) or to be used as base-class for the other db-classes
|
2003-10-19 19:09:36 +00:00 |
|
Ralf Becker
|
d6b8677cbd
|
Initial revision
|
2003-10-19 19:05:23 +00:00 |
|
Miles Lott
|
b2d20be441
|
Fix for count() using postgresql with query
|
2003-10-19 18:34:45 +00:00 |
|
Miles Lott
|
fe494abdc1
|
Fixed count() for postgresql, I hope
|
2003-10-19 18:29:44 +00:00 |
|
Ralf Becker
|
6fbf81abed
|
added class to functions_backtrace
|
2003-10-19 18:25:14 +00:00 |
|
Miles Lott
|
7c1621ea40
|
Move definition of SEP ahead of class instantiation so that php5 won't barf if we use SEP in one of those classes
|
2003-10-19 18:05:27 +00:00 |
|
Miles Lott
|
ed5e8a5f8e
|
Updated to work with current code (somewhat)
|
2003-10-19 15:15:00 +00:00 |
|
Miles Lott
|
6a69632487
|
Switch to using oProc object instead of db object to avoid update errors
|
2003-10-19 12:48:36 +00:00 |
|
Miles Lott
|
61bf56843f
|
Oops, this is a more accurate count
|
2003-10-19 08:12:16 +00:00 |
|
Miles Lott
|
c02c4f563e
|
possibly more efficient record counting query, and fix limit case on queries that return less than limit
|
2003-10-19 08:06:52 +00:00 |
|
Miles Lott
|
a6247a6191
|
This is the fix for performing strtolower on fields such as givenName from Mozilla
|
2003-10-19 07:48:12 +00:00 |
|
Miles Lott
|
b31581a53c
|
Fix Netscape import (ldif) to perform strtolower() on fieldname - Mozilla at least sends givenName
|
2003-10-19 07:47:08 +00:00 |
|
Miles Lott
|
454c0c12c2
|
Fix lang calls
|
2003-10-19 07:21:51 +00:00 |
|
Miles Lott
|
3ec480e3c5
|
Added one lang for import that was missing in action
|
2003-10-19 07:20:43 +00:00 |
|
Miles Lott
|
4a49600904
|
Fixes for globals and session data - which is mostly unused for now
|
2003-10-19 07:00:53 +00:00 |
|
Miles Lott
|
760bed3735
|
Fix import to convert quoted-printable cr/lf correctly
|
2003-10-19 06:55:53 +00:00 |
|
Miles Lott
|
de6be340f3
|
Use get_var()
|
2003-10-19 06:14:21 +00:00 |
|
Miles Lott
|
29586ebf3a
|
This is legacy code, not used for 2 years or more
|
2003-10-19 06:08:11 +00:00 |
|
reinerj
|
a047910848
|
add no robots
|
2003-10-19 00:20:07 +00:00 |
|
reinerj
|
274a07283d
|
change phpgw to egw
|
2003-10-19 00:17:00 +00:00 |
|
Miles Lott
|
fb3eb50ef8
|
Close potential security hole for xmlrpc/soap calls
|
2003-10-18 11:15:48 +00:00 |
|
Miles Lott
|
dec0934ee3
|
Now using copyobj() - please advise if it breaks and how
|
2003-10-18 11:12:19 +00:00 |
|