source: @ 264

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @264   15 months robinhilliard Correctly detects endpoint service in init()
(edit) @263   15 months robinhilliard fixUnnamedArguments() now works with inherited methods
(edit) @262   15 months robinhilliard Added Phil's duplicate() fix in webservice send renamed arguments -> args …
(edit) @261   15 months robinhilliard password -> password
(edit) @260   15 months robinhilliard Add version property
(edit) @259   15 months robinhilliard Change endpoint attribute from boolean to string
(edit) @258   15 months robinhilliard change line wrapping to fit in presentation resolution
(edit) @257   15 months robinhilliard Improved comment description for stLocalEndpoints
(edit) @256   15 months robinhilliard Adding failover and registries, not finished but don't want to loose
(edit) @255   15 months noj fixing homepage
(edit) @254   16 months robinhilliard fix
(edit) @253   16 months robinhilliard Tag for swf content
(edit) @252   20 months robinhilliard Added cfsetting enablecfoutputonly = false at end of tag Removed cfparam …
(edit) @251   20 months robinhilliard Added keywords
(edit) @250   20 months robinhilliard Added cfsetting enablecfoutputonly = false at end of tag Removed cfparam …
(edit) @249   21 months robinhilliard Work-around CF bug 82819, will be fixed in CF 9.0.1
(edit) @248   21 months robinhilliard Square version for google group page
(edit) @247   21 months noj initial import
(edit) @246   21 months noj adding webdu directory
(edit) @245   22 months sushi test
(edit) @244   23 months robinhilliard Bug fixes and improved existing unique id demo to show service subclassing …
(edit) @243   23 months robinhilliard Fixed bug where host name was being repeated with more than one service
(edit) @242   23 months robinhilliard Removed old comment and debugging log entry in filterAndProcessRequest()
(edit) @241   23 months robinhilliard Uses gaussian instead of radial blur
(edit) @240   23 months robinhilliard Created so that service subclassing and overriding onServiceConfigure() …
(edit) @239   23 months robinhilliard Added header block formatted Changed to use AppUniqueIdService? so that …
(edit) @238   23 months robinhilliard Added header block formatted Changed to use AppUniqueIdService? so that …
(edit) @237   23 months robinhilliard Added a uniqueIdIncrement property to the application scope, so that we …
(edit) @236   23 months robinhilliard Added column types to qServiceStats in getServiceStats() after seeing QoQ …
(edit) @235   23 months robinhilliard Cleaned up and added copyright/licence/comments
(edit) @234   23 months robinhilliard Noj said these looked like 1990s logos, so I've waved the "developer …
(edit) @233   23 months robinhilliard Renamed simpleworld to simpleapp
(edit) @232   23 months robinhilliard Local service instance failover working
(edit) @231   23 months robinhilliard Local failover passing ad-hoc tests Added nextAvailableInstance() Fixed up …
(edit) @230   23 months robinhilliard Made log messages less verbose
(edit) @229   23 months robinhilliard Console feature complete with ad-hoc testing :-)
(edit) @228   23 months robinhilliard "set method" checkbox working as intended with ad-hoc testing - some …
(edit) @227   23 months robinhilliard Changes to getServiceStats() and reportRequest() to support …
(edit) @226   23 months robinhilliard Add method/category argument to reportRequest() calls
(edit) @225   23 months robinhilliard showMethods working except when console first loaded - column layout logic …
(edit) @224   23 months robinhilliard Status messages on local server now use host name instead of "LOCAL"
(edit) @223   23 months robinhilliard Change no services created to no services matching if criteria <> ""
(edit) @222   23 months robinhilliard Reduce header border-width to 1px
(edit) @221   23 months robinhilliard Pretty useful console, just need to implement show methods checkbox and …
(edit) @220   23 months robinhilliard Added "no services created yet" message
(edit) @219   23 months robinhilliard Borrowed code from Service.serviceManagerInit() so that console bootstraps …
(edit) @218   23 months robinhilliard Refresh checkbox working
(edit) @217   23 months robinhilliard More checks when connecting to remote consoles: Cannot add the same …
(edit) @216   23 months robinhilliard Disconnect working Show callbacks not implemented
(edit) @215   23 months robinhilliard Commands forwarding to remote console and status messages coming back …
(edit) @214   23 months robinhilliard Remote consoles now loading - still have to fix button controller so that …
(edit) @213   23 months robinhilliard Black headings to match logo better
(edit) @212   23 months robinhilliard Fix: initialise statistics for special callbacks in reportRequest
(edit) @211   23 months robinhilliard Added key attribute, used to encrypt remote admin passwords in hidden form …
(edit) @210   23 months robinhilliard Renamed project to Galaxy, style and caching changes to console
(edit) @209   23 months robinhilliard saved changes
(edit) @208   23 months robinhilliard Update package reference to galaxysample.simpleuid
(edit) @207   23 months robinhilliard Update package reference to galaxysample.simpleuid
(edit) @206   23 months robinhilliard Console tag now provides entire html page to make including stylesheet …
(edit) @205   23 months robinhilliard Update references from services to galaxy
(edit) @204   23 months robinhilliard Update references from services to galaxy Added requestType argument to …
(edit) @203   23 months robinhilliard Console tag now provides it's own external stylesheet and Galaxy logo …
(edit) @202   23 months robinhilliard
(edit) @201   23 months robinhilliard Rename project to 'Galaxy' after prompting from Mark Mandel that I …
(edit) @200   23 months robinhilliard Rename project to 'Galaxy' after prompting from Mark Mandel that I …
(edit) @199   23 months robinhilliard fix up rocketunit external
(edit) @198   23 months robinhilliard Going to move sample services into galaxysample package
(edit) @197   23 months robinhilliard Rename project to 'Galaxy' after prompting from Mark Mandel that I …
(edit) @196   23 months robinhilliard Change page title
(edit) @195   23 months robinhilliard Include css (it's not under webroot so this is least complex option)
(edit) @194   23 months robinhilliard Stylesheet copied over from CodeGen? to format the console - needs some …
(edit) @193   23 months robinhilliard Added buttons to run/pause/kill all services on a ColdFusion? Instance …
(edit) @192   23 months robinhilliard Moved service status management into ServiceManager?, removed …
(edit) @191   23 months robinhilliard fix logout to use form.logout again
(edit) @190   23 months robinhilliard Moved service status to ServiceManager?, don't use …
(edit) @189   23 months robinhilliard Added getServiceStatus() Default pause(), kill() criteria to apply to …
(edit) @188   23 months robinhilliard Uses new service manager methods instead of application.serviceStatus
(edit) @187   23 months robinhilliard Split console onto separate page
(edit) @186   23 months robinhilliard Passing cursory tests with initial version of ServiceManager? and console
(edit) @185   23 months robinhilliard Initial commit of custom tag UI for working with ServiceManager?
(edit) @184   23 months robinhilliard Added serviceManagerInit Added notifications to service manager for status …
(edit) @183   23 months robinhilliard Convert package access to public due annoying cf treatment of package in …
(edit) @182   23 months robinhilliard import service console custom tag
(edit) @181   23 months robinhilliard reportStatus() sets up stServiceStats.id if it doesn't already exist.
(edit) @180   23 months robinhilliard svn:external rocketunit tags 1.0
(edit) @179   23 months robinhilliard application.status -> application.serviceStatus (would have been nasty …
(edit) @178   23 months robinhilliard AbstractService? -> Service in documentation
(edit) @177   23 months robinhilliard Added CFIDE to svn:ignore
(edit) @176   23 months robinhilliard Original example working in new package structure. New package structure …
(edit) @175   23 months robinhilliard
(edit) @174   23 months robinhilliard formatting for narrower presso screen
(edit) @173   23 months robinhilliard Now working under new package structure
(edit) @172   23 months robinhilliard Set svn:keywords Id
(edit) @171   23 months robinhilliard Initial import.
(edit) @170   23 months robinhilliard Initial import.
(edit) @169   23 months robinhilliard Initial import.
(edit) @168   2 years robinhilliard Added license and readme
(edit) @167   2 years robinhilliard As presented at CFObjective ANZ 2009
(edit) @166   2 years robinhilliard As presented at CFObjective ANZ 2009
(edit) @165   2 years rocketboots Shorthand cfloop alternative
Note: See TracRevisionLog for help on using the revision log.