Doug Bell
|
1d9911ff0c
|
migrate EMSToken to FormBuilder
|
2011-01-25 18:06:48 -06:00 |
|
Doug Bell
|
6729cb0621
|
migrate EMSTicket to FormBuilder
|
2011-01-25 18:06:47 -06:00 |
|
Doug Bell
|
39c775a44d
|
migrate EMSRibbon to FormBuilder
|
2011-01-25 18:06:47 -06:00 |
|
Doug Bell
|
c7aee8ce68
|
remove unused WebGUI::HTMLForm
|
2011-01-25 18:06:47 -06:00 |
|
Doug Bell
|
58c611eee6
|
move shortcut to formbuilder
|
2011-01-25 18:06:47 -06:00 |
|
Colin Kuskie
|
dbcd507d61
|
Fix Keyword -> generateCloud and make the test repeatable again without having to parse the returned URLs.
|
2011-01-24 20:26:57 -08:00 |
|
Colin Kuskie
|
052b3dfd45
|
Fix duplicating storages in Posts and subscription groups in threads. Fixes bug #12024.
|
2011-01-24 19:08:51 -08:00 |
|
Colin Kuskie
|
2b15982caa
|
i18n the EU VAT TaxDriver screen. Fixes bug #12028.
|
2011-01-24 08:59:46 -08:00 |
|
Paul Driver
|
48bbec5c6f
|
fixed #12029: issue with keywords
|
2011-01-24 09:43:14 -06:00 |
|
Colin Kuskie
|
1c3b2428b6
|
Hide ending recurrent fields that are not used. Fixes bug #12020.
|
2011-01-20 15:06:57 -08:00 |
|
Colin Kuskie
|
973363b14c
|
Enforce viewing permissions for search and keywords in the Wiki. Fixes bug #12027
|
2011-01-20 11:21:51 -08:00 |
|
Colin Kuskie
|
8c2958b042
|
Do not send emails when a Post or Thread is copied inside WebGUI. Fixes bug #12024.
|
2011-01-19 18:43:33 -08:00 |
|
Colin Kuskie
|
ca54f439e9
|
Document how skipNotification is handled by the Aspect.
|
2011-01-19 14:54:50 -08:00 |
|
Colin Kuskie
|
bce5e6afab
|
Subscribable aspect dies if addRevision is called without a hashref of new properties for the new revision.
|
2011-01-19 14:37:09 -08:00 |
|
Colin Kuskie
|
49063cf526
|
Fix UTF-8 handling in WebGUI::Storage class. Add tests for all methods that were checked. Fixes bug #12023.
|
2011-01-18 21:07:03 -08:00 |
|
Colin Kuskie
|
d9736ea032
|
One final config lookup removed, for the gateway method itself.
|
2011-01-13 13:33:31 -08:00 |
|
Colin Kuskie
|
95d88fbede
|
Fix a typo in getting the gateway for dialing up spectre.
|
2011-01-13 13:33:31 -08:00 |
|
Colin Kuskie
|
cbee62e407
|
Don't look in the config file to get the gateway, look in the request object. Maybe someday we'll be able to use URI.
|
2011-01-13 13:33:31 -08:00 |
|
Colin Kuskie
|
86cb25acfc
|
getRequested no longer needs to correct for gateway since Plack does it for us.
|
2011-01-13 13:33:31 -08:00 |
|
Colin Kuskie
|
e6bbe65434
|
No need to look inside the config file, use the request object instead.
|
2011-01-13 13:33:31 -08:00 |
|
Colin Kuskie
|
ddf3ecd5b4
|
Instead of looking up the gateway from the config file, use the request object's base method.
|
2011-01-13 13:33:31 -08:00 |
|
Colin Kuskie
|
b0af5d2cd3
|
Remove use of gateway config option from getRequestedUrl.
|
2011-01-13 13:33:31 -08:00 |
|
Doug Bell
|
bcb14eaa61
|
remove MIME::Base64::URLSafe as they do it reversely
|
2011-01-13 15:00:50 -06:00 |
|
Doug Bell
|
adcec8353a
|
add extras to FormBuilder
|
2011-01-13 14:33:05 -06:00 |
|
Doug Bell
|
d5d7d7ef0b
|
remove HTMLForm from Post assets
|
2011-01-13 14:33:05 -06:00 |
|
Doug Bell
|
f209a52a2c
|
move MatrixListing getEditForm to FormBuilder
|
2011-01-13 14:33:05 -06:00 |
|
Doug Bell
|
5ece597592
|
remove HTMLForm from ZipArchive
|
2011-01-13 14:33:04 -06:00 |
|
Doug Bell
|
89ee734f3f
|
migrate Image to FormBuilder
|
2011-01-13 14:33:04 -06:00 |
|
Doug Bell
|
d54ad71f37
|
move EMSSubmissionForm editSubmissionForm to FormBuilder
|
2011-01-13 14:33:04 -06:00 |
|
Doug Bell
|
4d55fd82d7
|
move EMSSubmission editSubmission to FormBuilder
|
2011-01-13 14:33:04 -06:00 |
|
Doug Bell
|
ebc955f2e5
|
remove HTMLForm from AdminConsole
|
2011-01-13 14:33:04 -06:00 |
|
Doug Bell
|
5302c818ea
|
move Account User editSettingsForm to FormBuilder
|
2011-01-13 14:33:04 -06:00 |
|
Doug Bell
|
6ff66d4974
|
move Account Shop editSettingsForm to FormBuilder
|
2011-01-13 14:33:04 -06:00 |
|
Doug Bell
|
4bb18886da
|
move Profile editSettingsForm to Formbuilder
|
2011-01-13 14:33:03 -06:00 |
|
Doug Bell
|
c0a822ef1f
|
move Account Friends editSettingsForm to FormBuilder
|
2011-01-13 14:33:03 -06:00 |
|
Doug Bell
|
c7969b7f1b
|
move FriendManager editSettingsForm to FormBuilder
|
2011-01-13 14:33:03 -06:00 |
|
Doug Bell
|
0363a188ab
|
move Account Contributions editSettingsForm to FormBuilder
|
2011-01-13 14:33:03 -06:00 |
|
Doug Bell
|
1fc6c79306
|
move Account skeleton editSettingsForm to FormBuilder
|
2011-01-13 14:33:03 -06:00 |
|
Paul Driver
|
2208864504
|
rfe #12016 for the top story as well
|
2011-01-11 10:09:58 -06:00 |
|
Doug Bell
|
c0d5cc9f3b
|
fix dataform jumping between views when moving fields
|
2011-01-10 20:26:56 -06:00 |
|
Doug Bell
|
2808a19670
|
fix 11988 dataform list view missing field control
|
2011-01-10 20:26:56 -06:00 |
|
Colin Kuskie
|
f1dd08c135
|
If there are missing, required fields when saving data to a thing, do not write it to the db. Fixes bug #11996.
|
2011-01-10 16:00:21 -08:00 |
|
Colin Kuskie
|
6f34c25e82
|
Prevent SSO fixation attacks against WebGUI by modifying Operation/SSO to log the user in as the user with a different session, and to require a flag in the config file to enable it. This feature will be removed in WebGUI 8. Fixes bug #12004.
|
2011-01-10 14:07:59 -08:00 |
|
Colin Kuskie
|
c65fd1946a
|
There was no dying due to this bug, it was trapped during deserialization, not serialization.
This reverts commit a0119e9e82.
|
2011-01-10 13:53:13 -08:00 |
|
Colin Kuskie
|
a0119e9e82
|
When setting photo JSON, wrap the json serialization in an eval to trap errors. Addresses bug #12002.
|
2011-01-10 13:24:29 -08:00 |
|
Paul Driver
|
702d00bb63
|
Merge branch 'master' of github.com:plainblack/webgui
|
2011-01-10 12:32:19 -06:00 |
|
Paul Driver
|
28f4b1b4d2
|
rfe #10521: Use monospaced font in template edit textarea
|
2011-01-10 12:31:15 -06:00 |
|
Colin Kuskie
|
33698fcfde
|
Remove old debugging code for validToken.
|
2011-01-10 10:16:34 -08:00 |
|
Paul Driver
|
5fc7b42a88
|
Template help for the additional topic variables
|
2011-01-10 11:31:56 -06:00 |
|
Paul Driver
|
82c6c58958
|
rfe #12016: add more functionality to story_loop
|
2011-01-10 10:32:47 -06:00 |
|