JT Smith
93b5ca16e4
updating copyright year
2008-02-07 23:28:18 +00:00
Graham Knop
29045734e5
fix: No current asset when ending up on Not Found page
2008-01-29 15:43:18 +00:00
JT Smith
fa09c41598
replaced return; with return undef;
2008-01-24 21:58:15 +00:00
Graham Knop
1149fd54ed
merging 7.4 changes
2008-01-23 23:48:35 +00:00
Graham Knop
ba44d57e9f
Merged revisions 5224 via svnmerge from
...
https://svn.webgui.org/plainblack/branch/WebGUI_7.4
........
r5224 | graham | 2008-01-02 16:18:53 -0600 (Wed, 02 Jan 2008) | 1 line
fix: Assets with no committed versions may be left as orphans when parent is purged
........
2008-01-02 22:26:42 +00:00
Doug Bell
5222ad6be1
merged with SVN HEAD
2007-12-18 12:22:37 +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
Doug Bell
5746ded766
Added more tests. Cleaned up the OO of File and Image a bit (removed a healthy bit of unnecessary code from Image). Done with File and Image for the time being...
2007-10-09 07:36:54 +00:00
Doug Bell
f684e728c8
fix: Shortcuts now follow their linked asset when trashing, purging, and restoring from trash
2007-10-05 00:27:14 +00:00
Graham Knop
27b3a4d644
Add indicator to trash and clipboard for assets with children
2007-07-31 16:38:29 +00:00
JT Smith
884953607c
- fix: A bug where it was possible to delete a system page if it were made
...
the child of a non-system page that you had edit rights to.
- api: Added a unified contraints system for the file and image assets.
- fixed several problems with the new attachments control, setup, and tempspace
2007-07-26 16:08:27 +00:00
Colin Kuskie
0ff54153aa
Fix a bug in removing keywords related to assets being purged.
2007-07-11 17:58:09 +00:00
JT Smith
23fa0283b3
- Added keyword tagging api.
2007-07-07 04:37:38 +00:00
JT Smith
a7dde82421
updated copyright
2007-07-01 16:09:42 +00:00
Yung Han Khoe
7a4a0be5d4
fix: Incomplete assets cause manage Trash to fail, added test for valid object creation
2007-02-16 13:52:16 +00:00
JT Smith
3df71a5351
- fix: Direct 6.8.10-7.2+ Upgrade Problem
2007-01-30 20:47:50 +00:00
JT Smith
17238f7d37
fixed my bad
2007-01-26 15:42:27 +00:00
JT Smith
e56bbe371f
- security: A vulnerability was found and fixed this morning that could allow a
...
malicious user to delete assets that they don't have rights to.
2007-01-26 14:54:09 +00:00
Roy Johnson
4215a57fca
Added a stop gap to assetTrash to keep it from dying if someone tries to purge an asset and the object is not defined.
...
Also added a note to gotchas warning that the upgrade can take a very long time.
2006-12-07 04:46:21 +00:00
Drake
aa2327141d
Fix missing require in AssetTrash that was making some tests fail.
2006-11-06 23:49:21 +00:00
Drake
a1120bc987
Add workflow activity, workflow, and hooks for deletion of exported files
...
on asset trash, purge, and changeUrl. This is kind of crufty. :-\
2006-11-03 01:21:50 +00:00
Colin Kuskie
c68fa20512
update POD to reference correct group
2006-07-12 05:31:06 +00:00
JT Smith
5c16bd4d82
fix: Search displays already deleted files
2006-06-23 22:35:16 +00:00
JT Smith
d77c6ed89f
[ 1475220 ] some 6.99 templates have double slashes
2006-04-28 17:21:58 +00:00
JT Smith
24bc7149ca
fixed [ 1412525 ] 6.9: Restore from trash
2006-04-28 15:57:46 +00:00
JT Smith
1efaec679a
more changes for better xhtml compatibility
2006-03-21 23:31:34 +00:00
JT Smith
b55a7252e8
removed border= from image tags
2006-03-21 21:13:36 +00:00
JT Smith
b062e61508
fixed locking bug
2006-03-20 21:53:14 +00:00
JT Smith
73dcd7729a
readded purge option to the trash
2006-02-28 21:39:24 +00:00
JT Smith
6ee05b85af
first round of changes to create the ui for building workflows, more to come
...
a few small bug fixes
2006-02-15 21:23:22 +00:00
JT Smith
18e24618e7
eliminated the purgeBranch method, cuz purge() should always do that anyway.
2006-02-15 04:31:29 +00:00
Matthew Wilson
a6d6d26134
fix.
2006-02-12 16:39:40 +00:00
Matthew Wilson
f033e044a5
rolling back kenperl's wrongness.
2006-02-12 13:58:39 +00:00
kenperl
9b4caeae73
fix syntax error, Global symbol "$asset" requires explicit package name at AssetTrash.pm line 146
2006-02-12 03:39:50 +00:00
Matthew Wilson
d194d3760a
fix [ 1423324 ] Delete locked asset
2006-02-11 17:59:31 +00:00
Matthew Wilson
f64ec77d8a
fixing the ->param ->body distinction issue.
2006-01-23 05:18:54 +00:00
Matthew Wilson
150087f703
lots of operation and auth fixes.
2006-01-19 03:07:34 +00:00
Matthew Wilson
2069da5fdb
tons of bug fixes.
2006-01-18 14:41:12 +00:00
JT Smith
3fd57a3559
more session related bug fixes
2006-01-17 05:36:56 +00:00
Colin Kuskie
25ed7e1527
Update Macro docs to point to where DateTime is now
...
Add session vars to form element calls.
2006-01-17 05:13:48 +00:00
Matthew Wilson
09483e18c5
a ton of $session fixes (thanks to Colin), and a new $session checker, that supposedly, shouldn't be needed now. It can be backed out, however, easily.
2006-01-16 22:45:21 +00:00
JT Smith
b0ffb721b6
more session related bug fixes
2006-01-15 18:34:44 +00:00
Colin Kuskie
62f5ad3ed9
fix typo
2006-01-13 00:39:33 +00:00
Colin Kuskie
01d95a265e
new i18n api requiring $session
2006-01-12 17:49:20 +00:00
JT Smith
c74c1bdcbc
merged WebGUI::Groupings with WebGUI::Group and WebGUI::User
...
changed WebGUI::Group api to work with the new session api
2006-01-11 03:27:07 +00:00
JT Smith
2599a4c853
converting WebGUI::Form API to use new session system
2006-01-10 17:43:38 +00:00
JT Smith
9520b4ce48
migrating datetime api for session
2006-01-10 17:06:41 +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