Commit graph

  • 1c08796d6c Keywords fixes to prevent leaks. Colin Kuskie 2011-07-11 13:01:58 -07:00
  • 87d252ec26 Make sure that the keywords template variable is provided by processTemplate, since we documented that it does that. Fixes bug #12186. Colin Kuskie 2011-07-10 18:29:52 -07:00
  • 200b4c3ec7 Specify the auth type when HTTP Basic auth fails. Fixes bug #12184. Colin Kuskie 2011-07-10 18:11:28 -07:00
  • 5d74b24e97 Remove debug code, replace with line accidently deleted during debug. Fixes bug #12188 Colin Kuskie 2011-07-08 15:23:17 -07:00
  • d15891dbb9 fix template parser and attachments fields Doug Bell 2011-07-06 19:16:01 -05:00
  • cc26d97805 fix namespace issues with templates Doug Bell 2011-07-06 18:27:33 -05:00
  • 3db4021a46 allow upgrading a specific site or list of sites Graham Knop 2011-07-05 09:46:58 -05:00
  • 3929d16adb convert diskUsage to WebGUI::Command Graham Knop 2011-07-05 09:21:13 -05:00
  • 1f201260ba remove session from WebGUI::SQL Graham Knop 2011-07-05 09:05:36 -05:00
  • 4959bfc979 remove WebGUI::Config->readAllConfigs Graham Knop 2011-07-05 08:40:13 -05:00
  • 106d888e97 stop using readAllConfigs in testEnvironment.pl Graham Knop 2011-07-05 08:35:48 -05:00
  • c4af0e33df safer asset reading sql and better parameter validation Graham Knop 2011-07-05 08:35:26 -05:00
  • 6bf9fbb8d9 stop using readAllConfigs in search.pl Graham Knop 2011-07-05 08:34:16 -05:00
  • 287c26adaa stop using readAllConfigs in spectre Graham Knop 2011-07-05 08:10:39 -05:00
  • caf9efc784 move autoflush to better location Graham Knop 2011-07-05 07:39:41 -05:00
  • e3a4afe5c3 Allow reasonable default dates in ISO 9601 format. Fixes bug #12165. Colin Kuskie 2011-07-04 14:14:17 -07:00
  • 7e8ae8fe9a Fix spacing issues with WebGUI::DateTime->webguiDate. Colin Kuskie 2011-07-04 12:15:27 -07:00
  • 279d0c3d30 remove useless option from changeIobStatus Graham Knop 2011-07-04 12:15:32 -05:00
  • 6d4d1af28f convert classLoadTest to WebGUI::Command Graham Knop 2011-07-04 12:15:14 -05:00
  • 28668d4195 Fix for ``unable to call method setting on undefined value'' when turning admin on. Details follow. Scott Walters 2011-07-01 16:26:55 -04:00
  • 2bcda0c9f5 Change the generic tax driver to remove spaces around commas when adding a new row. Add tests and a convenience method for getting one line of tax information. Upgrade sub fixes any information already in the db. Colin Kuskie 2011-06-30 14:07:36 -07:00
  • 6ac46be8bd Missed upgrade script for the FormField macro. Here's it. Scott Walters 2011-06-30 14:41:50 -04:00
  • 580cb361cf Merge pull request #16 from ampli/WebGUI8 Scott Walters 2011-06-29 17:30:44 -07:00
  • f0d5a29e29 findBrokenAssets.pl: redundant argument in WebGUI::Session->open() (#12181) ampli 2011-06-30 02:59:04 +03:00
  • 54ae754ebe Repeat ampli's fix (described below) for other occurances on the site. ``The Save buttons in the two first steps didn't work in Chrome. According to a hint in the YUI Button documentation about a problem in using "submit" as a value of the name attribute, I changed submit button name in the two first steps from "submit" to "send". This solved the problem.'' Scott Walters 2011-06-29 19:13:18 -04:00
  • 747f439725 FormField macro for throwing Form controls directly into templates; useful for using alternative or improved Form controls without having to change Asset source code. Scott Walters 2011-06-29 18:11:46 -04:00
  • 9cc5e2270a proper accredation Doug Bell 2011-06-29 18:09:14 -04:00
  • 4287f2e10a update changelog Doug Bell 2011-06-29 18:03:52 -04:00
  • d448919e4d Merge pull request #15 from ampli/master Doug Bell 2011-06-29 14:55:35 -07:00
  • 5ea09092ad Fixed the following jslint warnings: ampli 2011-06-29 04:35:15 +03:00
  • 8e7beabaf0 Fix #12179. ampli 2011-06-29 03:24:33 +03:00
  • 814845b7f1 Do not call group methods on an undefined value. IOW, do not assume that we got a group. Colin Kuskie 2011-06-28 17:16:09 -07:00
  • ed0c400440 Columns in DataTable may be "randomly" deleted. This happens in updateSchema(), because both the column update loop and the row update loop use the same variable "i". Since variable scope in JS is by function and not block, the column loop variable gets overwritten. ampli 2011-06-29 02:56:41 +03:00
  • 3fa9d82bcd Ready for 7.10.20 development. Colin Kuskie 2011-06-27 22:07:50 -07:00
  • 9ab05adb8f Ready for release of 7.10.19 Colin Kuskie 2011-06-27 21:53:13 -07:00
  • 4027b5b4d8 Perform the check BEFORE saving the Thing properties. Fixes bug #12157. Colin Kuskie 2011-06-27 21:32:57 -07:00
  • ac8d95e20a Okay, I guess we really do need that. Colin Kuskie 2011-06-27 21:11:37 -07:00
  • 204108e178 Remove the Underground User style template, and fix the problem is tried to fix by changing the navigation. Fixes bug #12172 Colin Kuskie 2011-06-27 18:06:23 -07:00
  • ebbbeb6609 The Save buttons in the two first steps didn't work in Chrome. According to a hint in the YUI Button documentation about a problem in using "submit" as a value of the name attribute, I changed submit button name in the two first steps from "submit" to "send". This solved the problem. ampli 2011-06-28 03:34:24 +03:00
  • 720c06a50a Fix template help variables for month/year in the Calendar. Fixes bug #12167. Colin Kuskie 2011-06-27 15:10:34 -07:00
  • f728b22843 Do not append ;adminId to the URL stored for calendar feeds. Add upgrade code to fixing existing, broken feeds. Fixes bug #12164 Colin Kuskie 2011-06-27 14:40:46 -07:00
  • 97ec859653 Localized a global variable which interferes with other third party js packages. khenn 2011-06-26 12:06:45 -05:00
  • f797429b5f clarify docs Doug Bell 2011-06-24 15:09:25 -05:00
  • 9a90ad6d2f add forms to templates to work directly with FormBuilder objects Doug Bell 2011-06-24 15:08:51 -05:00
  • 199e2240a7 Revert "allow SSLPROXY header again" Doug Bell 2011-06-23 17:46:16 -05:00
  • e8d1fa0056 allow SSLPROXY header again Doug Bell 2011-06-23 17:35:58 -05:00
  • b1660fe76b document that tableKey is not allowed to have fieldType Doug Bell 2011-06-23 13:07:19 -05:00
  • 7f47927325 use a default label instead of requiring one Doug Bell 2011-06-23 13:02:27 -05:00
  • 3acaa46713 fixed #12169: extras uploads symlink export Paul Driver 2011-06-21 16:16:51 -05:00
  • 0c5acb697b Merge commit 'v7.10.18' into 8 Doug Bell 2011-06-21 16:03:49 -05:00
  • 4d0e87a8d9 add ticket limits to badge groups. add ticket and badge metadata to templates Doug Bell 2011-06-20 18:39:45 -05:00
  • d0077bdcec allow specific expires dates for groups in userImport.pl Doug Bell 2011-06-20 18:26:39 -05:00
  • 07d2c38dbc Monday morning. Typo correction to 8a6ba94..c646f01 Chris Hanson 2011-06-20 11:45:29 -05:00
  • c646f012ae Added template var to Thingy to reflect callerAssetId from RenderThingData. Chris Hanson 2011-06-20 11:38:02 -05:00
  • 02c0da33e4 Merge remote-tracking branch 'upstream/WebGUI8' into 8 Doug Bell 2011-06-17 20:15:24 -05:00
  • 795d88e7e5 Merge commit 'v7.10.17' into 8 Doug Bell 2011-06-17 20:13:41 -05:00
  • 8a6ba94191 Added POD and test for RenderThingData macro update Chris Hanson 2011-06-16 18:07:54 -05:00
  • 1d23bcf846 Merge pull request #13 from haarg/template_proxy Doug Bell 2011-06-16 16:06:20 -07:00
  • b177bb5c3f convert changeIobStatus.pl to module Graham Knop 2011-06-16 01:56:21 -05:00
  • 841b1f60f7 remove merge remnants Graham Knop 2011-06-16 00:36:45 -05:00
  • 0a09ea4895 add automatic proxy system for passing objects to Template::Toolkit Graham Knop 2011-06-15 18:19:16 -05:00
  • 995eb34b5a Added ability to pass caller assetId to RenderThingMacro Chris Hanson 2011-06-14 14:11:02 -05:00
  • a2425bdbc4 Ready for 7.10.19 development. Colin Kuskie 2011-06-13 20:31:05 -07:00
  • daa14c594f Ready for 7.10.18 release. Colin Kuskie 2011-06-13 20:12:02 -07:00
  • 81ae2b4f07 Fix cleaning up LDAP links in tests. Colin Kuskie 2011-06-13 19:50:40 -07:00
  • 638b2a1996 Fix tests that were leaking assets. Colin Kuskie 2011-06-13 18:52:44 -07:00
  • 9154db5e2b Just test for falseness, not what kind of falseness. Colin Kuskie 2011-06-13 18:20:32 -07:00
  • 8978abc471 Restore the patch to fix creating tables unwisely in the Thingy. Fixes numerous bugs due to a bad merge. Colin Kuskie 2011-06-13 18:03:21 -07:00
  • 8b13c387be Add missing i18n for Thingy RFE for unique fields. Colin Kuskie 2011-06-13 16:04:29 -07:00
  • 4557e2088a handle reset problems more gracefully Doug Bell 2011-06-13 17:52:21 -05:00
  • 983e73a8d8 add TemplateToolkit before testing it Doug Bell 2011-06-13 17:52:09 -05:00
  • 3809817571 Ave trips mysql's stopwords? Doug Bell 2011-06-13 17:49:02 -05:00
  • 0577933006 2 letters is below the minimum word length Doug Bell 2011-06-13 17:47:32 -05:00
  • f29f3e3851 XML::FeedPP::RSS returns "" and not undef Doug Bell 2011-06-13 17:45:08 -05:00
  • 8b3877c34e Update the default CS notification template. Colin Kuskie 2011-06-13 13:44:47 -07:00
  • 6dfeb6ef1a add _new flag to Crud objects Doug Bell 2011-06-13 14:47:49 -05:00
  • 1ff1ffe423 rfe #12159: Asset Manager sort preferences Paul Driver 2011-06-13 13:22:16 -05:00
  • 328826e3f7 Create a fake item to send to PayPal for shipping, so it can be covered by shop credit. Fixes bug #12158. Colin Kuskie 2011-06-13 11:03:29 -07:00
  • 9dd8658ceb fixed #12156: Asset Manager performance Paul Driver 2011-06-10 14:17:04 -05:00
  • 21bcd70980 Fix a syntax warning with multiple i18n objects in PP::ExpressCheckout Colin Kuskie 2011-06-06 19:53:03 -07:00
  • 00ea5c4df8 Add tests for checking user status via get. Colin Kuskie 2011-06-06 11:00:18 -07:00
  • e2a218e6f5 Set the locale in the correct communication with PayPal. Colin Kuskie 2011-06-06 10:48:20 -07:00
  • 3c0cf0f1a5 Pass the user's locale along to PayPal. If it is supported, then the checkout screen on PayPal will be in the user's locale. Fixes bug #12119. Colin Kuskie 2011-06-06 10:32:14 -07:00
  • b21a6e331b PayPal does not consider +5.00 to be the same as 5.00. Remove the sign from the number. Fixes bug #12152. Colin Kuskie 2011-06-06 09:11:05 -07:00
  • 3151a029de we don't always have an asset, so use the page url instead Doug Bell 2011-06-03 20:50:19 -05:00
  • 664e7686c6 fix bugs revealed by Test::Class tests Doug Bell 2011-06-02 19:44:06 -05:00
  • 1e5859b09c Documented fix #12138 Chris Hanson 2011-06-01 13:54:45 -05:00
  • 65a981f8ab Corrected leaveVersionTag creating a version tag: 12138 Chris Hanson 2011-06-01 13:49:35 -05:00
  • 197f94c0e5 Fix gateway url handling in the RenderThingData macro. Fixes one part of #12133. Colin Kuskie 2011-05-31 21:27:53 -07:00
  • b866601efa Fix the number of tests in Story.t, Test::Harness 3.x cannot come quickly enough. Colin Kuskie 2011-05-31 15:38:01 -07:00
  • 11b33ebfcb Fix problems with tests for bugfix 12142. Colin Kuskie 2011-05-31 15:14:00 -07:00
  • ab1b6aa4fd Fix photo JSON handling in the story, where the data is cached incorrectly. Fixes bug #12136 Colin Kuskie 2011-05-31 15:16:02 -07:00
  • b872694390 Remove old debug content. Colin Kuskie 2011-05-30 16:42:28 -07:00
  • 181f21a0b7 WebGUI::Event Paul Driver 2011-05-27 08:38:19 -05:00
  • c3652d12a9 Band-aid fix for bad decache of icalFeeds, where it is not deserialized from JSON. Fixes bug #12139. Colin Kuskie 2011-05-30 11:34:43 -07:00
  • 444c006aae Add a test for multiple tax entries with different case. First one wins. Colin Kuskie 2011-05-30 09:30:33 -07:00
  • 1de9a12365 add POD to WebGUI::Admin::Plugin and rename canUse to canView Doug Bell 2011-05-27 17:08:25 -05:00
  • 2751e4fe93 GalleryFile handles its own template Doug Bell 2011-05-27 16:15:24 -05:00
  • 538dc2a862 process non-TT templates before including them Doug Bell 2011-05-20 14:16:16 -05:00
  • 76a69c979f changelog/gotchas for account change Paul Driver 2011-05-26 08:19:09 -05:00