Promote 23 Demote | notes.ini variabel to exclude internal NotesNames from Recent ContactsI would like a notes.ini parameter (so pushable by desktop policy) to not include internal adresses in recent contacts. Currently recent contacts also collects internal NotesNames and this entries are outside of the AdminP renaming process. So you get strange errors/messages when a name is renamed and now twice ... |
Promote 10 Demote | DB defined keyboard shortcutsMake it possible to add keyboard shortcuts to the view, db and document context.
Examples:
[Examples added] |
Promote 22 Demote | Tell us whether LS and "old style" UI improvements will still be madeEven after seeing how many votes the "don't retire LS" option got, I'm still not sure whether IBM will add new features to LS or just concentrate on xPages and SSJS and expand that to be the new default language and UI in Notes. It would be great if ... |
Promote 17 Demote | Add LS function to dump variable content for error loggingA function, which prints out (recursively) names and content of the current available variables would be a great addition to the stacktraces, you can get via OpenLog.
For notes internal classes, it should print relevant information (like the UNID for NotesDocuments) |
Promote 0 Demote | Make it possible to use one language in every design elementScript libraries, computed text, selection context, xPages, events, session scope, etc. One language to rule them all. And please let it be a proper object orientated language. |
Promote 33 Demote | Publish API to work with calendar items, tasks and contactsTo programmaticaly add a todo item, a calendar item or contact is a big challange, even if you know the scriptlibs in the mailfile. Please add a api (either as a build in or as a template to inherit in my app) to work with calendar items, task and contacts, ... |
Promote 20 Demote | Develop and open source a high quality framework for new DBsThe template should have some modern UI for all kinds of elements and implement some generic, high quality solutions for field level trails, pushing changed values to other docs (even in other DBs), logging, validation, localization, help... and it should have proper object orientated, modularized and reusable code, which you ... |
Promote 37 Demote | Make XPages generate better html codeXPages code is a mess, it does not handle situation, where browserfeatures are missing and it is not accessible by default. This might be acceptable for internal websites, where you can control the browser and users, but it is not for customer facing websites. This should be fixed. One ... |
Promote 31 Demote | Make all notes URLs actions useable in the clientNotes URLs can be used in the client: Notes:///0000000000000000/0/<UNID> will open the Document with the UNID in the current database. Unfortunately only some ?Actions will work and especially not the ?EditDocument action (contrary to what it says in the first half of one of the help documents, before going ... |
Promote 29 Demote | workflow: make todos dropable into daily scheduleI use todos a lot and want to plan my next day(s). I want to drag and drop my todos into my next workday (or days) and thus plan my day. This needs a view, where I can see the next day(s) and my todos and the possibility to ... |
Promote 9 Demote | Add a @formula to evaluate group membershipNotes author and reader fields are nice to controll access, but sometimes you need something else or better more finegrained and then it would be nice to hide/show something depending if someone is in an group or not.
@isMemberOf("Group";@Username) |
Promote 36 Demote | Add errorcodes to the function documentation in helpWhat error will be thrown if db.CreateDocument() fails or can it fail? Your designer documentation for this methods does not tell you (at least in 8.0.x). Please add more information about errorcodes to the method documentation. |
Promote 20 Demote | ToDo status indicator in the day at a glance summary sidebarPlease add a visual idicator of teh status of the ToDo entry in the "day at a glance" Summary sidebar. Currently I can't see if a ToDo entry is already completed or not and it is irritating. I also wouldn't mind if completed ToDos will not be shown in the ... |
Promote 14 Demote | Make tab jump to the next unread mailTab used to go to the next unread document. This is still the case in all my other DBs, but not the mail DB. F4 still works, but tab is much more convenient. Please make it work again in the mail DB. Thanks! |
Promote 47 Demote | Make it possible to run two different standard Clients with differnet IDs at the same timeIf you use different IDs for your admin und "normal" work, it would be great if you could start two clients, one with the admin, one with the normal ID. This was (and is) possible with the basic client via starting "nlnotes.exe =Path/To/notes.ini". I want that also ... |
Promote 10 Demote | Update unreadmarks automaticalyPlease update the unread marks on the chicklets when new/modified documents are added to the local database and poll unread counts for server ones (only displayed chicklets -> stacked DBs). It's a pain to wait for F9 to complete and especially for local DBs notes already ... |
Promote -13 Demote | DWA light Support for OperaCurrently opera reports Javascript errors when you open DWA light and does not display any messages. Also DWA uses internal -moz* CSS properties.
Please at least test DWA light in Opera and make it useable.
Thanks! |
Promote 24 Demote | Add Policy for FeedsWe would like to use the feedreader to inform our users about news in our org (instead of mail to everybody). For that we need a Policy, where we can specify Feeds incuding Username/Password or better "Use Sametime Password" or even more better: "use Notes ID = Notes Replication". |
Promote 14 Demote | Implement sender rewrite |
Promote 10 Demote | Shortcut for "Mark all read"Please add a shortcut for "mark all read", strg+a -> ins or the toolbar buttons are just not the same and I rely quite havily on unread marks in some applications. |
Promote 24 Demote | circular use of script libsWhy does code like this (Visitor Pattern): class User sub invite(b as Visitor) b.visitUser(me) end sub sub doSomething() end sub end class class Visitor sub visitUser(a as User) a.doSomething() end sub end class work in one class ... |
Promote 12 Demote | Support Deny Access for IMAP
<div>When you put someone into a DenyAcess Group (or directly into a "Not Access Server"), this will prevent Notes and web access, but not IMAP and probably POP3.</div>
<div> </div> <div>We have several Webuser only and they can't be locked from the system without deleting their web-password :-(</div> |
Promote 21 Demote | customise Mail Quota Warningwe have enforced strict mail quota rules for everybody (with the possibility to archive old mails and a 'archive attachments). Unfortunatelly some users don't get the mail quota warning message, so every few days we have to use our cluebat and tell them what to do after such messages and ... |
Promote -4 Demote | Add console commands to create/delete/move DBI would like to have a command to create new, delete old Databases on the server (even in batch mode) and move DBs around. I like the CL Commands (mainly because I don't have to go via the client -> fast over slow inet connections), but sometimes ... |
Promote 8 Demote | Implement Sender Policy Framework / Sender Rewriting Scheme |