Commit Graph
61 Commits
Author SHA1 Message Date
Luc Charland f4ed7d9448 removed empty line 2015-09-30 12:17:20 -04:00
Luc Charland c7825601e6 removed author 2015-09-30 11:47:43 -04:00
Luc Charland 781e408091 - used tab instead of spaces for GNUMakefile
- removed unused logging
- used generic names
2015-09-30 11:23:45 -04:00
Luc Charland 549c57f8a6 Added new tests for NGMailAddressParser 2015-09-30 11:04:14 -04:00
Luc Charland bba0d6f44d make the tests more robust when data is invalid in DB/Webdav 2015-08-27 11:51:58 -04:00
Luc Charland bf390f17dd fixed when strings not initialized in prefs 2015-08-27 11:51:58 -04:00
Luc Charland 117e6b6bc1 added the multiple phone test 2015-08-26 11:28:54 -04:00
Luc Charland 9445315b30 Added a string, removed a double, removed a few colons 2015-08-25 11:11:46 -04:00
Luc Charland c106f54b27 Added missing strings for translation 2015-08-25 10:45:47 -04:00
Luc Charland 8f75bdce2d Use Json for testing webcalendar 2015-08-14 12:46:37 -04:00
Luc Charland 4f53ea70e1 Commented out testing two phones same type until fixed 2015-08-14 12:46:03 -04:00
Luc Charland 8fb5c1d09f Added sort saving to Contacts 2015-08-12 14:39:26 -04:00
Luc Charland 42eb9e51b4 Reworked saving Events filter and added Tasks filter 2015-08-06 14:28:54 -04:00
Luc Charland 7bb551a4ad Added saving of sort order for Events and Tasks 2015-08-06 13:48:39 -04:00
Luc Charland 31b959a7dc Added saving of Calendar Sort to jsonSettings 2015-08-06 12:17:48 -04:00
Luc Charland 923ab97309 Added tooltips for saving/view attachments 2015-08-05 10:05:21 -04:00
Luc Charland c56644f0e5 Added tooltips to Contacts 2015-08-05 09:40:12 -04:00
Luc Charland 09224f587f Added a few tooltips for the mail view 2015-08-04 12:54:58 -04:00
Luc Charland 4cf82bd41c removed trailing space to strings 2015-08-03 10:56:24 -04:00
Luc Charland 9f202cfcdc cleaned up a few comments 2015-08-03 10:24:15 -04:00
Luc Charland 6835cd5319 removed double Name translation in 5 languages 2015-08-03 09:51:31 -04:00
Luc Charland 2f8f8c78f7 Removing colons 2015-07-31 14:14:30 -04:00
Luc Charland 90b7ce7ec3 fixed Appointments path 2015-07-31 13:57:41 -04:00
Luc Charland 6ecea9d702 cleaned up a few comments 2015-07-31 13:57:41 -04:00
Luc Charland a54b8780a8 added first draft of verify_translation 2015-07-31 13:57:41 -04:00
Luc CharlandandFrancis Lachapelle e385bf34d5 added simple event testing json->dav 2015-06-12 12:03:57 -04:00
Luc CharlandandFrancis Lachapelle 9a3f4080c0 test adding single and multiple phones with JSON and getting it with DAV 2015-06-12 12:03:54 -04:00
Luc CharlandandFrancis Lachapelle 43b6006a86 removed the unneeded sleep 2015-06-12 11:59:04 -04:00
Luc CharlandandFrancis Lachapelle 4fa33c0bc2 All tests now pass in version 3 2015-06-12 11:59:03 -04:00
Luc CharlandandFrancis Lachapelle 243726f096 Changed preferences to use JSON for v3 2015-06-12 11:50:50 -04:00
Luc CharlandandFrancis Lachapelle 3858911007 Changed login from urlencoded to json 2015-06-12 11:46:48 -04:00
Luc CharlandandFrancis Lachapelle 0cdd19e3aa fixed a missing semi-colon 2015-06-12 11:46:05 -04:00
Luc Charland a86b164228 uses a dict instead of a string of a dict for preventInvitationsTest 2015-04-17 10:38:40 -04:00
Luc Charland 3ad9327d17 putting test-prevent-invitations back in 2014-09-10 10:25:42 -04:00
Luc Charland 606ee9780e dont test prevent invitations 2014-09-04 22:36:02 -04:00
Luc Charland c6f82dac01 catch specific exception 2014-09-04 22:24:32 -04:00
Luc Charland e37a603632 should help some builds that might timeout 2014-09-04 21:59:36 -04:00
Luc Charland 031e4c9409 more of the same 2014-09-03 22:43:49 -04:00
Luc Charland c621bbcd56 Those need the same adjustments 2014-09-03 22:32:46 -04:00
Luc Charland 4b94a183be urllib.quote needs a string 2014-09-03 13:50:13 -04:00
Luc Charland ced0962894 Added white_listed_attendee to the config file 2014-08-28 10:43:32 -04:00
Luc Charland d749d5c2fb Added tests for prevent invitation and whitelist 2014-08-27 13:31:49 -04:00
Luc Charland 0884a0f23e Modified CSS to move mail preference filter down 2012-11-06 15:39:14 -05:00
Luc Charland a916ac8927 Fixed bug #1105 Remote images display
There now is a configurable default in mail preferences where
you can set remote images to display either Never or Always.
2012-10-31 11:53:30 -04:00
Luc Charland 8a9336c599 fixed bug #2062 priority shows prio_null
When looking at a priority from a calendar where you don't have enough
rights.
In this case simply do not show anything in the field.
2012-10-23 16:20:51 -04:00
Luc Charland b1547d7212 related with bug #0724. Erase rows before ajax call.
For a better user experience, first erase (hide) the rows that were
deleted. Then make the ajax call for batchdelete. On confirmation
really delete the rows.
2012-10-12 14:27:29 -04:00
Luc Charland 854985e124 Fixed bug #1477 Add decision in subject header 2012-10-11 09:37:01 -04:00
Luc Charland d597aeb508 Used POST for the batch delete call instead of parameters
This might have bust the 1024 limit. With post, no problem.
2012-10-10 12:56:44 -04:00
Luc Charland 16f0ebc973 cosmetic change of a variable name 2012-10-10 10:58:39 -04:00
Luc Charland 2ddeb129e3 Changed currentContact to currentContactId. 2012-10-10 10:58:39 -04:00
Luc Charland a2c923aae1 Fixed bug #0724 Deleting multiple contacts batch
Deleting multiple contacts currently involves one HTTP query per entry.
It would be nice to implement a batch delete action, like in the
Mail module.
2012-10-10 10:58:39 -04:00
Luc Charland 034f2c8745 Fixed bug #1515 Task View is very basic.
- Added sortable fields on Title, Due date, Location, Category and
  Calendar.
