Aleksander Machniak
|
0385eca50e
|
Add tmplate option to place contact source inside the contact head element
|
7 years ago |
Aleksander Machniak
|
7a95b148f8
|
Add option to use "Personal" instead of "Personal Information" label in contact form
We want short labels so tabs aren't wrapped on mobile
|
7 years ago |
Aleksander Machniak
|
873e0353cf
|
Use smart-upload-button for messages and contact photos upload
Unified interface with rcmail::upload_form().
|
8 years ago |
Danilo
|
1db4c05078
|
Fix: Set long email addresses
The changes permit to set long email address up to the maximum permissible length.
|
9 years ago |
Aleksander Machniak
|
8271597836
|
Use ternary operator where applicable
|
9 years ago |
Aleksander Machniak
|
a958748947
|
CS fixes
|
10 years ago |
Aleksander Machniak
|
765a0b0706
|
Fix errors when adding/updating contacts in active search (#1490015)
|
10 years ago |
Aleksander Machniak
|
1e22cb1e86
|
Unify some labels
|
11 years ago |
Thomas Bruederli
|
24e89eceed
|
Add fieldset legends and input element labels to contact edit form
|
11 years ago |
Aleksander Machniak
|
f5d2eef55c
|
More CS fixes, replace global $CONFIG usage with $RCMAIL->config->get()
|
11 years ago |
Aleksander Machniak
|
c97625e02a
|
CS fixes
|
11 years ago |
Aleksander Machniak
|
6b2b2eca5f
|
Remove deprecated functions (these listed in bc.php file) usage
|
11 years ago |
Aleksander Machniak
|
f768a6eae8
|
Fix so contactnotfound message is of type error not info
|
11 years ago |
Aleksander Machniak
|
62350ba021
|
Fix bugs when invoking contact creation form when read-only addressbook is selected (#1489296)
|
11 years ago |
Aleksander Machniak
|
65dff8f812
|
Fix hidden flag and default_addressbook settings handling
|
12 years ago |
Aleksander Machniak
|
1b9923208c
|
Re-fix HTML entities handling in addressbook names
|
12 years ago |
Aleksander Machniak
|
32ba62889c
|
Don't directly require email address on contact import, allowing import
of contacts being validated by addressbook validation code. The same
as for create/edit contact actions.
|
12 years ago |
Thomas Bruederli
|
0be8bd11e2
|
Enable drag & drop file upload for contact photos
|
13 years ago |
Aleksander Machniak
|
041c93ce0b
|
Removed $Id$
|
13 years ago |
thomascube
|
4cf42fde05
|
Add support for read-only address book records
|
13 years ago |
thomascube
|
7fe3811c65
|
Changed license to GNU GPLv3+ with exceptions for skins and plugins
|
13 years ago |
alecpl
|
1c029b9c7c
|
- Fix label too long (#1488283), fix polish translation
|
13 years ago |
thomascube
|
a84bfa356a
|
Fix upload form handling
|
13 years ago |
thomascube
|
bab0433a27
|
First steps for Larry's address book
|
13 years ago |
thomascube
|
31737295b8
|
Add newlines between organization, department, jobtitle (#1488028)
|
13 years ago |
alecpl
|
34854b63ee
|
- Fix setting default addressbook as selected in source selector
|
13 years ago |
thomascube
|
da89cf2937
|
Always show address book name if multiple books are configured; fix styling
|
13 years ago |
alecpl
|
5b3ac32415
|
- Added addressbook source selector in contact create form
|
14 years ago |
alecpl
|
c3dabfad7a
|
- Fixed link to contact photo, when browsing the search results (#1487980)
|
14 years ago |
alecpl
|
ecf295f6ef
|
- Added searching in all addressbook sources (global-search)
- Added addressbook source selection in contacts import
|
14 years ago |
thomascube
|
b0c70b3ca7
|
Use address_template config when adding a new address block (#1487944)
|
14 years ago |
thomascube
|
3d8b54edf7
|
Keep all submitted data if contact form validation fails (#1487865)
|
14 years ago |
thomascube
|
29aab5a214
|
Localize contact property subtypes; better name for contact section
|
14 years ago |
thomascube
|
ede17442a3
|
Fix search with no results; no size for date field
|
14 years ago |
thomascube
|
fbeb468904
|
Better grouping of contact information
|
14 years ago |
thomascube
|
0501b637a3
|
Merge branch devel-addressbook (r4193:4382) back into trunk
|
14 years ago |
thomascube
|
f5e7b35307
|
Bumbed version; Roundcube development is not Switzerland only
|
14 years ago |
alecpl
|
83ba22c77b
|
- Unify template files naming
|
14 years ago |
alecpl
|
a79417d4ef
|
- Plugin API: added 'contact_form' hook
- Re-designed contact frame using Tabs
|
14 years ago |
alecpl
|
e019f2d0f2
|
- s/RoundCube/Roundcube/
|
14 years ago |
alecpl
|
b25dfd0913
|
- removed PHP closing tag
|
15 years ago |
thomascube
|
8e3a6039cf
|
Assign newly created contacts to the active group (#1486626) and fix group selection display (#1486619)
|
15 years ago |
thomascube
|
57f0c81f2c
|
Use request tokens to protect POST requests from CSFR
|
16 years ago |
alecpl
|
112c9133bb
|
- removed deprecated rcube_add_label() and all uses
- code for 'show' action added in r1937 moved to show.inc
|
16 years ago |
thomascube
|
f92aba3918
|
Add microformats to address book + fix html output + codestyle
|
17 years ago |
alecpl
|
0339e3cc6f
|
#1485147
|
17 years ago |
alecpl
|
e58df3adc9
|
- Added option to select skin in user preferences (#1485031)
- template_exists() moved to rcube_template class
|
17 years ago |
svncommit
|
4f9c833742
|
/tmp/out
|
17 years ago |
thomascube
|
197601ef5f
|
Next step: introduce the application class 'rcmail' and get rid of some global vars
|
17 years ago |
thomascube
|
47124c2279
|
Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch
|
17 years ago |