Commit graph

13683 commits

Author SHA1 Message Date
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
321f165147 Prevent type-casting warning when a Product has no price. 2010-06-23 08:46:09 -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
08ee8153b3 Document that the whereClause will be prepended with "AND ". 2010-06-22 22:30:38 -07:00
Colin Kuskie
1101ceeb9b Fix a bug with building really big paginated lists, like when deleting all messages for a user. 2010-06-22 22:11:09 -07:00
Colin Kuskie
ee179911cf Document that getLineage*'s excludeClasses are appended with wildcards, so sub-classes are also excluded. 2010-06-22 13:27:34 -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
73d6ed7800 returnSQL has been superseded by the ability to call getLineageSql directly. 2010-06-21 14:37:04 -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
Colin Kuskie
864b65e38c Remove debug statement. 2010-06-17 16:13:07 -07: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
8b04f4e3f0 Use placeholder parameters to prevent string interpolation in SQL queries. 2010-06-16 08:55:54 -07:00
Colin Kuskie
0b2d78ed71 More END block cleanups, 7 to go. 2010-06-15 16:49:34 -07:00
Colin Kuskie
fecc2bec54 Yet more END block cleanups. 2010-06-15 16:40:06 -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
1ea2f3ea76 Add tracking to the InOutBoard test to try and find out why it fails intermittently. 2010-06-15 15:13:50 -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
71d4880635 Another batch of test cleaning. 2010-06-14 19:47:30 -07:00
Colin Kuskie
e878258543 END block cleanup. 2010-06-14 19:39:11 -07:00
Colin Kuskie
94699417a7 END block cleanup. 2010-06-14 18:24:21 -07:00
Colin Kuskie
6c3369d0cb Revert "use temp config file for testing"
This reverts commit 9b725c6d42.
2010-06-14 15:19:54 -07:00
Colin Kuskie
ce6f70ca94 Revert "Temporary config file fix."
This reverts commit b74d21102c.
2010-06-14 14:45:28 -07:00
Colin Kuskie
aada6e3c83 Fix a bad cleanup, and update a test for new paths. 2010-06-14 14:29:35 -07:00
Colin Kuskie
746ba98ec7 Config->new in this branch needs the WebGUI root directory. 2010-06-14 14:29:07 -07:00
Colin Kuskie
025eafaf80 Update number of tests. 2010-06-14 13:27:32 -07:00
Colin Kuskie
dc62dedf76 Remove bad POD from the Gallery. 2010-06-14 11:30:36 -07:00
Colin Kuskie
4f9051a1c2 Update hexId created from non-GUID storageId. 2010-06-14 11:29:20 -07:00
Colin Kuskie
9ddc60bbc1 Document a bugfix from earlier in the week. 2010-06-14 08:03:19 -07:00
Colin Kuskie
a8b82efb7a More END block cleanups. 2010-06-13 21:33:22 -07:00
Colin Kuskie
8bcf653f66 END block cleanup for session/scratch.t 2010-06-13 21:25:08 -07:00
Colin Kuskie
f50d3b7adb END block cleanups 2010-06-13 21:19:17 -07:00
Colin Kuskie
2c1e2b9d3e quickArray returns 1 row, buildArray returns all rows 2010-06-11 10:48:11 -07:00
Colin Kuskie
b74d21102c Temporary config file fix. 2010-06-10 11:01:20 -07:00
Graham Knop
a2cb075d79 fix temp config file for tests 2010-06-10 12:42:24 -05:00
Graham Knop
596420cd1f generate better hex ids for manually created badly formed guids 2010-06-10 11:32:32 -05:00
Graham Knop
0ddd109775 reset groups for all assets in database instead of those listed in config file 2010-06-10 10:09:55 -05:00
Graham Knop
9b725c6d42 use temp config file for testing 2010-06-10 10:09:54 -05:00
Graham Knop
e10f4d0aec backport WebGUI::Test improvements 2010-06-10 10:09:54 -05:00
Graham Knop
b832deecd1 convert all cleanup methods to addToCleanup 2010-06-10 10:09:53 -05:00
Graham Knop
0ef509374f allow skipping test cleanup 2010-06-10 10:09:52 -05:00
Graham Knop
b8aac77501 clean up some parts of WebGUI::Test 2010-06-10 10:09:51 -05:00