Quick Search:

View detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

trunk 838 145

latest revision download trunk

838 annotated / raw | Diffs: previous, other | Lines: 3887 ( +7, -0 )

Created: 2008-09-05 18:07:47 -0500 (2 months 15 days ago) | Author: jhouse | Changeset: 838

QUARTZ-691: improper calculation of whether newly added trigger is earlier than the currently acquired trigger.

Properties

 svn:eol-style = native

821 annotated / raw | Diffs: previous, other | Lines: 3880 ( +29, -0 )

Created: 2008-08-02 23:05:52 -0500 (3 months 18 days ago) | Author: jhouse | Changeset: 821

QUARTZ-686: New config property: org.quartz.scheduler.threadsInheritContextClassLoaderOfInitializer

Properties

 svn:eol-style = native

820 annotated / raw | Diffs: previous, other | Lines: 3851 ( +1, -0 )

Created: 2008-08-02 21:56:41 -0500 (3 months 18 days ago) | Author: jhouse | Changeset: 820

QUARTZ-683: Error saving recovery trigger during cluster recovery for volatile jobs.

Properties

 svn:eol-style = native

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

Created: 2008-04-29 14:36:19 -0500 (6 months ago) | Author: jhouse | Changeset: 802

fix issue with constructor param not being set on member variable for RecoverMisfiredJobResult.

Properties

 svn:eol-style = native

793 annotated / raw | Diffs: previous, other | Lines: 3849 ( +16, -9 )

Created: 2008-04-24 10:42:11 -0500 (6 months ago) | Author: jhouse | Changeset: 793

QUARTZ-632: Scheduling change causes a paused/blocked scheduler to do unnecessary trigger release

Properties

 svn:eol-style = native

752 annotated / raw | Diffs: previous, other | Lines: 3842 ( +4, -4 )

Created: 2007-11-30 01:29:58 -0600 (11 months ago) | Author: bayard | Changeset: 752

Applying my patch from QUARTZ-600

Properties

 svn:eol-style = native

741 annotated / raw | Diffs: previous, other | Lines: 3842 ( +2, -2 )

Created: 2007-10-25 01:07:25 -0500 (12 months ago) | Author: bayard | Changeset: 741

Applying the first part of the QUARTZ-607 patch, adding the job name to a thrown exception

Properties

 svn:eol-style = native

709 annotated / raw | Diffs: previous, other | Lines: 3842 ( +4, -0 )

Created: 2007-05-07 13:07:05 -0500 (18 months ago) | Author: bayard | Changeset: 709

Applying patches from QUARTZ-465 so that triggerFinalized is notified in the right places

Properties

 svn:eol-style = native

658 annotated / raw | Diffs: previous, other | Lines: 3838 ( +13, -13 )

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

Fixed checkstyle warnings

Properties

 svn:eol-style = native

650 annotated / raw | Diffs: previous, other | Lines: 3838 ( +15, -26 )

Created: 2006-11-06 11:18:59 -0600 (2 years ago) | Author: jhouse | Changeset: 650

consolidate duplicated code.

Branch point for: quartz_1-6

Properties

 svn:eol-style = native

647 annotated / raw | Diffs: previous, other | Lines: 3849 ( +3, -3 )

Created: 2006-11-06 09:23:00 -0600 (2 years ago) | Author: jhouse | Changeset: 647

use constants for recoverer trigger's job data map values of orig trigger name, group, fire time.

Properties

 svn:eol-style = native

637 annotated / raw | Diffs: previous, other | Lines: 3849 ( +21, -3 )

Created: 2006-10-07 05:43:29 -0500 (2 years 1 month ago) | Author: perfnorm | Changeset: 637

Issue number: QUARTZ-502
When double check locking for cluster checkin, put the checkin before the lock in its own transaction to avoid deadlock conditions (because the checkin can update the scheduler state table)

Properties

 svn:eol-style = native

593 annotated / raw | Diffs: previous, other | Lines: 3831 ( +2, -6 )

Created: 2006-07-13 09:48:12 -0500 (2 years 4 months ago) | Author: jrosenberg | Changeset: 593

Issue number: QUARTZ-487
Fixed the javadoc for instance name which appeared to have been cut-and-pasted from instance id.

Tags: quartz_1-6-0-alpha

Properties

 svn:eol-style = native

581 annotated / raw | Diffs: previous, other | Lines: 3835 ( +2, -2 )

Created: 2006-07-07 14:28:17 -0500 (2 years 4 months ago) | Author: jrosenberg | Changeset: 581

Issue number: QUARTZ-459
Propogate fired trigger record's saved priority to the recovery trigger in cluster recovery

