Commit graph

39 commits

Author SHA1 Message Date
Colin Kuskie
88797c1d6c Add Asset Dashlets to Dashboard. Add required and static properties to Dashboard Assets. Add caching to StockData and WeatherData assets. Add LastModifiedBy macro. Add GroupManager to the Group form control. 2011-03-09 21:33:44 -08:00
Colin Kuskie
c0d45e0f23 Remove workarounds in WeatherData. Fixes bug #11401. 2010-03-01 09:58:18 -08: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
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +00:00
Colin Kuskie
f4a7c0488e fix bad hoverhelp and labels in WeatherData asset 2008-10-28 15:24:17 +00:00
Graham Knop
05a01201ff clear out some compile warnings 2008-10-01 22:43:29 +00:00
Chris Nehren
36eb8db8fc add ability to show metadata values in head blocks. 2008-08-21 18:51:16 +00:00
Graham Knop
dffd70073c fixed: WeatherData asset is broken 2008-05-13 20:53:11 +00:00
JT Smith
93b5ca16e4 updating copyright year 2008-02-07 23:28:18 +00:00
Frank Dillon
96c4320a53 Fixed bug in weather where icons would sometimes not show up 2007-08-14 20:03:53 +00:00
JT Smith
a7dde82421 updated copyright 2007-07-01 16:09:42 +00:00
Colin Kuskie
04131bd920 add just regular old Cloudy to the list of Weather conditions 2007-03-11 23:34:39 +00:00
Colin Kuskie
72d1b9acc7 call out the correct Weather::Com module 2007-03-09 17:16:29 +00:00
JT Smith
3a8bd77cde - Made Weather Data asset more fault tollerant.
- Made CS related upgrades more fault tollerant.
 - Enhanced HTTP caching directives.
2007-03-07 19:12:37 +00:00
Colin Kuskie
c3052fcd67 1) Fixed a bad module name that prevented the updated WeatherData from running.
2) Heavy refactor of getAssetsInClipboard to make it use getLineage instead of
custom SQL.

Made Workflow/Activity/TrashClipboard use the same method.

Updated getLineage so that the whereClause key must not only exist, but actually
have something in it.  Otherwise it generates an empty pair of parens, which is
a SQL error.
2007-03-05 17:47:30 +00:00
JT Smith
2ae31ce34b - fix: WeatherData asset not displaying properly
- rfe: Weather-Data not only for US-Cities
 - rfe: WeatherData Asset - Convert to International format
2007-02-25 18:55:10 +00:00
Frank Dillon
6edfd18072 removed qa($ua) from use LWP::UserAgent which caused WeatherData.pm to fail in certain cases 2007-02-01 18:57:34 +00:00
Drake
bebf3f159c Make all LWP user agents use env_proxy. 2006-10-26 20:07:43 +00:00
Drake
b196473eaf Make WeatherData use basename for alt text of icons, rather than full URL.
Also change the if/if/if linear-search lookup that it was using to a hash.
2006-09-23 02:33:57 +00:00
Eric Kennedy
d675ed5a29 Fixed WeatherData.pm. NOAA had changed the format of their output causing REGEXP to fail. 2006-09-05 18:37:56 +00:00
Colin Kuskie
c9b5852614 template variable breakout 2006-06-06 04:11:26 +00:00
Wouter van Oijen
684f08649d Fixing stuff 2006-05-21 14:49:40 +00:00
JT Smith
2f24cd3f3c [ 1475220 ] some 6.99 templates have double slashes 2006-04-28 16:59:32 +00:00
JT Smith
bb263b4777 finished converting view() methods to have a prepareView() companion. 2006-01-30 23:54:45 +00:00
Colin Kuskie
5037b16dbe fix syntax error 2006-01-26 23:35:04 +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
JT Smith
a3adaee3a0 removing unnecessary use lines 2006-01-12 22:27:20 +00:00
Colin Kuskie
01d95a265e new i18n api requiring $session 2006-01-12 17:49:20 +00:00
JT Smith
a194408513 changing copyright year 2006-01-09 23:51:04 +00:00
JT Smith
024514c549 more session related changes 2006-01-09 19:56:26 +00:00
JT Smith
2866a2c873 converting assets to new session system 2006-01-02 03:12:54 +00:00
Colin Kuskie
f5347b1314 WebGUI/Operation/Help.pm, refactor _getHelpName
All other files, make sure that either assetName, macroName or topicName is defined
in the i18n file.  Make sure that all Assets have assetName defined in their
definition sub.
2005-12-10 23:33:25 +00:00
Matthew Wilson
f7c8807d2d fix 2005-12-03 16:36:30 +00:00
Matthew Wilson
68e901d98c done with i18n. 2005-12-03 16:31:24 +00:00
Matthew Wilson
e1a3cd0adb removing overrides from Field.pm.
note to self: timeZone userprofile thing broken again, after colin's form checkin.  i'll have to take another look at my "fix", which I thought was working.
2005-12-02 20:12:12 +00:00
Matthew Wilson
09bf2b263f Lots more Dashboard features/changes.
Internationalization and Help to come.
Default dashlet demos/walkthroughs to come.
2005-12-01 15:46:04 +00:00
Matthew Wilson
48d69dfd28 committing the new dash design, along with delete button functionality. edit button functionality to come. 2005-12-01 01:15:42 +00:00
Matthew Wilson
e1f3c61946 Adding new files for Dashboard and ancillary wobjects. 2005-11-29 18:52:56 +00:00