e8f3bf6365
added custom module newsletter
2026-02-24 08:14:00 +01:00
c73e252bb5
added README.mf
2026-02-09 08:42:26 +01:00
743cdb196c
Merge branch 'master' into Upgrade-to-modern-Perl
...
Make WebGUI 7.10 master again as we do not want to go to 8
2026-02-06 13:55:31 +01:00
3cc88f8150
Update to current Perl
2026-02-06 13:40:47 +01:00
colin
ebd46d86d4
Document change
2019-03-14 14:45:04 -07:00
Colin Kuskie
0aa1e4b878
Fix munged URLs in redirects for assets with isSecure set.
2019-03-14 14:38:44 -07:00
Colin Kuskie
fc9cf6b5ad
Ready for 7.10.32 design cycle
2018-03-15 23:44:20 +00:00
Colin Kuskie
ae380069a6
Preparing for 7.10.31 release, again
2018-03-15 22:08:53 +00:00
root
653f8a02c1
Fix create and previousVersion SQL versions
2018-03-15 18:04:07 +00:00
Colin Kuskie
3c2e3dc642
Preparing for 7.10.31 development
2018-03-15 16:41:32 +00:00
Colin Kuskie
2ddfc83ee3
Preparing for 7.10.30 release
2018-03-15 04:24:17 +00:00
colin
ecb65bd724
Migrate to reCAPTCHA v2
2018-02-27 15:28:35 -08:00
colin
d760289918
Allow WebGUI::Cache and all consumers to fetch SSL URLs, but not verify the certificates.
2017-07-19 20:06:46 -07:00
colin
c75ef5e044
fixed: Warnings about API changes in POE::Component::IKC::ClientLite
2017-05-09 13:37:55 -07:00
colin
94f1f3506c
Force tasks for a project to be ordered by when they were created instead of randomly.
2016-05-02 10:48:08 -07:00
colin
4f845b8a11
Preparing for WebGUI 7.10.30 release
2016-01-06 00:59:37 +00:00
colin
96edebb446
Fix number of skipped tests
2016-01-06 00:47:24 +00:00
colin
a117901df5
Clone the tinyMCE config to prevent referenced data from changing during init. Fixes #12461
2015-12-08 10:39:38 -08:00
colin
ec12a284eb
Document the bugfix
2015-09-01 09:18:27 -07:00
Colin Kuskie
3268d32358
Asset Report NULL operators do not accept values.
2015-09-01 09:10:38 -07:00
Ernesto Hernández-Novich
501d5f3757
=item cannot be immediately followed by a number
...
Since Perl 5.20 a POD =item cannot start with single
number, as is the case in syncToCdn POD explanation of
return codes. Using pod2* reports syntax errors like
line 228: Expected text after =item, not a number
Wrapped the numbers with POD's zero-effect markup Z<>
to fix the issue.
2015-07-04 11:34:33 -04:30
Colin Kuskie
cc5f0a30ad
Push out head tags for the custom color selector.
2015-03-10 14:05:18 -07:00
Colin Kuskie
6028535303
Also provide the correct mime type to speed up the parsing.
2015-02-18 13:43:40 -05:00
Colin Kuskie
df56936e59
Do not generate the Not Found page if JS or CSS was requested. Cut #1
2015-02-11 17:18:10 -08:00
Colin Kuskie
4649297b9f
Fix typo in the account module skeleton
2014-11-19 09:41:11 -08:00
Colin Kuskie
c3f3dc0124
Ready for 7.10.30 development
2014-11-17 23:15:19 -05:00
Colin Kuskie
7cbc8f57ec
Preparing for 7.10.29 release
2014-11-17 21:02:28 -05:00
Colin Kuskie
6d2199a083
Fix style declaration in minicart template for validation. Fixed #12456
2014-11-10 18:58:58 -05:00
Colin Kuskie
9e5c83dddb
Update USPS International driver to V2 API and fix insurance.
2014-11-10 14:48:02 -05:00
Colin Kuskie
a5c6520a56
Update USPS ShipDriver to V4. Fixes bug #12455
2014-10-29 18:53:47 -04:00
Colin Kuskie
2f2887369e
Fix bug #12454 , loss of from field data when emailing groups
2014-10-16 16:33:09 -04:00
Colin Kuskie
b6196d9a77
Always return a good status from a Workflow Activity
2014-06-26 20:36:59 -07:00
Scott Walters
176b6297dd
deal with Package::Stash changing its API
2014-01-07 17:08:06 -06:00
Scott Walters
0bfb836ec9
New Content in Tree view needed to use showView() instead of gotoAsset().
2013-09-27 12:32:46 -05:00
Scott Walters
fd2d82835a
Revert "AdminToggle Macro is blank when in admin mode"
...
apparently, $session->isAdminOn is meaningless in wG8. this is a poor situation that it exists but is busted. have to do this same thing another way.
This reverts commit 1e22418757 .
2013-09-27 12:32:46 -05:00
Colin Kuskie
30e8a28012
options subroutines have to return something optionable.
2013-09-27 08:33:09 -07:00
david delikat
cc7c041242
added label and hover help attributes to parser property so it will be editable in forms
2013-09-27 09:21:03 -05:00
Scott Walters
a72f61dffb
WebGUI::Asset->getHelpers entries specifiying a url field were breaking the Tree view when selected from the drop down.
...
WebGUI.Admin.prototype.getHelperHandler was using gotoAsset(), which calls tree.goto(), which mangles the URL into being a request for
the data needed to draw the Tree view of that asset, or tries to. that works fine when navigating to an asset, but foo?func=edit is
not an asset, and the mangled URL is garbled. all of the urls (okay, the one attached to the 'edit' and 'view' entries) aren't
trying to direct the admin to an asset but instead are trying to direct it to an admin screen, which, again, cannot be shown in the
data table in Tree view. so edit and view were fixed by changing that to instead do a showView(), which flops over to the View mode
and then loads the URL without trying to mangle it.
at this point, nothing is blowing up in Doug's JS admin when testing the asset helper menu items in View or Tree mode, though
there are still some problems.
2013-09-27 00:44:59 -05:00
Scott Walters
d32d452efe
change WebGUI.Admin.prototype.processPlugin, which handles messages back from calls to AssetHelper classes, to do any number of little chores according to the message contents rather than just the first one it tests for.
...
change the Lock AssetHelper to both refresh and display a message indicating that the asset is locked. the refresh is needed for tree view which displays a little icon.
2013-09-26 21:23:05 -05:00
Scott Walters
d8ccdecff5
Save button in Export as HTML has bad style ( #12424 ):
...
Heh. Actually, the save button is a YUI styled button, and it is perfectly rendered. It also happens to have a background color exactly matching the dialog's background's. Since these buttons are usually unstyled HTML buttons, I swapped the YUI one out for that.
I also got distracted with the form rendering half way down the page and creeping down further as the hoverhelp tips come and go so I opened http://www.webgui.org/community/webgui-8/issues/12433 and then temporarily vanquished them in this form.
2013-09-26 20:03:12 -05:00
Scott Walters
b8923426e2
ucfirst the name as it comes back from i18n in our Form::Cancel control
2013-09-26 19:34:40 -05:00
Scott Walters
15e71bf39b
Create Shortcut - Admin bar clipboard display ( #12432 ): all menu operations/AssetHelper calls now trigger a clipboard refresh
2013-09-26 18:36:58 -05:00
Scott Walters
69ea5b10ee
a few improvements to error reporting/handling
2013-09-26 18:01:41 -05:00
Scott Walters
da37116d71
fix up Operation::User (op=editUser) some more for the new admin: give it Save and Cancel buttons, and template it into the style with $session->style->process() so that it gets the headers that it needs for pulling in YUI and stuff like that as well as so that it is styled to look nice.
2013-09-26 17:32:32 -05:00
Scott Walters
0b5a77515f
make Form::Cancel better; make WebGUI::TabForm use it. so, logic migrated from TabForm to Form::Cancel where it's re-usable and fixed up for this new Doug admin.
2013-09-26 17:32:32 -05:00
Scott Walters
7b7f3be628
Create a Form::Cancel; FormBuilder doesn't automatically add Save/Cancel buttons so this can serve as a Cancel button for it; it attempts to correctly handle either closing the modal pop-up dialog or else going back in history/going back to the page that linked to this one. needs tests. the Cancel button in TabSet needs to use this logic.
2013-09-26 17:32:32 -05:00
david delikat
1e22418757
AdminToggle Macro is blank when in admin mode
...
webgui 8 does not require a 'turn admin off' switch.
2013-09-25 19:23:40 -05:00
Scott Walters
7900cec5e8
finish the "Upload Files" implementation; the AssetHelper had some bugs and needed to close the pop-up dialog that it created.
2013-09-25 15:00:46 -05:00
Scott Walters
690d87a668
$session->asset is not defined if we're running from a Content Handler or the like. make reporting it conditional so that we don't get error output from our error output.
2013-09-25 15:00:46 -05:00
Scott Walters
fbb143116e
don't reload the Tree/View pane after a Copy Branch operation; Copy Branch doesn't mutate the asset tree being viewed so not needed
2013-09-25 15:00:45 -05:00