Commit graph

985 commits

Author SHA1 Message Date
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
c0361fda0e Remove test for old RSS method that no longer exists. 2010-04-19 08:41:48 -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
Colin Kuskie
1cd7d8fbc7 Remove dead END blocks from some tests. 2010-04-14 11:41:20 -07:00
Colin Kuskie
1395fcc411 Add RFE #10944, keyword pages.
Keyword pages are any page where the title is exactly the same as any keyword
for any page in the wiki.  Keyword pages work the same as any wiki page, but
also may display a list of pages that are tagged with the keyword.
2010-04-13 11:05:29 -07: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
Paul Driver
c356a7acc6 DateTime::Event::ICal in Calendar, workflow to extend recurrence 2010-04-05 17:08:11 -07:00
Graham Knop
911376043c quiet photo navigation test and add better cleanup 2010-04-02 18:31:44 -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
261c8b30da fix wikipage permissions test, eliminating session cloning 2010-03-19 18:22:08 -05:00
Colin Kuskie
81ffc16f63 remove unneeded testing module 2010-03-19 15:43:48 -07:00
Graham Knop
d1690ccd25 only show debug in verbose testing 2010-03-19 15:48:32 -05:00
Colin Kuskie
570cdfd9f5 Always skip the autocommit. Did this in response to an unrepeatable test failure. 2010-03-16 18:53:40 -07: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
21e321012c Fix direct linking to posts and threads when their pagination is set to 0. Fixes bug #11464. 2010-03-10 09:45:37 -08: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
3a054b4895 Fix Search results for Threads when useContainers=1 2010-02-25 08:59:33 -08:00
Colin Kuskie
a42b7dd9d7 Turn off notifications for the test. 2010-02-02 18:00:55 -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
891098fa3f Shave two seconds off the Clipboard test by setting the revisionDate on the original asset for testing. 2010-01-22 18:38:56 -08:00
Colin Kuskie
b397651620 Update the Product test for changes in the Storage API. 2010-01-19 18:39:43 -08:00
Colin Kuskie
ea53dcc037 Update version for JavaScript::Packed to handle some gnarly JS. Fixes bug #11034. 2010-01-19 09:06:35 -08:00
Colin Kuskie
6fe662ef83 Make sure template attachments are duplicated. Fixes bug #11355. 2010-01-18 10:58:03 -08:00
Colin Kuskie
81d811bef1 Add the Topic description to the default Story Topic template. 2010-01-14 15:27:53 -08:00
Colin Kuskie
fc09d73b65 Update test for code changes with bug fix. 2010-01-11 16:34:50 -08:00
Colin Kuskie
6e0983a67b Update the number of threads in the CS when a thread is archived. Fixes bug #11341. 2010-01-11 11:54:59 -08:00
Colin Kuskie
b5f5f8f6e8 Threads should not show pagination query params in their URLs. 2010-01-07 08:34:27 -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
Colin Kuskie
8c0b73f2ec Fix an infinite loop with getting Photo under an album that is not committed. Fixes bug #11235. 2009-12-18 08:24:44 -08:00
Colin Kuskie
310c0add71 When addin a child under a parent that is not committed, adopt the parent's version tag. Fixes bug #11295 2009-12-15 14:25:02 -08:00
Colin Kuskie
27a7c099ba fix: getIsa returns undef for pending assets.
Add a new option flag to getIsa, called returnAll.  If returnAll = 1, then
assets are returned regardless of status.  Otherwise, getIsa will only
return committed assets.
2009-12-08 17:22:59 -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
Colin Kuskie
c64911c531 Update test for changes in core code. 2009-11-24 23:13:17 -08:00
daviddelikat
e0b87268c5 various fixes to EMS Submissin system 2009-11-22 20:32:17 -06:00
Colin Kuskie
17297f4fe6 Fix cache setting and cleaning up issues in the Snippet. Fixes bug #11259 2009-11-20 11:34:13 -08:00
daviddelikat
f12b0751e6 changed reset to rerun in Test::Activity 2009-11-18 09:45:58 -06:00
Graham Knop
7913059097 fix unmocked warning 2009-11-17 14:12:37 -06: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
Graham Knop
614a901231 silence extra test output for non-verbose runs 2009-11-17 13:34:00 -06:00
Colin Kuskie
15ce7b56cc Quote the id generated by the Image asset. Also, do not overwrite user uploaded parameters. Fixes bug #11246 2009-11-17 08:53:56 -08:00
Colin Kuskie
c8bda63587 Test maintenance. 2009-11-16 17:03:29 -08:00
Yung Han Khoe
3d88789659 Separating Thing object from Thingy 2009-11-16 17:37:18 +01:00