2009 |
08/12/2009 7.16 |
- Added: option in UDW Configuration page to add a domain user to UltraDoc at login automatically using LDAP. By default the user is added to the User Group.
- Modified: Tiff veiwer bug when Show_View_Page is 0 or null.
- Requires: UD7StoredProcedures 7.17, UD7CSP 7.10, UDWUtil.dll 2.0.6.21
|
02/18/2009 7.15 |
- Added: show record index in collection-bundle page and bundle-document page.
|
2008 |
11/25/2008 7.14 |
- Added: Sucurity permission level to access Archive option.
- Added: Archive option to every search result page.
- Added: Error handling when the image file of a document is missing in the database content folder.
- Requires: UD7StoredProcedures 7.16, UDArchive.dll 1.0.0.2
|
11/18/2008 7.13 |
- Added: Collection, Bundle and Document archiving capabilites.
- Requires: UD7StoredProcedures 7.15, UD7CSP 7.09, UDWUtil.dll 2.0.5.20, UDArchive.dll 1.0.0.1
|
08/22/2008 7.12 |
- Fixed: Deadlock condition when duplicating print jobs.
- Requires: UD7StoredProcedures 7.14
|
2007 |
10/11/2007 7.11 |
Added: Stored Procedure Sp_udChangeDefaultValue (SQL2005)
To modify default value use the following stored procedures:
- Sp_udChangeDefaultValueChar (for default of text type)
- Sp_udChangeDefaultValueInt (for default of integer type)
- Sp_udChangeDefaultValueMoney (for default of money type)
- Sp_udChangeDefaultValueFloat (for default of decimal type)
When run, the above SPs will:
- Unbind the default from all bound columns.
- Drop the default.
- Recreate the default with the new value.
- Rebind the default to the columns from Step 1.
Example:
sp_udChangeDefaultValueChar 'DefaultMediaSize','Letter'
- Note: Single quotes are used in the second parameter only in the Sp_udChangeDefaultValueChar. Do not use single quotes in the others since they are not of text type.
- Requires: UD7StoredProcedures 7.13
|
08/24/2007 7.11 |
- Fixed: Access permission assignment error when duplicating a bundle or collection.
- Fixed: Error when sorting a bundle or collection.
- Requires: UD7StoredProcedures 7.12.
|
07/19/2007 7.10 |
- Added: support for SQL 2005.
- Requires: UD7CSP 7.08, UD7StoredProcedures 7.10, UDExplr7.dll 8.0.1.90.
|
07/10/2007 7.09 |
- Added: Tab default settings to the configuration page.
- Requires: UD7StoredProcedures 7.07.
|
04/04/2007 7.07 |
- Added: Allows the addition of data containing double quotation marks.
|
03/28/2007 7.06 |
- Added: Tab making feature.
- Added: UD_Tabs table to the database.
- Modified: sp_udRemoveUnlinkedImageFile to not delete .bml and .pml files from the database.
- Requires: UD7CSP 7.05 and UD7StoredProcedures 7.08.
|
02/06/2007 7.05 |
- Fixed: UPW crashed when users full name is null.
|
01/31/2007 7.04 |
- Fixed: UDW7StoredProcedures 'Users' group was not updating read-only security for new users to previous records
- Requires: UD7StoredProcedures 7.06.
|
2006 |
| |
- Data lost during Hurricane Katrina. Will restore as time permits.
|
2005 |
| |
- Data lost during Hurricane Katrina. Will restore as time permits.
|
05/11/2005 6.70 |
- Added: Block screen prints and screen copies from client if content displayed through cd TiffView.
|
05/10/2005 6.69 |
- Fixed: Email and printing options always enabled.
|
2004 |
07/23/2004 6.65 |
- Fixed: repeating search results occurs when index search returns more than the specified search limit.
- Requires cdTiffview.ocx verison 2.0.28.0.
|
07/01/2004 6.64 |
- Added: a parameter to specify the page to be shown when an image is first loaded into cdTiffview.
- Requires: cdTiffview.ocx verison 2.0.27.0 and UD6StoredProcedures 6.63.
|
05/21/2004 6.63 |
- Modified: Non-case sensitive comparison between constraint value and record value.
|
05/13/2004 6.62 |
- Modified: to use UPW Form v1.0.1.3.
- Requires: UltraPrint v6.0.4.202, UPUtil.dll v2.0.1.17.
|
05/10/2004 6.61 |
|
03/24/2004 6.60 |
- Modified: renamed Popupmenus.inc to Popupmenus.js.
|
03/15/2004 6.59 |
- Added: Option for new user sign up.
- Added: Registry settings to enable or disable new user sign up option, and to specify which DNS allows new user sign up.
- Added: A new column, "Status", in the UD_User table to store the current status of all users. Every user must have one of the stautuses: Activated, Disabled or Pending. Only the Activated status allows the user to login.
(Stored Procedures 6.58)
- Added 'Status' char (20) into UD_User table.
- Added new constraint table.
|
01/15/2004 6.58 |
- Added: Option to disable delete records regardless of security settings.
- (Stored Procedures 6.55)
|
01/07/2004 6.57 |
- Fixed: Marked cdTiffView.MailUtil control as a safe to initialize and script.
- (CDTiffView.ocx 2.0.26.0)
|
2003 |
10/20/2003 6.54 |
- Added: Support for Custom Stored Procedures.
- Fixed: Date formate while date set as 'D/M/Y'. Example '24/10/2003'
- (Stored Procedures 6.51)
|
10/15/2003 6.53 |
- Added: Allow users to send emails for Collection, Bundle and Document levels (Document level was the only previous option).
- Fixed: The Access Permission did not work properly when a user does not have permission to search a bundle.
- Requires CDTiffView.cab version 2.0.24.0.
|
10/09/2003 6.51 |
- Added: An option to create date formats. All date fields can be formatted as: MDY, DMY or YMD. The default is MDY.
- Fixed: Unable to switch data source when the user logged-on using different case.
|
09/12/2003 6.51 |
|
07/15/2003 6.50 |
Added: Integrated Authentication features.
When Integrated Windows Authentication is unchecked, the logon page appears as below:
*Note: When Integrated Windows authentication is enabled, UltraDoc user authentication is also available. If the client browser can not be authenticated by the server, a domain logon dialog will be prompted to allow the user to enter a proper credential.
When Integrated Windows Authentication is checked, the web logon page appears as below:
UltraDoc user setup for Integrated Windows Authentication as follow:
User name must be in the following format:
<server name or domain name> \ <user name>
*Note that the Slash must be a backward lash.
User password must be blank since it is not used for authenticating the user.
- (Stored Procedures 6.50)
|
07/03/2003 6.02 |
- Added: support to view *.SRV files as tiff. (AIMCO)
- Fixed: Upload.cab version 1.0.2.9 not selecting all files in the open file dialog were returned.
- (Stored Procedures 6.02) Fixed a quotation bug.
|
05/22/2003 6.01 |
- Modified: Allow title field in document tables to contain special characters (/,\,:,*,?,<,>,|,#,").
- Modified: Allow all fields in UltraPrintWeb to contain special characters (/,\,:,*,?,<,>,|,#,").
- Fixed: After modifying the UltraDocWeb Configuration, document/bundle/collection info pages were corrupted.
- Fixed: Uploading without specifying an image file caused new browser window to open.
- (Stored Procedures 6.01)
|
03/19/2003 5.08 |
- Fixed: Search all document types crash if this is one or more tables listed in the DocumentSearchFields that has been deleted. Same applies to Bundle and Collection type searches.
- . (Stored Procedures 4.35)
|
2002 |
12/19/02 6.00 |
- Added: support for document (object) level security.
- (Stored Procedures 6)
|
11/04/2002 5.08 |
- Fixed: Auto rotate 90 degree when the image is rotated -90 degrees (Xerox RDO images).
- (CDTiffview.ocx 2.0.20.0)
|
09/18/2002 5.07 |
- Added new toolbar with rotation functions to CDTiffview.ocx.
|
09/10/2002 5.06 |
- Fixed search collection or bundle by document from index search results which failed when search limit or current search page cookie is not initialized properly.
|
09/06/2002 5.05 |
- Fixed Search Document by 'Last Modified By' in indexing version.
- (Stored Procedures 4.34)
|
09/04/2002 5.04 |
- Added Index searching to the Document search page.
- (Stored Procedures 4.33)
|
08/23/2002 5.03 |
- Added an option to disable printing from CDTiffView version 2.0.18.0.
- Added special character set recognition.
|
08/08/2002 5.02 |
- Fixed UltraPrintWeb error when there was only one Document in a Bundle or one Bundle in a Collection.
|
07/18/2002 5.01 |
|
07/16/2002 5.00 |
- Release of the new web interface. This is a complete redesign using .NET technology for faster and more efficient work flows.
|
06/20/2002 4.44 |
- Fixed: After modifying view column configuration, search result shows all records.
|
06/06/2002 4.43 |
- Modified dialog box to a larger size.
- Fixed internal script error on search pages that have two constraint fields that contain the same value.
|
06/03/2002 4.42 |
- Added support for Boolean controls to constraint field data.
|
05/18/2002 4.41 |
- Fixed: After JobID resets to JobIDStartAt, NextJobID did not equal JobIDStartAt +1.
|
05/15/2002 4.40 |
- Fixed JobID always resetting to zero regardless of what the 'JOBIDStartAt' setting was in the registry.
|
05/14/2002 4.39 |
- Added an option to duplicate a bundle or collection.
- Added an option to add a 'duplicated' bundle to a collection.
- (Stored Procedures 4.32)
|
05/13/2002 4.38 |
- Modified to Show Julian Date and JobID in the configuration dialog after successfully submitting a Job.
- Fixed JobID not reseting on first job of the day.
|
04/24/2002 4.37 |
- Added Julian date format (YYYYDDD) to web submitted print jobs. This is in addition to the Job ID number appended to the Julian date. The Job ID can be reset at the end of every 24 hour period. This feature was also added to UltraPrintWeb (version 1.07) and the UPWPrintDrv (web print driver) version 1.04.
|
04/16/2002 4.36 |
- Fixed unable to open certain files (e.g. *.doc, *.xls) in a separate window.
|
03/28/2002 4.35 |
- Added Boolean search capabilities:
Character | Search Condition | Example | … | Any string of one or more characters. | Math
Finds all records with the word 'Math' anywhere in the specified search column.
| " … " | Exact matching for string within the double quotes except with the use of wildcard character. | "Math"
Finds all records with the word 'Math' in the specified column.
| & | Boolean "and". | Math & 101
Finds all records with the words 'Math' and '101' in the specified search column.
| (Space not inside quotes)
| Boolean "or". | Math History
Finds all records with the word 'Math' or 'History' anywhere in the specified search column.
When using a combination of Boolean 'or' and 'and', Boolean 'and' takes precedence.
|
Wildcard character is used inside quotes.
Wildcard Character | Description | Example | % | Any string of one or more characters
| "%Math%"
Finds all records with the word 'Math' anywhere in the specified column.
| _ (underscore) | Any single character. | "_ath"
Finds all records with all four-letters that end with 'ath' such as 'Math', 'Bath' and so on.
| […] | Any single character within the specified range ([a-f]) or set ([abcdef]). | "[B-P]ath"
Finds all records with 'ath' and beginning with any single character between B and M, for example Bath, Math, Path, and so on.
| [ ^ ]
| Any single character not within the specified range ([^a-f]) or set ([^abcdef]). | "[^M]ath"
Finds all records with all four-letters that don't start with 'M' and end with 'ath' such as 'Path', 'Bath' and so on.
|
|
03/22/2002 4.34 |
- Added a feature to allow users to search by a default constraint value as apposed to all values. This feature can be enabled through the UltraDocWeb Configuration menu.
|
02/22/2002 4.33 |
- Fixed cdTiffView from printing the first page of documents twice.
|
02/05/2002 4.32 |
- Removed some debug code from version 4.31
|
01/31/2002 4.31 |
- Added an option to add new bundles to a collection after the bundle is created.
- Added an option to enable title uniqueness verification when adding a record to a bundle.
- (Stored Procedures 4.31)
|
01/14/2002 4.30 |
- Added support for ACM (Alto Copyright Management) interface.
- (Stored Procedures 4.30)
|
01/03/2002 4.29 |
- Added integrated authentication.
- (Stored Procedures 4.29; UDWUtil.dll, 1.0.3.5)
|
2001 |
11/02/2001 4.28 |
- Fixed: Search bug in SearchBunAdd2DocRes.asp and DocTypeAddDocBunDlg.asp.
|
10/26/2001 4.27 |
- Added option to insert TIFF images into an existing TIFF file associated with a document.
|
10/19/2001 4.26 |
- Added option to enable dialog box for specific tasks.
- Added column ordering.
- Added auto refresh collection-bundle and bundle-document pages when items are removed.
- Enhanced certain links to make "back" function work better.
- Enhanced layout to allow more rows to be displayed.
|
10/08/2001 4.25 |
- Added print page range to CDTiffView.ocx.
|
10/05/2001 4.24 | |
09/25/2001 4.22 |
- Added 'Check All' control.
- Fixed update document information files when "doctype" is used as a column name.
- Fixed when watermark text contains a space, only the first word is saved.
|