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
Colin Kuskie
8b6bbdb9f7
Remove setFilename, getFilename from Session::Http, and use Plack::Response methods instead.
2010-11-22 08:06:25 -08:00
Colin Kuskie
fd8f03a186
Change getMimeType and setMimeType to response->content_type.
2010-11-21 22:35:26 -08:00
Colin Kuskie
c4553012d1
Syntax clean.
2010-11-17 16:34:11 -08:00
Doug Bell
199c4e4960
change ErrorHandler to Log
2010-10-27 12:50:12 -05: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
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
7b218942b3
Merge commit ' 63865eb39f' into WebGUI8. up to 7.9.11
2010-08-13 11:52:08 -07:00
Colin Kuskie
6a9b6642d2
Fix bad escaping of dashes for element Ids in the Matrix. Fixes bug #11588 .
2010-08-03 11:03:15 -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
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
bf268bc66b
Fix the canEdit method in the Matrix.
2010-05-21 15:05:00 -07:00
Graham Knop
0efa62a73c
asset immutability
2010-04-19 18:57:01 -05:00
Doug Bell
165be5b389
remove eval{} from caching code
2010-04-19 18:41:13 -05:00
Graham Knop
2400f19099
Merge branch 'master' into WebGUI8
2010-04-13 07:50:02 -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
c835344813
Fixing require loops. Moose overrides for canEdit using packages.
2010-04-08 15:13:13 -07:00
Colin Kuskie
616d5cc866
Moose overrides for purge, purgeRevision, and purgeCache.
2010-04-07 16:43:16 -07: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
20aff04633
Update Matrix and MatrixListing for Moose. Needs the Comments Role in order to check tests further.
2010-02-11 17:43:26 -08:00
Colin Kuskie
4b65b441e0
Matrix search should be AND based, not OR. Fixes bug #11301
2009-12-10 12:57:45 -08:00
Colin Kuskie
c0a9358bcf
Prevent statistics with a count of less than 10 from being listed in the worst list.
2009-12-09 10:18:43 -08:00
Colin Kuskie
d1e6f30493
Fix a bug where ratings were allowed to be set with less than 10 votes. Fixes bug #11294
...
This helps fix people trying to game the system.
2009-12-08 14:39:24 -08:00
Colin Kuskie
ecd5b149ca
Prevent the Matrix from showing raw data before rendering the DataTable. Fixes bug #11002
...
Note, this undoes the progressive enhancement work that was part of 7.7.
It was unfinished, and undocumented.
2009-10-21 18:04:31 -07:00
Colin Kuskie
13f833c27b
Do not highlight checkboxes when returning search results. Fixes bug #11150
2009-10-21 12:58:58 -07: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
Graham Knop
2d28e0c0ba
update YUI to 2.8.0r4
2009-09-21 13:13:24 -05:00
Graham Knop
2cf67ecba4
fixed #10889 : Old Matrixs break for Admin users
2009-09-08 20:07:22 -05:00
Colin Kuskie
f942489787
Clean-up Matrix search template JS.
...
Add link back to main matrix screen.
Make initial search results match search form defaults.
fixes #10766 , 10786
2009-08-17 18:35:53 +00:00
Colin Kuskie
d0e9b083dc
Make addListings in the Matrix use AdminConsole submenus for
...
actions, like all the other assets. Add a link back to the
Matrix.
Fixes bug #10778 .
2009-08-14 20:15:02 +00:00
Colin Kuskie
6a8b771859
i18n several items in the Matrix, and Matrix listing.
2009-08-13 07:08:09 +00:00
Colin Kuskie
a6bb64613e
When the matrix displays search results, only show those that match. Previously,
...
it displayed all the products, with those that matched having checked boxes.
2009-08-13 05:54:12 +00:00
Yung Han Khoe
be430dfdd2
fixed #9953 : Matrix 2.0 - Not enough tests
2009-06-10 18:46:15 +00: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
Yung Han Khoe
398f5203f4
making all Matrix datatables templatable
2009-05-30 14:43:41 +00:00
Yung Han Khoe
ab18fbb913
fixed listing urls in matrix default view
2009-05-27 16:57:54 +00:00
Yung Han Khoe
43f09b433f
fixed #10133 : Matrix compare for priv. group open to any user
2009-05-21 13:18:18 +00:00
Yung Han Khoe
8fb8ed5c62
fixed #10332 : Matrix: last updated fields = today
2009-05-19 11:35:11 +00:00
Yung Han Khoe
c4cd3c0940
adding listings caching to Matrix
2009-05-13 07:43:43 +00:00
Yung Han Khoe
909c8f62ae
Compare form on Matrix default view screen is now generated from markup
2009-05-12 14:49:41 +00:00
Yung Han Khoe
1b2e327ce7
fixing an IE javascript error on Matrix compare screen
2009-04-28 18:49:20 +00:00
Yung Han Khoe
ad6352d1eb
fixed #10158 : Matrix 2.0 - Screenshots rendering poorly
2009-04-21 17:28:05 +00:00
Yung Han Khoe
a2540ddbfd
added alphanumeric sort button to Matrix defaul view
2009-04-12 21:06:12 +00:00