- Added Priority column, also sortable.
- Separated the logic of Events and Tasks.
2012-10-01 16:20:10 -04:00
Luc Charland dfcf0caa93 Fixed bug #1798
Web login should pre-select site default language.
Using browser default language.
2012-09-26 13:54:47 -04:00
Luc Charland 96a035a4ca Fixed bug #1104 : subject is used as title always
When the windows were opened, subject was not used as title.
2012-09-26 13:48:41 -04:00
Luc Charland dfe369dd20 Fixed bug #1944
Deleting a mail folder doesn't create the Trash mailbox.
2012-09-25 16:39:40 -04:00
Luc Charland 544f59575b added tags to gitignore 2012-09-21 09:13:27 -04:00
Luc Charland 14586d251e fixed bug #1104
Titles of new messages' windows should reflect the subject
2012-09-20 16:16:46 -04:00
Luc Charland ffd58305d8 Merge branch 'b1930' 2012-09-19 16:14:10 -04:00
Luc Charland 26c97fe4ed Fixed bug 1930
Notification e-mail are not available on transifex for translate
This simply needed to be passed to the translation before returning.
2012-09-19 16:11:17 -04:00
Luc Charland 491089e194 Fixed bug 1929: Notifications about Modifications
Notifications about Modifications don't show the Calendar name.
When an email notification is selected by the user, the calendar name
from which the event was changed is added to the email.

Needs to be translated.
2012-09-19 10:35:05 -04:00
Luc Charland 9b3e4c8ab8 Added .gitignore to cleanup git status 2012-09-19 10:14:44 -04:00