Commit graph

8874 commits

Author SHA1 Message Date
Colin Kuskie
0bfc16bf9a Forward porting viewing pending assets in the trash and clipboard. Also
allowing restore of pending assets in the trash.
2009-08-06 17:56:56 +00:00
Colin Kuskie
3b577599f5 Forward port XML encoding for template based RSS feeds in the Gallery. 2009-08-05 22:16:38 +00:00
Colin Kuskie
55e0feb687 Extend WebGUI::HTML::filter to also do encode XML entities. 2009-08-05 21:47:14 +00:00
Colin Kuskie
92afb44b4e Merge dead code removal for Account/Profile.pm 2009-08-04 17:12:07 +00:00
Colin Kuskie
2892aedf71 Forward porting iCal end day date math fix. 2009-08-03 23:06:14 +00:00
Colin Kuskie
4ecc2c725e Forward porting Event iCal end day date math fix. 2009-08-03 22:56:10 +00:00
Graham Knop
38ff4f053b fixed #10667: cannot change size of template editor 2009-08-03 20:09:00 +00:00
Colin Kuskie
ecd89d349a Forward porting calendar non-inclusive end times fix. 2009-08-03 20:05:34 +00:00
Doug Bell
c0fe0a7765 change "testing" to "no_email" for inbox messages 2009-07-31 21:02:51 +00:00
Colin Kuskie
a4f8ea7065 Fix an i18n Survey typo in survey progress. 2009-07-31 16:14:41 +00:00
Colin Kuskie
2ad6f3c8ab Fix i18n survey typo, questions displayed. 2009-07-31 16:12:10 +00:00
Colin Kuskie
b71bc8edd4 Update i18n timestamp. 2009-07-31 16:06:18 +00:00
Colin Kuskie
54c8de12e3 Fix recorded answer template variable help, which got stomped on somehow. 2009-07-31 16:01:46 +00:00
Colin Kuskie
2c4ebe6333 Fix misspelled i18n for Gradebook. 2009-07-31 15:51:55 +00:00
Colin Kuskie
051cbf2ab3 StoryArchive i18n fix. 2009-07-30 16:53:45 +00:00
Martin Kamerbeek
4c4fb8f3a2 Fixed a bug where the textarea based formplugins would put multiple style tags in head if invoked mor than once per
request. One case in which this happens is when you provide multiple form controls for the same form param through
a template, like in eg. the post form of the cs. Anyway thes multiple tags confuse IE somehow borking javascript
execution in the process.
2009-07-30 09:30:53 +00:00
Colin Kuskie
f8b8f9da37 Forward porting spectre stop fix. Moved from IKC to interrupt based. 2009-07-29 23:30:52 +00:00
Patrick Donelan
10755c3b83 Fixed Survey reporting bugs
* Survey::responseJSON mutator was not doing the right thing when
  responseId argument was passed in
* www_viewGradeBook template fixes and documentation
2009-07-29 06:37:34 +00:00
Colin Kuskie
3dfb850d41 Better description of the price template variable in the Shelf. 2009-07-29 02:25:29 +00:00
Tom Suchy
cc02a66e8e missed a change required to redirect comment rating icons away from bazaar icons 2009-07-28 18:01:35 +00:00
Tom Suchy
f1d91ce1be updated path to rating icons 2009-07-28 17:57:52 +00:00
Colin Kuskie
a4494a6567 Fix #10707, i18n copy/paste in the FriendManager. 2009-07-28 16:16:36 +00:00
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
46db295296 Ready for 7.7.17 development. 2009-07-24 05:02:09 +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