Properties

 svn:eol-style = native

579 annotated / raw | Diffs: previous, other | Lines: 3835 ( +30, -111 )

Created: 2006-07-07 14:18:09 -0500 (2 years 4 months ago) | Author: jrosenberg | Changeset: 579

Issue number:  QUARTZ-249, QUARTZ-12
Backed out preliminary work to acquire more than one trigger at a time.
Backed out original priority implementation, and replaced with a simple tie-breaker implementation of priority.

Properties

 svn:eol-style = native

567 annotated / raw | Diffs: previous, other | Lines: 3916 ( +6, -4 )

Created: 2006-06-16 07:24:55 -0500 (2 years 5 months ago) | Author: jrosenberg | Changeset: 567

Issue number: QUARTZ-472
Don't load listeners for a null job

Properties

 svn:eol-style = native

561 annotated / raw | Diffs: previous, other | Lines: 3914 ( +14, -16 )

Created: 2006-06-13 07:37:39 -0500 (2 years 5 months ago) | Author: jrosenberg | Changeset: 561

Issue number:  QUARTZ-418
Changed recoverMisfiredJobs() to rely on retrieveTrigger() rather than load the trigger itself
Updated retrieveTrigger() to clear the trigger listeners list before adding the new ones in case the Trigger was a BLOB trigger and still has the old list of listeners.
Also fixed a few javadoc typos and minor exception handling

Properties

 svn:eol-style = native

541 annotated / raw | Diffs: previous, other | Lines: 3916 ( +30, -2 )

Created: 2006-05-23 15:21:59 -0500 (2 years 5 months ago) | Author: jrosenberg | Changeset: 541

Issue number: QUARTZ-435
As part of cluster recovery, delete triggers in the COMPLETE state that have no fired triggers left once their fired triggers belonging to the current instance being processed have been removed.

Properties

 svn:eol-style = native

539 annotated / raw | Diffs: previous, other | Lines: 3888 ( +0, -7 )

Created: 2006-05-23 09:53:04 -0500 (2 years 5 months ago) | Author: jrosenberg | Changeset: 539

Issue number: QUARTZ-402
Removed extra sleep call that was not removed when misfire thread was refactored.

Properties

 svn:eol-style = native

521 annotated / raw | Diffs: previous, other | Lines: 3895 ( +39, -15 )

Created: 2006-05-18 09:44:35 -0500 (2 years 6 months ago) | Author: jrosenberg | Changeset: 521

ssue number: QUARTZ-329, Java 1.3 incompatibility
Boolean.valueOf(boolean) is not available in JDK 1.3
Switch AttrubuteRestoringConnectionWrapper to be a InvocationHandler, and use a Dynamic Proxy to wrap the connection.  This change was made because the wrapper was using interface methods/dependent classes (Savepoint) that were introduced after JDK 1.3.  By using the Proxy, we can target for overloading just those methods we care about which are in JDK 1.3+, and not have to worry about explicitly referencing non-JDK 1.3 methods/classes.

Properties

 svn:eol-style = native

510 annotated / raw | Diffs: previous, other | Lines: 3871 ( +76, -17 )

Created: 2006-05-16 12:30:47 -0500 (2 years 6 months ago) | Author: jrosenberg | Changeset: 510

Issue number: QUARTZ-321
Added JDBC Jobstore property org.quartz.jobStore.doubleCheckLickMisfireHandler which if true (the default) means that the MisfireHandler will check the count of misfires to see if there are any before it bothers to acquire the trigger lock and actually handle the misfires.

Properties

 svn:eol-style = native

508 annotated / raw | Diffs: previous, other | Lines: 3812 ( +32, -13 )

Created: 2006-05-16 07:25:58 -0500 (2 years 6 months ago) | Author: jrosenberg | Changeset: 508

Issue number: QUARTZ-204
Support "org.quartz.jobStore.makeThreadsDaemons" property for JDBC job stores, which if true marks the Misfire and Cluster threads as daemon.

Properties

 svn:eol-style = native

497 annotated / raw | Diffs: previous, other | Lines: 3793 ( +25, -15 )

Created: 2006-05-10 16:44:58 -0500 (2 years 6 months ago) | Author: jrosenberg | Changeset: 497

Issue number: QUARTZ-441
Don't overwrite useDBLocks property if a custom lock handler is already installed.
Don't install internal lock handler if custom lock handler is already installed.
Use Semaphore.requiresConnection() rather than useDBLocks property when deciding to lazy load connection for locking

Properties

 svn:eol-style = native

