- Gives a nice error for duplicate shortNames
- service returns "error.duplicateShortName" as the message so a proper error message can be displayed to the client.
Delete site
- Icons for each site (a small typo had gone into the css in the previous commit)
- Handles a failed delete better (i.e. because of lacking permissions)
Full preview & Preview
- Does only display their page navigation controls if more than 1 page exists
- Does not display an error message if an invalid page is given (displays the last or first instead)
Preview
- Displays its controls above the preview instead of below
Full Preview
- If its an web image (jpeg, png, gif) it displays the actual image instead of a imgpreview
Dashlets
- All dashlets use Camel Case in their short name
- New shortName for Docsummary: Recently Modified Files
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10542 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
- document library search results link to document-details page & nicer search load message
- reduced height of comment components in document-details page
- no minimum search term length required in people-finder search
- replies component now scrolls to editor and highlights updated/added replies
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10537 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
- finished
- the service webscript now returns something {success: true}
My Sites
- New icons and calls the Delete Site module
Thumbnail/Previews
- imgpreview is 480x480 instead of 400x400
Upload
- The label when no files are in the list are always the same (not taken from doclib)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10535 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
- Shows spinner during create
HTML upload
- works in profile page
- returns filename in callback and highlights file after upload.get.html.400.ftl
Flash upload.get.html.400.ftl
- includes highlightFile after upload.get.html.400.ftl for single upload and update
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10513 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
- invite response webscript now uses correct api and put/delete method and only requires invite id and ticket
- improved invite accept/reject pages ui, correct handling in case the invite has already been canceled
- fixed buggy digit-only usernames handling in memberships webscript
- slightly changed comment activities wording
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10506 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
PLEASE NOTE: user IDs may contain invalid characters that cannot be used in URLs, XML or HTML pages or filesnames - therefore please ensure that they are always XML/HTML encoded both for display in XML/HTML pages, and URL Encoded for us in URLs or filenames.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10496 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
- removed unnecessary siteService property from 'invites' web script
- removed unnecessary getSentDateFromInvite(...)) method from InviteHelper.java
- added comments to property getters in InviteInfo.java
- return sentInviteDate, inviteeSiteRole and invitationStatus from 'invites' Web Script
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10493 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
Repository API for change password.
Fixes to webscript framework to ensure that webscript POSTed Content is only read once from the underlying inputstream - it was previously possible for a Java backed WebScript to read content during executeImpl() and the same inputstream content would be further processed again when the template parameters for the output were generated.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10461 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
- Works in single upload and update mode (multi upload mode defaults to single upload)
- Tested in doclib and works
Stuff that needs fixing is:
- Error handling from internal server errors
- Make it work in profile page
- Proper styling
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10427 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
- Fixed bug where "start invite" web script operation was always generating a new disabled invitee account, even if an account for a user with the given invitee email address already existed.
- Make sure that invitee ONLY receives account details in invitation email if a disabled invitee account has just been created for invitee prior to sending out the email (i.e. if there was no pre-existing account for the invitee and thus a disabled invitee account had to be created)
- Breaking out the long "start invite" web script method into various helper methods
- Throw web script exception if "start invite" web script operation hasn't been able to generate a unique user name for the given invitee email address after 10 attempts.
- If "start invite" web script operation detects that a person already exists in the repository with the given invitee email address, then use that existing person as the invitee (instead of always creating a new person node for the given invitee email address)
- Throw Web Script exception if "start invite" web script operation detects that given invitee is already a member of the given site
- Added more comments to the code
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10405 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
Fix to apply 'versionable' aspect to documents that are being updated via the Share client but were initially uploaded via another route i.e. FTP or JSF Client.
Minor fix to doclist json to handle documents that have 'versionable' aspect applied but do not have any version history.
Code cleanup to ML document details.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10370 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261