Scott Walters
|
0b5a77515f
|
make Form::Cancel better; make WebGUI::TabForm use it. so, logic migrated from TabForm to Form::Cancel where it's re-usable and fixed up for this new Doug admin.
|
2013-09-26 17:32:32 -05:00 |
|
Colin Kuskie
|
b323f74121
|
Update copyright notice
|
2011-12-28 11:30:38 -08:00 |
|
Colin Kuskie
|
59c03b50e7
|
Change occurances of user->profileField to user->get
|
2010-11-18 16:12:03 -08:00 |
|
Colin Kuskie
|
1f42a0a24e
|
Remove types for setScript calls, add setCss, which is shorthand for setLink with the CSS specific params preset.
|
2010-09-24 08:03:09 -07:00 |
|
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
|
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
|
519a0915c3
|
Prevent the back button from resubmitting data as much as possible. Fixes bug #11143.
|
2009-11-20 08:47:21 -08:00 |
|
Colin Kuskie
|
02e9354c15
|
Automatically add a token to any autogenerated form.
Refactor previous commits to take advantage of that.
|
2009-07-06 17:20:27 +00:00 |
|
Colin Kuskie
|
5e4db3adb4
|
Provide a framework for CSRF protection, with tests.
Add CSRF protection to Asset editSave, AssetManager, VersionTags and Group operations.
|
2009-07-06 16:58:57 +00:00 |
|
Graham Knop
|
24da723629
|
updating copyright year
|
2009-02-20 23:47:30 +00:00 |
|
JT Smith
|
eea207b3ec
|
buttons in the right place
|
2008-10-22 18:08:28 +00:00 |
|
JT Smith
|
14a8215ec6
|
at least the buttons are on the right
|
2008-10-22 04:12:14 +00:00 |
|
JT Smith
|
6cf30e1390
|
hmm, doesn't like floating div for some reason...must make work for now and fix later
|
2008-10-22 04:08:46 +00:00 |
|
JT Smith
|
32ce086ab5
|
Migrated WebGUI::TabForm to use YUI tabs rather than the old fashioned
WebGUI tabs.
|
2008-10-22 04:00:19 +00:00 |
|
JT Smith
|
72edbfd628
|
various fixes and enhancements for the asset configuration stuff i checked in earlier
|
2008-09-29 00:14:49 +00:00 |
|
Colin Kuskie
|
02635bf3c9
|
Add a logged warning for trying to fetch a non-existant tab by key.
|
2008-07-10 20:32:14 +00:00 |
|
Patrick Donelan
|
f2e3675cfd
|
Fixed bug in TabForm.pm SYNOPSIS
|
2008-07-03 06:12:51 +00:00 |
|
JT Smith
|
93b5ca16e4
|
updating copyright year
|
2008-02-07 23:28:18 +00:00 |
|
Graham Knop
|
3f5ca61c12
|
Fix hover help for matrix
|
2007-10-04 19:23:08 +00:00 |
|
Graham Knop
|
1eabe1ea37
|
yui tooltips for hoverhelp
|
2007-09-27 00:38:32 +00:00 |
|
JT Smith
|
3affd7add4
|
Color coded most buttons, green for proceed and red for go back.
|
2007-07-27 03:50:19 +00:00 |
|
JT Smith
|
a7dde82421
|
updated copyright
|
2007-07-01 16:09:42 +00:00 |
|
Doug Bell
|
d805a6a310
|
Additional features in preparation for final checkin of Calendar rewrite.
|
2006-12-01 22:26:09 +00:00 |
|
JT Smith
|
09af3e8785
|
- Added "Save and Commit" option for environments where the appearance of
workflow is unwanted.
|
2006-07-25 21:11:14 +00:00 |
|
JT Smith
|
1b7488e4b1
|
[ 1475220 ] some 6.99 templates have double slashes
|
2006-04-28 17:12:58 +00:00 |
|
JT Smith
|
1b2c824a9c
|
added save buttons at the top of HTML forms
|
2006-04-07 04:37:20 +00:00 |
|
Colin Kuskie
|
65590997b6
|
Fix error in TabForm POD (get vs getTab)
POD for WebGUI.pm
Table of Contents has tabbed interface
viewHelp filters tabs by the user's UI level
|
2006-03-06 16:30:11 +00:00 |
|
Matthew Wilson
|
4a3121960f
|
removal of dumpSession.
|
2006-01-26 05:39:16 +00:00 |
|
Matthew Wilson
|
2069da5fdb
|
tons of bug fixes.
|
2006-01-18 14:41:12 +00:00 |
|
Matthew Wilson
|
09483e18c5
|
a ton of $session fixes (thanks to Colin), and a new $session checker, that supposedly, shouldn't be needed now. It can be backed out, however, easily.
|
2006-01-16 22:45:21 +00:00 |
|
Colin Kuskie
|
152ef0eda5
|
fix typo in constructor
|
2006-01-13 02:49:27 +00:00 |
|
JT Smith
|
64048c0846
|
migrated tabform to new session system
|
2006-01-12 19:51:54 +00:00 |
|
Colin Kuskie
|
01d95a265e
|
new i18n api requiring $session
|
2006-01-12 17:49:20 +00:00 |
|
JT Smith
|
b3974c0cd5
|
refactored WebGUI::HTMLForm api to use new session system
|
2006-01-11 16:53:02 +00:00 |
|
JT Smith
|
2599a4c853
|
converting WebGUI::Form API to use new session system
|
2006-01-10 17:43:38 +00:00 |
|
JT Smith
|
a194408513
|
changing copyright year
|
2006-01-09 23:51:04 +00:00 |
|
JT Smith
|
024514c549
|
more session related changes
|
2006-01-09 19:56:26 +00:00 |
|
JT Smith
|
0815c61d9b
|
fix [ 1216810 ] anonymous registration errors persist
|
2005-10-17 13:59:50 +00:00 |
|
Wouter van Oijen
|
7e24f5041d
|
XHTML bugfixes
|
2005-10-02 20:39:23 +00:00 |
|
Wouter van Oijen
|
8243d36d3b
|
XHTML bugfixes
|
2005-09-21 21:57:01 +00:00 |
|
Wouter van Oijen
|
ad6b484f0e
|
Fixed a few XHTML 1.0 related bugs
|
2005-09-01 12:39:43 +00:00 |
|
JT Smith
|
3e587762be
|
renamed the form fields to upper case for proper perl style
|
2005-08-23 15:58:55 +00:00 |
|
JT Smith
|
c9cefeca93
|
Added UI Level overrides for every field in the edit form of every asset.
|
2005-07-28 21:05:35 +00:00 |
|
JT Smith
|
c465648595
|
Added hover help mechanism
|
2005-06-19 00:23:05 +00:00 |
|
JT Smith
|
c7c968eaf2
|
a few more bug fixes
|
2005-06-14 22:56:25 +00:00 |
|
JT Smith
|
55c709a051
|
updated copyright
|
2005-02-07 00:52:47 +00:00 |
|
Martin Kamerbeek
|
f1806d943c
|
Fixing label and uiLevel.
|
2004-12-28 15:18:39 +00:00 |
|
JT Smith
|
95bac10986
|
more asset manager changes
|
2004-12-21 04:33:26 +00:00 |
|
JT Smith
|
a9764115fd
|
fixed tab ordering, rich editor, and added asset adding to asset manager
|
2004-12-20 21:15:28 +00:00 |
|
JT Smith
|
c48831ad7b
|
checking in the initial versions of Storage and Asset as well as some updates to other modules to make these work
|
2004-11-13 00:02:59 +00:00 |
|