Commit graph

409 commits

Author SHA1 Message Date
Graham Knop
183242a6ce fix automatic module loading 2007-10-04 18:29:51 +00:00
JT Smith
978be4dc47 fix: Can't add assets when not using preload.perl. 2007-10-04 16:03:45 +00:00
Graham Knop
f8781fede9 setHelp not used anymore, clean up tests 2007-09-21 02:30:12 +00:00
JT Smith
e9a0c29618 rfe: search assets on class without keywords 2007-09-17 23:46:40 +00:00
Doug Bell
adddef9e93 fix: DataForm doesn't show a link to view the entries to those users who can view the entries 2007-09-07 20:23:05 +00:00
JT Smith
2b4f4e8120 API error - definition 2007-09-07 17:59:18 +00:00
Graham Knop
28c30cc5c1 make asset panel obey ui levels 2007-08-24 06:41:47 +00:00
JT Smith
2879033a8d TagCloud (Keywords.pm) 2007-08-14 19:42:11 +00:00
Graham Knop
714757158b Added export to context menu in asset manager 2007-08-14 15:10:50 +00:00
JT Smith
1e9e4d810f fix: purge old asset revisions could purge the most recent revision if the
database had some referential integrity probems
2007-07-30 18:41:39 +00:00
JT Smith
40a4c3c487 fixing bugs reported by tests 2007-07-29 21:26:35 +00:00
JT Smith
66e4b82f8a - Added new registration search and management interface to the EMS.
- Added badge printing support to the EMS.
2007-07-29 16:08:19 +00:00
JT Smith
3affd7add4 Color coded most buttons, green for proceed and red for go back. 2007-07-27 03:50:19 +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
2082506efb Added Site Starter to WebGUI Initial Configuration. 2007-07-23 19:44:05 +00:00
Colin Kuskie
7018d38f15 Refactor out the Wobject level www_edit code that switches between Add Wobject and
Edit Wobject into an Asset level method.  Convert Wobject.pm and Snippet.pm to use it.
Build a very bare bones test method for it.
2007-07-20 23:04:43 +00:00
JT Smith
6524a3c815 Asset properties that have default values are now enforced by the API as they always have been by the user interface. 2007-07-19 23:08:02 +00:00
James Tolley
f33e7533f4 copy asset pop-up menu 2007-07-11 00:07:17 +00:00
James Tolley
de4da68884 put the unsubscribe link in the CS notification template 2007-07-10 21:39:11 +00:00
JT Smith
f36ba1b268 - Added keyword tagging to Wiki. 2007-07-07 21:09:39 +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
Colin Kuskie
c615268d94 fix a bug with the new assetDbProperties method. It used the wrong class 2007-07-01 05:15:53 +00:00
Colin Kuskie
8bd9f14a3f Forward port of import log false error fixes. 2007-06-29 23:08:26 +00:00
JT Smith
9248570f79 Added Newsletter Asset (Funded by United Knowledge) 2007-06-16 19:33:12 +00:00
Colin Kuskie
e3092f0aa8 Fixed a bug where due to the lack of a cached Storage object,
the assetSize in the db was set wrong.  This happened when a File/Image
was added, and when it is committed. Editing the Asset would fix it, but
once it was committed, the files in the Storage area were not added.

List of Changes:
1) Removed setSize from File/Image.pm. It can inherit from File.
2) In Asset::File::processPropertiesFromFormPost, set _storageLocation to the Storage
   object.  Remove the call to setSize since it's done in ->update
3) In Asset::File::setSize, fetch the current storage object via getStorageLocation.
4) In Asset::File::update, move the call to update after the filesystem work.  This
   way changes in the size of the permissions file get accounted for.
5) In Asset::update, call setSize after all changes, regardless of whether or not
   properties have changed.
6) In Asset::setSize, refactor out the size calculation and update $self's properties
   cache so that long running scripts have the right size.
