Ralf Becker
|
1e1fa5f457
|
new parameter to label-widget, to activate the links
|
2004-02-26 15:33:33 +00:00 |
|
Ralf Becker
|
d99afd7a11
|
new function activate_links to change url's into links and automaticaly create spam-saver mailto addresses
|
2004-02-26 15:32:34 +00:00 |
|
Ralf Becker
|
b074cbf924
|
fix for bug #843270: unkillable categories
sub-cats should either be delete or made mains if there parent get deleted
|
2004-02-26 12:18:44 +00:00 |
|
Carsten Wolff
|
f11dd0e255
|
fixed typo in iconv-call and detection of the right lib to use
|
2004-02-26 10:57:57 +00:00 |
|
Lars Kneschke
|
8a71c08150
|
strip js code from template
fix for bug [ 892893 ] "phpinfo" sometimes doesn't work
|
2004-02-26 09:03:20 +00:00 |
|
Lars Kneschke
|
28d5293d6e
|
fix for bug [ 892893 ] "phpinfo" sometimes doesn't work
|
2004-02-26 09:01:42 +00:00 |
|
Lars Kneschke
|
f94019a0c3
|
fix for bug [ 899867 ] Broken login page in RC3
|
2004-02-26 08:31:08 +00:00 |
|
Lars Kneschke
|
c7daab6c2b
|
add fix for chinese language conversion
|
2004-02-26 06:42:20 +00:00 |
|
Miles Lott
|
5e73b0dc6c
|
Remove typing error on use of implode
|
2004-02-26 01:38:51 +00:00 |
|
Pim Snel
|
8e39566fd3
|
fix wrong alignment of icons and icon texts to center again. Don't exactly know why but html formatting attributes don't work for tables anymore. We must use css everywere. I think it's because of the changed doctype?
|
2004-02-26 00:28:50 +00:00 |
|
Miles Lott
|
00fbb7a4db
|
Remove bad function
|
2004-02-25 05:28:46 +00:00 |
|
Miles Lott
|
e50524c3ec
|
Add real createdatabase() function for mssql - partial fix for 885687
|
2004-02-25 05:26:46 +00:00 |
|
Oscar Manuel Gómez Senovilla
|
742e25401a
|
*** empty log message ***
|
2004-02-25 02:58:12 +00:00 |
|
Miles Lott
|
978c0e6869
|
Add bool type from latest schema_proc from dcl
|
2004-02-24 21:32:20 +00:00 |
|
Miles Lott
|
aeb222d5d7
|
Remove break which causes error, and detect error another way
|
2004-02-24 14:05:39 +00:00 |
|
Carsten Wolff
|
1c8e2629c5
|
bytea is the blob-equivalent in PostgreSQL
|
2004-02-23 20:11:23 +00:00 |
|
Ralf Becker
|
907f3575ce
|
removed the old mysql < 3.22 case, as the fix is not loger valid and gives probs with ADOdb (no mysql connection)
|
2004-02-23 13:24:13 +00:00 |
|
Ralf Becker
|
b4970a5f65
|
fixed prob with not changeable pw's, setup::add_acl created acl_rights=0 rows, instead of no rows
|
2004-02-23 13:22:59 +00:00 |
|
Ralf Becker
|
2898b043c9
|
fixed password-check, to now allow to use the stored md5 as password
|
2004-02-23 10:07:55 +00:00 |
|
Ralf Becker
|
a7779f4c5a
|
added link to the api-docs
|
2004-02-23 00:47:39 +00:00 |
|
Ralf Becker
|
0199628a38
|
some more updates and a tidy run
|
2004-02-23 00:47:01 +00:00 |
|
Ralf Becker
|
ab96edee16
|
imported skwashd's changes and adapted for eGroupWare
|
2004-02-23 00:24:21 +00:00 |
|
alpeb
|
56f091d357
|
some php setting or something puts automatically a hidden input element with the session id at the beginning of every form. The javascript here used form.elements(0), which refered to a different element when this hidden thing appeared. So I changed that to form.element('name') to avoid this.
|
2004-02-22 22:41:18 +00:00 |
|
alpeb
|
db890a0024
|
Alarms for users in a different time zone than the server didn't work, so now the time in the table phpgw_async is stored in the time zone of the server, so that asyncservices can compare time() with this.
|
2004-02-22 20:23:52 +00:00 |
|
Miles Lott
|
332edea855
|
Use css colors instead of setting row_on/off
|
2004-02-22 15:44:01 +00:00 |
|
Miles Lott
|
bbbd26dc4b
|
Add initial framework for alternate contact types (not enabled), cleanup formatting
|
2004-02-22 15:18:36 +00:00 |
|
Miles Lott
|
ac7a91b8fa
|
Adjust banners and minor formatting
|
2004-02-22 14:32:55 +00:00 |
|
Miles Lott
|
15011a496e
|
Add detection of mime_type to display files inline or download as needed; If mime_type is text or not defined, at least output a filename for download; formatting;
|
2004-02-21 13:56:18 +00:00 |
|
Miles Lott
|
265b36c9eb
|
Fix for BUG 900342 - determine preloaded query string which includes wildcards
|
2004-02-20 16:47:06 +00:00 |
|
Miles Lott
|
745a6c347b
|
Comment out php5-specific code since it causes php4 syntax error
|
2004-02-20 16:30:19 +00:00 |
|
Ralf Becker
|
fe8df8ad8d
|
removed the doctype, as it prefents IE from showing iframes
|
2004-02-20 16:11:44 +00:00 |
|
Ralf Becker
|
6c06141cdc
|
support for changed indices
|
2004-02-20 15:38:47 +00:00 |
|
Miles Lott
|
9cff33854d
|
php5 erroring on call to private function add() - moved to class function list_cals_add()
|
2004-02-20 15:14:29 +00:00 |
|
Miles Lott
|
2f32ca43b2
|
remove comment code which is not needed
|
2004-02-20 15:04:26 +00:00 |
|
Miles Lott
|
57c55f4899
|
remove blank lines
|
2004-02-20 14:59:44 +00:00 |
|
Miles Lott
|
5b2e153cc6
|
Possible fix for latest beta of php5
|
2004-02-20 14:49:39 +00:00 |
|
Ralf Becker
|
f38405cde4
|
added an empty index.php file to prevent browsing of the image-dir
|
2004-02-20 14:20:40 +00:00 |
|
Ralf Becker
|
80c5f52303
|
added some holiday-files from our website
|
2004-02-20 13:14:00 +00:00 |
|
reinerj
|
259d6ce8bf
|
add some translations from Zhang Weiwu in Chinese
|
2004-02-20 09:46:20 +00:00 |
|
alpeb
|
fa49a29017
|
fix to avoid showing categories twice when viewing an addressbook item
|
2004-02-20 00:53:47 +00:00 |
|
Pim Snel
|
6ad517f19a
|
removed static english langcode
|
2004-02-19 23:53:50 +00:00 |
|
Ralf Becker
|
597f99375c
|
fixed bug in image and submit-button, that caused names containing '.' to be truncated at the first dot
|
2004-02-19 22:35:38 +00:00 |
|
Ralf Becker
|
06ab7f4476
|
added new function RefreshTable to:
1. change or newly create the primary key or any other index
2. change the order of columns, drop and add multiple columns in one go
|
2004-02-19 08:48:15 +00:00 |
|
Ralf Becker
|
35e9e09911
|
new function to do the complete type-dependent quoting of a value
ToDo: need to write some introduction to the new SQL-inserting save functions of the db-class (inline docs are already there)
|
2004-02-19 08:45:31 +00:00 |
|
Pim Snel
|
a167a355a8
|
Fix default center alignment in td's in IE 6
|
2004-02-17 15:52:42 +00:00 |
|
Espen Laursen
|
1506c93481
|
Just a small danish translation update
|
2004-02-16 23:30:47 +00:00 |
|
Ralf Becker
|
b7ee6ce75f
|
workaround for idots and IE button prob (wrong/no cursor)
|
2004-02-16 09:27:37 +00:00 |
|
Miles Lott
|
b7ae8accc8
|
Make add() match sql class for input; BUG# 897792 - Fix filtering in read() to not
error when adding elements to string vs. array value for phpgwcontactowner;
|
2004-02-16 04:50:26 +00:00 |
|
Miles Lott
|
bab57d221a
|
fix author credit
|
2004-02-15 18:21:35 +00:00 |
|
Miles Lott
|
7c71fb9a08
|
Ensure that the string form value of 'access' is known and not a guess of a boolean
|
2004-02-15 18:14:44 +00:00 |
|