Colin Kuskie
d168c809da
forward porting url extension bugfix from branch
2007-12-12 05:32:28 +00:00
Colin Kuskie
afcc90b130
Documented a regexp in Session/Url.pm
...
Add passthruUrls to the list of URLs that are changed by fixUrl.
Wrote a bunch of POD for fixUrl
Changed the regular expressions related to badUrl so they don't need to copy the data. This
will speed them up.
Fixed a bug where trailing slashes would defeat the badUrl check.
Re-indented according to WGBP.
Added tests to cover all of the changes.
2007-12-11 22:51:31 +00:00
Colin Kuskie
ac6651cdcd
forward porting fixUrl bugfix and test
2007-12-11 16:40:05 +00:00
Doug Bell
f966bc572a
fix: Auto Request Commit setting creates extra version tag if asset is commited by another process
2007-12-07 23:02:55 +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
Colin Kuskie
256b52a0d7
Final state and status fixes.
...
In these three files, any check for status=archived was removed, since
in each case it is possible that the Asset may want to be viewable
when it is archived, like Files, Posts, etc.
Updated Session/Url.t to remove tests for status=archived.
2007-11-22 18:46:17 +00:00
Graham Knop
20e496d002
fix broken SSL redirection
2007-11-13 18:25:26 +00:00
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