Commit graph

13709 commits

Author SHA1 Message Date
Doug Bell
121a55d65d add Net::Twitter requirement 2010-06-28 11:00:39 -05:00
Doug Bell
da498182bd fix docs 2010-06-27 22:09:07 -05:00
Doug Bell
26e67503e4 tests for TwitterLogin macro 2010-06-27 22:09:06 -05:00
Doug Bell
687c36fd27 add tests 2010-06-27 22:09:06 -05:00
Doug Bell
f771e3fcd4 create getTwitter method to help testing 2010-06-27 22:09:06 -05:00
Doug Bell
78f0be42df fix sub to match doc 2010-06-27 22:09:06 -05:00
Doug Bell
52ad887163 make twitter handle things automatically 2010-06-27 22:09:06 -05:00
Doug Bell
4ee85e9239 fix key URL 2010-06-27 22:09:06 -05:00
Doug Bell
7af21286c2 add template package 2010-06-27 22:09:06 -05:00
Doug Bell
4e2ff6a51f add i18n modules 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
dd746c21c8 i18n 2010-06-27 22:09:05 -05:00
Doug Bell
889fa61521 add docs to WebGUI::Auth::Twitter 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
03de39e25f twitter api keys in settings 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
Doug Bell
a50de4281c add twitter login macro 2010-06-27 22:09:05 -05:00
Doug Bell
54eafd2cd6 Auth::Twitter works 2010-06-27 22:09:04 -05:00
Doug Bell
b34d7a0ef3 better diagnostic message 2010-06-27 22:09:04 -05:00
Doug Bell
34a25d1bb6 initial twitter auth 2010-06-27 22:09:04 -05:00
Doug Bell
9395985570 add test for Operation::Auth dispatch 2010-06-27 22:09:04 -05:00
Doug Bell
3c0a6aa22f add test for logged-in user 2010-06-27 22:09:04 -05:00
Doug Bell
3010e79b0e add test for multi-auth 2010-06-27 22:09:04 -05:00
Doug Bell
20e3aef0b5 begin tests 2010-06-27 22:09:04 -05:00
Doug Bell
68b2c406f7 add multiple auth methods and www_ methods 2010-06-27 22:09:04 -05: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
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