Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

b_quartz_1-5-x 327 324 trunk 814 649 325 quartz_1-6 763 654

latest revision download Branch trunk

814 annotated / raw | Diffs: previous, other | Lines: 1581 ( +3, -1 )

Created: 2008-08-02 15:40:35 -0500 (19 days ago) | Author: jhouse | Changeset: 814

QUARTZ-673: Update docs to reflect limits of '#' character in day-of-week field.

808 annotated / raw | Diffs: previous, other | Lines: 1579 ( +10, -0 )

Created: 2008-05-08 09:59:32 -0500 (3 months 13 days ago) | Author: bayard | Changeset: 808

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

765 annotated / raw | Diffs: previous, other | Lines: 1569 ( +42, -9 )

Created: 2008-02-02 22:58:13 -0600 (6 months ago) | Author: bayard | Changeset: 765

Applying the last patch from Kay Huber's QUARTZ-601 - enhancing CronExpression so it can handle ranges over Midnight. It appears to work nicely for simple cases, but more complicated cases start to become semantically ambigious - so javadoc to that effect has been added.

764 annotated / raw | Diffs: previous, other | Lines: 1536 ( +17, -2 )

Created: 2008-01-29 00:41:02 -0600 (6 months ago) | Author: bayard | Changeset: 764

Applying my second patch from QUARTZ-621 - stops it from allowing patterns with too many wildcards early on and failing later. Now, by replicating the later logic in the parsing stage, it fails earlier.

715 annotated / raw | Diffs: previous, other | Lines: 1521 ( +7, -5 )

Created: 2007-08-21 23:50:07 -0500 (11 months ago) | Author: jhouse | Changeset: 715

QUARTZ-595 - account for timezone properly, particularly when expression includes last day of month and/or weekday selections.

696 annotated / raw | Diffs: previous, other | Lines: 1519 ( +2, -2 )

Created: 2007-04-18 12:55:59 -0500 (16 months ago) | Author: bayard | Changeset: 696

Fixing QUARTZ-574 by switching the < 0 checks on getMonthNumber to <= 0. This means that the right Exception will be thrown for a month of FOO, and an Exception will now be thrown for a range with an illegal end month, ie) JAN-FOO

692 annotated / raw | Diffs: previous, other | Lines: 1519 ( +3, -3 )

Created: 2007-04-18 09:54:23 -0500 (16 months ago) | Author: bayard | Changeset: 692

Fixing QUARTZ-571 - cronExpression case no longer changes in serialization

658 annotated / raw | Diffs: previous, other | Lines: 1519 ( +4, -3 )

Created: 2007-03-10 07:02:55 -0600 (17 months ago) | Author: perfnorm | Changeset: 658

Fixed checkstyle warnings

655 annotated / raw | Diffs: previous, other | Lines: 1518 ( +8, -4 )

Created: 2006-12-01 11:46:43 -0600 (20 months ago) | Author: jhouse | Changeset: 655

QUARTZ-533 - bug with handling of short months with usage of "/" in the day-of-month expression.

649 annotated / raw | Diffs: previous, other | Lines: 1514 ( +2, -0 )

Created: 2006-11-06 11:14:51 -0600 (21 months ago) | Author: jhouse | Changeset: 649

QUARTZ-478 - prevent endless loop

Branch point for: quartz_1-6

578 annotated / raw | Diffs: previous, other | Lines: 1512 ( +26, -26 )

Created: 2006-07-07 09:23:11 -0500 (2 years 1 month ago) | Author: jrosenberg | Changeset: 578

Issue number:  Checkstyle
Removed tabs

Tags: quartz_1-6-0-alpha

577 annotated / raw | Diffs: previous, other | Lines: 1512 ( +37, -0 )

Created: 2006-07-05 22:25:06 -0500 (2 years 1 month ago) | Author: eagle79 | Changeset: 577

Issue number: QUARTZ-445
corrected bug in getNextIncludedTime() which causes it to loop forever in some cases.

511 annotated / raw | Diffs: previous, other | Lines: 1475 ( +1, -23 )

Created: 2006-05-16 13:24:44 -0500 (2 years 3 months ago) | Author: jrosenberg | Changeset: 511

Issue number: QUARTZ-353
Removed reference to "C" from javadoc
Removed parsing of "C"

472 annotated / raw | Diffs: previous, other | Lines: 1497 ( +15, -1 )

Created: 2006-04-28 07:23:49 -0500 (2 years 3 months ago) | Author: jrosenberg | Changeset: 472

Issue number: QUARTZ-424
Added placeholder method for getFinalFireTime(), and made clear in the javadoc that getFinalFireTime() and getTimeBefore() are not implemented.

461 annotated / raw | Diffs: previous, other | Lines: 1483 ( +3, -5 )

Created: 2006-04-21 16:11:11 -0500 (2 years 4 months ago) | Author: jrosenberg | Changeset: 461

Issue number: QUARTZ-396
Handle no more fire times correctly in isSatisfiedBy().

455 annotated / raw | Diffs: previous, other | Lines: 1485 ( +4, -8 )

Created: 2006-04-14 11:56:13 -0500 (2 years 4 months ago) | Author: jrosenberg | Changeset: 455

Issue number: QUARTZ-325
Fixed javadoc comment that had been copied from CronTrigger for get/setTimeZone()

426 annotated / raw | Diffs: previous, other | Lines: 1489 ( +408, -289 )

Created: 2006-03-20 15:40:36 -0600 (2 years 5 months ago) | Author: jrosenberg | Changeset: 426

Issue number: QUARTZ-374
Fixed main Quartz src to comply with checkstyle

