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
Colin Kuskie
14b5897c18
RSS links from Gallery need to include sitename. Fixes bug #11496
2010-03-29 08:25:03 -07:00
Graham Knop
445486e291
added: Sort Items switch to Syndicated Content asset
2010-03-28 17:30:09 -05:00
kimd
8104338da7
Added additional navigation to the photo asset (RFE 11412).
2010-03-25 19:45:48 -05:00
Colin Kuskie
c0206e61f5
Fix more thread search pagination issues.
2010-03-20 21:48:09 -07:00
Graham Knop
524a2608a8
be compatible with newer DateTime::Locale
2010-03-19 15:48:31 -05:00
Colin Kuskie
a7b4fbc0ed
Fix thread search URLs when threads are archived, or trashed. Location in the pagination is now found by interrupted linear search.
2010-03-16 18:29:09 -07:00
Colin Kuskie
fb14f13a4b
Add labels to the Layout templates so they show up in Shortcut overrides. Fixes bug #11476 .
2010-03-16 11:04:44 -07:00
Colin Kuskie
8f951013b9
Allow the default Search root to be overridden by a form variable. Adds RFE #11460 .
2010-03-08 17:07:53 -08:00
Colin Kuskie
8128f54943
WebGUI now needs Test::Harness 3.17 or higher for the Survey. Fixes bug #11402 .
2010-03-02 13:58:34 -08:00
Colin Kuskie
c0d45e0f23
Remove workarounds in WeatherData. Fixes bug #11401 .
2010-03-01 09:58:18 -08:00
Colin Kuskie
3a054b4895
Fix Search results for Threads when useContainers=1
2010-02-25 08:59:33 -08:00
Colin Kuskie
ae8c1a6124
Set cache control to "none" if the DataForm uses a captcha. Fixes bug #11381 .
2010-02-08 14:42:42 -08:00
Colin Kuskie
bdccf5829b
Fix duplicating and deleting thing data. Fixes bug #11391
2010-02-08 14:38:37 -08:00
Colin Kuskie
fb49a14547
Update POD.
2010-02-01 18:41:25 -08:00
Colin Kuskie
acc6447841
Only users who canAdminister the parent wiki are allowed to purge revisions of a wiki page. Fixes bug #11377
2010-02-01 14:50:40 -08:00
Colin Kuskie
db1b565560
More code formatting, and fix double my
2010-01-27 16:19:57 -08:00
Colin Kuskie
7c8f65ebdd
Code formatting and bugfix documentation for #11379 .
2010-01-27 16:15:45 -08:00
Luke Robinson
017a9a7fc2
allow field overrides in the config file
2010-01-27 15:57:26 -08:00
Colin Kuskie
38e6bfad3e
Convert many search forms from POST to GET. Fixes bug ##11372
2010-01-25 15:53:49 -08:00
Colin Kuskie
97338ffefe
When duplicating a CS with now children, clear out the replies and threads. When duplicating with children, recalculate them again, since duplicating clears them. Fixes bug #11347 .
...
Note, the lastPostId and lastPostDate are cleared, and gone. There is no way to recover it after duplicating the branch since
the creationDates and revisionDates are reset when duplicating.
2010-01-18 14:59:34 -08:00
Colin Kuskie
8667876f63
Fix an i18n typo in the SQL Report, and also make sure that a query is not pure whitespace. Fixes bug #11348 .
2010-01-14 08:30:17 -08:00
Colin Kuskie
173bec1574
Handle linking to posts not on the first page on a thread view. Fixes bug #11318 .
2010-01-05 20:52:27 -08:00
Colin Kuskie
7281a3dd8e
Fix the CS search, so that links to anchors are correct. Fixes bug #11318
2010-01-05 16:47:56 -08:00
Colin Kuskie
12e160bf8c
Fix passing regex characters to the highlighter, which makes it break. Fixes bug #11311 .
2009-12-21 11:38:52 -08:00
Patrick Donelan
8b34dc79ee
Fix minor Survey bug
...
WebGUI::Asset::Wobject::Survey::ResponseJSON::responseValues was
returning empty result for indexBy => 'addresses'
2009-12-20 16:10:04 -05:00
Colin Kuskie
4b65b441e0
Matrix search should be AND based, not OR. Fixes bug #11301
2009-12-10 12:57:45 -08:00
Colin Kuskie
c0a9358bcf
Prevent statistics with a count of less than 10 from being listed in the worst list.
2009-12-09 10:18:43 -08:00
Colin Kuskie
d1e6f30493
Fix a bug where ratings were allowed to be set with less than 10 votes. Fixes bug #11294
...
This helps fix people trying to game the system.
2009-12-08 14:39:24 -08:00
Colin Kuskie
9476878b5e
Fix a call on potentially undefined parent in Gallery Album. Fixes bug #11289 .
2009-12-03 22:46:33 -08:00
daviddelikat
60b04ff928
Merge branch 'master' of git@github.com:plainblack/webgui
...
Conflicts:
lib/WebGUI/i18n/English/Asset_EMSSubmission.pm
2009-12-01 18:50:27 -06:00
Colin Kuskie
9bb5497aff
Fix Cron issues with CSes. Fixes bug #11284 .
2009-11-30 11:11:36 -08:00
daviddelikat
e0b87268c5
various fixes to EMS Submissin system
2009-11-22 20:32:17 -06:00
Colin Kuskie
5df15c6307
Revert "Merge branch 'master' of git@github.com:plainblack/webgui"
...
This reverts commit 7188b11b77 , reversing
changes made to 9dd7056ecf .
2009-11-17 13:28:52 -08:00
Colin Kuskie
5fd30d8d84
Revert "Separating ThingRecord object from Thingy"
...
This reverts commit df84c60d6a .
2009-11-17 12:12:19 -08:00
Colin Kuskie
a37f69cc04
Revert "Separating Thing object from Thingy"
...
This reverts commit 3d88789659 .
2009-11-17 12:12:08 -08:00
Colin Kuskie
110a236fcd
When using a download template, macros are always processed in the output. fixes bug #11242 .
2009-11-16 17:03:38 -08:00
Colin Kuskie
01e873eec7
i18n the download type choices in the SQL Report.
2009-11-16 16:31:24 -08:00
Colin Kuskie
67c66c87b3
Remove deprecated use of defined() on hashes.
2009-11-16 16:30:56 -08:00
Yung Han Khoe
3d88789659
Separating Thing object from Thingy
2009-11-16 17:37:18 +01:00
Yung Han Khoe
df84c60d6a
Separating ThingRecord object from Thingy
2009-11-16 11:53:14 +01:00