476 annotated / raw | Diffs: previous, other | Lines: 3783 ( +87, -60 )

Created: 2006-04-28 11:15:07 -0500 (2 years 6 months ago) | Author: jrosenberg | Changeset: 476

Issue number: QUARTZ-402
Deprecated the use of the MISFIRE state and instead check the misfire threshold when acquiring triggers and handling misfires.

Properties

 svn:eol-style = native

462 annotated / raw | Diffs: previous, other | Lines: 3756 ( +4, -4 )

Created: 2006-04-24 13:43:07 -0500 (2 years 6 months ago) | Author: jrosenberg | Changeset: 462

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.

Properties

 svn:eol-style = native

460 annotated / raw | Diffs: previous, other | Lines: 3756 ( +27, -13 )

Created: 2006-04-21 08:02:50 -0500 (2 years 7 months ago) | Author: jrosenberg | Changeset: 460

Issue number: QUARTZ-416
Don't acquire the connection before acquiring a lock if the connection is not needed by the lock.

Properties

 svn:eol-style = native

459 annotated / raw | Diffs: previous, other | Lines: 3742 ( +10, -8 )

Created: 2006-04-20 13:22:46 -0500 (2 years 7 months ago) | Author: jrosenberg | Changeset: 459

Issue number: QUARTZ-329
Skip cleanup connection if given connection is null

Properties

 svn:eol-style = native

458 annotated / raw | Diffs: previous, other | Lines: 3740 ( +10, -7 )

Created: 2006-04-20 12:42:51 -0500 (2 years 7 months ago) | Author: jrosenberg | Changeset: 458

Issue number: QUARTZ-415
Just log any SQLException from trying to rollback rather than propogating it as a JobPersistenceException.  This will keep it from masking the exception that caused the caller to rollback in the first place...

Properties

 svn:eol-style = native

448 annotated / raw | Diffs: previous, other | Lines: 3737 ( +27, -51 )

Created: 2006-04-12 11:03:47 -0500 (2 years 7 months ago) | Author: jrosenberg | Changeset: 448

Issue number: QUARTZ-408
Consolidated duplicate methods getNewStatusForTrigger() and getStatusForResumedTrigger()

Properties

 svn:eol-style = native

445 annotated / raw | Diffs: previous, other | Lines: 3761 ( +12, -6 )

Created: 2006-04-03 07:44:50 -0500 (2 years 7 months ago) | Author: jrosenberg | Changeset: 445

Issue number: QUARTZ-397
Don't cache calendars when running clustered

Properties

 svn:eol-style = native

435 annotated / raw | Diffs: previous, other | Lines: 3755 ( +16, -13 )

Created: 2006-03-23 14:48:07 -0600 (2 years 8 months ago) | Author: jrosenberg | Changeset: 435

Issue number: QUARTZ-289
Ignore exceptions caught when closing a jdbc connection

Properties

 svn:eol-style = native

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

Created: 2006-03-23 11:04:35 -0600 (2 years 8 months ago) | Author: jrosenberg | Changeset: 433

Issue number: QUARTZ-384
Don't wrap the ObjectAlreadExistsException in a JobPersistenceException, and check for its case right off the bat so don't do any extra work when just going to fail anyway...

Properties

 svn:eol-style = native

426 annotated / raw | Diffs: previous, other | Lines: 3751 ( +395, -319 )

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

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

Properties

 svn:eol-style = native

414 annotated / raw | Diffs: previous, other | Lines: 3675 ( +3, -9 )

Created: 2006-03-17 09:11:48 -0600 (2 years 8 months ago) | Author: jrosenberg | Changeset: 414

Issue number:  QUARTZ-371
Don't delete/reinsert own instance during cluster recovery

Properties

 svn:eol-style = native

413 annotated / raw | Diffs: previous, other | Lines: 3681 ( +4, -2 )

Created: 2006-03-16 11:03:27 -0600 (2 years 8 months ago) | Author: jrosenberg | Changeset: 413

Issue number: QUARTZ-369
Cleaned up the logging to be consistent, following these rules:
1. Do not cache the log statically, to avoid potential redeployment issues.
2. Where appropriate, do cache the log in a private final member. By appropriate, I mean if the class always uses the log during normal execution, or if very few of the object are ever created.
For example, AttributeRestoringConnectionWrapper does not cache the log because it only uses the log for warning cases, and an instance is created per connection.
   private final Log log = LogFactory.getLog(getClass());
