aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/ChangeLog
blob: be613cf169a5b90d34caa8c06f2f01dfd2670cd6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
2005-07-08  Praveen Kumar <kpraveen@novell.com>

    * Makefile.am : Added entries for the files providing the delegation
    assistant feature
    * exchange-user-dialog.c : Added new 
    * exchange-user-dialog.h : Added new
    * exchange-account-setup.c (btn_dass_clicked) : Enabled the code for
    for invoking the delegation assistant window
    * exchange-delegates-user.c : Modified to include the header files 
    from include path instead of the local directory
    * exchange-permissions-dialog.c : Modified an occurence to include
    the file exchange-user-dialog.c instead of e2k-folder-dialog.c

2005-07-08  Shakti Sen <shprasad@novell.com>

    * Makefile.am: Included files exchange-permissions-dialog.c,
      exchange-permissions-dialog.h, exchange-folder-permission.c,
      org-gnome-folder-permissions.xml & exchange-permissions-dialog.glade
    * exchange-folder-permission.c: Renamed the function name 
      org_gnome_menu_folder_permissions to 
      org_gnome_exchnage_menu_folder_permissions
    * org-gnome-exchange-operations.eplug.in: Added the hook class for 
      Folder Permissions.

2005-07-08  Shakti Sen <shprasad@novell.com>

    * exchange-folder-permission.c: Added new file for Folder Permissions.
    * exchange-permissions-dialog.c: Added new file for Folder Permissions.
    * exchange-permissions-dialog.h: Added new file for Folder Permissions.
    * exchange-permissions-dialog.glade: Added newly for Folder Permissions 
      support.
    * org-gnome-folder-permissions.xml: Added new file for Folder 
      Permissions support.
    * exchange-folder-subscription.c: Added new file for Folder 
      Subscribe/Unsubcribe support.
    * exchange-folder-subscription.h: Added new file for Folder 
      Subscribe/Unsubcribe support.
    * exchange-folder.c: Added new file for Folder Subscribe/Unsubcribe
      support.
    * org-gnome-folder-subscription.xml:  Added new file for Folder 
      Subscribe/Unsubcribe support.

2005-07-07  Sarfraaz Ahmed <asarfraaz@novell.com>

    * exchange-account-setup.c : Include exchange-folder-size-display.h
    * exchange-folder-size-display.c : Similar

2005-07-07  Sarfraaz Ahmed <asarfraaz@novell.com>

    * exchange-account-setup.c (btn_fsize_clicked) : Implemented new to
    invoke the folder size table.
    (org_gnome_exchange_settings) : Minor re-ordering
    * exchange-folder-size-display.c : Newly added to handle the UI code
    for folder size display
    * exchange-folder-size-display.h : Similar
    * exchange-folder-size.[ch] : Removed
    * Makefile.am : Include exchange-folder-size-display.[ch]

2005-07-05  Sarfraaz Ahmed <asarfraaz@novell.com>

    * exchange-config-listener.c (add_new_sources) : Newly added. This adds
    the esources for all the folders only if the esource doesnt already
    exist.
    (account_added) : Invoke add_new_sources after connect.

2005-07-01  Praveen Kumar <kpraveen@novell.com>

    * Makefile.am : Added new file entries for calendar , contacts
      and change-password
    * exchange-account-setup.c (btn_chpass_clicked) : enabled the code
    * exchange-operations.c (exchange_operations_cta_add_node_to_tree) : 
      This now stores the relative uri of the node to the model
     (exchange_operations_cta_select_node_from_tree) : Added new. This 
     selects the node for a given relative uri.
    * exchange-operations.h : Similar
    * org-gnome-exchange-operations.eplug.in : Added commit hook action
      for calendar and contacts
    * exchange-change-password.c : Added new
    * exchange-calendar.c : Added new
    * exchange-contacts.c : Added new

2005-07-01  Sarfraaz Ahmed <asarfraaz@novell.com>

    * exchange-account-setup.c(print_error) : Added new. This prints the
    validation error string.
    (owa_authenticate_user) : Fetch the error code from validate and handle
    the printing of error strings in the plugin.
    * exchange-config-listener.c (account_added) : For now add the sources 
    before connect to avoid multiple esources. Should be fixed more 
    elegantly.

2005-06-27  Sarfraaz Ahmed <asarfraaz@novell.com>
    
    * Makefile.am : Added the header files as part of SOURCES so that they
    get disted as well.

2005-06-22  Sarfraaz Ahmed <asarfraaz@novell.com>

    * exchange-account-setup.c : We no longer should be declaring the
    global_config_listener as a static variable here. Also, added some
    NULL checks to avoid crashes.

2005-06-15  Sushma Rai  <rsushma@novell.com>

    * exchange-account-setup.c (org_gnome_exchange_settings): Trying to 
    get the exchange account, after checking the account selected in 
    an exchange account or not. It fixes a crash, when trying to edit an
    non-exchange account, where e-d-s and evolution are built with exchange
    support, but exchange account is not configured.

