Ralf Becker
c019eda361
fix for integer values
2006-04-30 16:42:33 +00:00
Ralf Becker
e644513233
fix to get old alarms (saved before 1.2) working again
2006-04-30 12:52:14 +00:00
Ralf Becker
ade66bd533
fixed critical bug:
...
a too long account-lid caused the complete lost of run-rigths from all user and groups
--> beside fixing the real bug, I'm changing egw_accounts.account_lid to varchar(64) as varchar(25) was too small anyway
2006-04-30 12:21:11 +00:00
Ralf Becker
c71c53851f
fixed critical bug:
...
a too long account-lid caused the complete lost of run-rigths from all user and groups
2006-04-30 12:18:47 +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
9d4a09f9ff
doc-update: radio and nextmatch
2006-04-30 07:20:36 +00:00
Ralf Becker
e3ff7b9569
radio button allow now to set the displayed readonly values to something different then X and empty
2006-04-30 07:20:12 +00:00
Ralf Becker
fcfa0f81d5
giving the template name in the content precedence over the one supplied in the template
2006-04-30 07:10:42 +00:00
Ralf Becker
b4b6f62489
added accidently deleted etemplate.editor.values template again
2006-04-29 13:00:36 +00:00
Ralf Becker
2cafb3fbc3
fix for bug [ 1477553 ] contact selector does not keep category, patch from StadtFRLG
2006-04-29 05:18:55 +00:00
Lars Kneschke
955f766a19
some minor fixes to make funambol happy
2006-04-28 05:44:43 +00:00
Lars Kneschke
2082498285
some minor fixes to make funambol happy
2006-04-28 05:44:43 +00:00
Jan v. Lieshout
15845e94e8
egwical update 0.9.37-ng-a1 default domain and comma escape fixes
2006-04-28 01:20:31 +00:00
Lars Kneschke
e7b5766648
fixed a typo
2006-04-27 15:29:58 +00:00
Oscar Manuel Gómez Senovilla
74a54f8e6a
vietnamese additions and other updates
2006-04-27 08:03:15 +00:00
Ralf Becker
076413fe6a
fixed not working custom mail (\"[] First Last\" <email@domain.com>)
2006-04-26 21:38:47 +00:00
Ralf Becker
2c4b529449
small js change for the selectbox in index
2006-04-26 21:27:22 +00:00
Ralf Becker
c730c82502
reading the custom fields and types in the constructor, otherwise save_repository would delete them
2006-04-26 21:26:34 +00:00
Ralf Becker
253c46bb9a
added old field-list (stock_contact_fields)
2006-04-26 21:24:50 +00:00
Ralf Becker
3780b08336
- added csv export
...
- fixed csv import
2006-04-26 21:23:38 +00:00
Ralf Becker
455a96c873
changed to use the bocontacts instead of boaddressbook, need to be tested
2006-04-26 14:02:17 +00:00
Ralf Becker
897b4e1e67
moved the logic what fields to search from the uicontacts in the socontacts
2006-04-26 14:01:10 +00:00
Ralf Becker
90f778b5dd
moved the logic what fields to search from the uicontacts in the socontacts
2006-04-26 12:23:10 +00:00
Ralf Becker
cf2686e3ed
fixed accounts only search, was returning the account more then once --> order of the joins were wrong
2006-04-26 12:11:12 +00:00
Lars Kneschke
4c0a9c5f1b
new classes to detect ldap capabilities
2006-04-26 06:01:21 +00:00
Lars Kneschke
cdd165ef50
new ldap backend for addressbook
2006-04-26 06:00:31 +00:00
Ralf Becker
267015342a
fix for register globals off, nextmatch was not working on egroupware.org
2006-04-25 19:10:39 +00:00
Ralf Becker
58594a03d0
removed wrong parameter
2006-04-25 19:09:39 +00:00
Ralf Becker
37e858c7b3
fixed typo which caused no union queries used by calendar under MySQL5 again
2006-04-25 16:00:51 +00:00
Ralf Becker
e06b228b1b
removed addressbook tables
2006-04-25 12:45:13 +00:00
Ralf Becker
c54ebc6323
accounts_sql::save_repository(): overwrite person_id only if set in data
2006-04-25 12:44:40 +00:00
Ralf Becker
a696318869
- several bug fixes
...
- new HEAD install works
- update 1.2 works
- update 1.0 should work, but untested
2006-04-25 12:43:41 +00:00
Ralf Becker
9bffe8f947
fixed wrong column-name in index
2006-04-24 21:38:44 +00:00
Ralf Becker
53b47fed8d
new API contacts class using the contacts service of addressbook:
...
- it extends the bocontacts class of addressbook and
- adds some depricated methods to add basic support for the old contacts methods: read, read_single_entry, add and update
2006-04-24 20:55:16 +00:00
Ralf Becker
2315bfc199
- regular search method used by index is called now search
...
- search for (not yet working) extended search is called now ex_search (will be replaced by search)
- some parameter cleanups
- some changes for the new API contacts class, which just extends the bocontacts class of addressbook
2006-04-24 20:52:14 +00:00
Ralf Becker
c170b9a047
so_sql::search:
...
- you can use now "!''" (exclemation mark plus 2 single quotes) as value in $filter and $criteria to search for not empty columns
- only_keys (columns to retrieve) can additionally be an array of column-names
2006-04-24 20:48:18 +00:00
Ralf Becker
58cd8de0ce
disabled check can now be done via (pearl) regular expressions, eg. /^(val1|val2)$/ to check for two values
2006-04-24 20:42:42 +00:00
Ralf Becker
9c9b127de6
bugfix suggested by <martinjcole-AT-gmail.com>
2006-04-24 20:20:48 +00:00
Ralf Becker
870424755f
js fix
2006-04-24 12:21:48 +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
6d3478cea5
search searches now the custom fields too
2006-04-24 11:09:52 +00:00
Oscar Manuel Gómez Senovilla
55bfc4fac2
weekend lang updates
2006-04-24 09:44:22 +00:00
Lars Kneschke
2bbcde1238
add default contenttype for sifcalendar
2006-04-24 09:23:02 +00:00
Oscar Manuel Gómez Senovilla
785f81b19f
fix missing phrases in home with translation tools
2006-04-24 09:02:18 +00:00
Oscar Manuel Gómez Senovilla
5660b5bee7
fix missing tabs
2006-04-24 08:59:26 +00:00
Lars Kneschke
df7d119bb3
enable funambol calendar sync
2006-04-24 08:25:53 +00:00
Ralf Becker
d01642a7ad
moved addressbook tables to the addressbook app
2006-04-23 14:51:36 +00:00
Ralf Becker
912f82fd85
- new capability for outer joins
...
- new/changed param to allow to use db::get_table_definitions() without setting/chaning the definitions loaded by the db-class
2006-04-23 14:50:48 +00:00
Ralf Becker
1ed3143918
moved link registry and functions for addressbook into the bocontacts class of addressbook
2006-04-23 14:49:08 +00:00
Ralf Becker
e52c09e0a6
allow to search for fullname
2006-04-23 14:48:19 +00:00