Main > Free Download Search >

Free workflow foundation script

workflow foundation

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 61
What is Windows Workflow Foundation (WF)? 1.0.0

What is Windows Workflow Foundation (WF)? 1.0.0


Windows Workflow Foundation is the programming model, engine and tools for quickly building workflow enabled applications on Windows. It consists of a .NET Framework version 3.0 (formerly WinFX) namespace, an in-process workflow engine, and designers for more>> Windows Workflow Foundation is the programming model, engine and tools for quickly building workflow enabled applications on Windows. It consists of a .NET Framework version 3.0 (formerly WinFX) namespace, an in-process workflow engine, and designers for Visual Studio 2005. Windows Workflow Foundation is available for both client and server versions of Windows.<<less
Added: 2007-05-31 License: Freeware Price: $0.00USD
12 downloads
 
Other version of What is Windows Workflow Foundation
What is Windows Workflow Foundation (WF)?What is Windows Workflow Foundation (WF)?What is Windows Workflow Foundation (WF)? Windows Workflow Foundation is the programming model, engine and tools for quickly building workflow enabled
License:Freeware
Download
904 downloads
Added: 2007-05-31
OSWorkflow 2.8.0

OSWorkflow 2.8.0


This is a low level workflow implementation written in Java more>>

OSWorkflow 2.8.0 is considered as a smart and useful application that is known as a "low level" workflow implementation written in Java. It does not use a graphical tool for developing workflows, but can be configured by writing a xml file as the main conf file for the workflow process.

Graphical solutions dont provide the flexibility to properly fulfill all requirements in a full-blown application. In this way the programmer can go in and customize the OSWorkflow after his specific needs.

Situations like "loops" and "conditions" that might be represented by a graphical icon in other workflow systems must be "coded" in OSWorkflow.

Major Features:

Compiling from CSV: To get the latest version of OSWorkflow,it is recommend that the source via CSV is to be downloaded and compiled using the Jakarta Ant build script provided there. Compiling OSWorkflow from source is trivial with the following ant targets:

  1. jar (default) - compiles the library osworkflow.jar
  2. example-war - compiles and assembles osworkflow-2.8.0-example.war, which is configured to use memory persistence and should deploy without any configuration into most web containers.
  3. example-ear - compiled and assembles osworkflow-2.8.0-example.ear, which is a J2EE application that is configured to use osworkflow with the EJB persistence store. Some configuration of data sources is required, as well as a full J2EE application server.
  4. client-jar - compiled and assembles designer.jar, which is a Swing GUI workflow designer application that can be used to visually inspect and edit workflows.