2005-06-14  Sarfaaz Ahmed <asarfraaz@novell.com>

    * exchange-account-setup.c : Fixed some warnings
    * exchange-config-listener.c : Similar

2005-06-12  Sarfraaz Ahmed <asarfraaz@novell.com>

    * Initial commit to rename Exchange-account-setup as Exchange 
    Operations.

2005-06-10  Sarfraaz Ahmed <asarfraaz@novell.com>

    * exchange-account-setup.c (e_plugin_lib_enable)
    (free_exchange_listener)(e_plugin_lib_enable) : Added new to 
    initialise the config listener.
    (update_state) : Now updates the state directly from the server and not
    from the file as earlier.
    (owa_authenticate_user) : Authenticates and validates directly from
    the server instead of using the camel APIs as earlier.
    (set_oof_info) : Sets the state directly on the server
    * Makefile.am : Use CAMEL_EXCHANGE CFLAGS and LIBS

2005-05-21  Sarfraaz Ahmed <asarfraaz@novell.com>

    Added a bunch of files to create exchange plugins for UI changes
    * exchange-change-password.[ch]/.glade
    * exchange-delegates.[ch]/.glade
    * exchange-delegate-user.[ch]
    * exchange-folder-size.[ch]
    * exchange-folder-tree.glade

2005-05-16  Not Zed  <NotZed@Ximian.com>

    * exchange-account-setup.c: moved e-error to e-util

2005-03-18  Sushma Rai  <rsushma@novell.com>

    * exchange-account-setup.c (org_gnome_exchange_owa_url): When the 
    Exchange account doesn't contain OWA url parameter, setting the OWA 
    url value in the receive page and saving it.
    (construct_owa_url): Forming OWA url, from the existing parameters for
    hostname, ssl, OWA path and mailbox name.
    see #73627

2005-03-17  Sushma Rai  <rsushma@novell.com>

    * exchange-account-setup.c (exchange_authtype_changed): Setting the 
    authentication mechanism to both transport and source urls.

2005-03-05  Sushma Rai  <rsushma@novell.com>

    * org-gnome-exchange-account-setup.eplug.in: Added the commit function
    to save OOF data. This got missed in the previous commit. Also removed 
    duplicate accountWizard definition.

2005-02-28  JP Rosevear  <jpr@novell.com>

    * org-gnome-exchange-account-setup.eplug.in: add account wizard item

2005-02-27  Sushma Rai  <rsushma@novell.com>

    * exchange-account-setup.c (org_gnome_exchange_settings): Storing the 
    oof data enterted by user to a file, displaying the existing data on
    this page.
    (toggled_state): Signal hander for radiobutton, that sets the oof state.
    (update_state): Signal handler that reads the oof message entered. 
    (org_gnome_exchange_commit): Stores the oof data and does cleanup.
    (store_oof_info): Checks for the oof information file, writes the 
    oof state and message to the file. 
    (destroy_oof_data): Frees OOFData. 
    
2005-02-26  Sushma Rai  <rsushma@novell.com>

        * exchange-account-setup.c (org_gnome_exchange_check_options):
        Returning FALSE on NULL host name or set to "" for receive page, 
    so that one can proceed with the account creation only after 
    hostname is retrived and set by validate().

2005-02-24  Björn Torkelsson  <torkel@acc.umu.se>

    * org-gnome-exchange-account-setup.eplug.in: Added author and
    fixed description.
    
2005-02-21  Not Zed  <NotZed@Ximian.com>

    * exchange-account-setup.c (org_gnome_exchange_owa_url): if the
    host is null in the url, set it to "", so it has a non-null value.

2005-02-07  Sushma Rai  <rsushma@novell.com>
    
    * org-gnome-exchange-account-setup.eplug.in: Added plugin for adding 
    auth type section to editor.

    * exchange-account-setup.c (org_gnome_exchange_auth_section): Adding
    and handling authentication type for exchange account. 

2005-01-28  Not Zed  <NotZed@Ximian.com>

    ** related to bug #71520.

    * exchange-account-setup.c: All but re-written.
      Fixed the license of the file.
      Fixed a translation string.
      Modified return condition check.
      Fixed problem over writing current account with the old data.
      Removed duplicated code.
      Removed the hack for handling NULL hostname, now using 
      CAMEL_URL_HIDDEN_HOST url flag in the provider.
      Using E_ACCOUNT_SOURCE_SAVE_PASSWD for remember password.
      Removed the way owa url entry was added to table in config section,
      Now econfig supports tables. 

    * exchange-ask-password.c: removed, functionality moved to
    exchange-account-setup.c.

2005-01-25  Sushma Rai  <rsushma@novell.com>

    * exchange-account-setup.c (create_page): Fixed empty
    string being marked for translation problem. #71644

