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
b830bd8e71
Add documentation about the removal of WebGUI::Session::Var and how to handle migration.
2010-11-21 17:36:06 -08:00
Colin Kuskie
b640216437
Remove URL handlers from config files, and from the default config file. Add a stub to the migration notes that URLHandlers are now done as Plack Middleware.
2010-11-21 17:24:32 -08:00
Graham Knop
e71e95544f
add WebGUI::GUID and make WebGUI::Session::Id a wrapper around that
2010-11-19 18:32:39 -06:00
Colin Kuskie
cd0986ecdf
Fix session leak from this test.
2010-11-19 11:51:09 -08:00
Colin Kuskie
d02472cfa6
Change Session::ID to no longer need a session. Instead, you pass it a seed for salting the hash generation.
2010-11-19 08:53:22 -08:00
Colin Kuskie
68638c2ae8
Fix incorrect translation of $user->profileField to $user->get. ProfileField was a mutator, not just an accessor.
2010-11-19 08:52:46 -08:00
Colin Kuskie
e03bb22d56
More deprecation fixes.
2010-11-18 19:41:09 -08:00
Colin Kuskie
8255b6905f
Remove more deprecated uses of profileField.
2010-11-18 16:16:40 -08:00
Colin Kuskie
59c03b50e7
Change occurances of user->profileField to user->get
2010-11-18 16:12:03 -08:00
Colin Kuskie
ae48e7517a
Remove profileField method from DateTime.
2010-11-18 15:51:48 -08:00
Colin Kuskie
9a1c82f384
Remove deprecated user methods from International
2010-11-18 15:51:48 -08:00
Colin Kuskie
db1ee99cbc
Don't use the deprecated methods in the core.
2010-11-18 15:51:48 -08:00
Graham Knop
b6abeb0fbf
use Package::Stash for deprecation
2010-11-18 13:05:56 -06:00
Colin Kuskie
dcff137cfa
Merge branch 'Varless' into WebGUI8
2010-11-18 11:04:42 -08:00
Colin Kuskie
5812d88bd4
No using Var!
2010-11-18 08:41:49 -08:00
Colin Kuskie
678406d54d
Fix tests that were using var.
2010-11-18 08:40:22 -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
Colin Kuskie
39dc7323f3
Finish moving over Var tests into session. Remove Session::Var.
2010-11-17 16:18:51 -08:00
Paul Driver
a3acacd077
make modperl shut up about exit
2010-11-17 14:08:14 -06:00
Jukka Raimovaara
b24db340e8
added #11968 : use the language override in the registration form
2010-11-17 21:00:50 +02:00
Colin Kuskie
63217ab198
Ready for 7.10.6 development.
2010-11-16 21:02:49 -08:00
Colin Kuskie
19b901f2ad
Preparing for 7.10.5 release
2010-11-16 20:27:56 -08:00
Doug Bell
19dedc0b7c
fix problem revealed by tests
...
update() in a File asset would always create a storage location if one
was not yet saved. calling update() in a filter method would cause
another one to be created too, messing up the tests.
2010-11-16 20:54:49 -06:00
Colin Kuskie
8c4785b165
Don't call setParent if the asset is still broken. Alert user if the asset is still broken. Fixes bug #11957 .
2010-11-16 18:39:37 -08:00
Doug Bell
270f52aaaa
fix 11954 Can't clear packed head tags
2010-11-16 18:47:51 -06:00
Doug Bell
c8aa4a57da
changelog
2010-11-16 17:55:18 -06:00
Doug Bell
55920f59e0
fix #11964 files show in trash and old revisions
2010-11-16 17:54:08 -06:00
Doug Bell
336075784c
changelog
2010-11-16 13:31:25 -06:00
Doug Bell
5f89a281e9
fix #11965 : FriendMgr pagination and getUsersNotIn
2010-11-16 13:26:38 -06:00
Paul Driver
8af425a2cf
docpatch for outdated pod on Asset->newById
2010-11-16 11:16:28 -06:00
Colin Kuskie
e319f56a04
Pull more test over from Var.
2010-11-15 18:56:21 -08:00
Colin Kuskie
999cbf70f3
Update Upgrade packages so they'll work varless.
2010-11-15 18:56:05 -08:00
Colin Kuskie
3a601c2c96
Begin moving Var tests over to Session.
2010-11-15 11:02:41 -08:00
Colin Kuskie
64fc48a5f4
Indenting/white space.
2010-11-15 11:02:32 -08:00
Colin Kuskie
cb6ea771dc
Set the internal session id in all cases. We should consider not storing it twice...
2010-11-15 10:10:23 -08:00
Colin Kuskie
aeb825a14f
Switch sense of test answer and question to the correct order.
2010-11-15 10:10:05 -08:00
Colin Kuskie
7f5a992cfd
Update WebGUI::Test for new Session
2010-11-15 09:22:51 -08:00
Colin Kuskie
c4365bf2b7
session->self cleanup
2010-11-15 09:22:43 -08:00
Colin Kuskie
4d544330cd
Remove _var from the set of hash keys being cleaned up in the Session.
2010-11-15 09:08:39 -08:00
Colin Kuskie
468ad16246
Merge Session::Var into Session. var is left as a stub for backwards compatibility.
2010-11-15 09:06:45 -08:00
Colin Kuskie
40c073e65e
Document the closed method for Session.
2010-11-12 11:37:02 -08:00
Colin Kuskie
a1571b90d4
Explicit class for addToCleanup, otherwise the debugger fails.
2010-11-12 09:19:50 -08:00
Colin Kuskie
cfb53ffdc8
Handle exceptions thrown when rolling back a version tag.
2010-11-12 09:19:31 -08:00
Colin Kuskie
8186eba909
form param "with" should be all lower case.
2010-11-11 15:24:18 -08:00
Colin Kuskie
db51217353
Fix double my syntax warning in Asset.pm
2010-11-11 14:49:45 -08:00
Colin Kuskie
7dc51b6c2b
Merge branch 'Crud' into WebGUI8
2010-11-11 14:23:11 -08:00
Colin Kuskie
ff430cb3f4
Fix POD problems in Bundle from the rewrite.
2010-11-11 14:22:46 -08:00
Colin Kuskie
e6f7f218f2
Only import what we're going to use from Test::Deep::NoTest.
2010-11-11 14:02:19 -08:00