Doug Bell
|
001cdafb09
|
remove duplicate changelog entries
|
2010-10-27 11:40:27 -05:00 |
|
Colin Kuskie
|
f884ab36b2
|
Fix the recover password URL for WebGUI::Auth::WebGUI. Fixes bug #11932
|
2010-10-27 08:52:41 -07:00 |
|
Colin Kuskie
|
8c8d1694df
|
Install patched SWF files for chart, uploader and swfstore.
|
2010-10-26 17:56:47 -07:00 |
|
Paul Driver
|
fa471df450
|
Story Archive now plays nice with urlExtensions
|
2010-10-26 14:27:47 -07:00 |
|
Paul Driver
|
e67ad18517
|
fixed #11929: In/Out board breaks in Chrome sometimes
|
2010-10-26 13:16:57 -07:00 |
|
Colin Kuskie
|
8b25005515
|
Allow Workflow activities to do cleanup when they're deleted. Fixes bug #11924.
|
2010-10-26 11:44:26 -07:00 |
|
Paul Driver
|
0d46331745
|
fixed #11928: Story Archive breaks if url has extension
|
2010-10-26 11:09:11 -07:00 |
|
Colin Kuskie
|
6fced77b37
|
Make the display of a textarea instead of an HTMLarea independent of whether mobile styles are configured for the site. Refixes #11902.
|
2010-10-25 15:30:23 -07:00 |
|
Colin Kuskie
|
dcae5190da
|
Build a progress bar for exporting data from a Thing. Fixes bug #11925.
|
2010-10-25 13:49:54 -07:00 |
|
Colin Kuskie
|
4f95507485
|
If exportMetaData is set to false, do not print out the column lables OR values. Fixes bug #11925.
|
2010-10-25 10:52:27 -07:00 |
|
Colin Kuskie
|
cb952501fc
|
Prevent password fields from autocompleting, which can overwrite passwords when editing forms. Fixes bug #11923.
|
2010-10-25 10:29:16 -07:00 |
|
Colin Kuskie
|
afb9efcdda
|
Change the URL for the Template Variable help template. Fixes bug #11922
|
2010-10-25 09:05:46 -07:00 |
|
Bart Jol
|
d11cd6f4f7
|
Changed package name in POD
|
2010-10-25 13:00:56 +02:00 |
|
Colin Kuskie
|
18bbebf0b8
|
Fix syntax errors, and old Class::InsideOut data access.
|
2010-10-22 16:19:05 -07:00 |
|
Colin Kuskie
|
fd98f4acc4
|
Make a write method, similar to Asset's.
|
2010-10-22 15:45:09 -07:00 |
|
Colin Kuskie
|
23e8631de9
|
Remove get from Crud. Replace create with BUILDARGS code. Add lastUpdated and sequenceNumber attributes to the Crud core.
|
2010-10-22 11:44:12 -07:00 |
|
Colin Kuskie
|
5c7e000373
|
Convert new to Moose BUILDARGS wrapper.
|
2010-10-21 16:28:16 -07:00 |
|
Colin Kuskie
|
95b6af9f72
|
Replace crud_getProperties with meta->get_all_property_list. This might be needed to be made into a hash...
|
2010-10-21 11:48:47 -07:00 |
|
Colin Kuskie
|
e38d2eaa94
|
Fix the compatibility methods that were broken by the last commit.
|
2010-10-21 10:50:23 -07:00 |
|
Colin Kuskie
|
87c183e134
|
Change crud_get{Sequence,Table}Key and crud_getTableName methods to use Moose's meta instead.
|
2010-10-21 10:47:14 -07:00 |
|
Colin Kuskie
|
03a6a624da
|
Remove Crud object code from the Definition, for parity with other Definition packages.
|
2010-10-21 09:45:48 -07:00 |
|
Colin Kuskie
|
6eabacc4fe
|
Remove trailing whitespace, and indented whitespace.
|
2010-10-21 09:36:13 -07:00 |
|
Colin Kuskie
|
7b75a5c349
|
Fix a version typo.
|
2010-10-20 15:43:41 -07:00 |
|
Colin Kuskie
|
42b4f2b16d
|
Better template for DataForm email, with 1 table for each tab (or untab). Fixes bug #11921.
|
2010-10-20 15:41:56 -07:00 |
|
Colin Kuskie
|
55994c4fa7
|
Escape DataForm data sent via email. Fixes bug #11920
|
2010-10-20 15:18:52 -07:00 |
|
Paul Driver
|
af3cd8e4d0
|
Better @INC handling for forkAndExec (haarg!)
|
2010-10-20 14:00:11 -07:00 |
|
Colin Kuskie
|
d323ad1a09
|
Ready for 7.10.4 development.
|
2010-10-19 20:46:28 -07:00 |
|
Colin Kuskie
|
bfe9780ce0
|
Ready for 7.10.3 release.
|
2010-10-19 20:24:30 -07:00 |
|
Colin Kuskie
|
bdbb324390
|
Fix the navigation depth in the CrystalX top nav. Fixes bug #11905
|
2010-10-19 20:22:20 -07:00 |
|
Colin Kuskie
|
f159fab19b
|
Make the password recovery email templatable. Includes i18n, help docs, upgrade sub, template package and code. Fixes bug #11918.
|
2010-10-19 15:22:42 -07:00 |
|
Colin Kuskie
|
859076fda8
|
Group To Post is now not sufficient to view a CS. Fixes bug #11916.
|
2010-10-19 11:41:40 -07:00 |
|
Colin Kuskie
|
8df687b2b3
|
Fix a rendering problem with Section title, text and the question block. Fixes bug #11919.
|
2010-10-19 10:19:24 -07:00 |
|
Colin Kuskie
|
aabb9ed214
|
Getting cookies can croak. Eval the fetching of cookies and do error handling. Fixes bug #11912.
|
2010-10-19 09:21:37 -07:00 |
|
Colin Kuskie
|
b02aee50d8
|
In addition to mobile browser detection for styles, also do it for HTMLAreas and display a simple textarea instead. Fixes bug #11902.
|
2010-10-18 19:31:44 -07:00 |
|
Colin Kuskie
|
3ad69de404
|
Template the emails sent out during content approval. Includes new template, i18n, Help docs upgrade sub and code. Fixes bug #11901.
|
2010-10-18 13:53:33 -07:00 |
|
Doug Bell
|
a1b7e93427
|
test ExportHtml asset helper
|
2010-10-18 12:35:01 -05:00 |
|
Doug Bell
|
8d8391413c
|
test EditBranch asset helper
|
2010-10-18 12:35:01 -05:00 |
|
Doug Bell
|
f339fdc7ed
|
test CopyBranch asset helper
|
2010-10-18 12:35:01 -05:00 |
|
Colin Kuskie
|
19a87ea003
|
Variable hour formats don't add an extra space any longer. Fixes bug #11915.
|
2010-10-18 10:32:45 -07:00 |
|
Colin Kuskie
|
2bd072311d
|
Lay the groundwork for WebGUI::Definition::Crud
|
2010-10-15 11:04:34 -07:00 |
|
Colin Kuskie
|
bf8bdd1ac6
|
Merge branch 'ShipDriver_cio' into WebGUI8
|
2010-10-14 20:02:14 -07:00 |
|
Colin Kuskie
|
30ff4597c8
|
Update Ship master class for new ShipDriver requirements.
|
2010-10-14 19:34:25 -07:00 |
|
Colin Kuskie
|
499feb420b
|
Fix naming problem with shippingServices, update tests.
|
2010-10-14 19:31:04 -07:00 |
|
Colin Kuskie
|
dac8186244
|
Fix Editor display problems in the survey edit screen. Fixes bug #11913
|
2010-10-14 17:47:52 -07:00 |
|
Doug Bell
|
aaeb494cd4
|
add ChangeUrl assethelper test
|
2010-10-14 19:05:54 -05:00 |
|
Doug Bell
|
7c5ca603da
|
update Test::Mechanize docs for changing users
|
2010-10-14 19:03:32 -05:00 |
|
Doug Bell
|
20744ce25d
|
remove unneeded asset helpers
|
2010-10-14 18:13:31 -05:00 |
|
Doug Bell
|
d40fbc8255
|
fix Cut assethelper tests
|
2010-10-14 18:02:36 -05:00 |
|
Doug Bell
|
51d5f6bcb4
|
fix tests for Copy assethelper
|
2010-10-14 17:34:16 -05:00 |
|
Doug Bell
|
645f5f714e
|
added documentation for WebGUI::Test::Mechanize
|
2010-10-14 17:32:07 -05:00 |
|