Scott Walters
57d2dbed56
WebGUI::Session::Http should go away ( #11647 )
...
Move logic out of WebGUI::Session::HTTP and into WebGUI::Session::Response /
::Request; deprecate more functions; change references in core to use
$session->response instead; fix tests that broke because of the change but
not one that merely generate the deprecated warning because I want to know
that the proxying of depricated methods is working. These can be changed later.
2011-05-11 16:17:54 -04:00
Colin Kuskie
dcfce60b5e
Change class => className where func=add.
2011-03-01 18:45:00 -08:00
Graham Knop
ed04b99872
remove WebGUI::Utility
2010-09-07 13:18:49 -05:00
Graham Knop
006a5003c2
remove WebGUI::Utility::formatBytes
2010-08-20 12:09:58 -05:00
Doug Bell
3934a6704c
fix getEditForm
2010-07-15 11:55:25 -05:00
Colin Kuskie
385931aaab
Merge commit ' f2e0fb509a' into WebGUI8. Some tests still failing.
2010-06-27 22:32:31 -07: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
Graham Knop
0efa62a73c
asset immutability
2010-04-19 18:57:01 -05:00
Doug Bell
b767824711
cache: s/delete/remove/
2010-04-19 18:51:10 -05:00
Doug Bell
165be5b389
remove eval{} from caching code
2010-04-19 18:41:13 -05:00
Colin Kuskie
f56bac9948
SUPER handling for most of Wobject/*.pm. There's a problem with Calendar, though.
2010-04-08 17:00:05 -07:00
Colin Kuskie
616d5cc866
Moose overrides for purge, purgeRevision, and purgeCache.
2010-04-07 16:43:16 -07:00
Colin Kuskie
4beab182a5
Fix uiLevel in Folder.
2010-03-09 14:18:09 -08:00
Colin Kuskie
a3aeae9a4e
Continue change from define uiLevel to has uiLevel.
2010-03-09 13:07:14 -08:00
Colin Kuskie
814c2af249
Change calls to new to newById across Asset/
2010-03-03 16:27:45 -08:00
Colin Kuskie
117c7897bb
Closer to Roles. Remove also from WebGUI::Definition, and put use Moose in all Asset classes.
2010-02-26 12:01:25 -08:00
Graham Knop
20ee527dbd
change aspect to define
2010-02-17 16:31:10 -06:00
Colin Kuskie
d3e2970075
Fix Folder sortOrder to be moosey. Convert to using Moose accessors.
2010-02-04 13:07:19 -08:00
Colin Kuskie
d4f31870a3
change the name attribute to aspect to denote asset level static attributes like tableName, et. al.
2010-01-25 19:16:05 -08:00
Colin Kuskie
d9c340f1b5
Convert Folder to Moose.
2010-01-20 20:48:16 -08:00
JT Smith
ebb6134c2d
bug fixes
2009-09-25 22:50:59 -05:00
JT Smith
ccff9c7014
Converted all existing uses of cache.
2009-09-25 22:24:33 -05:00
Colin Kuskie
80dfb9ffd0
Throw an exception in all wobjects if the main template (used by view)
...
has been deleted.
2009-06-02 19:34:18 +00:00
Colin Kuskie
f07a6c066b
Fix broken POD, and add missing POD.
2009-04-02 17:20:04 +00:00
Graham Knop
24da723629
updating copyright year
2009-02-20 23:47:30 +00:00
Colin Kuskie
a5ad3bf4bd
Fix broken subfolder synopsis template variable in the Folder.
2009-02-04 16:30:38 +00:00
JT Smith
2377365a81
removed old debug
2008-10-18 17:46:30 +00:00
Colin Kuskie
57e3255a97
remove debug code and do Folder check via isa
2008-10-11 15:40:49 +00:00
Colin Kuskie
6eb8c0aad2
8802 fix Folder template variable problem
2008-10-10 17:16:41 +00:00
Graham Knop
1db1e783fb
fixed: Folders are cached by the client too long for visitors
2008-09-18 19:51:31 +00:00
JT Smith
ef120fb06b
Added isVisitor, isAdmin, and isRegistered methods to User object instead
...
of hard coding checks everywhere with group ids. And updated the code base
to match.
2008-09-16 22:32:36 +00:00
Doug Bell
fc7fbfbd0c
Added "sortOrder" to Folder assets
...
Added "canAddFile" and "canEdit" to Folder template variables
2008-09-16 17:21:13 +00:00
Chris Nehren
36eb8db8fc
add ability to show metadata values in head blocks.
2008-08-21 18:51:16 +00:00
Colin Kuskie
ef53b51985
fix a typo in the folder templating code that made titles get confused with menuTitles
2008-06-11 03:29:56 +00:00
JT Smith
93b5ca16e4
updating copyright year
2008-02-07 23:28:18 +00:00
Colin Kuskie
a1ea1ec2de
add menuTitle to the Folder templates
2007-11-28 05:00:11 +00:00
JT Smith
a7dde82421
updated copyright
2007-07-01 16:09:42 +00:00
Colin Kuskie
54616b5f89
2007-05-21 01:43:47 +00:00
Drake
46739e813b
Move simple overrides of getEditForm from Dashboard, Folder, and HttpProxy
...
into relevant definition clauses.
2006-11-07 22:58:09 +00:00
Wouter van Oijen
2d9565775f
POD fixes and removing debug output
2006-07-11 09:05:22 +00:00
JT Smith
d4299c3bbb
misc stuff
...
added update.webgui.org
2006-05-04 04:01:38 +00:00
Martin Kamerbeek
ec2f50af2b
Fixed [ 1480536 ] "Add Files" link in Folder template doesn't work and added intl label to the template
2006-05-03 10:09:47 +00:00
JT Smith
e8c073b9df
some http header changes
2006-04-18 14:22:42 +00:00
JT Smith
fd4453df58
added a sort alphabetically option to the folder asset
2006-04-14 02:35:35 +00:00
JT Smith
e4392f7449
new caching system to replace old page cache
2006-04-05 20:46:57 +00:00
Colin Kuskie
14446634b5
forward port of Folder Asset fixes for templates and privileges
2006-03-22 05:35:05 +00:00
JT Smith
6c4ae02f34
more conversion to the new streaming/chunking/bucketing system
2006-01-30 22:15:27 +00:00
Matthew Wilson
4a3121960f
removal of dumpSession.
2006-01-26 05:39:16 +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