Nathan Gray
3a743f8f32
Fix typo (or spelling) in title
2014-01-31 15:37:44 +00:00
Hadi Nategh
b99dd55c4e
Fix wrong message title on addressbook douplicate confirmation dialog
2014-01-31 14:24:47 +00:00
Hadi Nategh
acd426c8ee
Implement addressbook douplicates contact confirm dialog with new et2_dialog and make the conflicts contact popup selectable
2014-01-29 18:36:55 +00:00
Hadi Nategh
4604d2b90f
Fix addressbook checkvalue for duplication, egw_getegw_json_getFormValues is depricated
2014-01-21 15:29:09 +00:00
Nathan Gray
5a1fe439c5
Handle context action view infolog entries in JS, previously opened infolog list into addressbook tab
2014-01-16 15:15:50 +00:00
Hadi Nategh
a1d3c7f161
Remove "prefered email address" from addressbook preferences. Additionally, add an exclusive user preference for business and private mail action checkboxes
2014-01-15 11:22:37 +00:00
Hadi Nategh
f4d4f9600a
Use getActionById instead of addressing the action through its parent, which is high potential to break the code
2014-01-15 09:11:32 +00:00
Hadi Nategh
c95c10a145
Fix wrong tag of private and business email for addEmail function in addressbook
2014-01-15 08:42:59 +00:00
Nathan Gray
b5ca559968
Fix context menu Calendar -> Add appointment
2014-01-14 15:43:06 +00:00
Hadi Nategh
3fa891380a
Remove not used function in addressbook app.js, which has been committed mistakenly
2014-01-13 17:54:44 +00:00
Hadi Nategh
0c2ab2ada5
Fix send mail to business or private mail from addressbook mail context menu
2014-01-13 17:40:36 +00:00
Hadi Nategh
bd505b1bf8
Add cc and bcc options to addressbook mail item in context menu
2014-01-06 10:12:51 +00:00
Nathan Gray
5b4484317d
Implement addEmail action handler
2013-12-19 17:24:46 +00:00
Nathan Gray
bd47e10b10
Switch to framework favorites to be able to store contact view as a favorite
2013-12-06 23:13:33 +00:00
Hadi Nategh
f222706dcc
Replace old confirm() with new confirm dialog, samething like timesheet, no need to have seperate dialog creator in app.js
2013-12-05 11:06:25 +00:00
Hadi Nategh
8f45c0e639
Replace old dialog delete dialog with new dialog in addressbook edit popup
2013-11-29 14:52:52 +00:00
Nathan Gray
ae4904076c
- Instanciate infolog JS object if available (for contact view)
...
- Fix custom country JS
2013-11-26 23:37:48 +00:00
Ralf Becker
6d226a7921
split constructor function and place of instanciation for app.js objects: app[appname] = new app.classes[appname]();
2013-11-04 20:54:23 +00:00
Ralf Becker
a6311fa1a3
creating and using an app-specific egw object
2013-10-07 16:53:13 +00:00
Hadi Nategh
7481c0a23c
Run addressbook by et2
2013-09-20 10:50:48 +00:00
Ralf Becker
7a0df1531d
fixed distribution lists allways created in personal addressbook, not selected one
2013-09-02 13:24:21 +00:00
Ralf Becker
dae37d17a8
fix JSON error in trunk with readonly fileas-type selector (AD)
2013-07-11 15:34:30 +00:00
Nathan Gray
d189b005df
Get edit dialog name popup working in et2
2013-06-19 19:02:41 +00:00
Nathan Gray
922b3c0784
Get edit dialog country selection 'Custom' toggles working again
2013-06-17 22:12:53 +00:00
Nathan Gray
44e96714af
Fix adding distribution list (& maybe some other link issues) by looking for framework's link handler in open_link()
2013-06-12 17:04:42 +00:00
Nathan Gray
c93b1d7080
Fix Add distribution list action opening new tab
2013-06-10 19:47:09 +00:00
Nathan Gray
dedfd6f53e
Get adding distribution list working with et2. JS still needs to be changed to new object style though
2013-05-06 23:16:10 +00:00
Nathan Gray
ca5d97f85c
Accept et2 UIDs for popup too
2013-03-20 22:20:58 +00:00
Ralf Becker
6ade2ce970
* Addressbook: fixed error in extended search
2012-10-24 09:53:24 +00:00
Ralf Becker
c50a83a9a4
* Addressbook: doublicate check while adding/editing contacts, based on email or match of 2 out of name, first name, organisation
2012-09-06 12:26:11 +00:00
Nathan Gray
70bc8469a1
et2 compatability
2012-07-24 23:49:12 +00:00
Ralf Becker
b7babf5079
open calendar of contacts in listview with date-filter "all" and for jdots in calendar tab (not addressbook)
2012-01-07 23:35:17 +00:00
Ralf Becker
f71782a8e0
* Addressbook: show calendar of contact(s) via context menu
2012-01-05 04:10:54 +00:00
Nathan Gray
7e05b0dff2
Avoid javascript error if edit popup is read-only
2011-06-02 20:05:40 +00:00
Ralf Becker
7869bd59b0
removed not longer necessary double quoting (from time it was a string in a function)
2011-04-26 16:37:30 +00:00
Ralf Becker
7d02a952f6
- move all static javascript code to app.js file
...
- fixed "add appointment" to work in org-views by submitting to server to resolve org with contact id's and custom js action prefixing each id with a "c"
- improved "add infolog" to only submit for org-views to server and otherwise save that roundtrip by using a custom ja action
2011-04-26 16:22:10 +00:00