Graham Knop
|
80d62fccef
|
move create.sql file and remove previousVersion.sql
|
2010-07-12 14:17:54 -05:00 |
|
Colin Kuskie
|
73da9e343d
|
Convert Address to Moose.
|
2010-07-09 13:49:37 -07:00 |
|
Colin Kuskie
|
6d0309249f
|
Convert AddressBook to Moose.
|
2010-07-08 10:36:22 -07:00 |
|
Colin Kuskie
|
c159067c36
|
Remove Class::InsideOut from Shop/Vendor.t Update migration notes, tests and POD.
|
2010-07-02 15:16:43 -07:00 |
|
Colin Kuskie
|
005b9da1ac
|
Move session->env->getIp into session->request->address
|
2010-07-01 13:11:01 -07:00 |
|
Colin Kuskie
|
565cf955d7
|
Merge commit '469c2b72b4' into WebGUI8. All tests passing.
|
2010-07-01 10:13:22 -07:00 |
|
Colin Kuskie
|
5e502fee53
|
Merge commit '17ce3572bf' into WebGUI8. All tests passing.
|
2010-06-30 18:43:27 -07:00 |
|
Colin Kuskie
|
469c2b72b4
|
Preparing for 7.9.8 release.
|
2010-06-29 20:53:03 -07:00 |
|
Colin Kuskie
|
bb2587b1ea
|
Add a new template variable to the Thingy search screen, so that List type form fields can display a better form for searching. Fixes bug #11612.
|
2010-06-29 15:14:12 -07:00 |
|
Colin Kuskie
|
0efc6514e3
|
Don't call asset methods on undef in the GalleryAlbum. Fixes bug #11681.
|
2010-06-29 13:50:36 -07:00 |
|
Colin Kuskie
|
5b5c100bfa
|
Remove 7.8 packages from HEAD.
|
2010-06-29 13:15:27 -07:00 |
|
Colin Kuskie
|
46b4f08de7
|
Refactor gallery CSS. Use spans instead of inline divs for rows. Add overflow settings for picture details. Fixes bug #11663.
|
2010-06-29 12:13:27 -07:00 |
|
Colin Kuskie
|
8d61e5c3d6
|
When a version tag is approved or denied, run spectre right now. Fixes bug #11671.
|
2010-06-28 14:04:46 -07:00 |
|
Colin Kuskie
|
3ea4ab8a1a
|
Fix many missing and wrong Cart template variables. Kudos to Bart Jol for tracking them down.
|
2010-06-28 11:28:16 -07:00 |
|
Colin Kuskie
|
385931aaab
|
Merge commit 'f2e0fb509a' into WebGUI8. Some tests still failing.
|
2010-06-27 22:32:31 -07:00 |
|
Doug Bell
|
7af21286c2
|
add template package
|
2010-06-27 22:09:06 -05:00 |
|
Doug Bell
|
3abea67b66
|
add template for choose username
|
2010-06-27 22:09:05 -05:00 |
|
Doug Bell
|
8d95864a7c
|
move upgrade to correct script
|
2010-06-27 22:09:05 -05:00 |
|
Doug Bell
|
a2e246705f
|
allow twitter enable/disable from settings
|
2010-06-27 22:09:05 -05:00 |
|
Doug Bell
|
f522d9e69d
|
upgrade adds twitter auth
|
2010-06-27 22:09:05 -05:00 |
|
Colin Kuskie
|
e5b82bc861
|
Merge commit '4969f31e1f' into WebGUI8
|
2010-06-26 14:37:31 -07:00 |
|
Colin Kuskie
|
5febc0ebbc
|
Merge commit '41575d24bb' into webgui8. Some tests still failing.
Conflicts:
docs/gotcha.txt
lib/WebGUI.pm
lib/WebGUI/Asset.pm
lib/WebGUI/Asset/File/GalleryFile/Photo.pm
lib/WebGUI/Asset/Post.pm
lib/WebGUI/Asset/Template.pm
lib/WebGUI/Asset/WikiPage.pm
lib/WebGUI/Asset/Wobject/WikiMaster.pm
lib/WebGUI/Cache.pm
lib/WebGUI/Content/Setup.pm
lib/WebGUI/Role/Asset/Subscribable.pm
lib/WebGUI/Shop/Cart.pm
lib/WebGUI/Shop/Pay.pm
lib/WebGUI/Shop/PayDriver/ITransact.pm
sbin/testEnvironment.pl
t/Asset/WikiPage.t
t/Shop/PayDriver.t
t/Shop/PayDriver/ITransact.t
t/Shop/PayDriver/Ogone.t
t/Shop/TaxDriver/EU.t
t/Shop/TaxDriver/Generic.t
t/Workflow/Activity/RemoveOldCarts.t
t/lib/WebGUI/Test.pm
|
2010-06-25 23:25:26 -07:00 |
|
Colin Kuskie
|
b30491f3a6
|
Merge commit '808a866c8b' into webgui8. 7.9.4 release point
Conflicts:
docs/upgrades/packages-7.9.3/root_import_gallery-templates_default-gallery-edit-album.wgpkg
docs/upgrades/upgrade_7.9.2-7.9.3.pl
lib/WebGUI.pm
lib/WebGUI/Asset/MapPoint.pm
lib/WebGUI/Asset/Wobject/Calendar.pm
lib/WebGUI/Asset/Wobject/Gallery.pm
lib/WebGUI/Asset/Wobject/GalleryAlbum.pm
lib/WebGUI/Asset/Wobject/WikiMaster.pm
lib/WebGUI/AssetClipboard.pm
lib/WebGUI/AssetVersioning.pm
lib/WebGUI/Auth.pm
t/Asset/Asset.t
|
2010-06-25 20:08:11 -07:00 |
|
Colin Kuskie
|
b7ba9f2118
|
Fix problems with the Story Archive leaking version tags when it is not committed. Fixes bug #11678
|
2010-06-23 14:12:42 -07:00 |
|
Colin Kuskie
|
05a19ff7b8
|
Display assets, regardless of their status, in the Clipboard and Trash. Fixes bug #11550.
|
2010-06-22 22:31:07 -07:00 |
|
Colin Kuskie
|
8283243823
|
Allow visitor to remove items from their cart. Fixes bug #11667
|
2010-06-22 08:27:38 -07:00 |
|
Colin Kuskie
|
da320a0313
|
Add a template variable to hide the subscribe form when editing a Post when the user is subscribed to the parent CS. Updated all PostForm templates to use this new variable. Fixes bug #11626.
|
2010-06-22 08:06:25 -07:00 |
|
Colin Kuskie
|
05610f7621
|
Correctly handle the case of finding new lastPost information when a Post is trashed. Fixes bug #11646.
|
2010-06-21 16:02:29 -07:00 |
|
Colin Kuskie
|
54c56019d1
|
Update lastPost information in the Thread and CS when a Post is archived. Made a separate method so it can be used by other actions, and in the upgrade script. Fixes bug #11628.
|
2010-06-21 14:38:46 -07:00 |
|
Colin Kuskie
|
f4a42593f7
|
Document the Cart template variable, message. Fixes bug #11658
|
2010-06-21 08:55:30 -07:00 |
|
Colin Kuskie
|
178e6f7729
|
Remove yahoo debug code from the Asset Manager. fixes bug #11662
|
2010-06-21 08:45:01 -07:00 |
|
Graham Knop
|
e1f06880a0
|
clean up left over merge marker
|
2010-06-20 04:39:54 -05:00 |
|
khenn
|
ef31678b7f
|
Fixed #11656: Thingy: Select list fields are not sorted properly
|
2010-06-17 12:30:22 -05:00 |
|
Colin Kuskie
|
cca5daed60
|
Fix the dataDefault for firstDayOfWeek. Fixes bug #11651
|
2010-06-16 11:02:01 -07:00 |
|
Colin Kuskie
|
9bc7208c48
|
Ready for 7.9.8 development
|
2010-06-15 16:00:49 -07:00 |
|
Colin Kuskie
|
17ce3572bf
|
Preparing for 7.9.7 release.
|
2010-06-15 15:15:10 -07:00 |
|
Colin Kuskie
|
f7e0c9f940
|
Archived content should be shown in the Account/Contributions screen. Fixes bug #11643.
|
2010-06-15 14:11:26 -07:00 |
|
Colin Kuskie
|
169fa47cdc
|
Insert mail footers into the first attachment of the email, trying to match its type (text/html). Convert email messages with only 1 part to singlepart, instead of multipart. Fixes bug #11560.
|
2010-06-15 12:26:02 -07:00 |
|
Colin Kuskie
|
ef419c8b7b
|
There's no need to special case Posts in Account/Contributions. The view method referes you to the Thread, and if a user has multiple posts in a thread, it links to the Thread multiple times. Also, this fixes bug #11622.
|
2010-06-15 11:08:50 -07:00 |
|
Colin Kuskie
|
fc1e356cfe
|
Fix a bug in the HTMLArea, introduced with the lineageIterator changes. Fixes bug #11629.
|
2010-06-15 09:36:11 -07:00 |
|
Colin Kuskie
|
9ddc60bbc1
|
Document a bugfix from earlier in the week.
|
2010-06-14 08:03:19 -07:00 |
|
Graham Knop
|
650918ed3f
|
remove left over upgrades
|
2010-06-11 23:39:05 -05:00 |
|
kimd
|
fa04d01518
|
o Allow return from photo edit view to gallery edit view (RFE 11571)
o Reject form submissions without image selected for upload in edit view of Photo asset
|
2010-06-09 15:28:42 -05:00 |
|
Colin Kuskie
|
6d2d950f52
|
Fix the delete expired events workflow (again). Fixes bug #11619
|
2010-06-09 11:28:00 -07:00 |
|
Colin Kuskie
|
2c08b4e712
|
Fix a bug in getLineageSql, where it would return the empty string. This could cause downstream problems. Fixes bug #11616
|
2010-06-08 09:22:28 -07:00 |
|
Colin Kuskie
|
c4e85d8b44
|
Restore the other fields that a CS can be sorted on, from the thread table. Fixes bug #11614.
|
2010-06-07 15:03:03 -07:00 |
|
Colin Kuskie
|
c9dc084ed6
|
Stories have to pass along absolute links in their RSS feeds. Fixes bug #11606
|
2010-06-07 11:44:30 -07:00 |
|
Colin Kuskie
|
59fed35087
|
Fix error feedback for missing fields, when using the AddressBook to add an address.
|
2010-06-07 11:17:10 -07:00 |
|
Colin Kuskie
|
30e869b66d
|
Better cleanup of Inbox messages. Encapsulate all SQL in Inbox/Message. Fix workflow. Upgrade script to cleanup state table. Fixes bug #11595.
|
2010-06-07 10:44:12 -07:00 |
|
Colin Kuskie
|
28eabdd997
|
Remove some dead code from the UserList wobject. Fixes bug #11605
|
2010-06-07 08:25:14 -07:00 |
|