Commit graph

55 commits

Author SHA1 Message Date
Colin Kuskie
6f368127be Update POD with new options. 2009-03-27 21:33:14 +00:00
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +00:00
Colin Kuskie
911e30c43c Prevent an imported package from changing the a current asset's status from pending to anything else. 2009-02-06 18:58:10 +00:00
Colin Kuskie
1c8dbfe5b4 fix POD related to asset mixin classes, Asset*.pm 2008-11-24 22:22:39 +00:00
Graham Knop
d9c1f88eab cleaning up some imports 2008-11-24 04:00:46 +00:00
Colin Kuskie
9110697a3a Forward porting fix for returning to the asset manager after deploying a package. 2008-11-24 02:23:12 +00:00
Graham Knop
26790fd1dd fix some issues with autocommit 2008-10-23 10:20:53 +00:00
Graham Knop
99a9da626d rfe #640: Refactored autocommit and autocomment
Autocommit assets like CS posts or Calendar Events can now be added before the
parent is committed.  They will go into the same version tag as their parent.
2008-10-22 16:04:10 +00:00
Graham Knop
79e88a867a rfe: let package import inherit permissions 2008-09-16 21:34:40 +00:00
Graham Knop
b2e846bbcf fixed: packages don't include archived assets 2008-08-15 19:39:44 +00:00
Graham Knop
c3cb1c05c3 allow anyone who can edit to export any asset as a package 2008-07-09 20:50:53 +00:00
Graham Knop
5d597b709c fixed: Package search is slow for large websites 2008-04-15 22:36:44 +00:00
Graham Knop
9ed284beec use UTF8 JSON encoding and decoding universally
fixed: Import/Export of packages with international text is broken
2008-04-01 14:42:20 +00:00
Graham Knop
d3b85ef723 fixed: errors on package importing are always reported as corrupted packages 2008-03-20 22:30:36 +00:00
Graham Knop
48d5d544eb fixed: Importing a package can break when updating a pending asset 2008-03-20 21:10:35 +00:00
Graham Knop
f22646625b package importing fixes 2008-02-08 00:00:13 +00:00
JT Smith
93b5ca16e4 updating copyright year 2008-02-07 23:28:18 +00:00
Doug Bell
439fbce173 fix: importPackage now allows you to skip site's autocommit settings. This is necessary for upgrades.
Upgrades were fixed to use the new options
2008-02-07 22:43:05 +00:00
JT Smith
34fd8c9245 updated webgui to run with Config::JSON 2.04 2008-01-25 05:10:33 +00:00
JT Smith
fb434a8b3a fix: content handler and redirects 2008-01-25 01:36:14 +00:00
JT Smith
fa09c41598 replaced return; with return undef; 2008-01-24 21:58:15 +00:00
Doug Bell
ffa90c5fbd fix: 7.5.0 time tracker templates were corrupt, now fixed.
fix: AssetPackage www_importPackage would give an error message about package being corrupt, but the package would import correctly. No longer gives error message.
2008-01-24 20:31:23 +00:00
Doug Bell
c6106634fe Removed old .tmpl files from upgrades. All upgrade collateral must now be in .wgpkg packages 2008-01-04 20:53:06 +00:00
Doug Bell
30f22c9b7a fixed some bugs in URL/Content handlers. fixed some bugs in Gallery. 2007-12-18 15:38:06 +00:00
Doug Bell
5222ad6be1 merged with SVN HEAD 2007-12-18 12:22:37 +00:00
Doug Bell
82e9bf8448 Finished? Ready for merge at least. 2007-12-17 22:22:06 +00:00
Doug Bell
d0a97d0bff fix: Import Package does nothing when re-importing trashed package 2007-12-13 16:19:59 +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
Martin Kamerbeek
1b0a0a477c fix: Made it possible to import exported collateral asset data 2007-09-18 21:31:24 +00:00
Graham Knop
0a829e5da7 importing a package didn't follow auto commit settings 2007-09-07 18:55:56 +00:00
Graham Knop
eaf0a55ec1 fix package importing 2007-09-07 15:15:16 +00:00
JT Smith
a7dde82421 updated copyright 2007-07-01 16:09:42 +00:00
Colin Kuskie
8bd9f14a3f Forward port of import log false error fixes. 2007-06-29 23:08:26 +00:00
Graham Knop
23a73e8862 fix: Importing a package that includes a CS generates multiple version tags 2007-05-23 00:11:57 +00:00
Colin Kuskie
d32e127e8d remove Data::Dumper 2007-03-01 00:16:44 +00:00
Colin Kuskie
218415ad27 fix generic package uploading 2007-02-27 19:05:45 +00:00
Colin Kuskie
ab6d0d2ce6 fix for file uploading problems in File, Image, FilePile, Graphics (font) and FormHelper 2007-02-16 22:31:53 +00:00
Colin Kuskie
3625526909 fix package double import problem 2007-01-30 04:31:36 +00:00
JT Smith
aeba6ec83c merging 7.1.4 changes 2006-11-03 04:36:13 +00:00
JT Smith
7571dbca39 merging 7.1.3 fixes 2006-11-02 00:21:58 +00:00
Drake
c438d55310 Normalized signature of Asset::duplicate. This involved going through
existing overrides and callers for that method and making sure they followed
the correct signature.  Various related cleanups.

This should fix those bugs with collaboration systems refusing to be copied
or deployed as packages.
2006-09-23 01:33:46 +00:00
Roy Johnson
7de1fcfcc2 fix - packages don't take on new pages style when deployed 2006-06-21 21:56:55 +00:00
JT Smith
d24ac0b273 fixing a problem with hex and JSON
gettign rid of the migration.txt script, because it's now published on the site instead since all changes are complete
2006-05-03 00:11:54 +00:00
JT Smith
ab4e801bfe got the tree following to work 2006-04-13 21:40:40 +00:00
JT Smith
e262da13f8 files (and subclasses) and posts (and threads) can now export attachments in packages
fixed a couple of bugs
added some error handling and corruption detection
2006-04-13 18:34:35 +00:00
JT Smith
e2109910fd holy crap it actually works!!! import/export of themes base system is complete.
fixed some chunking related bugs in Session/Style
fixed other misc bugs
2006-04-13 03:31:39 +00:00
kenperl
65cfad4096 fix Global symbol %session requires explicit package name at WebGUI/lib/WebGUI/AssetPackage.pm line 87 and the WebGUI::Grouping::isInGroup('4') reference. 2006-02-24 07:42:08 +00:00
Roy Johnson
3530c41e7d Merging 6.8.7 security fixes 2006-02-23 02:40:58 +00:00
JT Smith
a194408513 changing copyright year 2006-01-09 23:51:04 +00:00
JT Smith
d470a7cdd4 more session related changes 2006-01-09 20:43:02 +00:00