mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
37749: Fix for ALF-14582 SOLR tracking allows incompatible model changed to the current index to be made - part 1 37810: Merge V3.4-BUG-FIX (3.4.11) to V4.0-BUG-FIX 37809: Merge V3.4 (3.4.10) to V3.4-BUG-FIX (3.4.11) 37808: ALF-14603: Merge V4.0 (4.0.2) to V3.4 (3.4.10) << The original 001-Cover_Cover.pdf file from ALF-9417 also now previews in 3.4.10 >> 37800: ALF-14145 Flash preview quality is poor - Reverting change r30483 V3.4-BUG-FIX Sept 13 2011 for ALF-9417 swf.encoder.params=-s zoom=72 -s ppmsubpixels=1 -s poly2bitmap=1 -s bitmapfonts=1 being changed back to: swf.encoder.params=-s poly2bitmap,subpixels=72 The original 001-Cover_Cover.pdf file from ALF-9417 does now preview in 4.0.2 37796: Fix for ALF-12609 - refactored Site Finder to no longer an async call to retrieve memberships before the search operation 37788: Second part of fix from Alex Mukha for ALF-11714 37811: Merged V4.0 (4.0.2) to V4.0-BUG-FIX 37766: Fix for ALF-14529 Share Solr admin console page shows "Unavailable: 05120041... - fixed admin and JMX console generation to match SOLR SUMMARY report changes 37863: Fix for ALF-14631 Extraneous Backslash in Solr Configuration File 37884: First full commit of Chinese (zh_CN) translation bundles 37885: Spanish and French translation updates (based on EN r37081) - fixes a minor bug related to German strings in the wrong files. 37896: Fix for ALF-14582 SOLR tracking allows incompatible model changed to the current index to be made - reject model changes that will break query support 37899: Merged BRANCHES/DEV/V3.4-BUG-FIX to BRANCHES/DEV/V4.0-BUG-FIX 37889: Added additional debugging output for JavaScript Search helper 37897: Fix from Alex Malinovsky for ALF-13529 - Performing a 'Copy to' from document details results in error. [applied to doclib v2 also for 4.0.X] 37901: Added support for xpath root node resolution to Repository search - previously only NodeRef based root node was working correctly. 37904: Fix to ensure the root node is only applied to a search for a Repository search (ALF-13778) 37913: Set version to 4.1.1 37917: ALF-14652: Installation: Friendly message about busy Tomcat SSL port should be more exact - Updated installer strings for SSL port and JMX port - Needs localizing 37920: ALF-13816: Permission Denied on web-client browsing if parent does not inherit permissions - FileFolderService getNamePath() now performs toFileInfo() as SystemUser. 37969: Fixes for: ALF-12772 'Path not found' error in Share if user has no permissions to parent folders in breadcrumb ALF-14527 Share - Error to display documents if user has no access to the parent folder - Share now correctly supports accessing documents and folders (and details page actions) where the user does not have Read permissions on the parent node. 37972: Fix for ALF-13343 - Unfriendly popup error messages displayed in Share when a user clicks on a direct folder-details or document-details URL that they don't have the permissions to access. Fixed due to changes in rev 37969 plus an improved error message. 37992: Fix for ALF-14211 - Topics isn't found if search by content (full text) 38008: Fix for ALF-14042 Customisable Alfresco contextPath in Alfresco AbstractHttpClient (used e.g. by Solr CoreTracker) 38010: Fix for ALF-14686 https://localhost:8443/solr/admin/cores?action=CHECK - checks the index - it should check the cache 38027: Update version to 4.0.3 - although this version should never exist - to differenciate it from 4.1 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@38130 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
31 lines
3.1 KiB
Properties
Executable File
31 lines
3.1 KiB
Properties
Executable File
# Schema update messages
|
|
|
|
schema.update.msg.dialect_used=Schema managed by database dialect {0}.
|
|
schema.update.msg.bypassing=Bypassing schema update checks.
|
|
schema.update.msg.normalized_schema=Normalized schema dumped to file {0}.
|
|
schema.update.msg.normalized_schema_pre=Normalized schema (pre-bootstrap) dumped to file {0}.
|
|
schema.update.msg.normalized_schema_post=Normalized schema (post-bootstrap) dumped to file {0}.
|
|
schema.update.msg.all_statements=All executed statements: {0}.
|
|
schema.update.msg.no_changes=No changes were made to the schema.
|
|
schema.update.msg.executing_generated_script=Executing database script {0} (Generated).
|
|
schema.update.msg.executing_copied_script=Executing database script {0} (Copied from {1}).
|
|
schema.update.msg.executing_statement= Executing statement: {0}
|
|
schema.update.msg.optional_statement_failed=Optional statement execution failed:\n SQL: {0}\n Error: {1}\n File: {2}\n Line: {3}
|
|
schema.update.warn.dialect_unsupported=Alfresco should not be used with database dialect {0}.
|
|
schema.update.warn.dialect_hsql=Alfresco is using the HSQL default database. Please only use this while evaluating Alfresco, it is NOT recommended for production or deployment!
|
|
schema.update.warn.dialect_derby=Alfresco is using the Apache Derby default database. Please only use this while evaluating Alfresco, it is NOT recommended for production or deployment!
|
|
schema.update.warn.dialect_substituting=The dialect ''{0}'' is being changed to ''{1}''.
|
|
schema.update.err.forced_stop=The property 'stopAfterSchemaBootstrap' has been set. The bootstrap process is being terminated.
|
|
schema.update.err.dialect_should_use=The dialect ''{0}'' is unsupported. Please use ''{1}'' instead.
|
|
schema.update.err.found_multiple=\nMore than one Alfresco schema was found when querying the database metadata.\n Limit the database user's permissions or set the 'hibernate.default_schema' property in 'custom-hibernate-dialect.properties'.
|
|
schema.update.err.previous_failed=A previous schema upgrade failed or was not completed. Revert to the original database before attempting the upgrade again.
|
|
schema.update.err.statement_failed=Statement execution failed:\n SQL: {0}\n Error: {1}\n File: {2}\n Line: {3}
|
|
schema.update.err.update_failed=Schema auto-update failed
|
|
schema.update.err.validation_failed=Schema validation failed
|
|
schema.update.err.update_script_not_run=The following schema upgrade script needs to be executed manually: {0}
|
|
schema.update.err.script_not_found=The schema script could not be found at location {0}
|
|
schema.update.err.statement_include_before_sql=Script include ''--INCLUDE:'' must occur before starting the SQL statement (line {0} of {1}).
|
|
schema.update.err.statement_var_assignment_before_sql=Variable assignment with ''--ASSIGN:'' must occur before starting the SQL statement (line {0} of {1}).
|
|
schema.update.err.statement_var_assignment_format=Variable assignment uses format ''--ASSIGN:x=col'' where ''x'' is the variable to assign to and ''col'' is the column value to extract (line {0} of {1}).
|
|
schema.update.err.statement_terminator=Scripts must terminate all statements with '';'' (line {0} of {1}).
|