Commit graph

  • 263b581a58 Handle the case of not being able to instanciate messages when deleting a whole list of them. Colin Kuskie 2012-07-26 16:00:28 -07:00
  • 79c843434c Fix the unlikely case of empty photo data in a Story asset when purging. Colin Kuskie 2012-07-26 15:11:40 -07:00
  • c120a8b28d Only transfer data that's being used, to reduce loading and speed things up. Colin Kuskie 2012-07-20 10:52:56 -07:00
  • 7c03fc78b0 Allow a single asset to be passed into findBrokenAssets via --assetId Colin Kuskie 2012-07-20 10:48:34 -07:00
  • ca2c06381a Fix gateway issues in several modules, including auth for password recovery. Fixes bug #12375 Colin Kuskie 2012-07-19 09:39:12 -07:00
  • 6ca603e7dd Let the AssetReport asset search over all wobjects. Colin Kuskie 2012-07-17 11:28:11 -07:00
  • d7b0468848 No indirect object syntax. Colin Kuskie 2012-07-16 08:59:25 -07:00
  • f25e3948fe These secondary canView checks are not needed, since the whole thing is guarded by the canView at the top of www_manageRevisions. Colin Kuskie 2012-07-11 14:35:02 -07:00
  • a3f5b3ae6c Handle the case when a friend approve message no longer exist. Colin Kuskie 2012-07-10 16:12:29 -07:00
  • 560e7228fc Revert "Config::JSON stopped providing a BUILDARGS method, so we can't "around" it. subclass new() the old fashioned way and bump the Config::JSON version dep so we know we're getting the non-Moose one." ... fix is bad Moose style and no one can replicate this problem but me; need to look harder for the problem locally Scott Walters 2012-07-10 14:04:50 -04:00
  • 55aead887b Config::JSON stopped providing a BUILDARGS method, so we can't "around" it. subclass new() the old fashioned way and bump the Config::JSON version dep so we know we're getting the non-Moose one. Scott Walters 2012-07-10 03:47:02 -04:00
  • f4aacb9098 Eliminated irc comments Daniel Maldonado 2012-07-03 17:56:07 -04:00
  • a9037d6a22 Using the Selenium server instead of the Selelium IDE Daniel Maldonado 2012-07-02 16:43:15 -04:00
  • cacc7443dc Fix test URL Daniel Maldonado 2012-07-03 10:50:08 -04:00
  • b5b8f96bac Adding frameless tests to get around WebGUI/Selenium frame issue (may be a temporary solution) Daniel Maldonado 2012-07-03 10:33:02 -04:00
  • 79c2fffbba Initial Selenium Test Suite (Basic) Daniel Maldonado 2012-07-02 16:43:15 -04:00
  • 7a6ee77a06 Fixed WebGUI::Asset::Wobject::Search::view() so HTML highlighting not broken by search phrase with unmatched char pairs Mark Leighton Fisher 2012-07-02 17:03:58 -04:00
  • dc4f813a5f Fixes to make WebGUI compatible with newer perls. Colin Kuskie 2012-06-29 13:24:13 -07:00
  • c042f43923 use AssetAspect::UploadFiles. fixes "Can't locate object method "whatNext" via package "WebGUI::FormBuilder::Tab" at /data/WebGUI8/lib/WebGUI/Asset/Wobject/Folder.pm line 165.", but doesn't actually manage to upload files. Scott Walters 2012-06-22 19:10:32 -04:00
  • 0422807b32 Revert "group() function Survey::ExpressionEngine that returns 1/0 depending on whether the current user is in a group" -- wrong branch. Scott Walters 2012-06-19 19:31:50 -04:00
  • 3fe8f9a080 fix nasty data sync bug in WebGUI::User::friends that was causing the friendsGroup assigned to a user t o immediately be lost and replaced a different one in a call to WebGUI::Friends->add, which creates sep erate instances of users Scott Walters 2012-06-19 18:04:12 -04:00
  • eaa29c5f44 group() function Survey::ExpressionEngine that returns 1/0 depending on whether the current user is in a group Scott Walters 2012-06-19 16:22:30 -04:00
  • 851844c917 lots of stuff expects the request object to have a hostname method. give it one. Scott Walters 2012-06-19 16:20:56 -04:00
  • 225df67d1f PseudoRequest shouldn't clobber Apache2::Cookies if the package already exists; mock requests are sometimes useful under mod_perl and this is a bit of a gotcha Scott Walters 2012-06-19 16:17:26 -04:00
  • db3058c0b7 Removing exclude of files that don't exist anymore. Colin Kuskie 2012-06-11 10:20:05 -07:00
  • ffcee041be Allow WebGUI::Fork's to be built for asset specific methods, and not only those found in WebGUI::Asset's namespace. Colin Kuskie 2012-06-08 08:43:52 -07:00
  • 6e8801600d Don't assume that users actually entered a URL to proxy in an HTTP Proxy asset. This would be reasonable. Colin Kuskie 2012-06-07 09:39:23 -07:00
  • 2cb7c5b85b Correction on test introduced in fix of bug 12365 commit 7ab4726600 Arjan Widlak 2012-06-05 15:04:18 +02:00
  • 5dfe488ac8 typo in pod Arjan Widlak 2012-06-05 12:42:24 +02:00
  • 7ab4726600 - fixed #12365: editing a metadata category may cause a fatal error Arjan Widlak 2012-06-05 12:34:50 +02:00
  • 8370cb15c8 Prevent a bunch of warnings about workflows that have not yet been run when getting the status report from Spectre. Colin Kuskie 2012-06-01 16:21:46 -07:00
  • 49ee896aa2 For sites with shared hosting, setting the time between workflows to be larger than 1 can slow or stop processing or workflows. Colin Kuskie 2012-05-30 21:59:20 -07:00
  • 2aa8de8a86 Don't pull data from the version tag table that isn't used. Colin Kuskie 2012-05-29 19:51:26 -07:00
  • fd4b75b2b2 Make sure that the session actually contains a slave connection before trying to use it. Fixes bug #12305 Colin Kuskie 2012-05-28 14:28:01 -07:00
  • 45d7c5505f Do not show Tickets in the schedule screen when they are either in the Trash or in the Clipboard. Fixes bug #12345. Colin Kuskie 2012-05-26 20:59:14 -07:00
  • ee783e7374 Make exporting assets as HTML work when an export with mobile styling has been selected. Fixes bug #12364 Colin Kuskie 2012-05-26 20:40:38 -07:00
  • 70c9939169 Make sure that viewing permissions are obeyed in the method, and that the DataForm just doesn't hide the link. Fixes bug #12353. Colin Kuskie 2012-04-17 19:02:12 -07:00
  • 1ee0668267 more details in the concise instructions Scott Walters 2012-04-16 14:16:37 -04:00
  • dae3fce362 don't set maintenance mode on a site that is at the correct version Graham Knop 2012-04-16 13:57:47 -04:00
  • 2c225f30f5 Do not attempt to change the status on an inbox message which doesn't exist. Fixes bug #12349. Colin Kuskie 2012-04-02 18:33:38 -07:00
  • 07bd545538 Remove cookie jar files left by the HttpProxy asset. Finishes the fix for bug #12327. Colin Kuskie 2012-04-02 18:32:13 -07:00
  • 604887ff66 Fix an I/O wrapping problem with checking for broken file assets and storage locations. Colin Kuskie 2012-04-02 11:09:53 -07:00
  • d4f63b2bce fixed #12346: toVersion in upgrade_7.9.34-7.10.22.pl was "0.0.0" Scott Walters 2012-03-22 00:13:50 -04:00
  • fcd933489b Fix the duplicating of events with related links that have restrictive permissions. Fixes bug #12010. Colin Kuskie 2012-03-20 11:59:13 -07:00
  • 1eb5579f67 Update test for change in USPS International service options. Colin Kuskie 2012-03-17 17:42:58 -07:00
  • 275fcd0bb8 Do not return content from cacheByHTTP if the request errors, otherwise callers can process bad content, like SC assets expecting RSS feeds and getting 404 error pages. Colin Kuskie 2012-03-13 21:29:32 -07:00
  • 21546e1821 Undoing patch for removing query information from path_info. Helps to keep ; and ? straight when building URLs by hand. Colin Kuskie 2012-03-12 13:59:45 -07:00
  • 7656276203 Ready for WebGUI 8.0.1 development Colin Kuskie 2012-03-12 13:59:28 -07:00
  • f59f8a80c4 Fix a bad class name when trying to catch exceptions. Colin Kuskie 2012-03-12 10:09:03 -07:00
  • 5ad34a9266 Plack::Request->path_info includes the query string! Argh. Colin Kuskie 2012-03-12 07:56:10 -07:00
  • 4f85ad56e6 Do not build a massive array of users when giving each user an address book from their profile. Instead, get one userId at a time. Colin Kuskie 2012-03-10 16:04:32 -08:00
  • 9a09ec0447 sslEnabled in the config file trumps encryptLogin in the settings. Colin Kuskie 2012-03-10 15:57:48 -08:00
  • 2fd4f74911 Remove debug output. Colin Kuskie 2012-03-11 16:03:25 -07:00
  • d9bbc1f12c Preparing for 8.0.0 release. Colin Kuskie 2012-03-10 13:34:36 -08:00
  • b39a7d5f0f Fixed bug 12297 - keywords.form help text Chris Liu 2012-03-09 14:23:47 -06:00
  • d55f8ee897 Document the bugfix for Crud form handling. Colin Kuskie 2012-03-06 22:40:48 -08:00
  • 4a8c63ec0a Make sure that lastUpdated in updated in the database as well as in the object. Colin Kuskie 2012-03-05 17:56:46 -08:00
  • 92f4a5f1af Document a template variable that already existed to fulfill RFE #9730. Colin Kuskie 2012-02-29 23:51:57 -08:00
  • db0befd864 Document a template variable that already existed to fulfill RFE #9730. Colin Kuskie 2012-02-29 23:50:51 -08:00
  • 04c902a23e Add feature, redirect after logout. Colin Kuskie 2012-02-24 23:07:15 -08:00
  • 476b14f82c Restore ability to edit ITransact and Ogone payment drivers. Ensure that all forms use CSRF tokens. Colin Kuskie 2012-02-24 22:43:43 -08:00
  • d2f157ddea Provide a fallback for contents of .wgaccess files. Fixes bug #12328 Colin Kuskie 2012-02-24 22:27:44 -08:00
  • 99fa73ab34 Document bugfix. Colin Kuskie 2012-02-24 22:23:13 -08:00
  • ff28ef9dc1 #13787 issue -- and general core repair david nicol 2012-02-23 17:27:14 -06:00
  • 3b544ee4fb Fix a problem with fixing parents. Better handling of potential problems in File assets with no storage location. Colin Kuskie 2012-02-17 17:26:43 -08:00
  • aa76dc52cd Document the bug fix for the flat discount asset. Colin Kuskie 2012-02-15 16:37:07 -08:00
  • e86b7bb180 Fix the FlatDiscount, so that it actually discounts all the time. Colin Kuskie 2012-02-15 16:34:20 -08:00
  • 82554add6b Make sure that HttpProxy cleans up after itself when purging assets or revisions. Colin Kuskie 2012-02-14 15:30:07 -08:00
  • 80ec20b8f2 Fix a typo in a used module name. Colin Kuskie 2012-02-14 15:29:44 -08:00
  • 02bb3a9d67 Template::Toolkit is no longer an optional dependency for WebGUI. Colin Kuskie 2012-02-12 21:47:30 -08:00
  • 9b3f91e1ed Remove old files. Colin Kuskie 2012-02-11 14:39:56 -08:00
  • 2f15d87377 Make sure that the Env macro cannot be used to access objects or data references. Colin Kuskie 2012-02-11 14:15:53 -08:00
  • c76f12d278 change metaData_values.value from char(255) to varchar(1024) David Delikat 2012-02-10 16:49:19 +00:00
  • 57bef51545 Merge branch 'master' of github.com:plainblack/webgui David Delikat 2012-02-10 16:43:43 +00:00
  • 202d073b2d use Plack::Util instead of relying on someone leaking it. Colin Kuskie 2012-02-10 08:30:31 -08:00
  • 2dbd38f519 Make a safe copy of the config file before modifying it. Fixes bug #12322. Colin Kuskie 2012-02-04 14:52:16 -08:00
  • 78159c9795 Fix typo introduced into Group.pm Colin Kuskie 2012-01-31 15:37:08 -08:00
  • 20e49b51d6 Try to trap errors while loading classes. Fixes bug #12321. Colin Kuskie 2012-01-26 16:04:02 -08:00
  • 35f1492796 No need to serve dictionaries anymore. Colin Kuskie 2012-01-23 08:47:31 -08:00
  • c253db8c15 Fix a typo in the documentation for the list of assets in the Admin Console. Thanks to ckotil for pointing it out. Colin Kuskie 2012-01-19 14:35:38 -08:00
  • 3a3227cd6d Fix a typo in the documentation for the list of assets in the Admin Console. Thanks to ckotil for pointing it out. Colin Kuskie 2012-01-19 14:35:38 -08:00
  • 4ea362ba6f Merge branch 'master' into WebGUI8. Colin Kuskie 2012-01-19 11:17:44 -08:00
  • c35b2e5758 findBrokenAssets: Don't delete Shortcuts if they were requested to be fixed. Also handle File assets that have lost their files. Colin Kuskie 2012-01-19 08:41:32 -08:00
  • 3ef66c73c7 Add broken shortcut detection to findBrokenAssets Colin Kuskie 2012-01-18 20:22:00 -08:00
  • e97d84fb14 Better methods for finding module names from package names for t/POD.t Colin Kuskie 2012-01-18 13:39:32 -08:00
  • 7406c02a78 Add a bunch of missing POD while the gears spin. Colin Kuskie 2012-01-18 13:39:16 -08:00
  • 475b73f6e6 Cleaner method for finding module names from package paths. Colin Kuskie 2012-01-18 13:16:26 -08:00
  • 46152edef6 POD for an Asset::Event method. Colin Kuskie 2012-01-18 13:15:57 -08:00
  • a6e1adf183 Fixes to Survey tests and merged code from 7.10 Colin Kuskie 2012-01-17 19:10:16 -08:00
  • 1ab73e2f73 Have to use Test::More to get its functions... Colin Kuskie 2012-01-17 19:09:52 -08:00
  • 3c85c21191 Update the upgrade directory. Colin Kuskie 2012-01-17 15:58:07 -08:00
  • 3b418ede3c Merge commit 'v7.10.24' into WebGUI8 Colin Kuskie 2012-01-17 15:03:45 -08:00
  • 3c8ee71da2 Ready for 7.10.25 development. Colin Kuskie 2012-01-16 21:27:55 -08:00
  • 9ba3022b5b Preparing for 7.10.24 release. Colin Kuskie 2012-01-16 20:56:42 -08:00
  • b1df3ad3fc Fix a flaky test. Colin Kuskie 2012-01-16 14:37:09 -08:00
  • 3b3502b565 Trim extra whitespace. Colin Kuskie 2012-01-13 13:34:49 -08:00
  • bce42bca47 ticket 12318: asset error causes asset manager to fail David Delikat 2012-01-12 00:20:41 +00:00
  • fabf59fa54 Remove YUI tests (with and without PHP) from git repo. Fixes RFE #12315. Colin Kuskie 2012-01-12 15:40:25 -08:00
  • c94af4941f Fix the README file so it flows logically and works. Colin Kuskie 2012-01-10 18:42:49 -08:00
  • 4ab6db8792 Fix some bad POD formatting. Colin Kuskie 2012-01-10 13:29:16 -08:00