Ralf Becker
df73036d2b
sitemgr contact-form that stores direct into the addressbook
2007-06-05 23:22:24 +00:00
Ralf Becker
03cf41c5ba
fixed duplicate validation error, because groupbox also had the name of the birthdate field
2007-06-03 10:24:58 +00:00
Ralf Becker
21b0cb6648
"layout fix: align the phone-block with the tabs"
2007-06-03 10:23:48 +00:00
Ralf Becker
0d1dbaa6e1
some fixes and improvments around the distribution lists:
...
- to, cc, bcc is working again in the email-selection-popup
- shortcut to directly add the whole list in the email-popup
- error message that a list already exist
- javascript only get's loaded if not already loaded
- fix for bug #588 : content of emailpopup to wide
- fix for bug #713 : wrong redirect creating distrib.list via popup from fmail
2007-05-25 18:20:57 +00:00
Ralf Becker
1830f0fb1f
fixes as suggesteg by Hans-Juergen Tappe <tappe-AT-hek.uni-karlsruhe.de>
2007-05-22 15:55:58 +00:00
Ralf Becker
452adb97ae
fixed not working export of huge number of contacts (memory and execution time limit reached) AND added a new configuration option to limit the maximum number of exported contacts for non admins
2007-05-22 08:02:06 +00:00
Ralf Becker
891906d72f
bugfix: using css-classes instead of the no longer existing theme colors
2007-05-20 09:37:52 +00:00
Ralf Becker
ac4c7eb249
fix for bug #323 : Postal Code / City, Country / State fields confusing
2007-05-03 08:18:26 +00:00
Ralf Becker
00ea3da691
fix for bug #323 : Postal Code / City, Country / State fields confusing
2007-05-03 08:17:31 +00:00
Ralf Becker
3da4294e2b
fix for bug #673 : Verzerrtes Bild beim Betrachten/Bearbeiten eines Kontakts
2007-05-03 05:22:37 +00:00
Ralf Becker
c0b6563e17
adaption for the new nextmatch feature plus some nice extra columns
2007-03-07 12:31:48 +00:00
Ralf Becker
f016c2570b
changed addressbook.edit n_fn to have negative size --> rendered as r/o input
2006-12-25 17:45:00 +00:00
Ralf Becker
72a8d897b9
Give focus to the prefix, if user clicks on the name
2006-12-22 10:34:56 +00:00
Ralf Becker
7a653f4a1d
- new feature to merge contacts into one
...
- added missing link::unlink if contacts get deleted
- some tweaks in the edit template: n_fn was not readonly, added focus for n_prefix to onclick
2006-12-19 11:25:44 +00:00
Ralf Becker
c29e516e71
removed not fully working literati template
2006-12-13 11:08:17 +00:00
Ralf Becker
d046f849fc
removed old, not fully usable (no sidebox) idsociety template
2006-12-12 19:24:49 +00:00
Ralf Becker
93396fe850
some (crm) features:
...
- filter for business country
- sorting by postal code
- add can create now already linked entries by specifying app/id pairs in the url (as eg. timesheet)
- setting egw_info[flags][currentid] in view to allow to add already linked entries via quick add
some bugfixes:
- sql can now change the ownership if a user gets deleted, ldap implementation still missing, but gives no more error
- photo template was not shown under some circumstances
2006-12-11 07:35:49 +00:00
Jerry Ruhe
8422b6035d
using default icons
2006-12-09 09:19:23 +00:00
Jerry Ruhe
c80cf461d3
using default icons
2006-12-09 08:42:25 +00:00
Ralf Becker
1c1e2d49b1
reorganized tabs in addressbook edit
2006-12-07 19:11:39 +00:00
Ralf Becker
24ae9727d5
new jerryr template set from Jerry Ruhe
2006-11-28 07:45:33 +00:00
Ralf Becker
25055b8603
improved advanced search:
...
- fixed not working paging (lost advanced search)
- uses now a named window and gives it focus
- disabled for org-views
- can be unset via clicking on the addressbook icon (index.php)
- last search can always be restored from session
2006-10-31 07:56:34 +00:00
Ralf Becker
ff137bd345
fixed not shown customfields in addressbook index, if a not set one is in before
2006-10-26 13:40:47 +00:00
Ralf Becker
3ae17a35cf
InfoLog view for organisations or multiple contacts
2006-10-23 11:48:56 +00:00
Ralf Becker
70bbd9c71b
removed no longer needed templates
2006-09-20 04:46:23 +00:00
Ralf Becker
b968f9327c
- ACL to allow non-admin users to edit certain (explicitly allowed) fields in their own account contact data
...
- new hook editaccountcontact to sync other apps with these data
- admin ACL "edit users" is now respected by the contact class for account-contact-data too (you can deny admins to edit accounts)
- fixed bug in ldap-backend: it was deleting all not set contact fields
2006-09-15 07:16:07 +00:00
Ralf Becker
bbf8a48a71
making the customfields max. 3 Lines heigh
2006-07-08 03:41:02 +00:00
Ralf Becker
bd7f7f417d
- readonly LDAP sync (acount-repository SQL --> LDAP) is fully working now
...
- migration for contacts to LDAP
- some general addressbook fixes
2006-07-08 00:36:23 +00:00
Ralf Becker
b9a639d3cf
- changed labels from company to organisation
...
- using a country-selection instead of an text-input
- disabled "change all members of org" if no org set
2006-07-06 23:01:29 +00:00
Cornelius Weiß
a3f36ebcb4
fix: wrong url found by j635
2006-07-01 05:10:07 +00:00
Ralf Becker
c28dfbcf37
typo
2006-06-22 21:14:39 +00:00
Ralf Becker
9f59a77b85
moved contact-data (firstname, lastname and email) from the account-table to the contact table:
...
- all (sql) accounts have now allways a contact associated with them (account_id is added as new column to the contacts table)
- contacts queries are simplefied a lot now, as no more join with the accouns-table, union and case when statesments are necessary
- lot of the special handling for accounts in the contacts class is no longer needed
- new contact-repository mode "sql-ldap" which additional writes all changes to the ldap repository, to allow to use it read-only from eg. thunderbird and still have the full sql speed and features within eGW (not yet fully working!)
==> requites update of API and addressbook to work (setup!)
2006-06-17 18:50:07 +00:00
Ralf Becker
3992f7eef8
new email-address-selection popup for felamimail
2006-06-16 04:44:58 +00:00
Ralf Becker
5e0d628d93
- added LDAP ACL stuff to the readme
...
- reworked Admin >> Addressbook >> Site config
- fixed for LDAP and SQL (eg. LDAP error are now forwarded to the UI)
2006-06-13 21:53:00 +00:00
Ralf Becker
374f4eba24
ability to activate phonenumbers in the addressbook list (index), configuration has to be done via the source at the moment (beginning of class.uicontact.inc.php)
2006-04-30 18:03:06 +00:00
Ralf Becker
6d6ec22c18
addressbook can now group contacts by organisations (sql only atm.) and change organisational fields for all organisation members
2006-04-30 09:34:24 +00:00
Ralf Becker
2c4b529449
small js change for the selectbox in index
2006-04-26 21:27:22 +00:00
Ralf Becker
7429b4fe2b
- own sorting of the list/index
...
- preferred phone can be selected in the main-screen (not only the popup) too
- polishing of the layout and labels/translations
2006-04-24 11:15:10 +00:00
Ralf Becker
b6b3db5ed4
first version / step to the new 1.4 addressbook:
...
- User accounts are an own addressbook now
- every user and group (can) have an own addressbook
- for groups the accessrights no longer depend on the creator
- new acl for adding into an addressbook
- all addressbooks can be displayed together (eg. accounts mixed with personal and group AB's)
- some useful new fields (photo, private cellphone, ...) and some obscure ones have been removed
- db update puts all contacts in the owners personal addressbook (further manual migration tools will follow), thought the UI already allows to mass-move them into a group-addressbook
- group addressbooks in SQL are created by making a group-grant for addressbook (like filemanger)
- Warning: all import/export/xmlrpc/syncml stuff and other apps accessing the addressbook is broken until the contacts class in the API gets fixed!
- it depends on further updates of etemplate, phpgwapi, admin!
==> it's pretty cool (specialy the foto's), but NOT ready for a production server !!!
2006-04-23 14:40:31 +00:00
Ralf Becker
bba94d054e
removed jerryr specific templates as index is not up-to-date (does not work) and view is not longer used
2006-04-14 09:01:07 +00:00
Ralf Becker
e1311d98cc
made cat-selection the same width as the other input fields
2006-03-20 22:02:11 +00:00
Cornelius Weiß
4e9c822ed8
addressbook extension:
...
Admin can now define multiple addressbooks each with an own edit / view template and an own icon.
Atm. all Addressbooks are stored in one backend, but this will change soon^tm
2006-03-14 14:26:55 +00:00
Cornelius Weiß
50222354b8
fix: remove boudarys for time range of bdays
2006-01-07 10:33:40 +00:00
Cornelius Weiß
11388cb28d
fix: missing onclick atribut in jerryr template
2005-12-01 20:33:55 +00:00
Ralf Becker
748eb58148
fixed bug: privat citi was not saved
2005-11-30 12:32:35 +00:00
Ralf Becker
5c71cc8378
changed delete-confirmation to use javascript
2005-11-23 17:31:50 +00:00
Ralf Becker
4adc7504f1
- fixed not displayed links on new entries
...
- removed all tab-indexes, as the default order is inutitive (with the one-column layout we us now)
- added missing copied by note (as link now and no longer a note)
2005-11-23 17:07:33 +00:00
Ralf Becker
210b04fae0
- moved all css to app.css file
...
- groupboxes have a fixed height and similar design to tabs now
- fixed not working IE popup (position: fixed)
- layout looks good now in firefox and konq, it's Ok in IE
2005-11-14 19:17:24 +00:00
Ralf Becker
35b9fe0cbe
redesigned the edit and view dialog, hope you like it Conny ;-)
2005-11-13 17:51:41 +00:00
Cornelius Weiß
cda193ba66
- a few buxfixes
...
- new view dialog
2005-11-11 20:50:12 +00:00
Ralf Becker
1e637decaf
not longer used
2005-11-08 12:04:52 +00:00
Cornelius Weiß
393250d8e6
use tabindex.
...
tnx ralf
2005-11-05 17:39:38 +00:00
Cornelius Weiß
8684a2c3ce
fix. work email was not saved
2005-11-05 09:10:24 +00:00
Cornelius Weiß
e6fe128144
fixed bug with exploded edit dialog
2005-11-04 21:58:45 +00:00
Cornelius Weiß
fd9e935e63
- new add/edit dialog using tabs
...
- new "advanced search" function / dialog
- customfields can now be of type text, selectbox, radio and checkbox
2005-11-03 23:47:52 +00:00
Ralf Becker
583a58007d
icons to select all rows and do something with all rows moved from resources and addressbook into the api, to be used by other apps too (eg. ProjectManager)
2005-10-16 07:07:44 +00:00
Miles Lott
29cfef66be
Switch to use of Save/Apply/Cancel for save and edit pages. Fix array close in boaddressbook.
2005-07-17 16:46:36 +00:00
zhangweiwu
c1da59af08
more w3 compliance so that we could use styles like input[type=text]
2005-06-30 07:39:56 +00:00
zhangweiwu
c5078e9f98
replace bgcolor=row_on/off with stylesheet class=row_on/off for better control with stylesheets. this is necessary for now I can define more then just color for row_on/off.
2005-06-30 07:14:04 +00:00
Ralf Becker
2a8019bc12
added {hidden_vars} to save the referer
2005-03-03 17:06:46 +00:00
alpeb
66794f7a77
Added button translation
2004-09-18 21:31:12 +00:00
alpeb
9bc9aa19c2
Added some translations to import and export screens
2004-09-18 15:26:21 +00:00
Ralf Becker
afd3ba4a95
updated the css of the letter-search (like the accounts popup now)
2004-06-16 00:53:45 +00:00
reinerj
e8f1738d1d
fix from Mike A. Oligny for visual indicatorthat the cell is clickable
2004-05-04 13:00:00 +00:00
reinerj
be72681b62
update images to jerryr template from Jerry Ruhe
2004-04-26 21:31:27 +00:00
reinerj
be6dbc011e
add new images from Jerry to CVS
2004-03-07 22:14:06 +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
Ralf Becker
7a0f6b35a4
fixed the cats to occupy all availible colums, else long cat-names ruine the layout
2004-02-11 09:40:34 +00:00
reinerj
b09e2ed799
update for jerryr template
2004-02-08 10:51:15 +00:00
reinerj
f2ce283bd1
add jerryr template from Jerry Ruhe (aka jerry71)
2004-01-23 09:20:07 +00:00
Miles Lott
7d7b2cf44d
Hide options not really used ever
2004-01-20 00:32:26 +00:00
Miles Lott
63d80f2fcd
Add the search for 1st character of certain fields, showing alphabet at the top. This feature was lost for 2 years(!), so hopefully it works for you.
2004-01-17 03:21:21 +00:00
Miles Lott
45c2ab1cba
Add langs and cleanup html for export page
2004-01-01 23:17:19 +00:00
Pim Snel
620a0b7912
fixed bug in addressbook display for IE, index was too wide because of the button, so I put an extra row
2003-12-12 21:42:00 +00:00
Pim Snel
6db9bd587e
moved from idots
2003-12-12 14:12:28 +00:00
Miles Lott
6eb49e1666
Add ability to delete multiple entries, with a select all check image from the setup application
2003-12-03 04:28:20 +00:00
Miles Lott
9efb12491d
Add handling of zip file collections of .csv, .vcf, or .ldif files; Cleanup template and add lang calls for import instructions.
2003-12-03 01:13:14 +00:00
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
Pim Snel
b33c176a79
new icons for default
2003-11-04 02:06:42 +00:00
Pim Snel
7701abb167
start new icons default template theme
2003-11-04 01:42:56 +00:00
Ralf Becker
ecd640a2ea
fixed the adjustment of the buttons to work with the new/old idots default left-align
2003-10-25 10:17:08 +00:00
Pim Snel
194f2dd843
and here are the new idots icons
2003-10-23 15:30:54 +00:00
reinerj
ab50e0cfca
add literati image to CVS
2003-10-14 19:13:59 +00:00
Ralf Becker
f93a49673c
some fixes and improvments for the csv-import:
...
- empty lines in the csv file are now ignored (they produced empty contacts before)
- you can define a charset for conversation now
- mass-import is made easier now
2003-10-06 21:22:55 +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
Ralf Becker
f76c6eedd7
make the phpgw Version-0_9_16-branch HEAD
2003-08-28 14:16:30 +00:00
Ralf Becker
f9303d44cb
changed th for acl-prefs
2003-03-12 23:39:28 +00:00
ceb
0aa260e45b
update help
2002-12-24 03:57:21 +00:00
ceb
d5ce31f4a8
update help
2002-12-24 00:42:49 +00:00
ceb
0568a9a53a
update help
2002-12-23 01:40:14 +00:00
ceb
f8afc79b4b
update help
2002-12-23 00:57:08 +00:00
ceb
e8daf4ff25
update help
2002-12-01 03:28:30 +00:00
ceb
0de792b7b0
removed tpl
2002-09-29 04:10:45 +00:00
Ralf Becker
a514048c15
changed templates to use ceb's css-theme-files
2002-09-27 23:13:13 +00:00
Ralf Becker
b5602e6f92
changed templates to use ceb's css-theme-files
2002-09-27 22:52:04 +00:00
Ralf Becker
a91b86fb5e
changed templates to use ceb's css-theme-files
2002-09-27 22:35:54 +00:00
Ralf Becker
3ff337bd67
some changes to be compatible with seek3r new template-system
2002-06-01 11:02:10 +00:00
Miles Lott
09dc641a9d
Part three of two - implement filter by first char of last name, fullname, or company (for now)
2002-05-13 00:44:41 +00:00
Miles Lott
5d9ec2d917
Testing ability to handle checkboxes in admin config class
2002-03-20 00:27:34 +00:00
Miles Lott
f34041b922
Allow admin to enable remote search (off by default)
2002-03-19 02:44:15 +00:00
ceb
1fab89aabe
update pngs
2002-03-08 22:04:31 +00:00
ceb
1d29836f0d
update pngs
2002-03-08 20:45:50 +00:00
ceb
22b29acbad
update png
2002-03-08 15:11:41 +00:00
Miles Lott
661bbca88c
remove one tr
2002-02-21 13:46:53 +00:00
seek3r
bcd7dc31eb
adding all the PNG images to work toward GNU complaince
2002-01-21 17:08:04 +00:00
p_pessagno
f1bc701073
now it really works ok
2002-01-15 16:38:49 +00:00
p_pessagno
16819ce6da
lang tpl fixes
2002-01-15 16:12:10 +00:00
p_pessagno
430be3a026
Import template lang fixes
2002-01-15 16:04:45 +00:00
p_pessagno
a611eb4e7f
Export template lang fixes
2002-01-15 15:26:47 +00:00
bettina
ade7a6bdbf
address format
2002-01-05 23:57:41 +00:00
bettina
5d7c74b89d
added address formats
2002-01-05 20:31:36 +00:00
bettina
896daebd26
added new format for address
2002-01-05 16:24:45 +00:00
bettina
aedfeaca55
added missing street
2002-01-05 00:26:39 +00:00
Miles Lott
7584fd36fc
Add {error} to display config error
2001-12-23 15:30:30 +00:00
Miles Lott
34a5169110
Adjust color attribute
2001-09-26 23:36:38 +00:00
Miles Lott
194c27ad3e
More html tweaking
2001-08-09 00:50:08 +00:00
Miles Lott
0d3c2022d4
Tweaking the html
2001-08-09 00:41:41 +00:00
Miles Lott
84ddd34c28
Update to remove cats
2001-08-05 14:00:09 +00:00
Miles Lott
3daaf14c25
Moved preferences to ui/bo
2001-07-13 09:03:31 +00:00
Miles Lott
c4b724eeeb
Modified to remove most hidden vars, now using app_session
2001-07-08 13:59:26 +00:00
itheart
54742769e9
submit and cancel button lang
2001-07-05 06:49:24 +00:00
Miles Lott
09832b0496
Now using limit_query, show_hits (.13 only); Change refs to $this to $contacts;
...
Cut down on duplicated strings for $sql
2001-07-03 07:17:13 +00:00
Miles Lott
ee82c1c627
Yank two stray td's
2001-06-24 22:35:52 +00:00
Miles Lott
f80fa4650b
Cleanup buttons
2001-06-24 06:54:32 +00:00
Miles Lott
eb459be3b5
Display changes to use theme colors...
2001-06-24 06:42:31 +00:00
Miles Lott
99ddadcacc
Add preference for default filter - response to patch #429178
2001-06-24 01:30:37 +00:00
bettina
0cb21b95f7
update addresses
2001-06-22 06:00:19 +00:00
bettina
11d0e8247d
update addresses
2001-06-22 05:55:15 +00:00
bettina
c51d053f5f
update addresses
2001-06-22 05:29:43 +00:00
Miles Lott
b95753ebb7
Update config template to not have the country setting
2001-06-22 03:37:38 +00:00
Miles Lott
bb17776c9e
Increase rootdn input size
2001-06-12 18:55:00 +00:00
Miles Lott
145959da71
Moving to templated style for admin/config settings
2001-06-10 12:52:50 +00:00
Ralf Becker
b416eeaf14
corrected 'no vcard' if their are no names
2001-05-29 19:40:40 +00:00
Miles Lott
4ccc2823a5
Update to link to new csv alternate for import
2001-05-23 20:15:40 +00:00
Miles Lott
886c7f665c
Add in new alternate for csv import, from Ralf Becker <RalfBecker@outdoor-training.de>
2001-05-23 20:15:07 +00:00
Miles Lott
5a7bd92c12
Add new admin config option to use country class for country names
2001-05-21 22:35:04 +00:00
Miles Lott
ced6e5cc0e
Undo last change
2001-05-21 22:31:31 +00:00
slypup
7b6c0acbd9
fixes so that hr works properly
2001-05-21 20:32:17 +00:00
Miles Lott
ade25e59cc
No longer needed
2001-05-10 12:54:59 +00:00
Miles Lott
c89c380f3f
Now using single template file
2001-05-10 12:45:40 +00:00
Miles Lott
20c373ce1b
New combined template for the address list
2001-05-10 12:19:56 +00:00
Miles Lott
e69fad5950
Forgot this one, removing border
2001-05-06 04:49:28 +00:00
Miles Lott
b9e5de3b85
Switch to using bgcolor instead of a border
2001-05-05 03:20:47 +00:00
Miles Lott
b0de1c375c
Now that tr color is working in idsoc, this is not needed
2001-05-05 03:08:10 +00:00
Miles Lott
5d4e15b4b7
Remove unneeded duplicates
2001-04-30 16:03:38 +00:00
Miles Lott
9e38ca16f0
Cleanup per Tony idsoc guy
2001-04-30 15:57:56 +00:00
Miles Lott
1a26437f56
add centering tags
2001-04-29 13:42:20 +00:00
Miles Lott
bddc2b415b
Add created by back to edit screen, move this on edit form
2001-04-28 04:33:13 +00:00
Miles Lott
0b93b50f1e
Maybe a little nicer look?
2001-04-28 04:18:24 +00:00
Miles Lott
b548b97d29
Fix access and header
2001-04-28 03:42:47 +00:00
Miles Lott
41781e486a
Switch to templates
2001-04-28 03:18:36 +00:00
Miles Lott
1eb72fb0ba
Adding a header template
2001-04-28 03:13:36 +00:00
Miles Lott
7d5cdea61a
Two new template for modified view.php
2001-04-28 03:10:18 +00:00
Miles Lott
7aeed44a29
Add lang for submit button
2001-04-22 20:05:18 +00:00
Miles Lott
d9e5d02b6f
add two missing forms for new field editing
2001-04-21 14:53:43 +00:00
Miles Lott
eb8f0e5f76
Revamp custom field editing
2001-04-21 14:51:05 +00:00
Miles Lott
927ddfdd2b
cleanup field editing
2001-04-21 13:21:08 +00:00
Miles Lott
32787610c6
Make bottom buttons on one line
2001-04-19 20:34:10 +00:00
Miles Lott
6bcec0f609
Put a border on addressbook table for index in idsociety
2001-04-19 20:31:59 +00:00
Miles Lott
8d7264120a
Add alt tag, alter wording.
2001-04-08 08:22:36 +00:00
Miles Lott
235ce3153d
Add some about this app info
2001-04-08 08:19:38 +00:00
Miles Lott
5224c532e9
Modify field order
2001-04-04 13:40:52 +00:00
Miles Lott
eb729bb446
Add new preferences template
2001-04-04 12:48:32 +00:00
bettina
bc955b34df
removed cats_tpls
2001-04-02 00:32:27 +00:00
jengo
6effa1d5c6
Fixed missing field
2001-03-31 11:01:17 +00:00
jengo
6e4f85e49b
Renamed some of the files, and removed files not needed for acl
2001-03-31 10:57:08 +00:00
jengo
dc61a0adcd
Moved ACL preferences to work under the new common place
2001-03-31 10:36:24 +00:00
Miles Lott
0fe19828ac
Update templates to match current
2001-03-31 04:50:32 +00:00
jengo
fa8881f43c
added new templates
2001-03-30 22:22:03 +00:00
Miles Lott
c4ebab9d28
Fix selection of cats
2001-03-29 15:40:10 +00:00
Miles Lott
1e1b56cc8b
More POST fixes
2001-03-29 11:02:14 +00:00
Miles Lott
36d417cbaa
Clean up a lot of GET/POST nonsense, moving to POST where possible
2001-03-29 10:45:29 +00:00
jengo
2a46126b1b
Finished adding ACL to the addressbook, I belive it should now work. Needs testing
2001-03-29 08:09:50 +00:00
jengo
76495e058f
view now has ACL support
2001-03-29 07:53:14 +00:00
Miles Lott
c17201687a
Add cat selection to export
2001-03-28 01:54:00 +00:00
Miles Lott
bb2a6c38c4
Category selection on import
2001-03-27 17:17:46 +00:00
bettina
88e2bbd08d
added cat_access
2001-03-27 06:32:13 +00:00
Miles Lott
cea7ef4b6e
More query-following
2001-03-26 10:23:30 +00:00
Miles Lott
00b6b8699d
help query follow us, so it is not lost when we cancel or delete
2001-03-26 09:50:07 +00:00
Miles Lott
a12fd0c775
Oops, remove cat_id from the submit form - resets what you pick above
2001-03-26 09:43:09 +00:00
Miles Lott
944c092953
Fixing some cat_id settings in form buttons
2001-03-26 08:52:53 +00:00
Miles Lott
8fa2ccd754
Trying to delete
2001-03-26 00:20:09 +00:00
Miles Lott
1a90069692
Adding test
2001-03-26 00:19:03 +00:00
Miles Lott
ee58225c19
Removing test file
2001-03-26 00:15:48 +00:00
Miles Lott
5c80b371cb
Testing attic
2001-03-26 00:15:21 +00:00
Miles Lott
50c042d7d4
Prefs template changes
2001-03-25 08:31:30 +00:00
Miles Lott
37cdf6faf1
Adding category support to addressbook
2001-03-25 05:41:06 +00:00
Miles Lott
a5bf90d42e
Add category editing templates
2001-03-25 02:45:58 +00:00
Miles Lott
e96dab92b8
Add selection of marking import as private
2001-03-24 16:50:30 +00:00
jengo
72b4870a4c
Started working on edit ACL, its not complete
2001-03-24 11:11:45 +00:00
jengo
f3df7a0ff4
Started working on ACL, so far index has been updated
2001-03-24 09:58:09 +00:00
Miles Lott
e7829e8ab8
Allow editing of LABEL
2001-03-21 00:31:27 +00:00
Miles Lott
d5b6201f37
Move most input form tags into template, add pref note next to each phone #
2001-03-18 17:22:17 +00:00
Miles Lott
8f2581cec1
Add addressbook extra field 'ophone' to form.tpl
2001-03-18 15:37:25 +00:00
Miles Lott
3482b8412e
Make Edit based upon ACL, not check_owner
2001-03-18 08:51:03 +00:00
Miles Lott
372492ac8e
Make 'Edit' a button and based upon ACL
2001-03-18 08:49:30 +00:00
Miles Lott
a51a7339be
Working export to CSV or LDIF, I hope
2001-03-18 06:31:24 +00:00
Miles Lott
9eb084831e
Add copy button on view page to create copy of viewed entry, fix vcard notes
2001-03-17 23:52:36 +00:00
Miles Lott
6bba6d68e2
Add export button
2001-03-17 21:43:51 +00:00
Miles Lott
8c5c2d1744
Add one missing and one new template
2001-03-17 15:04:55 +00:00
Miles Lott
0d60a943c9
Add ability to manage custom fields, field edit forms still need work
2001-03-16 17:56:18 +00:00
Miles Lott
0eedd1ffc3
Table upgrade and changes to implement better vcard std and more useful fields
2001-03-16 01:31:25 +00:00
Miles Lott
73d6c7cfd6
Remove access related info, since we are using acl now
2001-03-13 17:18:22 +00:00
Miles Lott
b5cd836f7f
Working LDIF import
2001-03-11 17:34:58 +00:00
Miles Lott
8b49d16008
Import now working for csv only
2001-03-11 07:37:26 +00:00
Miles Lott
5f99335cd0
Add new template for vcardin
2001-02-15 17:32:07 +00:00
Miles Lott
8f189d4f36
Minor adjustments
2001-02-15 17:21:38 +00:00
Miles Lott
22a608090a
Add another missing tpl
2001-02-13 12:10:10 +00:00
Miles Lott
c18f86e7d6
Added missing template
2001-02-13 12:05:16 +00:00
Miles Lott
6af32de6f0
deleting templates
2001-02-13 03:16:33 +00:00
Miles Lott
54a87a12de
deleting template
2001-02-13 03:14:51 +00:00
Miles Lott
3f4ebf92ab
Update templates for justweb/verdilak
2001-02-04 06:04:52 +00:00
Miles Lott
21096481b9
Several form changes and mods to vcardout.
2001-02-04 05:53:24 +00:00
Miles Lott
e19979e156
Added week old delete.tpl - whoops!
2001-02-02 16:40:42 +00:00
Miles Lott
299f373766
New template field for email type
2001-02-02 16:33:36 +00:00
Miles Lott
ca81e77597
Some changes to templates and php files to add some custom fields
2001-02-02 16:19:37 +00:00
Miles Lott
182384fc2e
First of a few major changes to enable the contacts class
2001-02-02 01:34:22 +00:00
Miles Lott
0c1ee930fb
Removed.
2001-01-23 13:45:00 +00:00
Miles Lott
d36bae98ff
Import calendar acl stuff, not working yet.
2001-01-23 13:43:15 +00:00
Miles Lott
929f59dcc8
Imported calendar acl stuff, not working yet.
2001-01-23 13:42:18 +00:00
Miles Lott
b1df65cdfe
Another template update to allow for better customization in index.php.
2001-01-23 13:40:42 +00:00
Miles Lott
210ae70a45
Redo template set for index.php to allow for better customization.
2001-01-23 04:28:06 +00:00
Miles Lott
d38960ad7a
Add import.tpl to verdilak.
2001-01-14 23:12:02 +00:00
Miles Lott
ba0a1b2e8c
Add import features from cdb, including templifying those files.
2001-01-14 21:35:04 +00:00
Miles Lott
6465766f8f
Add view templates.
2001-01-14 03:28:56 +00:00
Miles Lott
9f74d6ddd9
Add edit and form templates.
2001-01-14 02:44:38 +00:00
Miles Lott
dbee648038
Added templates for add.php, edit.php and inc/functions.inc.php.
2001-01-14 02:43:14 +00:00
Miles Lott
c90cff1857
Add templates for index.php.
2001-01-13 19:13:04 +00:00
seek3r
d3c59526f0
moved all the images into the templates dir so that they can be changed as well
2000-12-19 15:33:48 +00:00