Open
Conversation
necessary for the userlogreq configuration to work e.g. for exporting CSV files.
area shows all the included POIs.
Use separate address fields for home street, home location and home ZIP code instead of a single field for the entire private address. For this to work, the LDAP class mozillaAbPersonAlpha is required. The fields are also added to the edit page and the CSV export.
This patch adds a "print" function to the addressbook; it displays all currently listed contacts in a smaller font, making it possible to print the entire address book (or parts of it).
It is often convinient to copy a complete address to the system clipboard; to achieve this, this patch includes the flash widget "clippy" to the contact view. Clicking on one of the widgets copies either the office or home address to the clipboard, making it simple to include it in other applications. Clippy itself is hosted here: https://github.com/mojombo/clippy
|
its a shame this hasn't been merged, or at least partially merged |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I added some more stuff to contagged, including a flash clipboard widget to simplify the inclusion of addresses in other applications. Please consider merging the changes, or contact me if you have additional questions.