Commit graph

16016 commits

Author SHA1 Message Date
Colin Kuskie
04ec75719e Make a new storage location when an Event is duplicated. Fixes bug #11937. 2010-11-01 09:19:08 -07:00
Colin Kuskie
1c63a65377 Don't delete the special state unless we set it. Fixes bug #11938 2010-11-01 08:23:31 -07:00
Paul Driver
7219e21f86 Merge branch 'fork' 2010-11-01 08:20:38 -05:00
Colin Kuskie
5bf6628509 Shift the location of break tags in Form/File to prevent danglies. 2010-10-29 14:51:14 -07:00
Colin Kuskie
d144cd906d Shift the location of break tags in Form/File to prevent danglies. 2010-10-29 14:50:12 -07:00
Colin Kuskie
2b10a08938 And again... 2010-10-29 10:26:06 -07:00
Colin Kuskie
296ed5fc19 Rework all encodings of the spanish RSS file. 2010-10-29 10:26:00 -07:00
Colin Kuskie
9e8a90d9f3 Alter the Spanish entity testing collateral. 2010-10-29 09:41:41 -07:00
Doug Bell
fa73d81251 create and use get, update, delete instead of old
deleteParams, deleteSingleParam -> delete
getParams -> get
saveParams -> update
2010-10-28 21:04:38 -05:00
Colin Kuskie
2554a45a15 Throw an exception if you don't get a session argument in classic WebGUI instanciator syntax. 2010-10-28 16:54:07 -07:00
Colin Kuskie
3a9d87cfa2 Remove duplicate error checking code. 2010-10-28 13:42:55 -07:00
Doug Bell
f5069979f0 add notes on Auth API changes / deprecations 2010-10-28 15:03:42 -05:00
Doug Bell
cd4845768f more tests and some code cleanup 2010-10-28 13:51:05 -05:00
Colin Kuskie
1bed8706d6 Remove debug output. 2010-10-28 08:10:30 -07:00
Doug Bell
250967c898 add admin plugins API and start testing 2010-10-27 22:15:11 -05:00
Doug Bell
c8cff33b97 remove debug logs 2010-10-27 22:15:11 -05:00
Doug Bell
a199bfd5d0 add quoting and validation to search assets 2010-10-27 22:15:10 -05:00
Colin Kuskie
a6a10d976a Test cleanup after merge to 7.10.2 2010-10-27 18:42:43 -07:00
Colin Kuskie
a067cbbe70 Update upgrade area. Grab a copy of create.sql from 7.10.2 2010-10-27 16:03:17 -07:00
Colin Kuskie
87326192a3 Merge commit '4635b91554' into WebGUI8. Syntax clean up to 7.10.2 2010-10-27 15:59:33 -07:00
Doug Bell
075bcc978e add migration docs for ErrorHandler -> Log 2010-10-27 13:13:04 -05:00
Doug Bell
1b83072a7b tests revealed i missed one. yay tests! 2010-10-27 13:07:19 -05:00
Doug Bell
f57ce0c9a6 rename variables for consistency 2010-10-27 13:06:25 -05:00
Doug Bell
199c4e4960 change ErrorHandler to Log 2010-10-27 12:50:12 -05:00
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