Skip to content

Instantly share code, notes, and snippets.

@ayax79
Created February 23, 2012 18:41
Show Gist options
  • Save ayax79/1894277 to your computer and use it in GitHub Desktop.
Save ayax79/1894277 to your computer and use it in GitHub Desktop.
commit e70b63308d85fc5c34ba4e7d7e8d8e04ccc7624e
Author: Kirk Peterson <necrobious@gmail.com>
Date: Tue Feb 21 10:43:28 2012 -0800
#24720:updated JDBCUtils to support Named Parameters, changed descendants functions to better suit Build's needs
.../syncapse/serv/core/system/model/Company.scala | 116 +++++----
.../syncapse/serv/core/system/util/JDBCUtils.scala | 269 ++++++++++++++++++--
.../com/syncapse/serv/thrift/ThriftHelper.scala | 2 +-
.../thrift/company/CompanyGatewayHandler.scala | 4 +-
4 files changed, 305 insertions(+), 86 deletions(-)
commit 3ed9e94683bd1fe344256362e2c18081764ad932
Author: Artie Copeland <artie@saphari.com>
Date: Mon Feb 13 15:12:01 2012 -0800
cleaned up code
...3113021_Migrate_Direct_Response_Templates.scala | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
commit 2c9f28418bae2f37be70c0398df9cbd3302b32b9
Author: Artie Copeland <artie@saphari.com>
Date: Mon Feb 13 14:54:28 2012 -0800
[#24583] - fixed created a new respond direct workflow template for each user -> location pair
...3113021_Migrate_Direct_Response_Templates.scala | 116 ++++++++++++++++++++
1 files changed, 116 insertions(+), 0 deletions(-)
commit 77827e659b06a273f6774f89f402949d21079f6b
Author: Randall Sexton <r.sexton@syncapse.com>
Date: Fri Feb 10 15:13:27 2012 -0800
Redmine Defect #24320: Post Details: When user rejects a post, the 2nd and 3rd steps get inverted; added a bunch of new workflow step states
.../workflow/core/model/WorkflowStep.scala | 23 ++++++++++----
.../syncapse/workflow/engine/WorkflowEngine.scala | 15 ++++++---
.../com/syncapse/serv/thrift/client/Gateway.java | 32 ++++++++++++++++++--
thrift/src/main/thrift/gateway.thrift | 20 ++++++++++--
4 files changed, 72 insertions(+), 18 deletions(-)
commit 4b535a276037c3e05e40c9afdbbb7b3d5c5c84ed
Author: Jack Wright <ayax79@gmail.com>
Date: Wed Feb 8 13:18:07 2012 -0800
#24644; Adding firstname and email search to user picker.
.../serv/admin/rest/UserPickerRestHelper.scala | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
commit c9e45a8f68fbe3fec361c124b07ab06be9e952a4
Author: Ken Brumer <k.brumer@syncapse.com>
Date: Tue Feb 7 16:21:27 2012 -0800
Neutering PasswordManagerSpec. Ugh - should figure out what is going on here.
.../core/system/password/PasswordManagerSpec.scala | 17 +++++++++++++++--
1 files changed, 15 insertions(+), 2 deletions(-)
commit 4c35f9e6d47090aa2e33c61fbdbea7ad2b785421
Author: Alden Brown <a.brown@syncapse.com>
Date: Tue Feb 7 13:34:27 2012 -0800
Defect #24469 - cannot remove a user from a workflow
.../resources/toserve/scripts/syncapse/location.js | 4 +-
.../resources/toserve/scripts/xhtmlized/main.js | 33 +++++++++++---------
2 files changed, 20 insertions(+), 17 deletions(-)
commit 9e3efac2a923180917f45a8c9c8ec3ad299c72f8
Author: Artie Copeland <artie@saphari.com>
Date: Fri Feb 3 17:59:53 2012 -0800
After investigating with Ken it was determined that we should have this constraint because a template should never be added to the journal and active workflows are immutable
...nKey_Constraint_StepId_On_WorkflowJournal.scala | 14 --------------
1 files changed, 0 insertions(+), 14 deletions(-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment