| quartz:/trunk/webapp/ |
jump to detailed chart | hide Line HistoryConstraint |
NOTE: this repository is being scanned, some statistics may still be out of date.
Changelog
795
by jhouse on
25 April 2008, 14:18:01 -0500
(7 months ago)
removing webapp from Quartz's main trunk. It will be re-added by Matthew Payne under a different path once his re-work is complete.
./src/org/quartz
795
./src/org/quartz/ui
795
767
by matthew.payne on
13 February 2008, 21:29:21 -0600
(9 months ago)
test commit access
./todo.txt
767
761
by bayard on
27 December 2007, 21:28:42 -0600
(11 months ago)
Applying r706 from the quartz_1.6 branch
./readme.html
761
./readme.txt
761
752
by bayard on
30 November 2007, 01:29:58 -0600
(12 months ago)
Applying my patch from QUARTZ-600
./src/org/quartz/ui/web/Util.java
752
732
by bayard on
22 September 2007, 19:53:22 -0500
(14 months ago)
Applying Andriy's fix to update the webapp to Spring 2.0 - QUARTZ-619
462
by jrosenberg on
24 April 2006, 13:43:07 -0500
(2 years 7 months ago)
Issue number: QUARTZ-417
When determining the trigger type: Simple, Cron, or BLOB, use == class rather than instanceof so that subclasses of Simple/CronTrigger are correctly identified as BLOB.
./src/org/quartz/ui/web/Util.java
462
398
by jrosenberg on
08 March 2006, 14:48:37 -0600
(2 years 8 months ago)
Issue number: QUARTZ-362
Removed use of the allows-transient-data attribute of the job-data-mapType element which is now deprecated
./config/resources/jobs.xml
398
./config/resources/jobs2.xml
398
./config/resources/jobs3.xml
398
355
by jrosenberg on
02 March 2006, 14:06:24 -0600
(2 years 9 months ago)
Issue number: QUARTZ-301
Updated sample to reflect that JobInitializationPlugin replaces JobInitializationPluginMultiple (now deprecated) and: 1. Now supports multiple files 2. Has fileName deprecate…
248
by matthew_payne on
21 September 2005, 22:44:23 -0500
(3 years 2 months ago)
added parameter happens in same submit as save/create
./webroot/jobs/definition/edit.vm
248
247
by matthew_payne on
21 September 2005, 22:43:37 -0500
(3 years 2 months ago)
conversion props for paramMap
./src/org/quartz/ui/web/action/definitions/DefinitionCrud-conversion.properties
247
246
by matthew_payne on
21 September 2005, 22:43:02 -0500
(3 years 2 months ago)
added paramMap
./src/org/quartz/ui/web/action/definitions/DefinitionCrud.java
246
245
by matthew_payne on
21 September 2005, 22:41:52 -0500
(3 years 2 months ago)
added label.cancel
./config/resources/ApplicationResources.properties
245
244
by matthew_payne on
21 September 2005, 22:41:27 -0500
(3 years 2 months ago)
added cancel interceptor to create definition
./config/resources/xwork.xml
244
238
by matthew_payne on
11 September 2005, 23:03:02 -0500
(3 years 2 months ago)
Obtained from: Matthew Payne
Interceptor used to cancel/skip action
./src/org/quartz/ui/web/action/interceptors/SkipInterceptor.java
238
237
by matthew_payne on
23 August 2005, 21:01:41 -0500
(3 years 3 months ago)
adjust path of listAllJobs
./config/resources/xwork.xml
237
233
by matthew_payne on
23 August 2005, 20:35:53 -0500
(3 years 3 months ago)
renamed just to validate adding of a parameter
./src/org/quartz/ui/web/action/definitions/Parameter-validation.xml
233
232
by matthew_payne on
22 August 2005, 23:14:53 -0500
(3 years 3 months ago)
organize jsp/vm pages/decorators
./webroot/jobs/listAllJobs.jsp
232
231
by matthew_payne on
22 August 2005, 23:12:45 -0500
(3 years 3 months ago)
organize jsp/vm pages/decorators
./webroot/WEB-INF/decorators/foot.jsp
231
./webroot/WEB-INF/decorators.xml
231
./webroot/WEB-INF/jsp
231
./webroot/WEB-INF/jsp/cronExpressionHelp.htm
231
./webroot/WEB-INF/jsp/layout
231
230
by matthew_payne on
22 August 2005, 22:59:36 -0500
(3 years 3 months ago)
organize jsp/vm pages/decorators
./webroot/WEB-INF/decorators
230
./webroot/WEB-INF/decorators/foot.jsp
230
./webroot/WEB-INF/decorators/head.jsp
230
./webroot/WEB-INF/decorators/main.jsp
230
./webroot/WEB-INF/decorators/msg.jsp
230
229
by matthew_payne on
22 August 2005, 22:59:06 -0500
(3 years 3 months ago)
organize jsp/vm pages
./config/resources/xwork.xml
229
227
by matthew_payne on
22 August 2005, 18:10:37 -0500
(3 years 3 months ago)
scheduler down page
./webroot/schedule
227
./webroot/schedule/down.vm
227
226
by matthew_payne on
21 August 2005, 23:22:42 -0500
(3 years 3 months ago)
Obtained from: Matthew Payne
made sure fail result was set for scheduler check interceptor
./config/resources/xwork.xml
226
222
by matthew_payne on
10 August 2005, 22:44:28 -0500
(3 years 3 months ago)
factored out schedule check. It will be protected by interceptor
./src/org/quartz/ui/web/action/schedule/ListJobs.java
222
188
by matthew_payne on
02 August 2005, 17:55:58 -0500
(3 years 3 months ago)
Submitted by: Matthew Payne
Interceptor to protect certain actions from running when scheduler is down
./src/org/quartz/ui/web/action/job/CreateJob.java
188
187
by matthew_payne on
01 August 2005, 23:50:51 -0500
(3 years 4 months ago)
Issue number:
Obtained from: Matthew Payne Some cleaning up of the code
./src/org/quartz/ui/web/action/job/CreateDefJob.java
187
./src/org/quartz/ui/web/action/job/CreateJob-saveDefinedJob-validation.xml
187
./src/org/quartz/ui/web/action/job/CreateJob-saveJob-validation.xml
187
./src/org/quartz/ui/web/action/job/CreateJob-validation.xml
187
./src/org/quartz/ui/web/action/job/SimpleJobActions.java
187
186
by matthew_payne on
01 August 2005, 23:41:03 -0500
(3 years 4 months ago)
Submitted by: Matthew Payne
Interceptor to protect certain actions from running when scheduler is down
./config/resources/xwork.xml
186
185
by matthew_payne on
01 August 2005, 19:39:14 -0500
(3 years 4 months ago)
Issue number:
Obtained from: Matthew Payne Some cleaning up of the code
./src/org/quartz/ui/web/action/definitions/DefinitionCrud.java
185
./src/org/quartz/ui/web/action/definitions/Delete.java
185
./src/org/quartz/ui/web/action/definitions/Parameter-addParameter-validation.xml
185
./src/org/quartz/ui/web/action/definitions/Parameter.java
185
./src/org/quartz/ui/web/action/definitions/Raw.java
185
184
by matthew_payne on
01 August 2005, 19:38:11 -0500
(3 years 4 months ago)
Submitted by: Matthew Payne
Interceptor to protect certain actions from running when scheduler is down
./src/org/quartz/ui/web/action/interceptors
184
./src/org/quartz/ui/web/action/interceptors/SchedulerCheckInterceptor.java
184
|