View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000438 | SOGo | Web Address Book | public | 2010-02-18 17:45 | 2016-02-25 14:15 |
Reporter | aschild | Assigned To | francis | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 1.2.0 | ||||
Fixed in Version | 3.0.2 | ||||
Summary | 0000438: Display all entries of LDAP address book by default (if enabled) | ||||
Description | Currently all ldap address books initially show no entries. Only when the user enters the wildcard (dot) in the search box, all addresses are shown. For large ldap address books this is OK. It would be nice, if we had a configuration option per domain, which would allow the ldap address books be initially show filled. Perhaps just prefill the searchbox with the dot ? | ||||
Additional Information | For small installations with < 100 users in the address book, this would be a great help, so the enduser don't have to know about the . character, and there is also no performance reason to not directly show all entries available. Of course this should behave always the same way, anywhere where the ldap address book is shown (System address book, Assign rights, share folders, subscribe folders/calendars etc.) | ||||
Tags | No tags attached. | ||||
2010-05-04 15:55
|
SOGo-default_ldap_search_string.patch (730 bytes)
--- /usr/lib/GNUstep/SOGo/WebServerResources/ContactsUI.js f33090bc0bb6db51fcc94b95da6d67a3f67e9fec +++ /usr/lib/GNUstep/SOGo/WebServerResources/ContactsUI.js 86ea9e5bf22f3747edbed0e5e5f237923d7010e5 @@ -42,6 +42,9 @@ function openContactsFolder(contactsFold if (searchValue && searchValue.length > 0) url += ("&search=" + search["criteria"] + "&value=" + escape(searchValue.utf8encode())); + else if (currentFolderIsRemote()) + url += ("&search=name_or_address" + + "&value=."); var sortAttribute = sorting["attribute"]; if (sortAttribute && sortAttribute.length > 0) url += ("&sort=" + sorting["attribute"] |
Probably not the right way to fix this bug, but this patch is a quick work around for the problem. I wouldn't recommend it on large LDAP directories, but for small directories (<= 200 contacts) it works great. |
|
Very useful, some users think that address book is empty. You can display first 100/2o0 entry by default. Like in Thunderbird |
|
I thought I installed SOGo wrong because of this. I understand it now. But I think my users will be baffled. The title says "for Thunderbird". It would be nice to have on the web GUI too. |
|
I think the "best" (tm) approach for this wouold be to define in the addressbook definition when we wish to see all entries. |
|
I'd also like this feature, using patch atm. |
|
I've never had to apply a patch to SOGo, but I'd certainly like to use this one. How do I apply it? |
|
An alternative could be a button like [Show All Contacts] where the user just click. It is easier to understand. Now, if there is too many contact, then SOGo can just show the first 300 and pop a dialog to inform the user that there is too many contacts. Maybe a config, to specify the max no. of contacts to show on [Show All Contacts] button. |
|
sogo: master 70fbeab2 2016-02-24 21:30 Details Diff |
(js) Improve sg-search directive Will now respect the "listRequiresDot" source parameter and uses ng-messages to show an error if the minimum number of characters is not reached. Fixes 0000438, 0003464 |
Affected Issues 0000438, 0003464 |
|
mod - Documentation/SOGoInstallationGuide.asciidoc | Diff File | ||
mod - NEWS | Diff File | ||
mod - UI/Common/English.lproj/Localizable.strings | Diff File | ||
mod - UI/Common/UIxPageFrame.m | Diff File | ||
mod - UI/Contacts/UIxContactFoldersView.m | Diff File | ||
mod - UI/SOGoUI/UIxComponent.h | Diff File | ||
mod - UI/SOGoUI/UIxComponent.m | Diff File | ||
mod - UI/Templates/ContactsUI/UIxContactFoldersView.wox | Diff File | ||
mod - UI/Templates/MailerUI/UIxMailFolderTemplate.wox | Diff File | ||
mod - UI/Templates/SchedulerUI/UIxCalMainView.wox | Diff File | ||
mod - UI/Templates/UIxPageFrame.wox | Diff File | ||
mod - UI/WebServerResources/js/Common/sgSearch.directive.js | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2010-02-18 17:45 | aschild | New Issue | |
2010-05-04 15:55 | Jason Oster | File Added: SOGo-default_ldap_search_string.patch | |
2010-05-04 15:57 | Jason Oster | Note Added: 0000992 | |
2011-02-22 09:57 | alessio | Note Added: 0002144 | |
2012-10-15 12:06 | Christian Mack | Relationship added | related to 0000608 |
2012-10-15 12:12 | sim | Note Added: 0004661 | |
2013-01-29 12:29 | Christian Mack | Relationship added | related to 0002201 |
2013-02-06 21:13 | aschild | Note Added: 0005364 | |
2013-04-01 22:54 | Flamewires | Note Added: 0005460 | |
2014-07-28 06:31 | gmuldoon | Note Added: 0007359 | |
2016-01-28 07:59 | Christian Mack | Relationship added | has duplicate 0003464 |
2016-01-29 08:00 | faisal | Note Added: 0009363 | |
2016-02-25 02:44 | francis | Changeset attached | => sogo master 70fbeab2 |
2016-02-25 02:44 | francis | Assigned To | => francis |
2016-02-25 02:44 | francis | Resolution | open => fixed |
2016-02-25 14:15 | francis | Status | new => resolved |
2016-02-25 14:15 | francis | Fixed in Version | => 3.0.2 |