2005-01-23  Sushma Rai  <rsushma@novell.com>
    
    * org-gnome-exchange-account-setup.eplug.in: Added plugins 
    for handling hiding auth type section in druid.

    * exchange-account-setup.c (add_owa_entry_to_editor): Changed the 
    button label to "Authenticate" from OK

    * exchange-ask-password.c (add_owa_entry): Changed the button label
    to Authenticate.
    (org_gnome_exchange_handle_auth): Hiding Auth section in receive page.
    (org_gnome_exchange_handle_send_auth_option): Hiding the Auth section
    in send page

2005-01-22  Sushma Rai  <rsushma@novell.com>

    * org-gnome-exchange-account-setup.eplug.in: Added 
    org_gnome_exchange_check_options plugin.

    * exchange-ask-password.c (org_gnome_exchange_check_options): 
    Reads OWA URL value and sets use_ssl and owa_url values for source 
    account url.

    * exchange-account-setup.c (org_gnome_exchange_set_url)
    (add_owa_entry_to_editor): Reading owa url value from gconf and setting
    owa url value in the account editor. Fixes #71378 

2005-01-19  Sushma Rai  <rsushma@novell.com>

    * exchange-ask-password.c (validate_exchange_user): Fix for remembering
    password if user has selected that option, while creating the account. 

2005-01-18  Sushma Rai  <rsushma@novell.com>

    * exchange-ask-password.c (validate_exchange_user): Reading the return
    value of user validation function. Fixes #71385

2005-01-18  Sushma Rai  <rsushma@novell.com>

    * exchange-ask-password.c (validate_exchange_user): Filling up
    user name so that page check doesn't fail. Fixes #71384 

2005-01-18  Sushma Rai  <rsushma@novell.com>

    * exchange-ask-password.c (org_gnome_exchange_read_url):
    Setting dummy host name, which will be reset to proper
    hostname once the user is authenticated.

2005-01-18  Sushma Rai  <rsushma@novell.com>

    * org-gnome-exchange-account-setup.eplug.in: Moved two account
    editor plugins unser same hook class. 

    * exchange-ask-password.c: Reorganized the code. 
    Used accessor functions to read and set EAccount values. 
    Removed editor specific factory function add_owa_entry_to_editor()
    from here.
    
    * exchange-account-setup.c: Reorganized the code.
    Moved add_owa_entry_to_editor() and it's sub functions into this file.
    (org_gnome_exchange_account_setup): Reading source url and transport
    url values stored in gconf and filling up the EAccount structure.
    This fixes the problem of page check failure, as improper source url 
    and transport url values, as we don't read host name in the editor.
    (org_gnome_exchange_set_url): Similar.
    
2005-01-17  Sushma Rai  <rsushma@novell.com>

    * Makefile.am: Linking to camel libs. Fixes plugin loading problem 
    due to undefined camel symbol, during evolution startup. 

2005-01-13  Sushma Rai  <rsushma@novell.com>

    * org-gnome-exchange-account-setup.eplug.in: Combined
    all the plugins into one. 

2005-01-12  Sushma Rai  <rsushma@novell.com>

    * exchange-ask-password.c: (validate_exchange_user):
    Added one more error condition check.

2005-01-12  Sushma Rai  <rsushma@novell.com>

    * org-gnome-exchange-account-setup.eplug.in: Factory
    method to add owa url entry to account editor. 

    * exchange-ask-password.c: (org_gnome_exchange_set_url)
    (add_owa_entry_to_editor): Adds owa url entry to the 
    account editor for Exchange account.
    (validate_exchange_user): Using the CamelProvider private
    function defined by Exchange camel provider.
 
2005-01-11  Sushma Rai  <rsushma@novell.com>

    * org-gnome-exchange-account-setup.eplug.in: Removed page check plugin

    * exchange-ask-password.c: Added a button to prompt for password
    instead of listening on page next signal

2005-01-11  Not Zed  <NotZed@Ximian.com>

    * Makefile.am: fix LDFLAGS variable name.

2005-01-10  Sushma Rai <rsushma@novell.com>

    * exchange-ask-password.c: (validate_exchange_user):
    Corrected argument order.

2005-01-10  Sushma Rai <rsushma@novell.com>
    
    * org-gnome-exchange-account-setup.eplug.in: Added plugin to read
    OWA url entry to the account set up druid.

    * exchange-ask-password.c: Create a entry for OWA URL and reads the
    URL value.

2005-01-09  Sushma Rai <rsushma@novell.com>
    
    * exchange-ask-password.c: Pops up password dialog and validates
    user credentials once owa url and user name are entered.

    * org-gnome-exchange-account-setup.eplug.in: Added page check plugin.

2005-01-09  Sushma Rai <rsushma@novell.com>

    * Intial ckeckin, Plugin for Exchange account specific settings