Patrick Donelan
74d1be7799
fixed #10706 : FriendManager Style/Layout template options
2009-07-28 05:00:09 +00:00
Colin Kuskie
78b53aecc7
Fix a rendering problem in the Product template where images overlap
...
the controls, or brochure, warranty, manual. Also, i18n the word Controls
for admin mode being on.
2009-07-27 21:13:39 +00:00
Colin Kuskie
dd9b46272b
Fix Commit from the Admin Bar. Only seen when there's no autocommit, and comments
...
are disabled. Added a button/form to the subpanel with CSRF.
2009-07-27 20:24:22 +00:00
Colin Kuskie
e8bfd8a0a7
Empty warranty, brochure and manual show empty areas in the Product.
2009-07-27 16:21:04 +00:00
Colin Kuskie
96b26fb099
i18n the Default My Sales template.
2009-07-25 23:01:24 +00:00
Colin Kuskie
1a74cb056d
Fix the separator macro. Adds a method to WebGUI::HTML that splits
...
content based on the separator macro, and does a best effort to fill in
tags that the splitting breaks by and start and end tags.
Update Post and Article to use it.
2009-07-25 04:30:28 +00:00
Colin Kuskie
f34dc2c8f0
Add Story fields to the search index.
2009-07-24 18:15:18 +00:00
Colin Kuskie
1a4befc540
Search indexer appends asset keywords directly to content. Should
...
be separated by spaces.
Refactor out common code in create and addKeywords.
Use greedy regexps and drop one s///.
2009-07-24 18:11:20 +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
9259e1db23
And restore the original method, and add tests to catch the approximation in Session/DateTime.t instead
...
of relying on Asset/Story.t
2009-07-24 00:12:56 +00:00
Colin Kuskie
3c4ae9aa82
Refactor exact duration intervals into a separate method.
2009-07-23 23:47:45 +00:00
Graham Knop
56773eefc1
fixed #10590 : Session::DateTime->secondsToInterval doesn't allow 7 weeks
2009-07-23 22:04:27 +00:00
Colin Kuskie
a3d8c390bd
Fix CDN working with GUID style, vs hex style, storage locations.
...
Add tests for geting a GUID storage location.
2009-07-23 21:51:45 +00:00
Colin Kuskie
c9fa63bdb7
Give StoryArchive sub-folders the same style as their parent. Fix to hide them
...
better upcoming.
2009-07-23 21:17:25 +00:00
Colin Kuskie
aa1fcf4b67
Fix i18n and Help for StoryArchive, Story
2009-07-23 19:36:04 +00:00
Colin Kuskie
bd924e8f88
Form/File will automatically delete empty storage locations, but assets
...
expect them to stick around. Add a flag to Form/File.pm to prevent it
from deleting them. Make sensitive assets use that flag.
2009-07-23 16:50:57 +00:00
JT Smith
69a07bb672
added legal section
2009-07-22 22:00:45 +00:00
Paul Driver
22dde02776
Improved security for PayPalStd
2009-07-22 21:22:25 +00:00
Colin Kuskie
0d06c15275
Add a method to update userProfileData column types.
...
Fix a bug with making a profileField called userId.
Update POD
Added several profileField tests.
2009-07-22 17:59:58 +00:00
Colin Kuskie
23f7af1d71
Fix bad i18n and broken help variables for the Product.
2009-07-22 16:58:52 +00:00
Colin Kuskie
b7bde582a6
Fix typo in EU tax driver i18n.
2009-07-22 16:40:13 +00:00
Colin Kuskie
0af4acdfad
Allow storage locations to have subdirectories, just to support the ZipArchive.
2009-07-21 21:44:31 +00:00
Colin Kuskie
6dea4f642a
Don't close the connection for the default link (0) when doing connect checks.
2009-07-21 20:55:21 +00:00
Colin Kuskie
31de49f9d8
i18n fixes
2009-07-21 15:44:57 +00:00
Colin Kuskie
ab77d9e10a
i18n fix
2009-07-21 15:40:11 +00:00
Colin Kuskie
0175168e1f
i18n fix
2009-07-21 15:39:08 +00:00
Colin Kuskie
fc02ad00c5
i18n fix
2009-07-21 15:37:22 +00:00
Colin Kuskie
8283aebe2d
WebGUI, versionTag i18n fix
2009-07-21 15:24:32 +00:00
Colin Kuskie
5d17c43ff3
Bypass default value in the Country form so that other values can be used if set. ITransace getCredentials.
2009-07-20 21:54:05 +00:00
Paul Driver
a632380882
PayPalStd resurrected
2009-07-20 21:04:12 +00:00
Colin Kuskie
9af746c7af
Remove i18n echo calls in Account/Shop My Sales template.
2009-07-20 20:22:44 +00:00
Colin Kuskie
c668226651
Fix Keywords so that by default, only Keywords from published assets are returned.
...
Reported as bug against the StoryManager, but also affects Wiki, Shelf.
2009-07-20 16:01:30 +00:00
Colin Kuskie
db93a22f0b
Fix hoverhelp to use Summary vs Synopsis.
2009-07-20 15:40:26 +00:00
Colin Kuskie
d26c6b402b
Add CSRF code to ProfileSettings edit profile field and edit profile category.
2009-07-20 15:38:07 +00:00
Colin Kuskie
3b8d5f62bc
Remove debug code from Shortcut.
2009-07-20 15:37:31 +00:00
Colin Kuskie
dc226e3268
canUse should check whether the driver is enabled or not.
...
PayDrivers update the local object cache on update.
2009-07-20 15:31:32 +00:00
Patrick Donelan
f9c917e426
Fixes #10660 Crud doesn't like 0
2009-07-18 03:03:22 +00:00
Colin Kuskie
ca7a93452a
Add missing template variable help for sub-shelf loop.
2009-07-17 21:19:41 +00:00
Colin Kuskie
f2bd5d8e48
The shelf now checks for viewing permissions of the products and shelves that it displays.
...
Template with i18n feedback for users.
2009-07-17 21:01:55 +00:00
Colin Kuskie
9a6d5d6eb0
Add CSRF token to manage clipboard screen.
2009-07-17 18:09:49 +00:00
Colin Kuskie
8ed444d6ff
Fix template diagnostics, reverse templateId and assetId.
2009-07-17 16:16:22 +00:00
Colin Kuskie
69ab867db9
Fix a POD type in the new PayPal.pm
2009-07-16 22:36:54 +00:00
Colin Kuskie
e335276cfa
Make the Product Sku copy the storage locations when a new revision is added.
2009-07-16 04:12:30 +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
Patrick Donelan
df611653ea
Made FilePump work for Print CSS too.
...
Factored out the functions that generate the <script> and <link> tags
in the FilePump macro, and added the (optional) extras param so
that you can do: FilePump(my-printable-bundle,css,'media="print"'); and
have the media attribute set on your Print CSS <link> tag.
2009-07-16 00:21:53 +00:00
Colin Kuskie
21ef858fd2
forgot i18n for AssetHistory clear button
2009-07-15 23:25:38 +00:00
Colin Kuskie
44ea49b06c
Sorting search results works now. Added a button to clear the search and submit the form.
2009-07-15 17:46:47 +00:00
Colin Kuskie
712d4b8309
Add divs required to hold pagination controls.
2009-07-15 17:25:20 +00:00
Martin Kamerbeek
68a69a9700
Fixed a bug in my purchases where tarnsaction amounts were shown that did not take into account the in store credit
...
used in the transaction.
2009-07-15 14:15:06 +00:00
Martin Kamerbeek
13d1657d21
Fixed a rounding error bug in the Ogone payment plugin.
2009-07-15 14:08:05 +00:00