Commit graph

3354 commits

Author SHA1 Message Date
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
28eabdd997 Remove some dead code from the UserList wobject. Fixes bug #11605 2010-06-07 08:25:14 -07:00
khenn
e74753c082 Not enough arguments to searchOther 2010-06-04 17:28:36 -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
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
Doug Bell
1f492b5fd6 fix navigation problem 2010-06-01 20:17:24 -05:00
Doug Bell
247c607393 fixes for weaken and iterator 2010-06-01 19:37:53 -05:00
Doug Bell
2c75ab27e6 migrate to getLineageIterator to save memory 2010-06-01 16:23:49 -05:00
kimd
387942e68d Added search by location to the Gallery (RFE 11504) 2010-06-01 16:23:48 -05:00
Colin Kuskie
5a4bded0d6 Fix a bug with Shelf template variables. Fixes bug #11603. 2010-05-31 10:16:38 -07:00
Colin Kuskie
ab0204dfd9 Remove HTML from SC sentences and words template variables, and any initial whitespace. Fixes bug #11589. 2010-05-25 12:41:22 -07:00
Colin Kuskie
9cfcf84c2f Handle the edge case where no fields are to be returned in a Thingy search. Fixes bug #11587 2010-05-25 12:02:32 -07:00
Colin Kuskie
7a1487be55 Added GUID and pubDate entries to Stories. Updated tests. Fixes bug #11580 2010-05-25 11:42:38 -07:00
Colin Kuskie
16927cd916 Make tokens and the EMS obey the token's view permissions. Fixes bug #11583 2010-05-24 09:23:19 -07:00
khenn
82e52fd8d5 Fixed an issue where collaboration systems with file attachments throw an error if attachment is not an image or the attachment is an image but doesn't have an associated icon. Also removed redundant calls to $storage->isImage and $storage->getUrl 2010-05-23 10:09:25 -05:00
kimd
77e331a129 Added more owner information to the gallery (RFE 9774) 2010-05-20 13:25:46 -05:00
Colin Kuskie
7608200a6b The edit stamp should contain the name of the user who edited the post, not the original poster. Fixes bug #11578. 2010-05-19 09:15:03 -07:00
Colin Kuskie
f1ea8105d4 Allow users to unsubscribe via email address, without logging in. Fixes bug #11559. 2010-05-18 15:58:24 -07:00
Doug Bell
96a52c5748 Merge remote branch 'spunky/rfe11517' 2010-05-18 11:24:23 -05:00
Colin Kuskie
9cf2a308c5 Make the shortcut obey the modified permissions of its originating Asset. Fixes bug #11549. 2010-05-18 08:46:13 -07:00
Colin Kuskie
3ae3684aea Better handling for paragraphs in the SC. This code needs to be refactored out and generalized into a method that anything can use. Fixes bug #11563. 2010-05-17 13:15:32 -07:00
kimd
8030bed30b Gallery: Sorting of files uploaded in zip archives (RFE 11517) 2010-05-17 22:03:38 +02:00
Colin Kuskie
252138777c Fix a bad sort. Clarify some POD in the Photo. 2010-05-13 15:50:46 -07:00
Colin Kuskie
6dbd389c86 Remove dead code in the Photo asset. 2010-05-13 14:05:10 -07:00
Colin Kuskie
b1221a8442 DataTable pagination is not by page, but by result number. Fixes bug #11567. 2010-05-12 13:48:09 -07:00
Colin Kuskie
f3d95f99b4 Change how the query is persisted in Wiki search results. Fixes bug #11558. 2010-05-10 13:23:32 -07:00
Graham Knop
c11d195b21 forgot to pass param 2010-05-10 13:13:26 -05:00
Graham Knop
06d61ec19d fixed: UserList asset has SQL injection bug 2010-05-10 13:07:02 -05:00
Paul Driver
40d11e8693 more sorting options for SyndicatedContent 2010-05-06 15:03:01 -07:00
Colin Kuskie
491c302309 Finish rework of hierarchial keywords/categories. 2010-05-04 20:43:50 -07:00
Colin Kuskie
960ff2287c Tests, bugfixes, and adding synopsis to the byKeyword template. 2010-05-04 15:50:14 -07:00
Colin Kuskie
39b44504c3 Finish wiki sub-category API code, with upgrade sub and tests. 2010-05-04 15:04:27 -07:00
Colin Kuskie
7dd02d6108 Pull hierarchial keywords from the wiki, instead of pages in it. 2010-05-03 21:28:28 -07:00
Colin Kuskie
3ea9f29a3f add a method to save the new keywords from the from in www_byKeyword. 2010-05-03 19:29:55 -07:00
Colin Kuskie
5afdefe4fb Foundational work for wiki sub-keywords. 2010-05-03 18:38:38 -07:00
kimd
95e9e52389 Gallery: Allow specification of location when uploading ZIP archives (RFE 11502) 2010-05-02 20:47:13 +02:00
Colin Kuskie
1c70821a6f Really make the wiki sort by popularity (then lineage). Fixes bug #11537 2010-05-02 01:18:26 -07:00
kimd
660d036f8a Gallery: Automatically adjust orientation of images based on EXIF data (RFE11498) 2010-04-30 10:37:46 -05:00
Colin Kuskie
b8098fb73b Remove unneeded modules from Ad.pm 2010-04-27 12:03:43 -07:00
Doug Bell
097fb4c4a3 add style picker during setup 2010-04-26 19:09:05 -05:00
Doug Bell
23d80cfa5c add: example images to templates 2010-04-26 19:09:05 -05:00
Colin Kuskie
d67998888c Address Books cannot be owned by Visitor any longer. Changed newBySession to newByUserId. 2010-04-22 12:02:54 -07:00
Colin Kuskie
79fea5bb76 Refactor out synopsis code from Post to make a new AssetAspect. Have the WikiPage start using it, and assigning synopses to pages. 2010-04-21 18:24:30 -07:00
Colin Kuskie
5ee5c910d8 More keyword page clean-up 2010-04-21 17:11:26 -07:00
Colin Kuskie
d085d7d04a Revoke the previous page-level hierarchial keywords work, in favor of forthcoming work on wiki level keywords work 2010-04-21 16:55:16 -07:00
Colin Kuskie
987ed394dd Do not make extra form variables available for latitude and longitude. 2010-04-20 18:52:42 -07:00
Colin Kuskie
112db57dd1 Change name of MapPoint property from state to region to avoid conflict with asset state. Add template i18n. Fixes bugs 11531, 11532 2010-04-20 16:59:31 -07:00
Doug Bell
e60c6fdc91 Merge remote branch 'spunky/rfe620'
Conflicts:
	docs/changelog/7.x.x.txt
	docs/upgrades/packages-7.9.3/root_import_gallery-templates_default-gallery-edit-album.wgpkg
2010-04-19 17:25:30 -05:00
kimd
dd72159db0 Added buttons to the GalleryAlbum edit view so users can rotate photos by 90 deg (RFE 620). 2010-04-19 22:24:09 +02:00