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
Doug Bell
2c51e6d4fd
move core profile fields into users table
...
this change will fix the problems with the userProfileData table being
way too big. it also simplifies many basic user search tasks, not
needing to join the userProfileData table
2010-12-03 22:36:30 -06:00
Colin Kuskie
fd8f03a186
Change getMimeType and setMimeType to response->content_type.
2010-11-21 22:35:26 -08:00
Colin Kuskie
e5adc07a05
Remove getStatus and setStatus in Session::Http, and replace them with status, from $session->status.
2010-11-21 21:11:41 -08:00
Colin Kuskie
59c03b50e7
Change occurances of user->profileField to user->get
2010-11-18 16:12:03 -08:00
Colin Kuskie
c4553012d1
Syntax clean.
2010-11-17 16:34:11 -08:00
Colin Kuskie
b5d263e693
Fix Auth and SSO.
2010-11-17 16:20:59 -08:00
Paul Driver
bb8753cd2a
Better @INC fiddling and degenerate case for ProgressTree
2010-11-08 07:55:41 -06:00
Doug Bell
f515d85b2d
fix tests for www_auth. fix deprecate for callers
2010-11-03 19:43:59 -05:00
Colin Kuskie
5f3014aaee
Merge branch 'master' into WebGUI8. Merged up to 7.10.4
2010-11-03 09:47:36 -07:00
Colin Kuskie
59e848c6a8
Don't send i18n values for form controls in www_manageRevisionsInTag. Fixes bug #11926
2010-11-01 15:00:43 -07:00
Paul Driver
7219e21f86
Merge branch 'fork'
2010-11-01 08:20:38 -05: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
87326192a3
Merge commit ' 4635b91554' into WebGUI8. Syntax clean up to 7.10.2
2010-10-27 15:59:33 -07:00
Doug Bell
199c4e4960
change ErrorHandler to Log
2010-10-27 12:50:12 -05: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
Paul Driver
da6b99807d
Correcting some errant POD
2010-10-07 09:05:14 -07:00
Paul Driver
04fa1ca794
VersionTag rollback moved to Fork
2010-10-06 08:54:18 -07:00
Paul Driver
f2e0a4f667
Rename to WebGUI::Fork
2010-10-06 08:53:40 -07:00
Paul Driver
79de38dc4a
WebGUI::BackgroundProcess (used now by AssetExport)
2010-10-06 08:53:39 -07:00
Colin Kuskie
adbec05e97
refix the hanging singleton workflow problem with spectre. Fixes bug #10189 , again.
2010-10-05 11:07:53 -07: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
0180b11064
Merge commit ' b8845e25fa' into WebGUI8. Up to 7.10.0
2010-09-22 07:58:06 -07:00
Graham Knop
ed04b99872
remove WebGUI::Utility
2010-09-07 13:18:49 -05:00
Graham Knop
6aa26c2e44
remove WebGUI::Utility::isIn
2010-09-07 12:33:15 -05:00
Colin Kuskie
055b72de7f
Fix HTML table generation for Active Sessions. Fixes bug #11832
2010-09-02 13:16:34 -07:00
Graham Knop
fadc4f34ea
remove WebGUI::Utility::round
2010-08-25 12:38:14 -05:00
Graham Knop
29d1908e15
remove Tie::CPHash
2010-08-24 16:20:10 -05:00
Graham Knop
ca7321f068
remove WebGUI::Utility::isInSubnet
2010-08-24 16:20:09 -05:00
Colin Kuskie
3e8e2d452c
Merge branch 'master' into WebGUI8. Merged up to 7.9.12
2010-08-13 12:25:19 -07:00
Doug Bell
6b1e02f764
fixed possible vulnerability loading help files
2010-08-11 15:54:48 -05:00
Colin Kuskie
005b9da1ac
Move session->env->getIp into session->request->address
2010-07-01 13:11:01 -07:00
Colin Kuskie
565cf955d7
Merge commit ' 469c2b72b4' into WebGUI8. All tests passing.
2010-07-01 10:13:22 -07:00
Colin Kuskie
5e502fee53
Merge commit ' 17ce3572bf' into WebGUI8. All tests passing.
2010-06-30 18:43:27 -07:00
Doug Bell
b34d7a0ef3
better diagnostic message
2010-06-27 22:09:04 -05:00
Doug Bell
68b2c406f7
add multiple auth methods and www_ methods
2010-06-27 22:09:04 -05:00
Colin Kuskie
e5b82bc861
Merge commit ' 4969f31e1f' into WebGUI8
2010-06-26 14:37:31 -07:00
Colin Kuskie
b30491f3a6
Merge commit ' 808a866c8b' into webgui8. 7.9.4 release point
...
Conflicts:
docs/upgrades/packages-7.9.3/root_import_gallery-templates_default-gallery-edit-album.wgpkg
docs/upgrades/upgrade_7.9.2-7.9.3.pl
lib/WebGUI.pm
lib/WebGUI/Asset/MapPoint.pm
lib/WebGUI/Asset/Wobject/Calendar.pm
lib/WebGUI/Asset/Wobject/Gallery.pm
lib/WebGUI/Asset/Wobject/GalleryAlbum.pm
lib/WebGUI/Asset/Wobject/WikiMaster.pm
lib/WebGUI/AssetClipboard.pm
lib/WebGUI/AssetVersioning.pm
lib/WebGUI/Auth.pm
t/Asset/Asset.t
2010-06-25 20:08:11 -07:00
Colin Kuskie
19c2c5fa1c
Remove status description from Session/Http, and update all users of setStatus.
2010-06-17 08:18:24 -07:00
Graham Knop
870d3e591c
add require for needed module
2010-06-10 23:52:10 -05:00
Colin Kuskie
5a904a85db
Do not delete cron tasks with errors, just notify spectre of the problem. Fixes bug #11604 .
2010-06-03 10:56:03 -07:00
Colin Kuskie
414e60380f
Do not allow any backdoors for Visitor to get into his account. Fixes bug #11572 .
2010-05-17 08:27:01 -07:00
Doug Bell
69a7e172a5
fix varname in operation/statistics
2010-04-21 12:06:18 -05:00
Doug Bell
5c36973aa0
cache: s/flush/clear/
2010-04-19 19:13:10 -05:00
Doug Bell
165be5b389
remove eval{} from caching code
2010-04-19 18:41:13 -05:00
Doug Bell
92cd204b31
fix composite cache keys and remove setByHttp
2010-04-19 14:59:24 -05:00
Colin Kuskie
ea5e82b626
Make sure that we can start a workflow via a cron job. Fixes bugs #11444 and #10189
2010-04-19 08:14:21 -07:00
Graham Knop
29df110409
progress and WebGUI::Paths conversion
2010-04-15 18:42:16 -05:00
Graham Knop
2400f19099
Merge branch 'master' into WebGUI8
2010-04-13 07:50:02 -05:00
Colin Kuskie
7b8f9027a0
Admin cannot be removed from admin group. An admin cannot remove themself from the Admin group. Fixes #11481 .
2010-03-22 15:56:39 -07:00