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 |
|
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 |
|
Colin Kuskie
|
1eb5579f67
|
Update test for change in USPS International service options.
|
2012-03-17 17:42:58 -07:00 |
|
Colin Kuskie
|
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.
|
2012-03-13 21:29:32 -07:00 |
|
Colin Kuskie
|
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.
|
2012-03-11 16:04:31 -07:00 |
|
Colin Kuskie
|
9a09ec0447
|
sslEnabled in the config file trumps encryptLogin in the settings.
|
2012-03-11 16:04:31 -07:00 |
|
Chris Liu
|
b39a7d5f0f
|
Fixed bug 12297 - keywords.form help text
|
2012-03-09 14:23:47 -06:00 |
|
Colin Kuskie
|
d55f8ee897
|
Document the bugfix for Crud form handling.
|
2012-03-06 22:40:48 -08:00 |
|
Colin Kuskie
|
4a8c63ec0a
|
Make sure that lastUpdated in updated in the database as well as in the object.
|
2012-03-05 17:56:46 -08:00 |
|
Colin Kuskie
|
92f4a5f1af
|
Document a template variable that already existed to fulfill RFE #9730.
|
2012-02-29 23:51:57 -08:00 |
|
Colin Kuskie
|
d2f157ddea
|
Provide a fallback for contents of .wgaccess files. Fixes bug #12328
|
2012-02-24 22:27:44 -08:00 |
|
Colin Kuskie
|
99fa73ab34
|
Document bugfix.
|
2012-02-24 22:23:13 -08:00 |
|
david nicol
|
ff28ef9dc1
|
#13787 issue -- and general core repair
|
2012-02-24 22:22:36 -08:00 |
|
Colin Kuskie
|
3b544ee4fb
|
Fix a problem with fixing parents. Better handling of potential problems in File assets with no storage location.
|
2012-02-17 17:26:43 -08:00 |
|
Colin Kuskie
|
aa76dc52cd
|
Document the bug fix for the flat discount asset.
|
2012-02-15 16:37:07 -08:00 |
|
Colin Kuskie
|
e86b7bb180
|
Fix the FlatDiscount, so that it actually discounts all the time.
|
2012-02-15 16:36:55 -08:00 |
|
Colin Kuskie
|
82554add6b
|
Make sure that HttpProxy cleans up after itself when purging assets or revisions.
|
2012-02-14 15:30:07 -08:00 |
|
Colin Kuskie
|
80ec20b8f2
|
Fix a typo in a used module name.
|
2012-02-14 15:29:44 -08:00 |
|
Colin Kuskie
|
2dbd38f519
|
Make a safe copy of the config file before modifying it. Fixes bug #12322.
|
2012-02-04 14:52:16 -08:00 |
|
Colin Kuskie
|
78159c9795
|
Fix typo introduced into Group.pm
|
2012-01-31 15:37:08 -08:00 |
|
Colin Kuskie
|
20e49b51d6
|
Try to trap errors while loading classes. Fixes bug #12321.
|
2012-01-26 16:04:02 -08:00 |
|
Colin Kuskie
|
3a3227cd6d
|
Fix a typo in the documentation for the list of assets in the Admin Console. Thanks to ckotil for pointing it out.
|
2012-01-19 14:35:38 -08:00 |
|
Colin Kuskie
|
c35b2e5758
|
findBrokenAssets: Don't delete Shortcuts if they were requested to be fixed. Also handle File assets that have lost their files.
|
2012-01-19 08:41:32 -08:00 |
|
Colin Kuskie
|
3ef66c73c7
|
Add broken shortcut detection to findBrokenAssets
|
2012-01-18 20:22:00 -08:00 |
|
Colin Kuskie
|
3c8ee71da2
|
Ready for 7.10.25 development.
|
2012-01-16 21:27:55 -08:00 |
|
Colin Kuskie
|
9ba3022b5b
|
Preparing for 7.10.24 release.
|
2012-01-16 20:56:42 -08:00 |
|
Colin Kuskie
|
b1df3ad3fc
|
Fix a flaky test.
|
2012-01-16 14:37:09 -08:00 |
|
Colin Kuskie
|
3b3502b565
|
Trim extra whitespace.
|
2012-01-13 13:34:49 -08:00 |
|
David Delikat
|
bce42bca47
|
ticket 12318: asset error causes asset manager to fail
|
2012-01-12 00:20:41 +00:00 |
|