Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Go to changeset: | Customize Feeds
Changelog

306 by lahma on 08 November 2008, 15:49:33 -0600 (1 month 29 days ago) Make Review Fixes to VS2005 build, removed framework 1.1 references from build file

./AdoJobStore/StdAdoDelegate.cs 306 history download (+1 -1) diffs

… 3 more files in changeset.
305 by lahma on 08 November 2008, 15:41:49 -0600 (1 month 29 days ago) Make Review Some more cleanup

./AdoJobStore/StdAdoDelegate.cs 305 history download (+4 -2) diffs

./DirectSchedulerFactory.cs 305 history download (+1 -1) diffs

./AdoJobStore/JobStoreSupport.cs 305 history download (+7 -2) diffs

./StdSchedulerFactory.cs 305 history download (+3 -4) diffs

… 23 more files in changeset.
304 by lahma on 08 November 2008, 08:48:01 -0600 (1 month 29 days ago) Make Review Removed Framework 1.x support, change to generics first version

./SchedulerRepository.cs 304 history download (+10 -12) diffs

./DirectSchedulerFactory.cs 304 history download (+6 -7) diffs

./Calendar/AnnualCalendar.cs 304 history download (+130 -121) diffs

./RemoteScheduler.cs 304 history download (+9 -16) diffs

./AdoJobStore/DBSemaphore.cs 304 history download (+5 -4) diffs

… 113 more files in changeset.
288 by lahma on 15 October 2008, 23:34:19 -0500 (2 months 23 days ago) Make Review QRTZNET-132: NullReferenceException when computing next fire time for misfired triggers

./AdoJobStore/JobStoreSupport.cs 288 history download (+3 -2) diffs

… 1 more file in changeset.
287 by lahma on 15 October 2008, 23:29:19 -0500 (2 months 23 days ago) Make Review Avoid possible NPE when there is no next fire time

./AdoJobStore/StdAdoDelegate.cs 287 history download (+9 -1) diffs

282 by lahma on 08 October 2008, 06:32:07 -0500 (3 months ago) Make Review QRTZNET-129: Support for connectionStrings section in App.config

./StdSchedulerFactory.cs 282 history download (+16 -0) diffs

280 by lahma on 07 October 2008, 04:01:12 -0500 (3 months 1 day ago) Make Review Update exception message to follow Java Quartz

./AdoJobStore/JobStoreSupport.cs 280 history download (+2 -6) diffs

275 by lahma on 01 October 2008, 19:29:43 -0500 (3 months 6 days ago) Make Review QRTZNET-128, RemoteScheduler does not delegate IsJobGroupPaused and IsTriggerGroupPaused to remote scheduler

./RemoteScheduler.cs 275 history download (+4 -4) diffs

264 by lahma on 06 September 2008, 03:16:35 -0500 (4 months 2 days ago) Make Review QRTZNET-122: Triggering a job remotely often does not fire the job

./AdoJobStore/JobStoreSupport.cs 264 history download (+6 -0) diffs

… 3 more files in changeset.
259 by lahma on 24 August 2008, 04:56:45 -0500 (4 months 15 days ago) Make Review Documentation fixes

./AdoJobStore/JobStoreCMT.cs 259 history download (+2 -3) diffs

./AdoJobStore/StdAdoDelegate.cs 259 history download (+38 -53) diffs

./RemoteScheduler.cs 259 history download (+2 -2) diffs

./AdoJobStore/IDriverDelegate.cs 259 history download (+32 -33) diffs

./AdoJobStore/JobStoreTX.cs 259 history download (+2 -2) diffs

… 11 more files in changeset.
251 by lahma on 19 August 2008, 01:49:55 -0500 (4 months 20 days ago) Make Review Synchronizing with Java Quartz

./AdoJobStore/JobStoreSupport.cs 251 history download (+1 -0) diffs

./Calendar/AnnualCalendar.cs 251 history download (+6 -0) diffs

./AdoJobStore/Common/dbproviders.properties 251 history download (+8 -8) diffs

… 3 more files in changeset.
246 by lahma on 05 August 2008, 13:28:32 -0500 (5 months 2 days ago) Make Review Changed StartDelayed to use TimeSpan instead of int

./RemoteScheduler.cs 246 history download (+2 -2) diffs

./StdScheduler.cs 246 history download (+2 -2) diffs

… 4 more files in changeset.
245 by lahma on 05 August 2008, 09:51:59 -0500 (5 months 2 days ago) Make Review Replaced ints and longs with TimeSpan where suitable, some little cleanup

./AdoJobStore/StdAdoDelegate.cs 245 history download (+6 -6) diffs

./DirectSchedulerFactory.cs 245 history download (+7 -7) diffs

./AdoJobStore/JobStoreSupport.cs 245 history download (+32 -29) diffs

./AdoJobStore/FiredTriggerRecord.cs 245 history download (+2 -5) diffs

./AdoJobStore/IDriverDelegate.cs 245 history download (+1 -1) diffs

… 31 more files in changeset.
244 by lahma on 01 August 2008, 05:05:58 -0500 (5 months 7 days ago) Make Review Bringing JobStoreCMT to allow integration with externally handled transactions

./AdoJobStore/JobStoreCMT.cs 244 history download (+154) new

./AdoJobStore/JobStoreSupport.cs 244 history download (+7 -3) diffs

… 1 more file in changeset.
243 by lahma on 31 July 2008, 15:32:52 -0500 (5 months 7 days ago) Make Review Paying some documentations debt, some error checking

./AdoJobStore/IDriverDelegate.cs 243 history download (+8 -8) diffs

