Colin Kuskie
9cb3b26984
remove debug code from VersionTag
2008-06-12 17:44:29 +00:00
Colin Kuskie
b09009c252
use exists instead of iterating over all keys and doing string comparisons
2008-06-12 17:41:53 +00:00
Colin Kuskie
70e50ca329
revert the patch that checked spectre and canceled the commit if it could not talk to it
2008-06-05 04:37:04 +00:00
Frank Dillon
9d7adffefc
Added Changes to allow start/end times to be set for version tags
2008-05-31 01:12:38 +00:00
Doug Bell
ab0b1b2200
- add: Move revisions from one version tag to another
...
- add: Delete multiple revisions from a version tag at the same time
- add: Approval activities now have a better parent class and more
flexibility (multiple groups to approve, do on approve)
- fix: weirdness in upgrade file
2008-05-20 03:10:50 +00:00
JT Smith
01d9af6222
The concept of "realtime" workflow has been eliminated. Instead all workflows are now realtime (synchronous), and roll over to be asynchronous if they cannot complete succesfully and immediately.
2008-05-03 05:38:13 +00:00
Colin Kuskie
a21e710c72
um, add enough POD to by syntactically correct
2008-02-09 22:52:31 +00:00
Graham Knop
fb81012d1a
fix rolling back version tags with an asset with a later revisionDate than a child
2008-02-08 02:10:46 +00:00
JT Smith
93b5ca16e4
updating copyright year
2008-02-07 23:28:18 +00:00
JT Smith
fa09c41598
replaced return; with return undef;
2008-01-24 21:58:15 +00:00
Colin Kuskie
96178fd70c
first round of Perl::Critic cleanups. Do not use return undef, use a bare return instead
2007-12-05 00:30:43 +00:00
JT Smith
350d7f6e01
- api: You may now use a displayOnly attribute in your asset properties list
...
that will display a field, but is not settable via the update() method.
- api: You may now use a customDrawMethod attribute in your asset properties
list that will enable you to add custom display options for that fields when
the edit form is automatically generated.
- Added file attachments to the Wiki.
- Added a new attachments form control.
- Added a form control skeleton.
2007-07-25 22:22:49 +00:00
JT Smith
9233864868
my sneaky trick didn't work
2007-07-24 20:54:02 +00:00
JT Smith
a7dde82421
updated copyright
2007-07-01 16:09:42 +00:00
JT Smith
3259da6750
- Added a realtime workflow option for content publishing.
...
- Added switches to auto request commit operations and skip adding comments.
2007-05-30 16:07:43 +00:00
Colin Kuskie
ec1d8dc2d1
Pre-work for DataForm bug fix.
...
Added POD to VersionTag.pm showing some of the properties that can be gotten via get.
2007-05-01 21:18:21 +00:00
JT Smith
fc2086e10a
- Added better error handling for asset instanciation in version tags.
2007-04-17 18:43:07 +00:00
JT Smith
a0a055296b
fix: Closed Posts Displaying in CS
2007-01-05 15:52:25 +00:00
JT Smith
282e1caacd
- Made a change to version tag commits to deal with unusually long commit
...
times.
2006-11-09 20:57:53 +00:00
JT Smith
0e7711c279
fixing a little problem i created yesterday
2006-11-08 18:53:51 +00:00
JT Smith
9791c99d3b
Uncommitted Collaborations and adding threads
2006-11-07 23:46:19 +00:00
JT Smith
6c24ea7aeb
- Fixed a bug that caused workflows to fail if collaboration systems and
...
posts for that CS were in the same version tag at commit time.
2006-10-19 16:36:59 +00:00
JT Smith
51280b0b38
Rearranged the autotag name creation to be easier to read.
2006-10-02 17:29:00 +00:00
JT Smith
3f45819b49
fixed a bug that would only happen when you tried to deploy a package that contained collaboration systems with posts
2006-09-22 18:09:08 +00:00
JT Smith
b81d7cd974
fixed a typo in pod
2006-09-21 00:22:59 +00:00
Colin Kuskie
00de81868b
Two bugs in rollback.
...
The check for rolling back the pbversion0000000000001 tag wouldn't log any
errors because it was after the return 0 statement.
If a set of assets that were programmatically generated were rolled
back, and the assets had a parent child relationship then there's
a race condition that could cause the parent to be purged before
child. Since purging the parent _also_ purges the child, the system
would try to purge the child twice and this causes a fatal error.
Programmatically generating the assets causes their revisionDates
to be the same, and that causes the return order of the assets to
be uncertain.
The solution is to generate the list of assets to be rolled back
by revisionDate _AND_ lineage. This guarantees that children are
purged first.
This bug was exposed in t/Macro/RootTitle.t However, the bug
seems to be system dependent since the revisionDate depends on how
fast the system can create assets.
2006-07-28 23:40:06 +00:00
JT Smith
03b4b0ed33
- fix: Head Block in styles
...
- fix: select assetVersionTag
- fix: Infinite recursion
- fix: assetUiLevel override broken
- fix: Indexing files failes (derck)
- fix: Unable to approve New listings on Matrix
2006-07-25 17:15:57 +00:00
JT Smith
19e4da7a92
collaboration system posts now work fully with the workflow engine, including the approval denial process
2006-03-30 23:43:32 +00:00
JT Smith
299dd5aa09
converted cs to use workflow engine for moderation
2006-03-30 03:52:18 +00:00
JT Smith
611323e8a8
more bug fixes
2006-03-24 17:31:57 +00:00
JT Smith
985417afd3
a bunch of bug fixes and tweaks related to workflow/versioning
2006-03-23 16:56:08 +00:00
JT Smith
eef3a0b654
getting closer to having approvals work
2006-03-23 00:01:35 +00:00
JT Smith
ccf1b3633f
workflows now run, but with errors, must fix that next
2006-03-18 17:40:49 +00:00
JT Smith
11cc18a5c3
mostly working workflow
2006-03-17 23:13:27 +00:00
Colin Kuskie
528d0deaa5
bad stow methods fixed
2006-03-17 19:06:12 +00:00
JT Smith
ac1a9c7eae
added status return codes to activities, and fixed a problem with workflow parameters
2006-03-16 22:01:39 +00:00
JT Smith
feda6700e0
added commit comments
2006-03-16 18:51:49 +00:00
JT Smith
cba26ecc0c
converting versioning to use workflow
2006-03-14 17:46:32 +00:00
JT Smith
dfd2c8f0fa
- Refactored admin bar to be more dynamic.
...
- Added version tags menu to admin bar.
2006-03-02 20:39:04 +00:00
JT Smith
103969816e
removed start/end dates from assets in favor of workflows that can do the same thing only better
2006-03-01 18:02:36 +00:00
JT Smith
eea0cc0569
miscellaneous stuff i've forgotten to check in
2006-02-26 19:02:10 +00:00