Enhancements

  • AbstractWorkflow.getVariablesFromMaps unsafe use of PropertySet
  • transientVars currentSteps list not updated soon enough after step transition for post-functions
  • Tutorials code snippets
  • AbstractWorkflow fails to load XML configuration after redeployment on BEA Weblogic 7.0.2
  • The test case should not depend on mckoi lib
  • Actions tag shoukld alow just only common-action
  • No results at all from designer
  • Bug with Websphere Application Server 5.1..0.4, error creating new workflow instance
  • Exception orrured when invoking getAvailableActions() and doAction()
  • Common actions written out as duplicates
  • NPE in initial action if conditionalResult is not empty
  • Cant use input parameters in workflow
  • Creating Trigger Functions via API does not work
  • Order of results from Workflow.getHistorySteps(long) is variable
  • Multiple evaluations of action restrict-to conditions
  • Cant get the tutorial to work. Please help !
  • (Conditional)ResultDescriptor does not write due-date to xml
  • canModifyEntryState dont manage COMPLETED entry state
  • Workflow does not escape XML entities when saving itself
  • null getAction of initial-action
  • getAvailableActions return false on exception
  • Scheduled workflow doesnt get the right config
  • Designer can not display join condition editor
  • moveToHistory bug in implicit finish step
  • Broken compatibility with previous versions
  • Documentation or DefaultConfigurator error
  • CreateNewStep even actions finish attribute is set to true
  • Bug in cache management
  • AbstractWorkflow NPE: cache.put(action, result);
  • HibernateWorkflowStore/SpringHibernateWorkflowStore problem
  • JDBCWorkflowFactory: getWorkflow(name) doesnt work unless in debug mode
  • com.opensymphony.workflow.designer.WorkflowGraphModel has classcastexception
  • Persistence JDBCStore with Mysql fail
  • Cannot KILL a Workflow instance
  • Defining a conditional-result in an initial-action causes an NPE
  • Problems with doAction
  • Manifest entry in latest OSWorkflow violates spec
  • Join transition failure
  • Inconsistency between MemoryWorkflowStore & JDBCWorkflowStore w.r.t step functions
  • Selecting the Conditions Type throws a NoSuchMethodException
  • beanshell condition can not access transientVars
  • Duplicate entry constraint with MySQLWorkflowStore
  • Patch to SpringTypeResolver.setFunctions
  • Inconsistent transientVars behaviour
  • Unable to compile OSWorkflow from Ant script
  • ClassCastException in LocalEJBCondition
  • Incorrect javadoc for the com.opensymphony.workflow.util.Caller class.
  • Incorrect javadoc for the com.opensymphony.workflow.util.MostRecentOwner class.
  • The value of the attribute "auto" of the element "action" is being checked ONLY for the value "true".
  • Implicit calls cannot update the transientVars Map
  • Due date does not supported in queries (HibernateStore+Spring)
  • XMLWorkflowFactory.WorkflowConfig doesnt implement Serializable interface
  • New load signatures on WorkflowLoader break compatibility with code complied with 2.7
  • Actions within workflow descriptior should escape invalid characters.
  • Designer doesn`t show the join ID
  • Improve javadocs for Configuration
  • WorkflowException does not show stack trace of inner exception
  • Eclipse project classpath fix
  • Add isModifiable() method to AbstractWorkflowFactory
  • Add "createdStep" to transientVars
  • Query OS_CURRENTSTEP instead of OS_WFENTRY in JDBCWorkflowStore.java
  • Query Speed w/ JDBCWorkflowStore.java can be abysmal
  • Mangled stacktraces from BSH scripts
  • AbstractWorkflow private methods could be protected
  • Due Date Queries and Duplicate Code Reduction
  • MemoryWorkflowStore fixes to work with Due Date
  • Persistence Updates for Due Date
  • Role/Group attribute for result
  • Separate Thread to execute auto actions in transitionWorkflow
  • currentSteps is empty for pre-functions at the first step
  • Interface WorkflowFactory instead of class AbstractWorkflowFactory
  • Pluggable ScriptVariableParser
  • Consolidation of three identical Conditions
  • Conditions and condition xml element order in Workflow description
  • Limitation while inheriting MySQLWorkflowStore
  • Visibility of the inner class com.opensymphony.workflow.loader.XMLWorkflowFactory.WorkflowConfig
  • Adding version into jar manifest
  • The inner com.opensymphony.workflow.JoinNodes$DummyStep class should be made private.
  • The attribute "step" of both the elements "result" and "unconditional-result" could be made #REQUIRED instead of #IMPLIED.
  • There should exist a mechanism that allows removing of all the info about unnecessary workflow entry from the store.
  • Add setter for beanProvider to DefaultVariableResolver.
  • Request for global actions that do not change workflow step.
  • Plugin model for fucntion and condition (Spring/BeanShell).
  • Global condition/function.
  • Dynamic number of split states.
  • actionId in getAvailableActions.
  • Display a live graph.
  • Function and Conditions to be displayed on the Edge(Action).
  • Type base -> Instance base.
  • BSF doesnt work with new Jakarta package.
  • SQL Script for OSWorkflow for DB2 Databases.
  • Hibernate 3 support.
  • TransientVars supplied to conditions in external-permission.

Requirements:

  • OSCore 2.0.1+.
  • PropertySet 1.2+.
  • Jakarta commons-logging.
  • BeanShell (optional).
  • BSF (optional).
  • EJB interfaces.
  • XML parser (Not required for JDK 1.4).
<<less
Added: 2009-06-27 License: Other Free / Open Source License - Apache License Price: OtherFreeOpenSourceLicenseApacheLicense
12 downloads
What is Windows Presentation Foundation (WPF) 1.0.0

What is Windows Presentation Foundation (WPF) 1.0.0


The Microsoft Windows Presentation Foundation provides the foundation for building applications and high fidelity experiences in Windows Vista, blending together application UI, documents, and media content, while exploiting the full power of your more>> The Microsoft Windows Presentation Foundation provides the foundation for building applications and high fidelity experiences in Windows Vista, blending together application UI, documents, and media content, while exploiting the full power of your computer.<<less
Added: 2007-05-31 License: Freeware Price: $0.00USD
12 downloads
 
Other version of What is Windows Presentation Foundation
What is Windows Presentation Foundation (WPF)provides the foundation for building applications and high fidelity experiences in Windows ... provides the foundation for building applications and high fidelity experiences in Windows
License:Freeware
Download
898 downloads
Added: 2007-05-31
What is Windows Communication Foundation (WCF)? 1.0.0

What is Windows Communication Foundation (WCF)? 1.0.0


What is Windows Communication Foundation (WCF)? Windows Communication Foundation (formerly code-named "Indigo") is a set of .NET technologies for building and running connected systems. It is a new breed of communications infrastructure built around more>> What is Windows Communication Foundation (WCF)? Windows Communication Foundation (formerly code-named "Indigo") is a set of .NET technologies for building and running connected systems. It is a new breed of communications infrastructure built around the Web services architecture. Advanced Web services support in Windows Communication Foundation provides secure, reliable, and transacted messaging along with interoperability.<<less
Added: 2007-05-31 License: Freeware Price: $0.00USD
14 downloads
 
Other version of What is Windows Communication Foundation
What is Windows Communication Foundation (WCF)?What is Windows Communication Foundation (WCF)? Windows Communication Foundation provides secure, reliable, and transacted messaging
License:Freeware
Download
903 downloads
Added: 2007-05-31
Glow Effect in Flash

Glow Effect in Flash


Macromedia flash seems like a very complicated programs to learn.One reason why it looks that is that you can use it for so many different things, such as header, banners, animations, special effects. more>> Macromedia flash seems like a very complicated programs to learn.One reason why it looks that is that you can use it for so many different things, such as header, banners, animations, special effects..... This tutorial is for peopels who opening flash for the first time.This tutorials will show you some of the fundamental aspects of Macromedia Flash, and how to get Started. You dont have to know anything about this program to create this tutorials.This tutorials is designed for beginners who have no experiance of using Flash. They will give you a foundations for further development. Lets go! To create this tutorial youll need to use flash 8. This tutorial will teach you how to apply a glow effect on some object.<<less
Added: 2006-08-09 License: Freeware Price: Free
1231 downloads
OfficeFlow Enterprise Workflow Project Manager 2.6

OfficeFlow Enterprise Workflow Project Manager 2.6


Finally a complete business project management system that tracks all details of complex projects and inter-department requests. According to security roles, users can send requests; and managers can approve, reject, or run reports on any project, open more>> Finally a complete business project management system that tracks all details of complex projects and inter-department requests. According to security roles, users can send requests; and managers can approve, reject, or run reports on any project, open or closed. Administrators configure the system. File attachments, notes, e-mail notification, logs, reports, categories, etc. are all part of the program. Personal project manager is free, or upgrade to Enterprise for less than $100.<<less
Added: 2002-10-25 License: Free Non-Commercial Price: $149.99USD
14 downloads
WebFusion Studio

WebFusion Studio


WebFusion Studio is the first web application development software to allow real-time collaboration between web designers, developers and end-users in building database-driven web sites and web applic more>> WebFusion Studio is the first web application development software to allow real-time collaboration between web designers, developers and end-users in building database-driven web sites and web applications. All contributers to a project may work together to build and maintain dynamic web sites and intranets, each at their own level of skill. Using the open source framework PAS (Application Server for PHP) as a foundation, WebFusion Studio vastly simplifies database integration in web applications. With true WYSIWYG editing, real-time execution of Javascript and PHP scripts, and tons of open-source add-on packages, this entirely server-based development environment speeds project completion, cuts development costs and increases customer satisfaction. Visual package manager, like Synaptic, install or upgrade any PHP / MySQL application in only 1 Click. WebFusion Studio is the first 100% web-based RAD (Rapid Application Development) environment for PHP.<<less
Added: 2005-03-31 License: Other Free / Open Source License Price: FreeAdditionalInfoQPL
1677 downloads
mayoco: manage your content 20080808

mayoco: manage your content 20080808


mayoco is a modular content management system working with a flat files database. As it is highly scaleable mayoco can be a simple system for editing news entries as well as a grown-up content manager with internal messaging system and user more>> mayoco is a modular content management system working with a flat files database. As it is highly scaleable mayoco can be a simple system for editing news entries as well as a grown-up content manager with internal messaging system and user administration - just depending on the installed modules. Some of mayocos functions: - backend available in German, English, Portuguese/Braz., Italian, Spanish, French, Russian - demo projects inclusive - clear design and easy to use interface - changeable look of the admin area - easy integration into existing websites - definition of editable areas by just one additional "mayoco tag" - automated creation of content editing forms - use of php scripts in templates - integrated wysiwyg editor - editing of content directly on the site - users and groups management - tagging system for media files and templates - publishing workflow using a clipboard - content history - password protected access - internal messaging system - page view statistics ...<<less
Added: 2004-09-16 License: GPL Price: $0.00USD
11 downloads
 
Other version of mayoco: manage your content
mayoco: manage your contentworkflow using a clipboard - content history - password protected access - internal messaging
License:GPL
Download
1027 downloads
Added: 2004-09-16
taska software outsourcing company

taska software outsourcing company


taska software company is an offshore custom software development, web application development outsourcing and e-commerce website design company in Ukraine, offering programming and development solu more>> "taska software" company is an offshore custom software development, web application development outsourcing and e-commerce website design company in Ukraine, offering programming and development solutions using ASP, .Net, PHP, AJAX, XML and other technologies to clients globally. Our Services: * Consulting * .NET/C# programming/development * PHP programming/development * Software development * E-commerce integration * Internet Marketing Key areas: custom .NET/C# programming, custom PHP programming, web site programming, e-commerce. The .NET Framework provides the foundation for building and running all kinds of software including stand-alone applications, web-based applications, and web services used to facilitate integration of systems using platform-independent communication standards such as XML, SOAP, and HTTP. Quality, cost-effectiveness and innovation are the prominent features of services offered by taska softwar www.task-a.com<<less
Added: 2006-12-13 License: Other Free / Open Source License Price: $35.00
1050 downloads
CuteFlow V.2.10.1

CuteFlow V.2.10.1


CuteFlow is a webbased document circulation/workflow tool. Users are able to define "documents" which are send step by step to every station/user in a list. Its an electronical way for doing (i.e. internal) document circulations. A document can be more>> CuteFlow is a webbased document circulation/workflow tool. Users are able to define "documents" which are send step by step to every station/user in a list. Its an electronical way for doing (i.e. internal) document circulations. A document can be assembled from input fields that could be filled by the receiver of the document. So after a completed circulation you will have a completely filled document. Also Attachments to the document are possible (i.e. for illustration material).<<less
Added: 2004-07-06 License: BSD Price: $0.00USD
13 downloads
 
Other version of CuteFlow
CuteFlowcirculation/workflow tool. Users are able to define documents which are send step by step to ... circulation/workflow tool. Users are able to define "documents" which are send step by step to
License:BSD Style
Download
1940 downloads
Added: 2004-07-06
.NET Framework Overview 1.0.0

.NET Framework Overview 1.0.0


.NET is essentially a system application that runs on Windows. The heart of .NET is the .NET Framework. The most important component of the framework is the CLR as the heart and soul of the .NET architecture. Every application written using the Framework more>> .NET is essentially a system application that runs on Windows. The heart of .NET is the .NET Framework. The most important component of the framework is the CLR as the heart and soul of the .NET architecture. Every application written using the Framework depends on the CLR. Among other things, the CLR provides a common set of data types, acting as a foundation for C#, VB, and all other languages that target the .NET Framework. Because this foundation is the same no matter which language they choose, developers see a more consistent environment.<<less
Added: 2008-07-09 License: Freeware Price: $0.00USD
13 downloads
Kentico CMS 3.1a

Kentico CMS 3.1a


This is a Content Management System designed for ASP.NET developers. more>>
Kentico CMS 3.1a brings a useful program for ASP.NET developers to set up community and corporate web sites or on-line stores. It is easy to use. And it has many other features such as Blogs, Workflow , Forum.

Major Features:

  1. International Support
  2. E-commerce
  3. Advanced Security
  4. Event Calendar and Booking System
  5. Rapid Development
  6. Newsletter
  7. Open API a Extensibility
  8. Image Gallery
  9. Easy Deployment and Content Staging
  10. On-line Forms
  11. Friendly URLs and SEO
  12. Private Messaging
  13. Full-text Search
  14. Polls
  15. Web Analytics
  16. Wiki
  17. Reporting
  18. Geomapping

Enhancements:

  1. New:
    • Administration UI: HTML editor is used for editing invoice.
    • Administration UI: Link to an existing document can be created from the context menu.
    • Administration UI: New macro selector control is used to insert all possible macros to the text.
    • Administration UI: Color picker control now includes preview of the selected color.
    • Administration UI: Section summary for the pages of administration UI.
    • Administration UI: Minor improvements in all UI.
    • General: Improved output filter functionality.
    • General: All regular expressions for validation and macro resolving were optimized.
    • General: Performance optimizations for amount of data and memory consumption.
    • General: Configurable selection between standard and session authentication cookies.
    • Ecommerce: Product price can be optionally displayed with or without tax.
    • Ecommerce: Product option list can be now paged.
    • Ecommerce: User account can be created at the same time as customer account from CMSDesk.
    • Ecommerce: All currency related values can be now recalculated when changing main currency.
    • Ecommerce: Tax class details can be edited when selecting tax classes for specified product.
    • Ecommerce: Shopping cart process step indexes can be now optionally hidden or visible.
    • Ecommerce: My Account web part tabs can be now displayed either in horizontal or vertical layout.
    • Ecommerce: Shipping options are now displayed with their charge in the checkout process.
    • Ecommerce: All errors while loading payment provider, payment form or checkout process step are now logged.
    • Event log: Event details can be exported to the file.
    • Event log: Events can be optionally logged to the file now.
    • Modules: Module description field was added.
    • Modules: Module permission description field was added.
    • Modules: New Display permission for all modules. Module is now hidden in tools menu when user is not granted with module display permission.
    • Newsletter: Imported users can be optionally subscribed / unsubscribed to the selected newsletters.
    • Newsletter: Email queue can be now deleted at once.
    • Scheduler: User can see how many times each task was executed.
    • Settings: Settings can be exported to the file.
    • Staging: Reject task is now generated for synchronization with target server when document is rejected.
    • Staging: Update doc task is now generated for synchronization with target server when document is moved up or down in the content tree.
    • System: Testing e-mails can be sent with attachments.
    • Web farms: Web farm synchronization tasks can be now filtered by server.
    • Web farms: Servers can be now disabled to avoid tasks logging for them.
    • Web farms: MachineName field was added to the web farm tasks.
    • Web parts: Improved scrolling text web part.
    • Web parts: Improved current user web part.
  2. Changes:
    • General: XHTML output filter is now turned off by default on all sample web sites.
    • Web parts: Properties NestedRepeaterID and NestedDataListID were replaced by NestedControlsID property.
  3. Bug fixes:
    • Administration UI: RTL languages layout was completely reviewed and fixed.
    • Administration UI: Some pages werent properly handled for cross-site scripting.
    • Administration UI: Minor fixes for IE7 and FF3.
    • Administration UI: Security fixes for some UI pages
    • BizForms: Incorrect security check was applied in permission dialog.
    • BizForms: Administration of BizForm layout used too strict permissions.
    • Booking module: Event allowed negative capacity.
    • CMSDesk: Select file dialog couldn't upload file on Windows Vista.
    • CMSDesk: Document links with workflow could cause inconsistency in document tree if the document was moved.
    • CMSDesk: Notify when leaving page wasn't applied in some cases.
    • CMSDesk: Spell checker didn't work for words with some culture-specific characters.
    • CMSDesk: Published information in document properties wasnt evaluated properly.
    • CMSDesk: The document wasn't inserted on the correct position when the default order was changed from alphabetical to first.
    • Content: Metadata content wasn't properly encoded to the output HTML.
    • Content: When the image caching was on, original image could be returned instead of the resized image.
    • Content: Cached attachment wasn't removed from the cache if the attachment was updated from API.
    • Content: ASPX editable controls were losing the content with specific workflow operations.
    • Content: Copying of published document didn't include the published attachments.
    • Content: Rollback to the oldest version in version history could lose the version attachments.
    • Content: File field could lose the attachment when copying the culture version from specific language.
    • Content: When the attachment field of the document type was removed, attachments weren't deleted.
    • Content: Allowed extensions for upload fields didn't have the same format in all settings.
    • Content: Uploaded files allowed "+" sign in the file name, which couldn't be correctly processed by IIS7.
    • Content: GetFile script didn't handle the permissions correctly.
    • Controls: Editable image could cause null reference exception in specific scenarios.
    • Controls: Radiobutton list form control didn't apply some settings correctly.
    • Controls: Form control text area didn't validate the field length properly.
    • Controls: Property UseImagePath for editable image control didn't work properly.
    • Controls: Radio button list form control couldn't have empty default value.
    • Controls: Change password control didn't handle the Visible property correctly.
    • Documentation: Minor fixes in the documentation.
    • ECommerce: Payment methods and Shipping options weren't displayed properly in their selection.
    • ECommerce: Available amount validation could not work correctly in specific scenarios.
    • E-mails: Some e-mails contained multiple Content-Type headers.
    • E-mails: GetEmail Templates method threw an exception.
    • File import: Files couldn't be imported to the location covered by workflow process.
    • General: Automatic import of Windows authenticated users wasn't working correctly for non-existing users.
    • General: Changing the code name of the web site could cause problems with live site if the application wasn't restarted.
    • General: Application couldn't properly start in Integrated mode of IIS7.
    • General: Culture of the live site wasn't changed correctly in some cases with full page caching configuration.
    • General: Uzbek cultures weren't defined properly.
    • General: Changing the order of items didn't clear the cached objects properly.
    • General: Localized transformations werent cached.
    • General: Float number validation and conversion couldnt handle small numbers with exponent.
    • General: Param tag of the object element could cause incorrect HTML code when processed by output filter.
    • Import/Export: Forum posts weren't properly imported from old version package.
    • Import/Export: Custom web part categories couldnt be handled by import process in some specific cases.
    • Import/Export: Some delete tasks couldn't be processed correctly on import.
    • Import/Export: Existing site was deleted if import fails because of the existing site with the same name.
    • Import/Export: Process log couldn't work in specific scenarios.
    • Import/Export: Pre-selection of objects wasn't working properly when repeated.
    • Import/Export: Next button wasn't disabled in FF3.
    • Import/Export: Document fields with only field length changed weren't updated on import.
    • Newsletter: Some e-mails could use different culture for unsubscription link and for other newsletter content.
    • Newsletter: Newsletter module couldn't handle large amount of e-mails in specific scenarios.
    • Newsletter: Some e-mails were duplicated in specific scenarios.
    • Newsletter: Resend functionality wasn't working properly.
    • Newsletter: Scheduled task for the newsletter wasn't rescheduled if configuration changed.
    • Newsletter: New issue couldn't be placed to the Newsletter archive
    • Newsletter: Generation of the e-mail queue was using too many database queries.
    • Newsletter: Some newsletter pages didn't check all required permissions.
    • Newsletter: Newsletter archive didn't resolve the macros properly.
    • Output filter: Button text containing tag characters could damage the output HTML code.
    • Polls: Multiple polls couldn't work properly on the same page.
    • Polls: Incorrect security check was applied in permission dialog.
    • Portal engine: Some pages could be displayed with wrong page template in heavy load.
    • Portal engine: If the CSS stylesheet of the site wasn't set, the page generated an empty stylesheet tag.
    • Sample web sites: Minor fixes in design and HTML code of the page templates and stylesheets.
    • Scheduler: Some tasks could run two times under specific conditions.
    • SiteManager: Some Administration pages could be accessed from CMSDesk in SiteManager context.
    • SiteManager: User couldn't be deleted when he was allowed to be forum moderator.
    • SiteManager: Site culture couldn't be changed in license editions without multilingual support.
    • SiteManager: Localized transformation name couldn't be entered in transformation properties.
    • SiteManager: Document type editing pages didn't have the same length.
    • Staging: Document task didn't contain product information when the product was created from the new document dialog.
    • URL Rewriting: Some URLs weren't resolved correctly for cookieless configuration.
    • URL Rewriting: Messaging pages weren't properly excluded from URL rewriting and were logged as not existing content pages.
    • URL Rewriting: Page wasn't properly redirected in specific cases with FF browser.
    • Web analytics: Log processing couldn't handle large amount of data at once.
    • Web analytics: Returning visitors were logged only on the second visit.
    • Web farms: Too many web farm tasks or too much web farm task data could kill the application on its start.
    • Web parts: Clone web part couldn't work with some specific web part settings.
    • Web parts: Content slider wasn't working properly if the delay time was 0.
    • Web parts: Google maps web part couldn't handle API key for both domains with and without www.
    • Web parts: Query repeater web part didn't use the Item separator property correctly.
    • Web parts: User contribution web part couldn't resolve the path properties.
    • Web parts: Language selector didn't display culture names in ASPX page templates.
    • Web parts: Date and time web part couldn't handle some format expressions.
    • Web parts: Contact and ignore list didn't use the Zero rows text property properly.
    • Web parts: Video web part wasn't working properly in FF3.
Requirements: none
<<less
Added: 2009-01-13 License: Freeware - multiple limitations Price: Freewaremultiplelimitations
13 downloads
Ovidentia 6.7.1

Ovidentia 6.7.1


Ovidentia is a portal Generator for companies, organizations or communities allowing an administrable management for publications of informations, forums of discussions, shareable diaries, FAQs, Workflow, file sharing, project manager, Charts, vacation more>> Ovidentia is a portal Generator for companies, organizations or communities allowing an administrable management for publications of informations, forums of discussions, shareable diaries, FAQs, Workflow, file sharing, project manager, Charts, vacation management and mail interface....With a WYSIWYG HTML editor to publish articles, news, posts or write emails. Ovidentia is 100% PHP and requires Unix, Linux, or Windows NT/2000/XP and a Web server Apache or IIS with PHP and MySQL.<<less
Added: 2007-05-09 License: GPL Price: $0.00USD
12 downloads
 
Other version of Ovidentia
License:GPL
Download
899 downloads
Added: 2007-05-09
Simple Random Character Verification script 2

Simple Random Character Verification script 2


A validation script that displays random characters which the user must enter into the box to continue the script, if they are entered incorrectly or not at all, the form will just reload. It uses has more>> A validation script that displays random characters which the user must enter into the box to continue the script, if they are entered incorrectly or not at all, the form will just reload. It uses hashed cookies to stop bots from reading the code. It will stop robots from using a form to send spam. Its a foundation to either experiment with or add to a form.<<less
Added: 2006-08-08 License: Freeware Price: Free
1183 downloads
MODx Content Managment System and Application Framework 0.9.2.1

MODx Content Managment System and Application Framework 0.9.2.1


MODx is an adaptable CMS + robust Application Framework. Its API and event override system make creating engaging web projects, or changing core functionality without hacking the code, a breeze: customization + an easy upgrade path ? Web 2.0 ... more>> MODx is an adaptable CMS + robust Application Framework. Its API and event override system make creating engaging web projects, or changing core functionality without hacking the code, a breeze: customization + an easy upgrade path ? Web 2.0 ... Today > Build quickly. Maintain simply. MODx adapts to your style. Tremendous power + appropriate users/groups/roles system to keep it all under control. Want engaging "Web 2.0" sites complete with validating XHTML and CSS designs? They?re here today thanks to integrated AJAX and web standards support. ? Come One, Come All > Its a given that the MODx Manager plays nicely with Safari, Firefox and IE. Similarly, Modules allow for integrated forums, photo galleries or almost any other application with a login. ? Work Your Way > MODx is an alternative to endlessly hacking blogging tools. Stop changing your workflow and building style to fit other solutions. Start building sites better and faster with MODx<<less
Added: 2005-11-01 License: GPL Price: $0.00USD
10 downloads
 
Other version of MODx Content Managment System and Application Framework
MODx Content Managment System and Application FrameworkStop changing your workflow and building style to fit other solutions. Start building sites
License:GPL
Download
1463 downloads
Added: 2005-11-01
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5