./AdoJobStore/JobStoreTX.cs 243 history download (+24 -28) diffs

./AdoJobStore/StdAdoDelegate.cs 243 history download (+1 -1) diffs

./AdoJobStore/JobStoreSupport.cs 243 history download (+464 -672) diffs

./AdoJobStore/AdoConstants.cs 243 history download (+1 -1) diffs

… 6 more files in changeset.
240 by lahma on 27 July 2008, 11:52:51 -0500 (5 months 11 days ago) Make Review Update assembly version numbers to current builds in dbproviders.properties, QRTZNET-76

./AdoJobStore/Common/dbproviders.properties 240 history download (+58 -57) diffs

233 by lahma on 14 May 2008, 11:30:42 -0500 (7 months ago) Make Review Initial Framework 3.5 build support, TimeZoneInfo used instead of TimeZone

./AdoJobStore/StdAdoDelegate.cs 233 history download (+8 -4) diffs

./Calendar/BaseCalendar.cs 233 history download (+16 -10) diffs

./Calendar/HolidayCalendar.cs 233 history download (+5 -1) diffs

./Calendar/AnnualCalendar.cs 233 history download (+13 -1) diffs

./Calendar/MonthlyCalendar.cs 233 history download (+11 -3) diffs

… 19 more files in changeset.
231 by lahma on 07 May 2008, 13:38:47 -0500 (8 months ago) Make Review QRTZNET-111, Change quartz.properties to quartz.config for safer usage in ASP.NET applications

./StdSchedulerFactory.cs 231 history download (+6 -3) diffs

… 10 more files in changeset.
228 by lahma on 05 May 2008, 02:25:18 -0500 (8 months ago) Make Review Fixing issues with release build not working

./AdoJobStore/JobStoreSupport.cs 228 history download (+7 -4) diffs

./DirectSchedulerFactory.cs 228 history download (+2 -0) diffs

./Calendar/CronCalendar.cs 228 history download (+1 -0) diffs

… 8 more files in changeset.
224 by lahma on 29 April 2008, 14:46:30 -0500 (8 months ago) Make Review QRTZNET-110, Scheduling change causes a paused/blocked scheduler to do unnecessary trigger release

./AdoJobStore/JobStoreSupport.cs 224 history download (+23 -10) diffs

… 6 more files in changeset.
223 by lahma on 29 April 2008, 13:01:28 -0500 (8 months ago) Make Review QRTZNET-74, Add SQLite database script to distribution

./AdoJobStore/Common/dbproviders.properties 223 history download (+15 -0) diffs

… 2 more files in changeset.
217 by lahma on 21 April 2008, 10:42:20 -0500 (8 months ago) Make Review Fixed wrong log message

./StdSchedulerFactory.cs 217 history download (+1 -1) diffs

216 by lahma on 21 April 2008, 10:38:23 -0500 (8 months ago) Make Review QRTZNET-108, Support for reading configuration from properties file

./StdSchedulerFactory.cs 216 history download (+23 -0) diffs

… 1 more file in changeset.
208 by lahma on 31 March 2008, 05:04:53 -0500 (9 months ago) Make Review Make SetTimeRange() methods  public in DailyCalendar, QRTZNET-100

./Calendar/DailyCalendar.cs 208 history download (+4 -4) diffs

207 by lahma on 31 March 2008, 05:00:35 -0500 (9 months ago) Make Review The query SelectNextTriggerToAcquire is incorrect for certain SQL servers, QRTZNET-99

./AdoJobStore/StdAdoConstants.cs 207 history download (+4 -2) diffs

206 by lahma on 31 March 2008, 04:51:55 -0500 (9 months ago) Make Review Introduce mechanism for delaying the start-up of the scheduler, QRTZNET-98

./RemoteScheduler.cs 206 history download (+15 -0) diffs

./StdScheduler.cs 206 history download (+7 -1) diffs

… 4 more files in changeset.
195 by lahma on 24 February 2008, 05:34:39 -0600 (10 months ago) Make Review AdoJobStore calendar update fails because of an already open DataReader, QRTZNET-93

./AdoJobStore/StdAdoDelegate.cs 195 history download (+6 -3) diffs

186 by lahma on 09 January 2008, 13:39:49 -0600 (11 months ago) Make Review StdAdoDelegate works incorrectly when Trigger is not found from database, QRTZNET-86

./AdoJobStore/StdAdoDelegate.cs 186 history download (+123 -121) diffs

… 1 more file in changeset.
184 by lahma on 07 January 2008, 16:42:01 -0600 (12 months ago) Make Review Quartz's exceptions are not properly serializable when using remoting, QRTZNET-84

./AdoJobStore/InvalidConfigurationException.cs 184 history download (+15 -1) diffs

./AdoJobStore/NoSuchDelegateException.cs 184 history download (+14 -0) diffs

./AdoJobStore/LockException.cs 184 history download (+14 -1) diffs

… 7 more files in changeset.
180 by lahma on 26 December 2007, 12:15:06 -0600 (12 months ago) Make Review MonthlyCalendar GetNextIncludedTime: infinite loop if included date > 7, QRTZNET-80

./Calendar/MonthlyCalendar.cs 180 history download (+1 -1) diffs

… 1 more file in changeset.
earlier earlier | later later
Crucible: Open Source License registered to Atlassian.
Version 1.6.5.a is available.
Atlassian FishEye, Subversion analysis. (Version:1.6.3 Build:build-337 2008-11-04) - Administration - Page generated 2009-01-08 07:03 -0600