2007-06-13 23:06:44 +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
Graham Knop
69a7126787 Don't reject built in groups when changing permissions. 2007-05-08 17:38:23 +00:00
JT Smith
bca9af757d Incomplete Form data on Asset Edit causes asset to be unaccessible 2007-05-02 21:18:29 +00:00
Colin Kuskie
5247aa80f2 Fixed a typo in the POD for Asset.pm
Fixed a bug in the Help related to HTML::Template v2.9.  It does
not like variables with empty string names.
2007-05-02 14:50:30 +00:00
Colin Kuskie
8b7bafe1ae fix for editing interfaces to Assets that still display an edit button even if the Asset is edit locked. 2007-04-29 03:16:13 +00:00
JT Smith
1c4f84ab13 Added better error handling in asset instanciation. 2007-04-19 03:36:50 +00:00
Colin Kuskie
268b56b079 getValue does not look at form values 2007-04-05 03:34:28 +00:00
JT Smith
cc569b1b4d - URLs that would have been created like page.html/article.html are now
created like page/article.html to make them look more realistic.
2007-03-08 19:31:08 +00:00
Colin Kuskie
4469301092 Based on SVN history, put the behavior of the SQL back and fixed the POD and
the tests.
2007-02-25 06:20:54 +00:00
Colin Kuskie
5a379fe91e Add tests for urlExists and fix bugs in the method. It now handles
placeholders correctly and does exactly what the POD says, assetId
requires that the url be with that assetId, rather than not in that
assetId.
2007-02-25 06:18:15 +00:00
JT Smith
0b6c500a16 made the options in urlExists a hashref for future expandability 2007-02-24 17:16:18 +00:00
JT Smith
480cb392eb added a urlExists method which is shared between fixUrl() and the fileImport script 2007-02-24 16:56:45 +00:00
JT Smith
e594cb3d6c - Fixed a problem where you couldn't upgrade directly to 7.3.9 from versions
earlier than 7.3.8.
2007-02-15 23:27:09 +00:00
Frank Dillon
bca4e95cc2 added skipNotification flag to assetData 2007-02-02 21:24:05 +00:00
Colin Kuskie
687d439c79 fix for creating prototype assets without privileges 2007-02-01 16:29:32 +00:00
JT Smith
b92da4afab Asset->get should return a copy of the properties hashref 2007-01-29 17:53:56 +00:00
JT Smith
b319535fd1 - Added a attachment_thumbnail option to the CS RSS feed. 2007-01-25 17:14:25 +00:00
JT Smith
e42a744ed9 - fix: XSS Vulnerability in WikiPage titles
- Depricated the random array function in WebGUI::Utility in favor of 
   List::Utils per the WebGUI Best Practices.
2007-01-17 05:23:03 +00:00
Colin Kuskie
93288c8332 Huge amount of ISA work for Assets (as opposed to Wobjects).
Bug fix for toolbar button rows that do not go away when all buttons
are deselected.
2006-12-23 23:58:51 +00:00
Doug Bell
eba97cbde6 kludgy fix: Cannot manageAssets for a Collaboration System with locked Threads 2006-12-14 17:50:21 +00:00
JT Smith
430583ef1c fixed a couple of bugs with the new autocommit functionality for cs posts and the like 2006-12-07 00:17:54 +00:00
JT Smith
6307e4a724 new rfe 2006-12-06 19:44:24 +00:00
JT Smith
eb580be7f1 removing the autocommit jury rig that posts and wikipage's were using 2006-12-06 17:35:36 +00:00
Colin Kuskie
0db2156374 Removed /x from ErrorHandler HTML reformatting since it doesn't use embedded whitespace or comments.
Fixed a typo in the Macro_r_printable where an ending bold tag was dropped.
Add some POD to Asset.pm talking about variables that are added when
processTemplate is called.
More ISA work in the Help system.
2006-11-28 19:20:04 +00:00