Colin Kuskie
|
b866601efa
|
Fix the number of tests in Story.t, Test::Harness 3.x cannot come quickly enough.
|
2011-05-31 15:38:01 -07:00 |
|
Colin Kuskie
|
ab1b6aa4fd
|
Fix photo JSON handling in the story, where the data is cached incorrectly. Fixes bug #12136
|
2011-05-31 15:16:02 -07:00 |
|
Colin Kuskie
|
d796412469
|
Update Asset/Story.t for changes to exportGetRelatedAssetIds now exporting the container as well.
|
2011-05-16 21:32:48 -07:00 |
|
Paul Driver
|
f8021c3d3d
|
rfe #12093: Remotely stored photos for Story assets
|
2011-04-05 15:16:45 -05:00 |
|
Paul Driver
|
76e9693f4b
|
Export related assets
|
2011-04-04 18:47:37 -05:00 |
|
Colin Kuskie
|
bb584ec910
|
Fix stories linking to keyword pages after export. Fixes bug #12035.
|
2011-02-08 19:11:32 -08:00 |
|
Colin Kuskie
|
b7ba9f2118
|
Fix problems with the Story Archive leaking version tags when it is not committed. Fixes bug #11678
|
2010-06-23 14:12:42 -07:00 |
|
Graham Knop
|
b832deecd1
|
convert all cleanup methods to addToCleanup
|
2010-06-10 10:09:53 -05:00 |
|
Colin Kuskie
|
1770e3945c
|
END block cleanups.
|
2010-06-08 08:39:43 -07:00 |
|
Colin Kuskie
|
c9dc084ed6
|
Stories have to pass along absolute links in their RSS feeds. Fixes bug #11606
|
2010-06-07 11:44:30 -07:00 |
|
Colin Kuskie
|
7a1487be55
|
Added GUID and pubDate entries to Stories. Updated tests. Fixes bug #11580
|
2010-05-25 11:42:38 -07:00 |
|
Colin Kuskie
|
08f6bd8b58
|
Fix description field of the Story RSS feed. Fixes bug #11112
|
2009-10-11 19:03:55 -07:00 |
|
Graham Knop
|
67b729fee0
|
use note instead of diag in tests for non-error debug output
|
2009-09-23 08:29:05 -05:00 |
|
Colin Kuskie
|
92815bb75d
|
Change www_delete and www_cut to use either the container, or the parent
as the asset to return the user to after their actions.
Subclass getContainer in the Story, and alias it to getArchive.
Fixes bug 10657.
|
2009-08-14 19:43:14 +00:00 |
|
Colin Kuskie
|
4226ef211f
|
Remove autocommit from addRev in Story, because it committed the
story before the keywords were set, which messed up searching.
Adjust tests to request autocommit on all submitted stories.
|
2009-07-24 17:26:50 +00:00 |
|
Colin Kuskie
|
1c40934876
|
Fix a typo in the story link back to the archive, to limit display to only 1 keyword.
|
2009-07-16 03:10:27 +00:00 |
|
Colin Kuskie
|
a4be42a7ce
|
Fix bugs with resizing photos on upload.
|
2009-06-23 00:07:16 +00:00 |
|
Colin Kuskie
|
83497b773e
|
Fix Story permissions so that admin need not be turned on.
canEdit is now determined by the Story and the parent StoryArchive.
With tests, and template changes.
|
2009-05-28 04:15:50 +00:00 |
|
Colin Kuskie
|
4768a8687e
|
Add storage locations to package data for a Story. With tests.
|
2009-04-13 17:56:44 +00:00 |
|
Colin Kuskie
|
314a12def2
|
Add an autoclean-up method to WebGUI::Test, and convert the Story test
to use it.
|
2009-04-13 17:33:42 +00:00 |
|
Colin Kuskie
|
fa2e5c2c90
|
Add valid storageId checks for duplication, since '' ne storageId.
|
2009-04-13 16:38:26 +00:00 |
|
Colin Kuskie
|
5729a40ab2
|
Add tests that _really_ check for duplicated storage locations.
|
2009-04-13 16:36:37 +00:00 |
|
Colin Kuskie
|
ec4713855a
|
Convert Story asset to use Class::C3 properly.
Add a method to duplicate the photo collateral JSON data, with tests.
Make addRevision and duplicate use that method.
|
2009-04-13 16:33:24 +00:00 |
|
Colin Kuskie
|
9ccdd08a01
|
Add tests for title vs headline in RSS.
|
2009-04-09 14:52:54 +00:00 |
|
Colin Kuskie
|
3853e4dd02
|
Add a method to return RSS data for a Story, with tests.
|
2009-04-08 22:28:59 +00:00 |
|
Colin Kuskie
|
cecfff40fe
|
Update Story to use awesome new Keywords
|
2009-04-08 16:41:51 +00:00 |
|
Colin Kuskie
|
8b071cb892
|
Add template variables for determining if a story has photos, and how many it has.
Tests, help, i18n.
|
2009-03-23 15:08:54 +00:00 |
|
Colin Kuskie
|
c8da6cfe26
|
Fix a bug where the cached data structure was not deleted.
Add template variables for showing the uploaded photos.
Add tests for the template variables.
Add a form field to delete the photo with all data.
|
2009-03-23 05:01:36 +00:00 |
|
Colin Kuskie
|
3d5f5b04c1
|
Rearrange form fields in default edit story template.
Change photo JSON blob to be an array ref, not a hash ref.
Code for saving new photo data.
|
2009-03-20 21:42:47 +00:00 |
|
Colin Kuskie
|
8e7fcd0e6c
|
Remove quotes from Help vars.
Add crumb trail template variables to the Story.
Fix links for keywords in the Story.
|
2009-03-20 03:46:10 +00:00 |
|
Colin Kuskie
|
4867750fd9
|
Beginning of Topic showing an Story.
Story now has a crumb trail. Needs to be added to template vars and to template.
|
2009-03-20 00:08:47 +00:00 |
|
Colin Kuskie
|
9487b7d4ac
|
Complete rework of Story autocommit.
Tests for status of Stories that have been autocommitted.
Keyword search interface with UI and tests.
|
2009-03-09 20:59:28 +00:00 |
|
Colin Kuskie
|
4b1ec30748
|
Formatted duration template variable and method, with tests.
Start writing Story help.
|
2009-03-07 00:01:41 +00:00 |
|
Colin Kuskie
|
5bb4cbf299
|
change names of loops to be _loop vs Loop.
Added keyword loop variable.
Change subtitle to a textarea.
Add tests for Story template variables.
|
2009-03-05 23:43:50 +00:00 |
|
Colin Kuskie
|
426bc41b04
|
Add a getArchive method to the Story. Test it.
Make www_edit work.
|
2009-03-05 01:01:45 +00:00 |
|
Colin Kuskie
|
e5c56dcf70
|
Add JSON handling, and move code form addRevision to update.
|
2009-03-03 00:36:38 +00:00 |
|
Colin Kuskie
|
02dc71055b
|
Story code. Added validParent, storage location code.
|
2009-03-02 20:20:43 +00:00 |
|