Ralf Becker
0d250b0c82
fix to allow @ in usernames if no (only one) eGW-domain is used
2003-11-13 23:15:55 +00:00
Ralf Becker
568bc3d513
update to jscalendar ver. 0.9.5
2003-11-11 14:51:10 +00:00
Ralf Becker
14ee63f8f5
fix to allow the apps to unset values in config_data, to get them deleted, also use stored value to determine if value has changed and not need read it again
2003-11-08 22:30:06 +00:00
Carsten Wolff
5f95db7595
do create_database the usual way and don't read the data of a whole table to get just the layout
2003-11-07 17:32:32 +00:00
Ralf Becker
be9802d6f6
fix to get cat_id and access saved again
2003-11-04 16:17:11 +00:00
Miles Lott
a97da7c3c1
Silence this error, since it is a FAQ what to do here.
2003-11-04 14:14:57 +00:00
Ralf Becker
bfb6f3b494
use config::save_value to update the ctimes of the lang-files
2003-11-03 14:41:17 +00:00
Ralf Becker
737461af74
changed config-class to only write config-values if they are changed or new. This should give a better performance and prefents cases where the complete config got lost, because of a concurrent access.
2003-11-03 14:25:50 +00:00
Ralf Becker
5d922e91f1
fixed jscalendar to work with date-format 'd-M-Y', for multibyte charsets this needs mbstring and mbstring_overload & 2 (!) to work fully, thought it is usable without
2003-11-03 12:03:17 +00:00
Ralf Becker
cccbba347d
changed charset-detection from lang('charset') to translation::charset()
2003-11-03 10:35:32 +00:00
Ralf Becker
6486998106
added syntax for not-empty check in filter, eg. email=!''
2003-11-03 00:25:21 +00:00
Ralf Becker
e616c25cb1
added an icon to show the sort-colum and it's sort-order
2003-11-02 19:09:35 +00:00
Ralf Becker
6ad53d62ee
added parameter to alternate_row_color to return class-name instead of a color-value
2003-11-02 17:20:47 +00:00
Ralf Becker
f1cf865b12
fixed fatal error if no connection (db does not exist)
2003-11-02 15:19:14 +00:00
Ralf Becker
30d3bedaa4
added english and german translations and only show 'Check install' and 'Logout' if one is loged in
2003-11-02 10:44:50 +00:00
Ralf Becker
5153b0d8e3
automaticaly convert to and from the xml-charset utf-8
2003-10-26 18:37:45 +00:00
Ralf Becker
a3ab98c600
changed iso8601 to YYYY-MM-DDThh:mm:ss
2003-10-25 16:43:23 +00:00
Ralf Becker
0ecc01baaa
- fixed the parser to correctly return nested arrays/structs
...
- added support for datetime.iso8601 type, it is recogniced by the regular expression '^[0-9]{8}T[0-9]{4}$' as php has no special datetime type
2003-10-25 16:08:05 +00:00
Ralf Becker
24d302ea8b
- fixed the annoying php4-sessions bug
...
- it was introduced by changes lars merged from dave (phpGW) ;-)
- of cause php4 sessions work in eGW without sending cookies, if this is disabled in admin->site configuration
2003-10-25 11:37:36 +00:00
Ralf Becker
10fad5e570
- moved contacts_shared into contacts (one file less to include)
...
- added rights-fields to each read contact (via read or read_single_entry) with the grants the owner gave the reading user
- extended check_perms: 3. param $addr with can be contacts-record or -id, if used that contact's rights and not the rights-field are used
2003-10-25 10:14:25 +00:00
Ralf Becker
8c9c2f09d0
some more xmlrpc changes
2003-10-24 20:42:00 +00:00
shrykedude
8b9c73d089
Prefixed code that generates PHP notices with a '@' to minimize new user confusion.
2003-10-24 04:38:48 +00:00
shrykedude
e52887d989
Hid some PHP notices behind a '@' to minimize new user confusion.
2003-10-24 00:54:28 +00:00
Ralf Becker
8e1c003cde
small fix for the getAccounts function to use the name-style defined in the user prefs by default
2003-10-23 20:30:32 +00:00
Pim Snel
b12b903d8c
removed end of body tags from inc/footer.inc.php and added all footer tags the template footer files
2003-10-23 15:19:22 +00:00
Pim Snel
8839558f07
changed default imageformat of the nextmatch arraws to png
2003-10-23 15:17:40 +00:00
Ralf Becker
e4c0b82b2b
disabled index generation again for db other then MySQL, til i fixed it
2003-10-22 12:54:39 +00:00
Miles Lott
4b4afd3c23
Add another case for manageheader when domains are not defined in header.inc.php, also some formatting updates
2003-10-22 11:28:17 +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
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
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
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
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