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
8b04f4e3f0
Use placeholder parameters to prevent string interpolation in SQL queries.
2010-06-16 08:55:54 -07:00
Colin Kuskie
9bc7208c48
Ready for 7.9.8 development
2010-06-15 16:00:49 -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
6c3369d0cb
Revert "use temp config file for testing"
...
This reverts commit 9b725c6d42 .
2010-06-14 15:19:54 -07:00
Colin Kuskie
dc62dedf76
Remove bad POD from the Gallery.
2010-06-14 11:30:36 -07:00
Colin Kuskie
2c1e2b9d3e
quickArray returns 1 row, buildArray returns all rows
2010-06-11 10:48:11 -07: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
Colin Kuskie
53721581a1
Fix cleanup of Inbox messages for users. Provide a method for cleaning up Admin's messages.
2010-06-09 17:24:21 -07:00
Colin Kuskie
8edcab37a6
Fix a whitespace POD issue.
2010-06-09 17:24:21 -07: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
kimd
cb82394575
Added search by location to the Gallery (RFE 11504)
2010-06-09 15:28:42 -05:00
Colin Kuskie
e222b6c4ef
Document that url's passed to Session/Icon methods will have the gateway URL prepended to that URL.
2010-06-09 13:20:54 -07:00
Colin Kuskie
6d2d950f52
Fix the delete expired events workflow (again). Fixes bug #11619
2010-06-09 11:28:00 -07:00
Scott Walters
07657e5011
Reworked active messages SQL. Fixes #11594 . Don't try to relate
...
to groups that the user may not be a part of any longer.
2010-06-08 17:01:13 -04:00
Scott Walters
867095d811
A user removed from a group with deleteUsers() will still appear to be in that
...
group according to Inbox.pm, User::getGroupIdsRecursive() and User::getGroups().
Groups.pm wasn't clearing the cache key "getGroupsForUser" in clearCaches().
Tests and fix.
2010-06-08 13:49:02 -04: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
Colin Kuskie
20e6ba5ed3
Fix a typo in the CS sort by hover help. Fixes bug #11610
2010-06-07 07:59:02 -07:00
Colin Kuskie
c5203cb737
Remove some debug code.
2010-06-06 22:32:40 -07:00
Colin Kuskie
d81a28b235
Fix some broken Form fields. Fixes bug #11611
2010-06-06 22:29:52 -07:00
khenn
e74753c082
Not enough arguments to searchOther
2010-06-04 17:28:36 -05:00
khenn
5a329f8bf3
Merge branch 'master' of git@github.com:plainblack/webgui
2010-06-04 17:03:26 -05:00
khenn
d082e4eee3
Fixed #11613 - After successful save of a Thing, the form is cleared for the next thing to be entered
2010-06-04 17:00:24 -05:00
martin
73c762d6f1
Fixed bug where Template form plugin would not show anything for getValueAsHtml.
2010-06-04 11:54:36 +00:00
khenn
053292a75b
Added new API method commitAsUser allowing developers to commit version tags as other users
2010-06-03 21:44:29 -05:00
Colin Kuskie
5a904a85db
Do not delete cron tasks with errors, just notify spectre of the problem. Fixes bug #11604 .
2010-06-03 10:56:03 -07:00
Colin Kuskie
951864f6d3
Add more tests for Calendar edge cases, and remove 1 day from the all day event window in getEventsIn. Fixes bug #11596 .
2010-06-02 14:53:38 -07:00