Colin Kuskie
|
2b39e16cc8
|
Rough conversion of Comments and Installable to Moose.
|
2010-03-03 19:22:13 -08:00 |
|
Colin Kuskie
|
a37b1c725b
|
Cleanup for moose accessors.
|
2010-03-03 19:02:00 -08:00 |
|
Colin Kuskie
|
5dc0299226
|
First cut at moving Subscribable to an Asset.
|
2010-03-03 18:43:28 -08:00 |
|
Colin Kuskie
|
7e673d4bc7
|
Don't need no stinkin' strict anymore!
|
2010-03-03 18:43:14 -08:00 |
|
Colin Kuskie
|
9b4a9beba2
|
Remove usage of Class:C3 in favor of roles.
|
2010-03-03 17:58:55 -08:00 |
|
Colin Kuskie
|
65a5053563
|
Fix a missing label in the WikiPage
|
2010-03-03 16:41:22 -08:00 |
|
Colin Kuskie
|
8f6c20d2f1
|
Fix lots of syntax errors and bad definition configuration.
|
2010-03-03 16:32:57 -08:00 |
|
Colin Kuskie
|
814c2af249
|
Change calls to new to newById across Asset/
|
2010-03-03 16:27:45 -08:00 |
|
Colin Kuskie
|
3d52c45655
|
Changes to Post and Collaboration, for new Asset instanciators.
|
2010-03-03 15:45:47 -08:00 |
|
Colin Kuskie
|
f88c18ee50
|
Fix the write method to iterate over each property to get the table names instead of looking in the class metaproperties.
|
2010-03-03 15:45:47 -08:00 |
|
Colin Kuskie
|
4d3d031d78
|
remove copy/paste variable names.
|
2010-03-03 15:45:46 -08:00 |
|
Graham Knop
|
d7b0d93ad8
|
Apply Definition roles properly to eliminate warnings
|
2010-03-03 13:49:08 -06:00 |
|
Colin Kuskie
|
0a0b6557e2
|
Eval and error handling for processTemplate.
|
2010-03-03 11:09:50 -08:00 |
|
Colin Kuskie
|
122bd26afa
|
Add keywords accessor for looking up Asset keywords.
|
2010-03-03 11:03:35 -08:00 |
|
Graham Knop
|
d932543159
|
clean up Wobject includes
|
2010-03-02 18:34:56 -06:00 |
|
Graham Knop
|
38e2e091dc
|
apply correct roles/metaroles to roles
|
2010-03-02 18:31:16 -06:00 |
|
Colin Kuskie
|
8128f54943
|
WebGUI now needs Test::Harness 3.17 or higher for the Survey. Fixes bug #11402.
|
2010-03-02 13:58:34 -08:00 |
|
Colin Kuskie
|
119d5137e2
|
Try to fallback to a default login template if the configured one won't work. Fixes bug #11450.
|
2010-03-02 08:51:50 -08:00 |
|
Colin Kuskie
|
beb1337373
|
Make the RichEditor obey the new session overrides for language settings. Fixes bug #11443.
|
2010-03-02 07:39:55 -08:00 |
|
Graham Knop
|
a5f54a7910
|
mostly working definition roles
|
2010-03-02 00:49:09 -06:00 |
|
Colin Kuskie
|
c0d45e0f23
|
Remove workarounds in WeatherData. Fixes bug #11401.
|
2010-03-01 09:58:18 -08:00 |
|
Colin Kuskie
|
b462ce0b41
|
Subscribable aspect should propagate result of purge, instead of always returning false. Fixes bug #11446
|
2010-03-01 08:30:52 -08:00 |
|
Doug Bell
|
7532c43d46
|
fix 11445 NotifyAboutUsers sends infinite e-mails
|
2010-02-27 15:18:15 -06:00 |
|
Graham Knop
|
12fcdf201f
|
almost working using metaclass roles
|
2010-02-26 16:55:57 -06:00 |
|
Graham Knop
|
a2f0cbe9ba
|
fix more things for metaclass roles
|
2010-02-26 16:55:35 -06:00 |
|
Graham Knop
|
13b753850f
|
start of conversion to metaclass roles
|
2010-02-26 16:54:03 -06:00 |
|
Colin Kuskie
|
117c7897bb
|
Closer to Roles. Remove also from WebGUI::Definition, and put use Moose in all Asset classes.
|
2010-02-26 12:01:25 -08:00 |
|
Colin Kuskie
|
dd63819fe0
|
Attempt #1 to get Roles working with Definition sugar.
|
2010-02-26 11:11:04 -08:00 |
|
Graham Knop
|
1c27279d6b
|
optimized macro parser for perl 5.10
|
2010-02-26 10:17:05 -06:00 |
|
Colin Kuskie
|
20ad246c41
|
Clean up the scratch variable redirectAfterLogin, even if redirectAfterLoginUrl from settings is used. Fixes bug #11439.
|
2010-02-25 19:06:53 -08:00 |
|
Colin Kuskie
|
7648b124e3
|
Remove bad variable instanciation.
|
2010-02-25 16:18:19 -08:00 |
|
Colin Kuskie
|
3a054b4895
|
Fix Search results for Threads when useContainers=1
|
2010-02-25 08:59:33 -08:00 |
|
Colin Kuskie
|
abf4aec1a2
|
Change user invitation emails to come from the sending site, instead of the user, since that can cause SPF problems. Fixes bug #11435.
|
2010-02-24 10:14:13 -08:00 |
|
Colin Kuskie
|
5934ba8fce
|
onCompletePurchase should pull userId from the transaction, instead of the session, since the session could be owned by spectre and not the user. Fixes bug #11385
|
2010-02-24 10:09:18 -08:00 |
|
Colin Kuskie
|
fbfe6387c4
|
More email queueing.
|
2010-02-24 09:59:30 -08:00 |
|
Colin Kuskie
|
a21783304e
|
Route all emails through the mailQueue to prevent dropped emails.
|
2010-02-24 09:58:39 -08:00 |
|
Colin Kuskie
|
f761188bb0
|
Queue invitations to be sent instead of sending them directly to avoid dropped emails due to SMTP problems. Fixes bug #11436.
|
2010-02-24 09:49:19 -08:00 |
|
Colin Kuskie
|
aafbf01b8e
|
Change invitations to use HTML instead of text. Fixes bug #11434.
|
2010-02-24 09:43:58 -08:00 |
|
Doug Bell
|
100a9e652e
|
fix 11426: Logout page gets cached
|
2010-02-23 17:51:12 -06:00 |
|
Doug Bell
|
079ff05cfa
|
finalize code editor fix
|
2010-02-23 17:21:37 -06:00 |
|
Doug Bell
|
c9694d3e63
|
fix more problems, concede to naysayers
|
2010-02-23 16:31:40 -06:00 |
|
Colin Kuskie
|
83395fbe95
|
Fix Date handling by the DataTable, again... Now it uses a custom date parser to take the ISO date format. Fixes bug #11428.
|
2010-02-23 12:56:00 -08:00 |
|
Colin Kuskie
|
3971d9bd4f
|
Fix Interval form value preservation, when the field is hidden. Fixes bug #11431.
|
2010-02-23 11:15:54 -08:00 |
|
Colin Kuskie
|
9c0cdde323
|
Fix deleting users from groups in manageUsersInGroups. Need to use POST instead of GET.
|
2010-02-23 10:54:32 -08:00 |
|
Colin Kuskie
|
29b0d490b9
|
Make PurgeOldTrash respect the workflow activity TTL.
|
2010-02-22 20:47:17 -08:00 |
|
Doug Bell
|
f240635a3d
|
style doesn't need WebGUI all the time
|
2010-02-22 18:07:56 -06:00 |
|
Colin Kuskie
|
a63a70b8bd
|
When a cron job is disabled, delete it from spectre's queue, but do not re-add it. Fixes bug #11422
|
2010-02-22 14:58:54 -08:00 |
|
Doug Bell
|
a725942c17
|
override BUILDARGS instead of new
|
2010-02-22 12:52:51 -06:00 |
|
Colin Kuskie
|
2d819f14b8
|
Fix bugs in the Combo Box, and the Mimetype form elements. Fixes bug #11420.
|
2010-02-22 10:00:47 -08:00 |
|
Colin Kuskie
|
552859fb7f
|
Add notes to the pagination hoverhelp for the SQL Report. Addresses bug #11414.
|
2010-02-22 09:37:16 -08:00 |
|