Ralf Becker
9909652b9b
changed search order and added some caching, to minimize db-accesses in country_code
2007-07-18 06:11:04 +00:00
Ralf Becker
be03b8e71d
fix for bug #1058 : FATAL ERROR: class.customfields_widget.inc.php on line 168
2007-07-16 16:55:48 +00:00
Ralf Becker
f4dd877cff
quitent warning when vfs trys to delete an in the db non-existing file
2007-07-16 09:19:11 +00:00
Ralf Becker
64df327afb
small fixes of the new admin-cli after some testing
2007-07-15 08:01:16 +00:00
Ralf Becker
16fc6eca50
new functions to add/edit/delete user+groups, set/delete run-rights for apps and list the existing exit-codes, thanks to a sponsoring from fullsave.com
2007-07-13 08:55:51 +00:00
Ralf Becker
dcce858d3c
fixed not working actions with result of advanced search, nextmatch looped because of the way the extended search content was transfered
2007-07-12 13:03:02 +00:00
Ralf Becker
077f432d6c
fixed sql error if an addressbook get selected in the extended search
2007-07-12 09:58:17 +00:00
Ralf Becker
58c7f4bf61
fixed double displayed label
2007-07-12 08:03:37 +00:00
Ralf Becker
2fc090e301
fixed not working type specific customfields in infolog
2007-07-12 07:31:32 +00:00
Ralf Becker
7d9c3661aa
"allow apps to specify there own php.ini checks, which get comulated by check_install, eg. to check for magic_quotes_gpc Off for fmail"
2007-07-12 05:48:55 +00:00
Ralf Becker
1e3627ad51
fix for bug #658 : Custom Fields - added user in list comes up as ID (number)
...
Unfortunatetly this bugfix requires some corrections in the way the customfield widget is called in the templates of other apps
2007-07-11 15:43:09 +00:00
Ralf Becker
d18508da58
fix for MaxDB and MsSQL
2007-07-11 15:35:10 +00:00
Ralf Becker
5f796a32ef
fixed bug: deleting attachments in compose always deleted the first attachment (deleteRow requires the row-index and not the row-object)
2007-07-11 06:28:30 +00:00
Ralf Becker
4bf278daea
fixed not always completly parsed multipart messages
2007-07-10 13:42:02 +00:00
Ralf Becker
0c608d5e07
fixed message can be send without recipient and gets lost
2007-07-10 13:16:21 +00:00
Ralf Becker
38970fb3ac
fixed not show attachments in forwarded mails without subject (apple clients)
2007-07-10 12:57:45 +00:00
Ralf Becker
59135b816a
added fix to be able to optionally sum up negative times (overtime) in the quantity column, need to be switched on in the timesheet configuration
2007-07-10 07:35:18 +00:00
Ralf Becker
f6f17b6b1b
windows seems to use applicaton/msword for rtf-documents, instead of application/rtf, we now list files with both mime type, if the extension is .rtf
2007-07-09 13:29:57 +00:00
Ralf Becker
072919c07d
deutsche sprache, schwere ...
2007-07-09 09:57:54 +00:00
Ralf Becker
5194f86f6b
fixed mixed up category and location
2007-07-09 09:52:21 +00:00
Ralf Becker
50ab2c2465
some missing translations from inserting contacts in documents
2007-07-09 09:01:23 +00:00
Ralf Becker
e6e31f6c3d
removed background under app-header on printing
2007-07-08 10:27:23 +00:00
Cornelius Weiß
225423eb7f
new option "trash_users_records" usefull to stay in sync with external manipulated data
2007-07-06 10:49:24 +00:00
Cornelius Weiß
a5b4b71d79
fix: not working seconds in date^-1
2007-07-06 09:28:50 +00:00
Ralf Becker
a35af51a9c
added magic_quotes_gpc to check_install for felamimail
2007-07-05 13:02:49 +00:00
Ralf Becker
89ad98a2eb
fixed infinit loop in the select-number widget, if start and end value are identical, also fixing the code with should protect from showing more then 100 items in the selectbox
2007-07-05 07:50:04 +00:00
Ralf Becker
f1b2d5dc1b
merged bugfixes from trunk, for details see the changelog/commit-messages there
2007-07-05 05:01:44 +00:00
Ralf Becker
548858e074
"some bugfixes:
...
- two etemplate on one page (eg. infolog under the addressbook view) is working halfway again
- fixed not working vars in onclick on grid-cells
- disabled cells keep there css-class now
Also calling some of the static methods now static, while trying to make process_exec static (which it is not at the moment)"
2007-07-05 04:57:31 +00:00
Ralf Becker
d255c15248
"new so_sql2 class: adding magic __get() and __set() methods, to be able to work more object oriented with so_sql (just a first step)
...
you can now use $so_sql_obj->my_col = 15 instead of $so_sql_obj->data['my_col']=15; (be aware, that does NOT work with var-parameters of functions and probably references)
$so_sql_obj->id alwas references the auto-id, independent of it's name (id is a bad choice of a column-name, because it's a reserved word in some dbms)"
2007-07-05 04:50:53 +00:00
Ralf Becker
c5ac764580
"- bugfix: data_merge was not merging null values (isset instead of array_key_exists)
...
- new update function, which write just the given cols and not the whole row"
2007-07-05 04:46:49 +00:00
Ralf Becker
c28a1babff
"fixed some bugs, wrong function or method names (it was'nt used so far)"
2007-07-05 04:44:18 +00:00
Ralf Becker
dcb8c7c80c
"removed wrong/old constructor "
2007-07-05 04:42:20 +00:00
Cornelius Weiß
909609ebbc
backport syncML fixes
2007-07-04 19:14:35 +00:00
Cornelius Weiß
b6cd1ee9e6
backport syncML fixes
2007-07-04 19:13:00 +00:00
Ralf Becker
b8afdbe56b
fixed date-type problem in restore reported on the german list
2007-07-03 08:22:25 +00:00
Ralf Becker
c4a17cf53f
"fixed date-type problem in restore reported on the german list"
2007-07-03 08:21:29 +00:00
Ralf Becker
bd1a7729c5
fixed type of info_responsible, it's varchar, in the query, gives error in MaxDB
2007-07-03 04:37:56 +00:00
Ralf Becker
c452b9f1c1
"fixed type of info_responsible, it's varchar, in the query, gives error in MaxDB"
2007-07-03 04:37:06 +00:00
Cornelius Weiß
b331036715
fix: privat flag not working with syncML
2007-07-02 18:35:39 +00:00
Cornelius Weiß
33e8f690c3
fix: SyncML produced dublets, due to the map command when entries come from client
2007-07-02 18:34:48 +00:00
Cornelius Weiß
2ce3929f46
fix: NULL cat_id has to be found in case of NOT cat_id searches
2007-07-02 15:32:24 +00:00
Cornelius Weiß
e3203f7cd9
fix: notes containing commas where not working when coming via syncML
2007-07-02 13:11:13 +00:00
Cornelius Weiß
21a7ecd969
add generic helper function for filter support
2007-06-30 11:25:22 +00:00
Cornelius Weiß
a594417e24
fix: vcal missing mendatory fields break palm sync
...
fix: not working cat filter with not operator
2007-06-30 11:20:31 +00:00
Ralf Becker
f3ae5cf274
"an other php4 fix for 1.4"
2007-06-29 12:56:54 +00:00
Ralf Becker
960868ad9d
"fixed bug reported on german list: private is php5 (only commited to 1.4)"
2007-06-29 12:53:14 +00:00
Cornelius Weiß
6b5dc22ff1
Welcome to Darwin!
...
fix: owner field in adb is owner and _not_ contact_owner
fix: selector for cli exports
2007-06-28 10:07:16 +00:00
Cornelius Weiß
88de9c67a6
fix: owner field in adb is owner and _not_ contact_owner
...
fix: selector for cli exports
2007-06-28 10:05:27 +00:00
Ralf Becker
41e8533465
patch #978 from Nathan Gray, file as option incl. org_unit
2007-06-28 06:17:47 +00:00
Ralf Becker
25197222bf
"patch #978 from Nathan Gray, file as option incl. org_unit"
2007-06-28 06:11:58 +00:00