3. Expose the log through a protected non-static getLog() method that can be then used by any subclass (existing public methods are left public for backwards compatibility, though in a few cases a static getLog() method was changed to be non-static which would break backwards compatibility if the methods were being used, though it seems extremely unlikely they would be.)
4. Pass getClass() to LogFactory.getLog() rather than ClassName.class, so that subclasses always get the correct category name
5. One exception to these rules is UserTransactionHelper which is an all static class, and so has a static getLog method, does not cache the log, and must use the UserTransactionHelper.class category.
6. Also did a quick run through to make sure any debug messages that are building strings dynamically are protected by isDebugEnabled()

Properties

 svn:eol-style = native

412 annotated / raw | Diffs: previous, other | Lines: 3679 ( +48, -35 )

Created: 2006-03-16 08:20:11 -0600 (2 years 8 months ago) | Author: jrosenberg | Changeset: 412

Issue number:  QUARTZ-368, QUARTZ-367
When deleting non-durable job after last trigger has been deleted, skip trying to delete that job's triggers
In removeJob() and removeTrigger(), once you succeed in deleting a trigger sub table (cron/simple/blob) don't check the other tables.

Properties

 svn:eol-style = native

411 annotated / raw | Diffs: previous, other | Lines: 3666 ( +877, -22 )

Created: 2006-03-15 13:45:32 -0600 (2 years 8 months ago) | Author: jrosenberg | Changeset: 411

Issue number:  QUARTZ-366, QUARTZ-329
Factor out transaction/locking pattern into a pattern that TX and CMT each implement so that otherwise duplicate code can be moved up to JobStoreSupport
Create VoidTransactionCallback to make executions with no return value a little nicer.
Renamed LockCallback to TransactionCallback since not always executed in a lock.
Replaced closeConnection with cleanupConnection which restores connection attributes and then calls closeConnection with the original connection.  This is to maintain compatability with Spring which is assuming that it can overload closeConnection and get the unwrapped connection as the argument.

Properties

 svn:eol-style = native

408 annotated / raw | Diffs: previous, other | Lines: 2811 ( +10, -4 )

Created: 2006-03-14 13:53:41 -0600 (2 years 8 months ago) | Author: jrosenberg | Changeset: 408

Issue number:  QUARTZ-366
Added support for null lock (just the transaction then)
Fixed cut and paste error on releasing the lock
Renamed lockName parm for proper naming convention

Properties

 svn:eol-style = native

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

Created: 2006-03-14 13:32:19 -0600 (2 years 8 months ago) | Author: jrosenberg | Changeset: 407

Issue number:  QUARTZ-367
Once you find the sub-trigger table (cron/simple/blob) that contains the trigger being deleted, stop processing.

Properties

 svn:eol-style = native

405 annotated / raw | Diffs: previous, other | Lines: 2803 ( +229, -22 )

Created: 2006-03-09 16:09:30 -0600 (2 years 8 months ago) | Author: jrosenberg | Changeset: 405

Issue number:  QUARTZ-366, QUARTZ-365, QUARTZ-366
Moved code that was duplicated in TX & CMT into Support, and use template for most common locking pattern
Fixed triggerFired() to return null if job isn't found
Fixed doCheckin() to always commit (so checkin is commited)

Properties

 svn:eol-style = native

349 annotated / raw | Diffs: previous, other | Lines: 2596 ( +44, -0 )

Created: 2006-03-01 10:42:16 -0600 (2 years 8 months ago) | Author: jrosenberg | Changeset: 349

Issue number: QUARTZ-333
First time checking for failed instances, also check if there are any instances that have fired trigger records, but don't have a scheduler state record

Properties

 svn:eol-style = native

347 annotated / raw | Diffs: previous, other | Lines: 2552 ( +25, -55 )

Created: 2006-02-27 10:24:45 -0600 (2 years 8 months ago) | Author: jrosenberg | Changeset: 347

Issue number:  QUARTZ-332
Removed recoverer as it is now no longer needed as recovery deletes the recovered instance's QRTZ_SCHEDULER_STATE row.
This has two significant impacts for findFailedInstances():
1. It no longer has to check if the recovering instance is still available
2. Identifying if this scheduler was recovered even though it was active is now done by checking if its state record is not found vs. checking if it had its recoverer set.

Properties

 svn:eol-style = native

344 annotated / raw | Diffs: previous, other | Lines: 2582 ( +7, -2 )

Created: 2006-02-24 15:11:44 -0600 (2 years 8 months ago) | Author: jrosenberg | Changeset: 344

Issue number: QUARTZ-329
getConnection() and getNonManagedTXConnection() now wrap the connection such that its original attribute values are restored when it is closed.

Properties

 svn:eol-style = native

342 annotated / raw | Diffs: previous, other | Lines: 2577 ( +26, -21 )

