Colin Kuskie
83227bd8b7
Quote the search query in the paginator. Fixes bug #12378 .
2012-08-18 12:50:24 -07:00
Colin Kuskie
4c31d182f8
Allow template diagnostics to work when a session asset is not set. Add a way to get the raw, encoded URL from the request object.
2012-08-15 08:39:54 -07:00
Colin Kuskie
358bc1557a
Ready for 7.10.26 development (forgot to do this earlier)
2012-08-15 08:30:13 -07:00
Colin Kuskie
f417ddf0b1
Remove dead return code.
2012-08-13 16:17:18 -07:00
Colin Kuskie
212ebfdb23
Quiet log noise from LDAP group/WebGUI user membership mismatches.
2012-08-09 12:16:52 -07:00
Colin Kuskie
c0d0418191
Preparing for 7.10.25 release
2012-07-30 18:47:05 -07:00
Colin Kuskie
263b581a58
Handle the case of not being able to instanciate messages when deleting a whole list of them.
2012-07-26 16:00:28 -07:00
Colin Kuskie
79c843434c
Fix the unlikely case of empty photo data in a Story asset when purging.
2012-07-26 15:11:40 -07:00
Colin Kuskie
c120a8b28d
Only transfer data that's being used, to reduce loading and speed things up.
2012-07-20 10:52:56 -07:00
Colin Kuskie
7c03fc78b0
Allow a single asset to be passed into findBrokenAssets via --assetId
2012-07-20 10:48:34 -07:00
Colin Kuskie
ca2c06381a
Fix gateway issues in several modules, including auth for password recovery. Fixes bug #12375
2012-07-19 09:39:12 -07:00
Colin Kuskie
6ca603e7dd
Let the AssetReport asset search over all wobjects.
2012-07-17 11:28:11 -07:00
Colin Kuskie
d7b0468848
No indirect object syntax.
2012-07-16 08:59:25 -07:00
Colin Kuskie
f25e3948fe
These secondary canView checks are not needed, since the whole thing is guarded by the canView at the top of www_manageRevisions.
2012-07-11 14:35:02 -07:00
Colin Kuskie
a3f5b3ae6c
Handle the case when a friend approve message no longer exist.
2012-07-10 16:12:29 -07:00
Scott Walters
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
This reverts commit 55aead887b .
2012-07-10 14:04:50 -04:00
Scott Walters
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.
2012-07-10 03:49:11 -04:00
Daniel Maldonado
f4aacb9098
Eliminated irc comments
2012-07-03 17:56:07 -04:00
Daniel Maldonado
a9037d6a22
Using the Selenium server instead of the Selelium IDE
2012-07-03 17:49:55 -04:00
Daniel Maldonado
cacc7443dc
Fix test URL
2012-07-03 17:48:44 -04:00
Daniel Maldonado
b5b8f96bac
Adding frameless tests to get around WebGUI/Selenium frame issue (may be a temporary solution)
2012-07-03 17:48:19 -04:00
Daniel Maldonado
79c2fffbba
Initial Selenium Test Suite (Basic)
2012-07-03 03:38:03 -04:00
Mark Leighton Fisher
7a6ee77a06
Fixed WebGUI::Asset::Wobject::Search::view() so HTML highlighting not broken by search phrase with unmatched char pairs
...
Fixed WebGUI::Asset::Wobject::Search::view() so HTML highlighting will not
be broken by a search phrase with unmatched char pairs like '()', '{}',
and '[]' (the HTML highlighter uses a regex internally for matching words
in the search phrase). Also fixed so ':' in the search phrase does not
confuse the HTML highlighter.
2012-07-02 17:03:58 -04:00
Colin Kuskie
dc4f813a5f
Fixes to make WebGUI compatible with newer perls.
2012-06-29 13:24:13 -07:00
Scott Walters
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.
2012-06-22 19:12:32 -04:00
Scott Walters
0422807b32
Revert "group() function Survey::ExpressionEngine that returns 1/0 depending on whether the current user is in a group" -- wrong branch.
...
This reverts commit eaa29c5f44 .
Conflicts:
docs/changelog/7.x.x.txt
2012-06-19 19:31:50 -04:00
Scott Walters
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
2012-06-19 18:04:12 -04:00
Scott Walters
eaa29c5f44
group() function Survey::ExpressionEngine that returns 1/0 depending on whether the current user is in a group
2012-06-19 16:22:30 -04:00
Scott Walters
851844c917
lots of stuff expects the request object to have a hostname method. give it one.
2012-06-19 16:20:56 -04:00
Scott Walters
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
2012-06-19 16:17:26 -04:00
Colin Kuskie
db3058c0b7
Removing exclude of files that don't exist anymore.
2012-06-11 10:20:05 -07:00
Colin Kuskie
ffcee041be
Allow WebGUI::Fork's to be built for asset specific methods, and not only those found in WebGUI::Asset's namespace.
2012-06-08 08:43:52 -07:00
Colin Kuskie
6e8801600d
Don't assume that users actually entered a URL to proxy in an HTTP Proxy asset. This would be reasonable.
2012-06-07 09:40:17 -07:00
Arjan Widlak
2cb7c5b85b
Correction on test introduced in fix of bug 12365 commit 7ab4726600
2012-06-05 15:04:18 +02:00
Arjan Widlak
5dfe488ac8
typo in pod
2012-06-05 12:42:24 +02:00
Arjan Widlak
7ab4726600
- fixed #12365 : editing a metadata category may cause a fatal error
2012-06-05 12:34:50 +02:00
Colin Kuskie
8370cb15c8
Prevent a bunch of warnings about workflows that have not yet been run when getting the status report from Spectre.
2012-06-01 16:21:46 -07:00
Colin Kuskie
49ee896aa2
For sites with shared hosting, setting the time between workflows to be larger than 1 can slow or stop processing or workflows.
2012-05-30 21:59:20 -07:00
Colin Kuskie
2aa8de8a86
Don't pull data from the version tag table that isn't used.
2012-05-29 19:51:26 -07:00
Colin Kuskie
fd4b75b2b2
Make sure that the session actually contains a slave connection before trying to use it. Fixes bug #12305
2012-05-28 14:28:01 -07:00
Colin Kuskie
45d7c5505f
Do not show Tickets in the schedule screen when they are either in the Trash or in the Clipboard. Fixes bug #12345 .
2012-05-26 20:59:14 -07:00
Colin Kuskie
ee783e7374
Make exporting assets as HTML work when an export with mobile styling has been selected. Fixes bug #12364
2012-05-26 20:40:38 -07:00
Colin Kuskie
70c9939169
Make sure that viewing permissions are obeyed in the method, and that the DataForm just doesn't hide the link. Fixes bug #12353 .
2012-04-17 19:02:12 -07:00
Scott Walters
1ee0668267
more details in the concise instructions
2012-04-16 14:16:37 -04:00
Graham Knop
dae3fce362
don't set maintenance mode on a site that is at the correct version
2012-04-16 13:57:47 -04:00
Colin Kuskie
2c225f30f5
Do not attempt to change the status on an inbox message which doesn't exist. Fixes bug #12349 .
2012-04-02 18:33:38 -07:00
Colin Kuskie
07bd545538
Remove cookie jar files left by the HttpProxy asset. Finishes the fix for bug #12327 .
2012-04-02 18:32:13 -07:00
Colin Kuskie
604887ff66
Fix an I/O wrapping problem with checking for broken file assets and storage locations.
2012-04-02 11:09:53 -07:00
Scott Walters
d4f63b2bce
fixed #12346 : toVersion in upgrade_7.9.34-7.10.22.pl was "0.0.0"
2012-03-22 00:13:50 -04:00
Colin Kuskie
fcd933489b
Fix the duplicating of events with related links that have restrictive permissions. Fixes bug #12010 .
2012-03-20 11:59:13 -07:00