Commit graph

2442 commits

Author SHA1 Message Date
Doug Bell
69b7fe0465 fix jsontable and use it for Calendar feeds 2010-07-13 13:12:47 -05:00
Colin Kuskie
e66be2a5b3 Add a minimum height to the Carousel due to further rendering problems. Fixes bug #11457. 2010-07-12 14:49:53 -07:00
Colin Kuskie
90f0a9b006 Fix date field type detection during import. Fixes bug #11692. 2010-07-05 09:02:48 -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
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
khenn
ef31678b7f Fixed #11656: Thingy: Select list fields are not sorted properly 2010-06-17 12:30:22 -05:00
Colin Kuskie
dc62dedf76 Remove bad POD from the Gallery. 2010-06-14 11:30:36 -07:00
kimd
cb82394575 Added search by location to the Gallery (RFE 11504) 2010-06-09 15:28:42 -05: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
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
16927cd916 Make tokens and the EMS obey the token's view permissions. Fixes bug #11583 2010-05-24 09:23:19 -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
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
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
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
Colin Kuskie
b4f7bb4334 Do not prevent Assets from being added as children by subclassing addChild. It doesn't prevent paste from working. Fixes bug #11525. 2010-04-19 09:07:53 -07:00
Colin Kuskie
54583d2308 Fix a POD whitespace problem. 2010-04-19 08:37:37 -07:00
Colin Kuskie
55d2e510d6 Add top-level keywords, which allows for hierarchial categorization of wiki pages. 2010-04-16 20:46:55 -07:00
Patrick Donelan
0fcc57a09e Removing "use warnings" 2010-04-08 17:53:55 -04:00
Doug Bell
eee547b0cc Add drag'n'drop sorting to the Gallery Album Edit View (RFE 11007). 2010-04-07 11:54:09 -05:00
Graham Knop
9d760ee406 don't warn about white space only in SQLReport queries 2010-04-07 10:08:00 -05:00
Colin Kuskie
6990f52b0d Fix bug #11510, allowing non-valid sort fields in the form params to CS. 2010-04-05 10:47:01 -07:00
Colin Kuskie
03eeefe13d Fix owner privileges on photos created via uploading an archive. Fixes bug #11503 2010-03-29 20:44:39 -07:00