Commit graph

367 commits

Author SHA1 Message Date
JT Smith
2a66f149e8 - Removed cart icon from ViewCart macro.
- Updated WebGUI::Shop::PayDriver::processTransaction() to accept a 
   transaction as a param.
2008-10-07 18:04:38 +00:00
JT Smith
72edbfd628 various fixes and enhancements for the asset configuration stuff i checked in earlier 2008-09-29 00:14:49 +00:00
JT Smith
564fea1583 - Rebuilt AdminBar. Now renders faster, and has categories in the new content
menu.
 - Reconfigured asset configuration file properties
2008-09-28 19:50:31 +00:00
Graham Knop
7bf06aab7b make sure we are using var->isAdminOn instead of var->get('adminOn') 2008-09-18 19:51:25 +00:00
JT Smith
ef120fb06b Added isVisitor, isAdmin, and isRegistered methods to User object instead
of hard coding checks everywhere with group ids. And updated the code base 
   to match.
2008-09-16 22:32:36 +00:00
Colin Kuskie
586164d8d0 rfe: VIM perl mode for skeletons 2008-09-16 22:28:17 +00:00
Graham Knop
95ea885cdc fixed: AssetProxy allows proxying content in the trash or clipboard 2008-09-15 21:51:26 +00:00
Doug Bell
57b8cc4bae fixed: loginBox macro can no longer return the user to the logout page, logging them out 2008-08-19 20:39:43 +00:00
Graham Knop
91a83974cf admin bar shouldn't double includes 2008-07-25 04:03:11 +00:00
Chris Nehren
bebd82d47b $content was used where $output should have been used. Fix the problem and give
the variables better names.
2008-07-22 20:07:24 +00:00
Doug Bell
6f90867d26 fixed: issue with asset export HTML and putting head tags ABOVE <!doctype> and <html> tags. Now creates
a new session for each asset that it exports.
fixed: Widget gear now does not move user to a different part of the page
added a nice error message when the Widget macro can't find a URL.
2008-07-18 21:09:11 +00:00
Colin Kuskie
81bdc7640c Fix a typo in the PageUrl POD.
Add tests for the new query argument to the PageUrl macro.
2008-07-13 02:03:21 +00:00
JT Smith
cc0105a9a4 move product import to shelf 2008-07-12 21:40:27 +00:00
Chris Nehren
5dfc9e3bfc bug fixes for widgets and exports. snippets were exported as index.html or the
like, and widget toolboxes weren't popping up in a widgetized view.
2008-05-31 19:42:38 +00:00
Yung Han Khoe
65a6de8038 Changed AssetProxy macro's error handling 2008-05-30 16:32:32 +00:00
JT Smith
17c7a0ad7a AssetProxy macro can now use asset id as a parameter like so: ^AssetProxy(abcdefghijklmnopqrstuv,assetId);
subscriptionitem macro is now autoconverted to assetproxy
2008-05-28 17:14:05 +00:00
JT Smith
be8ce29f57 getting rid of old commerce code. bye bye! 2008-05-27 20:26:16 +00:00
Yung Han Khoe
f3b14a227c Added Database link access for SQL Macro 2008-05-27 15:27:52 +00:00
Martin Kamerbeek
88160e1cfa Converted the Subscription related macro's to use the new commerce system. 2008-05-26 22:24:31 +00:00
JT Smith
93454e36f9 added thank you page
fixed bug in minicart
added user transaction detail page
2008-05-26 00:11:00 +00:00
JT Smith
57c85fde5a changed the name of getCartBySession to newBySession
created the CartItemCount and MiniCart macros
added help for MinCart, Cart, Address Book, and Edit Address templates
2008-05-24 23:27:30 +00:00
JT Smith
23ea56bbe6 Added the viewcart macro.
Lookup registrant now works.
Fixed some bugs.
2008-04-11 22:00:17 +00:00
Graham Knop
178d6e787a fix: don't show Admin mode toggle when not in adminModeSubnets 2008-02-12 10:16:41 +00:00
Doug Bell
fa156af1a9 add: i18n for more Gallery templates
add: International macro now takes sprintf arguments as third and subsequent parameters
add: Keywords are now processed and given to the photo template, along with a url to search the gallery for the keyword. 
add: Photos now track views
2008-02-12 00:55:06 +00:00
Colin Kuskie
6c72ee9a41 adding the SpectreCheck Macro, per the RFE 2008-02-11 23:11:27 +00:00
Colin Kuskie
563e3101d9 added POD to the macro skeleton 2008-02-11 21:44:09 +00:00
Colin Kuskie
a21e710c72 um, add enough POD to by syntactically correct 2008-02-09 22:52:31 +00:00
Colin Kuskie
abdf04659a Add POD for the SessionId macro. 2008-02-09 22:45:52 +00:00
Doug Bell
1f10f07338 add: Auth modules now accept a "returnUrl" form parameter when logging in or creating a new account. User will be redirected to the value in "returnUrl" after login / create account is complete.
add: L_LoginBox macro has a form.returnUrl template var that returns a user to the exact page they logged in from
2008-02-09 05:09:33 +00:00
JT Smith
93b5ca16e4 updating copyright year 2008-02-07 23:28:18 +00:00
Colin Kuskie
cee13f4a24 fix variable assignment inside of conditional, according to perlcritic 2008-01-28 19:01:24 +00:00
JT Smith
fa09c41598 replaced return; with return undef; 2008-01-24 21:58:15 +00:00
Chris Nehren
81736fb322 Add the Widget macro. This enables assets to be widgetized (easily embedded in
another page). Usage as such: ^Widget(assetId, width, height, templateId);
assetId is the ID of the asset to widgetize, width and height are the size of
the iframe, templateId is the template ID of the template to use for the widget
itself. This will pop up an icon that shows you some markup to put on another
page to embed the asset in widget form. If no template given, will use the
ajaxInlineView of the asset.
2008-01-09 23:24:16 +00:00
Doug Bell
4c70aa4c71 re-integrated photogallery branch 2007-12-18 13:05:41 +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
Graham Knop
eb398cbbbc clicking active version tag on admin bar opens tag for editing 2007-09-03 20:03:51 +00:00
JT Smith
2c1f56a009 - rfe: Admin bar doesn't resize with the browser
- fix: Left Admin Bar overlap problem
2007-07-26 23:05:22 +00:00
JT Smith
a7dde82421 updated copyright 2007-07-01 16:09:42 +00:00
Frank Dillon
0dae2cf96f Macro for displaying new private message alerts to users 2007-06-14 20:11:22 +00:00
JT Smith
c9266c4588 - Added a simple Single Sign On mechanism.
- Added the SessionId macro.
2007-06-10 17:52:51 +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
JT Smith
f5f358ccf3 fixed tests
preparing for release
2007-05-23 17:42:51 +00:00
Yung Han Khoe
7377de01f4 fix AOIHits and AOIRank not working 2007-05-15 15:23:52 +00:00
Colin Kuskie
76585a1daa Added a new method to WebGUI::HTML called makeParameter safe. It will
encode commas and single quotes to make the output safe to embed inside
of a macro.
Added tests to verify that it works correctly.
Updated the c_companyName macro to use makeParameterSafe.
Added tests to verify that the changed macro works okay.
Updated the c_companyName documentation.
Added a blurb to the gotchas file to cover the change to the macro.
2007-02-13 23:42:53 +00:00
Colin Kuskie
eabe3ea776 POD tweaks 2007-02-10 21:49:57 +00:00
Colin Kuskie
66b59adde8 the Slash_gatewayUrl and PageUrl macros now accept optional URL arguments 2007-01-23 21:49:34 +00:00
Frank Dillon
19bb2160b3 Removed <labels> for 508 compliance. They exist in the templates. 2006-12-06 19:23:46 +00:00
Frank Dillon
8fa60deb66 added 508 Compliance for form fields. 2006-12-06 19:07:26 +00:00
Colin Kuskie
65374109b1 Final test for L_loginBox, and coverage improvements for RootTitle.
Pod and documentation fixes for L_loginBox macro.
2006-09-15 21:08:04 +00:00
Colin Kuskie
a1bf6a2b21 Coverage fixes for date and last modified macros.
Refactor LastModified macro to use placeholders and remove an unused conditional.
2006-09-14 22:22:35 +00:00