Created: 2006-02-24 09:53:52 -0600 (2 years 8 months ago) | Author: jrosenberg | Changeset: 342

Issue number:  QUARTZ-325
Improved exception handling when getting a new connection

Properties

 svn:eol-style = native

331 annotated / raw | Diffs: previous, other | Lines: 2572 ( +36, -47 )

Created: 2006-02-23 10:10:39 -0600 (2 years 8 months ago) | Author: jrosenberg | Changeset: 331

Issue number:  QUARTZ-331
Issues with cluster management refactoring

Properties

 svn:eol-style = native

321 annotated / raw | Diffs: previous, other | Lines: 2583 ( +46, -12 )

Created: 2006-02-20 18:23:38 -0600 (2 years 8 months ago) | Author: jhouse | Changeset: 321

Fix remaining cluster checking / recover issues after previous refactoring.
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.

Properties

 svn:eol-style = native

315 annotated / raw | Diffs: previous, other | Lines: 2549 ( +1, -1 )

Created: 2006-02-11 21:16:28 -0600 (2 years 9 months ago) | Author: jhouse | Changeset: 315

Issue number:  QUARTZ-281
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.

Properties

 svn:eol-style = native

313 annotated / raw | Diffs: previous, other | Lines: 2549 ( +38, -26 )

Created: 2006-02-11 20:42:54 -0600 (2 years 9 months ago) | Author: jhouse | Changeset: 313

Issue number:  QUARTZ-282
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.

Properties

 svn:eol-style = native

304 annotated / raw | Diffs: previous, other | Lines: 2537 ( +5, -0 )

Created: 2006-02-11 18:19:16 -0600 (2 years 9 months ago) | Author: jhouse | Changeset: 304

Issue number:  QUARTZ-316
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.

Properties

 svn:eol-style = native

281 annotated / raw | Diffs: previous, other | Lines: 2532 ( +76, -2 )

Created: 2005-11-13 00:49:14 -0600 (3 years ago) | Author: jhouse | Changeset: 281

Issue number:  QUARTZ-249
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.

Properties

 svn:eol-style = native

277 annotated / raw | Diffs: previous, other | Lines: 2458 ( +1, -1 )

Created: 2005-10-09 14:24:55 -0500 (3 years 1 month ago) | Author: jhouse | Changeset: 277

Issue number:  QUARTZ-269
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.

Branch point for: b_quartz_1-5-x

Tags: quartz_1-5-1

Properties

 svn:eol-style = native

276 annotated / raw | Diffs: previous, other | Lines: 2458 ( +21, -10 )

Created: 2005-10-09 14:19:35 -0500 (3 years 1 month ago) | Author: jhouse | Changeset: 276

Issue number:  QUARTZ-272
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.

Properties

 svn:eol-style = native

275 annotated / raw | Diffs: previous, other | Lines: 2447 ( +4, -2 )

Created: 2005-10-09 11:46:42 -0500 (3 years 1 month ago) | Author: jhouse | Changeset: 275

Issue number:  QUARTZ-274
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.

Properties

 svn:eol-style = native

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

Created: 2005-10-09 11:29:19 -0500 (3 years 1 month ago) | Author: jhouse | Changeset: 273

Issue number:  QUARTZ-271
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.

Properties

 svn:eol-style = native

182 annotated / raw | Diffs: previous, other | Lines: 2446 ( +7, -0 )

Created: 2005-07-31 11:40:50 -0500 (3 years 3 months ago) | Author: jhouse | Changeset: 182

Issue number:  QUARTZ-223
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.

Tags: quartz_1_5_0_rc1 v1_5_0

Properties

 svn:eol-style = native

169 annotated / raw | Diffs: previous, other | Lines: 2439 ( +20, -7 )

Created: 2005-07-16 23:20:18 -0500 (3 years 4 months ago) | Author: jhouse | Changeset: 169

Issue number:  QUARTZ-221
Obtained from: jhouse
Submitted by:  jhouse
Reviewed by:   jhouse
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.

Properties

 svn:eol-style = native

145 new annotated / raw | Lines: 2426 ( +2426, -0 )

Created: 2005-07-12 15:28:48 -0500 (3 years 4 months ago) | Author: jhouse | Changeset: 145

new files (reorganizing repository)
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.

Properties

 svn:eol-style = native

Open Source License registered to the OpenSymphony Project. This license of FishEye is provided to support the development of OpenSymphony only.
Atlassian FishEye, Subversion analysis. (Version:1.6.1 Build:build-325 2008-09-24) - Administration - Page generated 2008-11-21 16:16 -0600