Commit graph

17046 commits

Author SHA1 Message Date
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
Colin Kuskie
7bfcdd1d8c Note that lineage is missing from assets created during www_add and give examples for assets that need to override www_edit/getEditTemplate. 2011-10-15 17:57:41 -07:00
Colin Kuskie
9ef8f098cf Convert Passive Analytics to use the new ProgressBar with Download code. 2011-10-15 13:54:17 -07:00
Colin Kuskie
63c31404c2 Allow a redirect to be sent to the user that cannot be calculated when creating the Fork object. This is useful for Forks that build files to be downloaded. 2011-10-15 13:53:33 -07:00
Colin Kuskie
22bf6e8451 Fix a bug in Fork where it would quit on the first lookup, whether or not the Fork was really done. The variable for completeness is "current" instead of finished. 2011-10-15 13:52:15 -07:00
Colin Kuskie
9da88844e0 Make sure that calendar time span flags are always set. Fixes bug #12271. 2011-10-15 13:06:44 -07:00
Colin Kuskie
82603b29c7 Add a progress bar to the passive analytics data export functions. 2011-10-13 09:10:35 -07:00
Colin Kuskie
40c61575d6 Fix syntax errors in the last Auth patch for bug #12269. 2011-10-13 09:09:45 -07:00
Colin Kuskie
eee4269fe2 Update the POD for the AdminToggle macro. It now only takes two arguments instead of three. 2011-10-11 21:48:18 -07:00
Colin Kuskie
19ef4b22e8 Another style fix for underground. Works better for visitor. 2011-10-11 21:47:59 -07:00
Colin Kuskie
1d0b186025 Simplify the underground style turn on admin macro template. 2011-10-11 21:42:41 -07:00
Colin Kuskie
34a04d9dd3 Fix rendering of left nav bar with new "admin on/off link" 2011-10-11 21:26:44 -07:00
Colin Kuskie
be109711a8 i18n a few more labels in the new admin console 2011-10-11 21:00:45 -07:00
Colin Kuskie
1226ea6bef No, really remove the files. 2011-10-11 16:51:14 -07:00