| quartz:/trunk/ |
jump to detailed chart | hide Line HistoryConstraintSort: path | last-commit | first-commit Sub Directories
Directories may incorrectly appear empty during initial scan.
|
NOTE: this repository is being scanned, some statistics may still be out of date.
Changelog
837
by jhouse on
25 August 2008, 14:17:30 -0500
(11 days ago)
fix bug in patch for QUARTZ-640.
./src/java/org/quartz/CronExpression.java
837
./src/test/java/org/quartz/CronExpressionTest.java
837
836
by jhouse on
25 August 2008, 11:09:10 -0500
(11 days ago)
tweak formatting.
./docs/index.html
836
835
by jhouse on
24 August 2008, 15:30:57 -0500
(11 days ago)
updating website for 1.6.1. rc3 release.
./docs/index.html
835
./docs/meta.xml
835
834
by jhouse on
22 August 2008, 19:55:26 -0500
(13 days ago)
syncing docs to those in confluence.
./docs/wikidocs/Example14.html
834
./docs/wikidocs/Quartz 1.6.1.html
834
./docs/wikidocs/TutorialLesson4.html
834
./docs/wikidocs/TutorialLesson5.html
834
833
by jhouse on
22 August 2008, 19:06:05 -0500
(13 days ago)
marking code as 1.6.1 rc3
./build.properties
833
831
by jhouse on
21 August 2008, 08:44:48 -0500
(15 days ago)
change priority of example trigger to discourage use of negative priorities.
./examples/src/java/org/quartz/examples/example14/PriorityExample.java
831
830
by jhouse on
20 August 2008, 16:24:51 -0500
(15 days ago)
QUARTZ-688: triggers firing early.
./src/java/org/quartz/core/QuartzSchedulerThread.java
830
829
by jhouse on
20 August 2008, 11:26:29 -0500
(16 days ago)
update about rc2
./docs/index.html
829
828
by jhouse on
20 August 2008, 08:49:13 -0500
(16 days ago)
fix type-o.
./src/java/org/quartz/JobExecutionContext.java
828
827
by jhouse on
20 August 2008, 00:17:07 -0500
(16 days ago)
add 1.6.1rc2 download url.
./docs/meta.xml
827
826
by jhouse on
20 August 2008, 00:00:56 -0500
(16 days ago)
updates to docs from wiki.
./docs/wikidocs/ConfigMain.html
826
./docs/wikidocs/JobInitPlugin.html
826
./docs/wikidocs/Quartz 1.6.1.html
826
./docs/wikidocs/Quartz Users.html
826
./docs/wikidocs/QuartzSpringIntegration.html
826
825
by jhouse on
19 August 2008, 23:30:09 -0500
(16 days ago)
set version to 1.6.1 RC2 to prepare for RC2 build/release.
./build.properties
825
824
by jhouse on
19 August 2008, 23:27:54 -0500
(16 days ago)
QUARTZ-668, QUARTZ-669: fixes to threading issues with multicore/multicpu systems.
./src/java/org/quartz/core/QuartzSchedulerThread.java
824
./src/java/org/quartz/simpl/SimpleThreadPool.java
824
823
by jhouse on
19 August 2008, 23:21:43 -0500
(16 days ago)
QUARTZ-579: TimeZone setting lost when setCronExpression(String) is called.
822
by jhouse on
03 August 2008, 15:18:39 -0500
(32 days ago)
QUARTZ-675: FileScanJob cannot load files with spaces or special characters in path.
./src/java/org/quartz/jobs/FileScanJob.java
822
./src/java/org/quartz/plugins/xml/JobInitializationPlugin.java
822
821
by jhouse on
02 August 2008, 23:05:52 -0500
(33 days ago)
QUARTZ-686: New config property: org.quartz.scheduler.threadsInheritContextClassLoaderOfInitializer
./src/java/org/quartz/core/QuartzSchedulerResources.java
821
./src/java/org/quartz/core/QuartzSchedulerThread.java
821
./src/java/org/quartz/impl/StdSchedulerFactory.java
821
./src/java/org/quartz/impl/jdbcjobstore/JobStoreSupport.java
821
820
by jhouse on
02 August 2008, 21:56:41 -0500
(33 days ago)
QUARTZ-683: Error saving recovery trigger during cluster recovery for volatile jobs.
./src/java/org/quartz/impl/jdbcjobstore/JobStoreSupport.java
820
819
by jhouse on
02 August 2008, 21:45:56 -0500
(33 days ago)
DOCS ADDITION
./src/java/org/quartz/impl/jdbcjobstore/CloudscapeDelegate.java
819
818
by jhouse on
02 August 2008, 21:30:55 -0500
(33 days ago)
QUARTZ-670: table creation sql fails for newer Derby databases
./docs/dbTables/tables_derby.sql
818
./docs/dbTables/tables_derby_previous.sql
818
817
by jhouse on
02 August 2008, 21:28:51 -0500
(33 days ago)
QUARTZ-679: AnnualCalendar is not usable over time and when you persist it
QUARTZ-680: AnnualCalendar isDayExcluded doesn't take the basecalendar into accounT
./src/java/org/quartz/impl/calendar/AnnualCalendar.java
817
./src/test/java/org/quartz/AnnualCalendarTest.java
817
816
by jhouse on
02 August 2008, 21:26:33 -0500
(33 days ago)
QUARTZ-678: CronTrigger may return a firing time not included in the calender
815
by jhouse on
02 August 2008, 21:23:57 -0500
(33 days ago)
QUARTZ-667: FileScanJob can only access files in WEB-INF/lib
./src/java/org/quartz/jobs/FileScanJob.java
815
814
by jhouse on
02 August 2008, 15:40:35 -0500
(33 days ago)
QUARTZ-673: Update docs to reflect limits of '#' character in day-of-week field.
813
by jhouse on
01 August 2008, 17:56:18 -0500
(34 days ago)
QUARTZ-659: RamJobStore does not remember paused job groups
./src/java/org/quartz/simpl/RAMJobStore.java
813
./src/test/java/org/quartz/simpl/RAMJobStoreTest.java
813
812
by jhouse on
01 August 2008, 08:32:14 -0500
(35 days ago)
QUARTZ-685 - JobDetail.equals() method had a recent copy-paste issue introduced to it.
811
by jhouse on
20 June 2008, 08:38:51 -0500
(2 months 16 days ago)
QUARTZ-674: Superfluous info logged in SimpleThreadPool shutdown()
./src/java/org/quartz/simpl/SimpleThreadPool.java
811
810
by jhouse on
16 June 2008, 09:22:30 -0500
(2 months 20 days ago)
QUARTZ-665: Null pointer exception in Trigger.equals(), JobDetail.equals()
./src/java/org/quartz/JobDetail.java
810
./src/java/org/quartz/Trigger.java
810
./src/test/java/org/quartz/SimpleTriggerTest.java
810
809
by jhouse on
08 May 2008, 18:14:40 -0500
(3 months 27 days ago)
QUARTZ-662: NullPointerException in NthIncludedDayTrigger.getFinalFireTime()
./src/java/org/quartz/NthIncludedDayTrigger.java
809
808
by bayard on
08 May 2008, 09:59:32 -0500
(3 months 28 days ago)
Adding an exception throwing when the day of week or day of month contains both an L and numbers as that is not (yet) supported. Reported in QUARTZ-640 by Rex Wong
./src/java/org/quartz/CronExpression.java
808
./src/test/java/org/quartz/CronExpressionTest.java
808
|