Colin Kuskie
|
e0177dc666
|
Remove Session::Env, migrate code to Plack::Request object in Session, and WebGUI::Session::Request
|
2010-07-01 17:40:12 -07:00 |
|
Colin Kuskie
|
005b9da1ac
|
Move session->env->getIp into session->request->address
|
2010-07-01 13:11:01 -07:00 |
|
Colin Kuskie
|
5e502fee53
|
Merge commit '17ce3572bf' into WebGUI8. All tests passing.
|
2010-06-30 18:43:27 -07:00 |
|
Colin Kuskie
|
385931aaab
|
Merge commit 'f2e0fb509a' into WebGUI8. Some tests still failing.
|
2010-06-27 22:32:31 -07:00 |
|
Colin Kuskie
|
3fbc109429
|
Update Session->Style setScript to default to text/javascript. Update the entire codebase to take advantage of it.
|
2010-06-24 13:07:03 -07:00 |
|
Colin Kuskie
|
fc1e356cfe
|
Fix a bug in the HTMLArea, introduced with the lineageIterator changes. Fixes bug #11629.
|
2010-06-15 09:36:11 -07:00 |
|
Colin Kuskie
|
c5203cb737
|
Remove some debug code.
|
2010-06-06 22:32:40 -07:00 |
|
Colin Kuskie
|
d81a28b235
|
Fix some broken Form fields. Fixes bug #11611
|
2010-06-06 22:29:52 -07:00 |
|
martin
|
73c762d6f1
|
Fixed bug where Template form plugin would not show anything for getValueAsHtml.
|
2010-06-04 11:54:36 +00:00 |
|
Doug Bell
|
247c607393
|
fixes for weaken and iterator
|
2010-06-01 19:37:53 -05:00 |
|
Doug Bell
|
2c75ab27e6
|
migrate to getLineageIterator to save memory
|
2010-06-01 16:23:49 -05:00 |
|
Colin Kuskie
|
c6682323f6
|
Remove the javascript check for email addresses.
|
2010-05-24 11:29:41 -07:00 |
|
Scott Walters
|
aeb36106e2
|
warning / Useless use of /d modifier in transliteration operator
|
2010-05-19 12:57:01 -04:00 |
|
Colin Kuskie
|
c8075d98cd
|
Add a missing module use line.
|
2010-05-07 15:21:06 -07:00 |
|
Graham Knop
|
2400f19099
|
Merge branch 'master' into WebGUI8
|
2010-04-13 07:50:02 -05:00 |
|
Colin Kuskie
|
52162f64cf
|
fix typos in error message
|
2010-03-30 14:43:21 -07:00 |
|
Colin Kuskie
|
dab004cd28
|
Let RadioLists take array refs for default values. Fixes bug #11497.
|
2010-03-29 10:08:05 -07:00 |
|
Graham Knop
|
2af4c4de63
|
clean up WebGUI::Utility imports
|
2010-03-10 12:59:51 -06:00 |
|
Graham Knop
|
913fa9ad03
|
clean up Tie::IxHash imports
|
2010-03-10 12:59:51 -06:00 |
|
Luke Robinson
|
c03bcc385c
|
use the FormHelper instead of the Auth system for the Ajax check
on Username
|
2010-03-08 17:22:21 -06:00 |
|
Luke Robinson
|
c61e7454d0
|
An Ajax check on the username field at registration
|
2010-03-08 17:22:07 -06:00 |
|
Colin Kuskie
|
36b6081894
|
Update 3 Form plugins for Asset instanciators and exceptions.
|
2010-03-03 19:31:18 -08: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
|
2d819f14b8
|
Fix bugs in the Combo Box, and the Mimetype form elements. Fixes bug #11420.
|
2010-02-22 10:00:47 -08:00 |
|
Doug Bell
|
0041aee54b
|
fix #11285: Pasting HTML into Code Editor in IE
|
2010-02-11 14:49:02 -06:00 |
|
Colin Kuskie
|
d04d457d44
|
Fix several countries whose addresses were rejected by the USPS International ship driver. Fixes bug #11359.
Also, update two countries in Form::Country
|
2010-01-18 19:59:50 -08:00 |
|
Colin Kuskie
|
49bd7f5032
|
newByDynamicClass changed to newById
|
2009-12-27 19:08:15 -08:00 |
|
Colin Kuskie
|
49ec9f65f4
|
Use https method in SSL mode. Fixes bug #11249
|
2009-11-18 14:54:16 -08:00 |
|
Colin Kuskie
|
5bf3e44ad6
|
Accept time zones with spaces or underscores to help users.
|
2009-11-16 18:35:01 -08:00 |
|
Colin Kuskie
|
ce84be0498
|
Help HTMLArea handle odd form names. Fixes bug #11209
|
2009-11-09 10:00:12 -08:00 |
|
daviddelikat
|
707215cf3f
|
recover lost work from git
|
2009-11-06 11:05:59 -06:00 |
|
JT Smith
|
1304bf397a
|
The captcha form control had it's built in styles removed in favor of two classes: "wg-captchaForm" and "wg-captchaImage"
|
2009-11-06 10:11:13 -06:00 |
|
Colin Kuskie
|
3c985a5eed
|
Finish reverting EMS Submissions.
This reverts commit aab3a74026.
|
2009-11-05 17:03:28 -08:00 |
|
JT Smith
|
96c8a7a47e
|
started thinking about form control changes
|
2009-10-22 14:27:05 -05:00 |
|
JT Smith
|
57b67ab4da
|
eliminated more definitions
|
2009-10-22 14:26:09 -05:00 |
|
daviddelikat
|
9805541a6e
|
Merge branch 'master' of git@github.com:plainblack/webgui
|
2009-10-19 22:09:13 -05:00 |
|
Colin Kuskie
|
da9f836232
|
Autocommit version tags when using the RTE form control for folder/files. Fixes bug #11138
|
2009-10-19 17:55:55 -07:00 |
|
Colin Kuskie
|
7866120459
|
Handle bad dates in datetime related form plugins. Fixes bug #11128
Also, better date parsing by _splitMysql and reformat Thingy.
|
2009-10-15 12:53:39 -07:00 |
|
daviddelikat
|
03a0279040
|
started adding functionality, somethings look OK still long ways to go for base functionality
|
2009-10-07 10:41:03 -05:00 |
|
Graham Knop
|
60a4a9b140
|
mark $session->datetime->time as deprecated and remove its use from core code
|
2009-10-05 20:56:37 -05:00 |
|
Colin Kuskie
|
9b76e0e162
|
Date form plugin should display dates in user's format when passed an epoch.
|
2009-10-01 13:47:27 -07:00 |
|
Colin Kuskie
|
25b4a0b139
|
Fix multiple Date and DateTime bugs. bug #11079 and bug #11071
|
2009-09-30 16:50:08 -07:00 |
|
Colin Kuskie
|
6a3d1588be
|
Uppercase any lowercase zipcode letters entered. Fixes 11018.
|
2009-09-24 09:32:14 -07:00 |
|
Graham Knop
|
2d28e0c0ba
|
update YUI to 2.8.0r4
|
2009-09-21 13:13:24 -05:00 |
|
Colin Kuskie
|
bb10f0e3d0
|
i18n the datepicker. fixes bug #10976.
|
2009-09-17 10:07:55 -07:00 |
|
Colin Kuskie
|
0cbc4eece1
|
fix #10879. Form/File loses files from previous storageId.
Tested Collaboration System, and User Profile Avatar field.
|
2009-09-04 17:16:22 -07:00 |
|
Colin Kuskie
|
0dd476e59f
|
YUI 2.6 has element-beta-min. Fixes 10893.
|
2009-09-04 08:32:34 -07:00 |
|