Commit Graph

64 Commits

Author SHA1 Message Date
Ralf Becker
99b5f239fd 1. index show icons for edit, view and (new) delete entries, owner is only showed in view or edit not longer in the index (same for vcard)
2. view is a bit compacter too as owner, access and cats are shown within the table and not as extra footer
2003-11-14 23:35:03 +00:00
Ralf Becker
a3b405b2f1 fixed copy to copy all fields and not only the stock ones 2003-11-14 22:12:59 +00:00
Pim Snel
9f4e07016f moved e.g. 1969 to be parsed by lang() 2003-11-06 01:38:58 +00:00
Ralf Becker
08379d93b8 - useing the check_perms function from contacts
- ui only calls bo and not longer contacts direct
2003-10-25 10:16:12 +00:00
Miles Lott
cc385c5ab4 Use global tpl object directly, also fixes double var $template setting error 2003-10-16 10:20:13 +00:00
Ralf Becker
5811a65bbf index: columns-to-display prefs are used again 2003-10-14 08:11:35 +00:00
Ralf Becker
55245b8c8b some fixes:
- removed message 'set your prefs first'
- setting some default prefs, if none are set
- fixed birthdayreminder
2003-10-03 10:04:01 +00:00
Lars Kneschke
94cffa72e3 decode the url 2003-09-09 18:36:30 +00:00
Ralf Becker
f76c6eedd7 make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:16:30 +00:00
Ralf Becker
79a4414e97 xss fix, running the content of the address-label-function through strip_html 2003-07-02 00:18:11 +00:00
Ralf Becker
265ab3f48e changes for new hooks 2003-04-27 22:37:37 +00:00
Ralf Becker
2c06187479 fix for custom-fields values are always empty in edit 2003-04-06 12:09:35 +00:00
skwashd
b402ad3171 Fix for Bug #2200 2003-03-19 06:51:30 +00:00
Ralf Becker
864fad3bd7 changed formated_list to formatted_list 2003-03-01 15:44:58 +00:00
seek3r
86032f02dd removed common->phpgw_exit() and fixed all references to it in the core apps and api 2002-09-28 20:01:44 +00:00
skeeter
f33da8d656 GNU Patch #505. 2002-09-16 00:08:38 +00:00
Miles Lott
b0364b9491 Starting update to new template class - header redirects still an issue 2002-08-24 18:04:27 +00:00
seek3r
cf2a12ba1c made changes to the loading of the header, navbar, appheader, and footers 2002-05-24 10:38:03 +00:00
Miles Lott
314fa566c6 Part one of two - implement filter by first char of last name, fullname, or company (for now) 2002-05-13 00:43:35 +00:00
Miles Lott
86ab1d83f2 point to correct function 2002-04-18 23:32:48 +00:00
Miles Lott
3eebfd63fd clear nonarray error 2002-04-15 03:04:10 +00:00
Miles Lott
97bf8d25a1 clear nonarray error 2002-04-13 03:49:39 +00:00
Miles Lott
c7f4184b69 Fix for addressbook custom fields 2002-04-13 03:34:23 +00:00
Miles Lott
f34041b922 Allow admin to enable remote search (off by default) 2002-03-19 02:44:15 +00:00
Miles Lott
f93684a40f Add the beginnings of remote ldap search capability (with add) 2002-03-14 14:06:04 +00:00
Miles Lott
18c9bede9c Now using get_var() from api 2002-02-28 04:23:16 +00:00
Miles Lott
1a72f55079 Fix the other email link 2002-01-17 04:02:20 +00:00
Miles Lott
2421cc1afa Fix email link; Formatting; 2002-01-17 03:52:56 +00:00
Miles Lott
766daf764e Fix one lang call, add 'no vcard' 2002-01-04 00:25:16 +00:00
seek3r
32306abaf6 some additional performance improvements, including a switch to the hooks class which I finished up 2002-01-02 14:33:05 +00:00
Miles Lott
bfeeced206 Fix for get_form() when testing serialization; rename get_list() to index(); ldap
fix for empty cat_id
2001-12-28 04:29:31 +00:00
Miles Lott
fcf1e0a7ec Fix checking of entry var and posted start/order/sort, etc. 2001-12-23 17:28:14 +00:00
Miles Lott
6d38b68c26 Make add email link correct; tweak values to make some ldap schema not object 2001-12-11 01:44:13 +00:00
Miles Lott
a1ccab2cc0 NOTE SCHEMA CHANGE - openldap2 - Allow multiple cat_ids (,19,28) for ldap also 2001-11-23 02:10:21 +00:00
Ralf Becker
82c462bb2a fix for delete: as in confirmation 'Yes' is a plain link, need to check HTTP_GET_VARS for ab_id and confirm too 2001-10-08 16:04:23 +00:00
Ralf Becker
95d05b0960 fix for edit: url does now get saved 2001-10-08 15:43:57 +00:00
Ralf Becker
4aab4331b7 patch that addressbook not looses the cat in nextmatch 2001-09-28 21:27:41 +00:00
Miles Lott
70ecf36bfe GLOBALS and formatting work 2001-09-20 03:55:57 +00:00
Lars Kneschke
1f88e43cda spelling errors 2001-09-20 02:51:56 +00:00
Lars Kneschke
9827726352 fixed a typo
change the way the referer get modified, when adding addresses from email client

Miles need to review it
2001-09-20 02:43:39 +00:00
Miles Lott
4c4fcee9cc Adjust for modified cats class in view() 2001-09-18 16:42:18 +00:00
Miles Lott
50a6073b51 Fix preferences to work with register_globals off 2001-09-15 12:54:43 +00:00
Miles Lott
4234adb5df Fix for edit that was saving owner also as an extra field, making the record
not viewable anymore; more use of GLOBALS
2001-09-03 12:00:38 +00:00
Miles Lott
5ec4407928 Fix for incorrect lang 2001-09-03 10:53:19 +00:00
Miles Lott
8f37b3ce5d Some formatting and additional GLOBALS work 2001-08-27 09:52:35 +00:00
Miles Lott
c81c7c5428 Fix setting of filter for nextmatchs 2001-08-24 23:35:27 +00:00
Miles Lott
a18da3100c Adjustments to pass array values (one more to go) 2001-08-23 06:57:37 +00:00
Miles Lott
7c3002349a Quick hack to fix owner setting on new entry 2001-08-10 16:51:45 +00:00
Miles Lott
66013bfe3c Make contacts->add() return the id, since it finds it anyway 2001-08-09 00:32:59 +00:00
Miles Lott
09a1130896 Working to changeover to use of arrays for all bo functions, fix some other
broken calls that were in limbo
2001-08-09 00:19:28 +00:00