339 annotated / raw | Diffs: previous, other | Lines: 1370 ( +0, -18 )

Created: 2006-02-24 09:50:50 -0600 (2 years 5 months ago) | Author: jrosenberg | Changeset: 339

Issue number:  QUARTZ-325
Removed unused method getTime()

328 annotated / raw | Diffs: previous, other | Lines: 1388 ( +12, -1 )

Created: 2006-02-20 20:38:54 -0600 (2 years 5 months ago) | Author: jhouse | Changeset: 328

fix clone()
CVS: ----------------------------------------------------------------------
CVS: Issue number:
CVS:   If this change addresses one or more issues,
CVS:   then enter the issue number(s) here.
CVS: Obtained from:
CVS:   If this change has been taken from another system,
CVS:   then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS:   If this code has been contributed to the project by someone else; i.e.,
CVS:   they sent us a patch or a set of diffs, then include their name/email
CVS:   address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS:   If we are doing pre-commit code reviews and someone else has
CVS:   reviewed your changes, include their name(s) here.
CVS:   If you have not had it reviewed then delete this line.

325 new annotated / raw | Lines: 1377 ( +1377, -0 )

Created: 2006-02-20 20:19:06 -0600 (2 years 5 months ago) | Author: jhouse | Changeset: 325

Issue number:  QUARTZ-314
Obtained from:
Submitted by:
Reviewed by:
CVS: ----------------------------------------------------------------------
CVS: Issue number:
CVS:   If this change addresses one or more issues,
CVS:   then enter the issue number(s) here.
CVS: Obtained from:
CVS:   If this change has been taken from another system,
CVS:   then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS:   If this code has been contributed to the project by someone else; i.e.,
CVS:   they sent us a patch or a set of diffs, then include their name/email
CVS:   address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS:   If we are doing pre-commit code reviews and someone else has
CVS:   reviewed your changes, include their name(s) here.
CVS:   If you have not had it reviewed then delete this line.

latest revision download Branch b_quartz_1-5-x

327 annotated / raw | Diffs: previous, other | Lines: 1388 ( +12, -1 )

Created: 2006-02-20 20:38:49 -0600 (2 years 5 months ago) | Author: jhouse | Changeset: 327

fix clone()
CVS: ----------------------------------------------------------------------
CVS: Issue number:
CVS:   If this change addresses one or more issues,
CVS:   then enter the issue number(s) here.
CVS: Obtained from:
CVS:   If this change has been taken from another system,
CVS:   then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS:   If this code has been contributed to the project by someone else; i.e.,
CVS:   they sent us a patch or a set of diffs, then include their name/email
CVS:   address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS:   If we are doing pre-commit code reviews and someone else has
CVS:   reviewed your changes, include their name(s) here.
CVS:   If you have not had it reviewed then delete this line.

Tags: quartz_1-5-2

324 new annotated / raw | Lines: 1377 ( +1377, -0 )

Created: 2006-02-20 20:19:00 -0600 (2 years 5 months ago) | Author: jhouse | Changeset: 324

Issue number:  QUARTZ-314
Obtained from:
Submitted by:
Reviewed by:
CVS: ----------------------------------------------------------------------
CVS: Issue number:
CVS:   If this change addresses one or more issues,
CVS:   then enter the issue number(s) here.
CVS: Obtained from:
CVS:   If this change has been taken from another system,
CVS:   then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS:   If this code has been contributed to the project by someone else; i.e.,
CVS:   they sent us a patch or a set of diffs, then include their name/email
CVS:   address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS:   If we are doing pre-commit code reviews and someone else has
CVS:   reviewed your changes, include their name(s) here.
CVS:   If you have not had it reviewed then delete this line.

latest revision download Branch quartz_1-6

763 deleted | Lines: 0 ( +0, -1521 )

Created: 2007-12-27 21:37:08 -0600 (7 months ago) | Author: bayard | Changeset: 763

The 1.6.x branch has been folded back onto trunk as we're not working on a 1.7.x or 2.x mainline at all yet

695 annotated / raw | Diffs: previous, other | Lines: 1521 ( +2, -2 )

Created: 2007-04-18 12:55:05 -0500 (16 months ago) | Author: bayard | Changeset: 695

Fixing QUARTZ-574 by switching the < 0 checks on getMonthNumber to <= 0. This means that the right Exception will be thrown for a month of FOO, and an Exception will now be thrown for a range with an illegal end month, ie) JAN-FOO

691 annotated / raw | Diffs: previous, other | Lines: 1521 ( +3, -3 )

Created: 2007-04-18 09:52:51 -0500 (16 months ago) | Author: bayard | Changeset: 691

Fixing QUARTZ-571 - cronExpression case no longer changes in serialization

660 annotated / raw | Diffs: previous, other | Lines: 1521 ( +7, -1 )

Created: 2007-03-18 12:29:04 -0500 (17 months ago) | Author: jhouse | Changeset: 660

QUARTZ-533 - (integrate)  - bug with handling of short months with usage of "/" in the day-of-month expression.

657 annotated / raw | Diffs: previous, other | Lines: 1515 ( +2, -1 )

Created: 2007-03-10 06:57:52 -0600 (17 months ago) | Author: perfnorm | Changeset: 657

Fixed checkstyle warnings

654 new annotated / raw | Diffs: previous, other | Lines: 1514 ( +1514, -0 )

Created: 2006-11-08 15:27:17 -0600 (21 months ago) | Author: jhouse | Changeset: 654

branch at 1.6.0 release.

Tags: quartz_1-6-0