Commit graph

131 commits

Author SHA1 Message Date
Colin Kuskie
b323f74121 Update copyright notice 2011-12-28 11:30:38 -08:00
Colin Kuskie
a2a821822d Merge commit 'v7.10.23' into WebGUI8. Tests need fixing. 2011-11-02 11:12:18 -07:00
Colin Kuskie
4ac894d981 Add a method that returns either the standard style template or the mobile style template based on the Session. 2011-08-01 16:04:54 -07:00
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
11ac13c349 Prune out a method call from db->dbh->quote_identifier. 2010-08-14 17:51:25 -07:00
Graham Knop
0efa62a73c asset immutability 2010-04-19 18:57:01 -05:00
Graham Knop
2400f19099 Merge branch 'master' into WebGUI8 2010-04-13 07:50:02 -05:00
Colin Kuskie
fd736e7f67 SUPER handling for Wobject. 2010-04-08 16:25:54 -07:00
Colin Kuskie
efbe9a9691 Fix typo in i18n namespace. 2010-03-23 11:04:49 -07:00
Colin Kuskie
2997471b5f fix assetName calls for Asset and Wobject. 2010-03-12 08:55:07 -08:00
Graham Knop
d932543159 clean up Wobject includes 2010-03-02 18:34:56 -06: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
dc2d086b2a Fix a whole bunch of aspect comma/semicolon changes. 2010-02-15 13:52:11 -08:00
Colin Kuskie
bb26647734 Remove code that sets the synopsis inside Wobject/www_view, since it is also done in processStyle. 2010-02-08 08:50:38 -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
4e65824bdd Fix a typo in Wobject. 2010-01-19 19:24:34 -08:00
Colin Kuskie
779f037a33 Change defaultValue to default in Wobject.pm 2010-01-19 13:13:48 -08:00
Colin Kuskie
41b741d41b Convert Snippet to moose accessors. 2010-01-19 11:34:23 -08:00
JT Smith
1f11435a06 converted to new def 2009-10-22 19:24:07 -05:00
JT Smith
3938f9ff0d removed last remnants of old definition 2009-10-22 17:00:45 -05:00
Colin Kuskie
cff07644e0 Fix POD to increase POD coverage, mainly by fixing typos and removing
unused code.
2009-07-04 17:12:13 +00:00
Colin Kuskie
76b9f01e77 Prevent head tags from appearing twice in wobjects.
prepareView sets the extra head tags.  Have all wobjects, in their www_view method,
tell processStyle not to set the extra head tags again.
2009-06-01 02:03:05 +00:00
Colin Kuskie
b0a1e20053 Refactor processStyle so there's no duplicated code. Make Wobject call
SUPER.  Add an option to skip adding getExtraHeadTags, so that Shortcut
doesn't add them an extra time.  Remove the subclassed getExtraHeadTags,
since prepareView will add them, which prevents adding them a 3rd time.
2009-05-29 23:30:04 +00:00
Graham Knop
1f3ab6a419 export cleanups and mobile style 2009-05-15 09:30:20 +00:00
Colin Kuskie
ba156edb5a Refix synopsis output as metadata. 2009-04-14 19:33:16 +00:00
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +00:00
Doug Bell
438058dc7d dum dum dum dum dum 2008-12-03 04:16:51 +00:00
Doug Bell
0bbae2fe41 cleaning up the rest of the extra head tags 2008-12-03 04:07:48 +00:00
Colin Kuskie
2b3b3fd458 Remove the headblock property from the Template Asset, and merge
it into extra head tags.  Style templates are not allowed to
have extra head tags.
2008-11-26 21:24:44 +00:00
Colin Kuskie
13eb87ffe5 forward porting fix for non-unique separator strings, ~~~, #8543 2008-11-21 23:07:05 +00:00
Colin Kuskie
adb17e78d5 only the synopsis from the asset that is called should be put into the meta description field 2008-11-21 17:37:42 +00:00
Kaleb Murphy
1cc87c159b Thingy now has a copy thing data option. 2008-11-18 21:37:56 +00:00
JT Smith
102b5fd1ae added coupons 2008-04-30 21:43:16 +00:00
Yung Han Khoe
539957df52 fixed: Thingy: field sequence not imported correctly for existing Thingies 2008-04-08 16:12:10 +00:00
Yung Han Khoe
8999b5f5e2 Collateral methods now quote table/column names. Removed Collateral methods from Thingy asset. 2008-03-15 16:19:40 +00:00
JT Smith
93b5ca16e4 updating copyright year 2008-02-07 23:28:18 +00:00
JT Smith
f6cab15bd0 removed help links that are referring to help that has been moved to the wiki 2007-07-26 04:53:14 +00:00
Colin Kuskie
f1efe0d160 convert File, Wobject and Redirect to use addEditLabel 2007-07-21 04:24:56 +00:00
Colin Kuskie
7018d38f15 Refactor out the Wobject level www_edit code that switches between Add Wobject and
Edit Wobject into an Asset level method.  Convert Wobject.pm and Snippet.pm to use it.
Build a very bare bones test method for it.
2007-07-20 23:04:43 +00:00
JT Smith
6524a3c815 Asset properties that have default values are now enforced by the API as they always have been by the user interface. 2007-07-19 23:08:02 +00:00
JT Smith
a7dde82421 updated copyright 2007-07-01 16:09:42 +00:00
JT Smith
bca9af757d Incomplete Form data on Asset Edit causes asset to be unaccessible 2007-05-02 21:18:29 +00:00
Colin Kuskie
8b7bafe1ae fix for editing interfaces to Assets that still display an edit button even if the Asset is edit locked. 2007-04-29 03:16:13 +00:00
Colin Kuskie
776a6bfdcc Remove debug output from DataForm
Update Wobject.pm to use placeholders.  This will speed up reordering collateral a lot.
Fixes for sequenceNumbers for answers in surveys.
Upgrade script fixes sequenceNumbers for all existing surveys.
2006-11-07 05:09:41 +00:00
Drake
936054ba19 Multiple fixes:
- Probably fix "more-geturl-bugs", but hard to verify.
  - Fix "last-modified-problem", approximately.  (Difficult or impossible
    in the general case for externally-retrieved content.)
  - Fix "rss-syndication".
  - Fix unnamed bug where Database caches would try to Storable::freeze
    non-references and thereby crash.
  - Fix "apache-version-component-in-wrong-place".
2006-08-29 16:44:41 +00:00
Wouter van Oijen
2d9565775f POD fixes and removing debug output 2006-07-11 09:05:22 +00:00
Colin Kuskie
2bf7059e10 fix confirm sub in Wobject.pm 2006-06-20 20:17:37 +00:00
JT Smith
2f3ae0faef - All assets now have an autoGenerateForms property just like wobjects per the
rough edges discussions in Community IRC.
2006-05-31 22:43:17 +00:00
JT Smith
19f0f7fd72 more various changes 2006-04-18 21:01:30 +00:00