Commit graph

16909 commits

Author SHA1 Message Date
Colin Kuskie
01a1558cac Remove deprecated form code. Why did we do this? 2011-11-24 13:56:17 -08:00
Colin Kuskie
5f1825be66 Remove the old InnoDB conversion code. 2011-11-24 12:11:27 -08:00
Colin Kuskie
f4b248f76f Remove some deprecated form code. 2011-11-24 12:06:05 -08:00
Colin Kuskie
dbc84086b4 Apparently, InnoDB returns results in a different order than MyISAM tables. Make tax data comparisons be order insensitive for tests. 2011-11-24 10:38:19 -08:00
Colin Kuskie
e4de128f76 Fix the WikiPage title auto fill-in by using a Moose builder method that can be overridden by child classes. 2011-11-24 10:31:54 -08:00
Colin Kuskie
ce15690523 I18n the RSS tab for the RSS Feed role. Provide a way for additional tabs to be i18n'ed, like Subscribable. 2011-11-24 10:31:54 -08:00
Colin Kuskie
288adcfd17 Script to convert every WebGUI except assetIndex table from MyISAM to InnoDB. 2011-11-24 10:31:54 -08:00
Colin Kuskie
626011a850 Only export custom choice types for the Survey, and only the ones that are used by this Survey. 2011-11-22 09:02:10 -08:00
Colin Kuskie
9d2bcd282b Make sure that custom question types are included in the packaged Survey. Fixes bug #12304. 2011-11-21 14:19:51 -08:00
Colin Kuskie
6e164dc2dd Better, cleaner test cleanup. 2011-11-21 11:06:08 -08:00
Colin Kuskie
200494b28d Fix an edge case where invalid JSON is written the database. Fixes bug #12303. 2011-11-20 22:24:14 -08:00
David Delikat
e0ab5eac47 change parentElement to parentNode 2011-11-12 03:40:28 +00:00
Colin Kuskie
26244635e1 These upgrades are in the wrong branch. 2011-11-07 13:59:51 -08:00
David Delikat
546932869a Merge remote branch 'main/WebGUI8' into WebGUI8 2011-11-07 17:49:29 +00:00
Colin Kuskie
3bd5172d6c No more leaky tests for carts. 2011-11-04 17:09:45 -07:00
Colin Kuskie
8a92be9454 Fix another leaky test. 2011-11-04 15:21:58 -07:00
Colin Kuskie
dc489b25b9 Fix a leaking test. 2011-11-04 15:19:08 -07:00
Colin Kuskie
7cfc8e6e71 Update this test for new testing API. 2011-11-04 14:14:45 -07:00
Colin Kuskie
a3266dea35 WebGUI 8 doesn't do Basic Auth, and ldap tests were moved into a different file. 2011-11-04 14:13:22 -07:00
Colin Kuskie
42ed112d1f Update this test to not use getPage. 2011-11-04 13:51:00 -07:00
Colin Kuskie
3ba6d43ec9 Allow noFormPost to be dynamically generated with a sub. Not all property settings allow this! 2011-11-04 11:54:31 -07:00
Colin Kuskie
a2a821822d Merge commit 'v7.10.23' into WebGUI8. Tests need fixing. 2011-11-02 11:12:18 -07:00
Colin Kuskie
3b9f7ae127 WebGUI 8 adjustments and test upgrades. 2011-11-01 15:41:01 -07:00
Colin Kuskie
9a4703eca0 Set the HTTP status correctly via the new API. 2011-11-01 13:21:31 -07:00
Colin Kuskie
38d35e23b6 Update Account::Profile tests and code. 2011-11-01 13:16:48 -07:00
Colin Kuskie
431cd280a4 Merge commit 'v7.10.22' into WebGUI8 2011-10-31 20:13:01 -07:00
Colin Kuskie
b1133d9118 Fix a typo in the cart. 2011-10-27 21:39:09 -07:00
Colin Kuskie
36dec3b094 Fix a typo in the EMS www_printBadge 2011-10-27 21:29:32 -07:00
Colin Kuskie
4855816a29 Merge commit 'v7.10.21' into WebGUI8. Also, add POD and fix broken tests. 2011-10-27 16:45:19 -07:00
Colin Kuskie
7c1e81a761 Fix the POD docs for LDAPLink 2011-10-27 13:23:48 -07:00
David Delikat
ffbc759dd2 Merge branch 'WebGUI8' of github.com:plainblack/webgui into WebGUI8
Conflicts:
	www/extras/admin/admin.js
2011-10-26 23:15:02 +00:00
David Delikat
2e2a4db7b6 make admin context menu display 2011-10-26 22:48:58 +00:00
Colin Kuskie
fdb979ca8a Merge commit 'v7.10.20' into WebGUI8 2011-10-26 15:02:51 -07:00
Colin Kuskie
4fea10a1f5 Merge commit 'v7.10.19' into WebGUI8 2011-10-25 20:31:50 -07:00
Colin Kuskie
9bd2d09bf3 Comment out the "approved" checkbox, it isn't checked anywhere anyway. 2011-10-25 19:47:12 -07:00
Colin Kuskie
4bfabb9469 Make version tags mandatory again. 2011-10-25 19:44:58 -07:00
David Delikat
7a9bd26c5e fixed admin select all check box 2011-10-26 00:27:31 +00:00
Colin Kuskie
d0b3be1749 Document what happened to the upgrade script. 2011-10-25 14:51:49 -07:00
Colin Kuskie
b6c4adc8e0 Fix bucket name truncation in the bucket log, and don't forget to check the delta interval when summarizing. 2011-10-20 20:25:16 -07:00
Colin Kuskie
00738a17b2 Added some basic POD for WebGUI::{Command,Deprecate}.pm 2011-10-19 17:04:40 -07:00
Colin Kuskie
01062458d9 Fix syntax error preventing this test from running. The test still doesn't run because it needs to be converted from Test::WWW::Mechanize to WebGUI::Test::Mechanize and take advantage of plack, but now it doesn't run cleanly. 2011-10-19 13:42:07 -07:00
Colin Kuskie
ffa11a7191 Fix Mech and timezone issues. 2011-10-19 13:39:29 -07:00
Colin Kuskie
5a11540e1c Update test for new testing API for assethelpers. 2011-10-19 13:21:03 -07:00
Colin Kuskie
82bb59d40e Debug needs an explicit package name for addToCleanup. 2011-10-19 13:11:23 -07:00
Colin Kuskie
19b6f9de12 Convert to the correct kind of helper syntax for Fork work. 2011-10-19 13:06:17 -07:00
Colin Kuskie
50616de038 Documen the incompatible change in the Gallery Album and loss of functions. 2011-10-16 17:55:35 -07:00
Colin Kuskie
71533cbba7 Make getPrototypeList catch exceptions. 2011-10-15 18:14:10 -07:00
Colin Kuskie
e5d4664a34 class => className for GalleryFile::Photo 2011-10-15 18:03:43 -07:00
Colin Kuskie
6e5da21f76 Custom edit template for the GalleryAlbum asset. 2011-10-15 18:00:53 -07:00
Colin Kuskie
0ff98ac46d class vs className fix for the Gallery 2011-10-15 17:59:09 -07:00