3cc88f8150
Update to current Perl
2026-02-06 13:40:47 +01:00
Colin Kuskie
bfd25d6de2
i18n the Graphing tab title in the Poll. Fixes #10831 .
2009-08-26 18:45:56 +00:00
Colin Kuskie
39550d399f
Prevent the generateGraph yesNo from being generated twice in the editForm.
...
Fixes bug #10829 .
2009-08-26 18:40:20 +00:00
Colin Kuskie
721a8ced26
Use as many autogenerated form fields as possible.
2009-07-04 19:26:36 +00:00
Colin Kuskie
e5c0293498
Add missing POD.
2009-07-04 18:56:59 +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
Colin Kuskie
0bf47be7f4
Add a basic test for the Poll, adding votes and making a graph.
...
Add POD to Poll for setVote, and use placeholders in there.
2009-05-29 18:54:26 +00:00
Graham Knop
24da723629
updating copyright year
2009-02-20 23:47:30 +00:00
Graham Knop
315ce0941f
use to_json and from_json in more places instead of encode_json and decode_json
2009-01-22 01:14:14 +00:00
JT Smith
ee84cc7611
Deprecated WebGUI::Storage::Image. WebGUI::Storage can now do everything
...
WebGUI::Storage::Image can do.
2008-11-26 16:06:18 +00:00
Chris Nehren
36eb8db8fc
add ability to show metadata values in head blocks.
2008-08-21 18:51:16 +00:00
Graham Knop
d245e8ef48
fixed: Poll question/answers with international text corrupted
2008-03-27 20:29:07 +00:00
JT Smith
93b5ca16e4
updating copyright year
2008-02-07 23:28:18 +00:00
Doug Bell
53ac4be8d1
Added a simple smtpd for testing
...
MERGE: Added ability for WebGUI::Test->getPage to work on Operations
MERGE: Fix for AdSpace and tests for Operation::AdSpace
Fixed Poll's use of JSON
Added tests for emailOverride
2008-02-05 19:34:09 +00:00
JT Smith
34fd8c9245
updated webgui to run with Config::JSON 2.04
2008-01-25 05:10:33 +00:00
JT Smith
fa09c41598
replaced return; with return undef;
2008-01-24 21:58:15 +00:00
JT Smith
5167b279f5
- fix: bug in EMS purge
...
- fix: bug in poll where you can't edit it to have less answers
2007-08-16 21:03:53 +00:00
Doug Bell
8b8feb6af3
Polls now use JSON instead of Storable to store graph info because Storable is not portable between OS/processors.
2007-08-14 17:07:28 +00:00
JT Smith
a7dde82421
updated copyright
2007-07-01 16:09:42 +00:00
JT Smith
e42a744ed9
- fix: XSS Vulnerability in WikiPage titles
...
- Depricated the random array function in WebGUI::Utility in favor of
List::Utils per the WebGUI Best Practices.
2007-01-17 05:23:03 +00:00
Drake
0d1c1ea96a
Make Asset::getContainer no longer change the session asset.
2006-11-07 00:30:44 +00:00
Martin Kamerbeek
82bea1825c
Fixed a a settings bug and a poll bug
2006-10-31 18:17:06 +00:00
Drake
c438d55310
Normalized signature of Asset::duplicate. This involved going through
...
existing overrides and callers for that method and making sure they followed
the correct signature. Various related cleanups.
This should fix those bugs with collaboration systems refusing to be copied
or deployed as packages.
2006-09-23 01:33:46 +00:00
JT Smith
a440cb5f41
fix: Security bug in session env
2006-07-11 20:32:46 +00:00
JT Smith
2e1de9d214
- fix: Column Layout seems a little messed up
...
- Fixed the EMS default templates to expose all functionality.
- Fixed a problem in the EMS where it wouldn't let you add any events.
- fix: FieldName incorrect after adding profile field
- fix: preload.perl for other roots than /data/WebGUI
- Fixed a bug where polls weren't distributing karma.
2006-05-30 15:50:13 +00:00
Martin Kamerbeek
9f136ed01e
fix [ 1489123 ] problem with graphing
2006-05-16 12:11:16 +00:00
Martin Kamerbeek
27af7de00c
Adding the graphing engine.
2006-04-30 22:40:23 +00:00
JT Smith
fe8dd69731
removing some old caching stuff
2006-03-30 01:58:27 +00:00
Colin Kuskie
f59f41cd9e
WebGUI::User->isInGroup does not take a UID argument anymore.
...
Grepped all files and fixed these errors:
- Passed userId replaced by User object creation and use.
- Where $session->user->userId was used, it was removed.
Updated POD inside Group.pm
2006-03-15 22:55:00 +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
JT Smith
fd3fb924f3
added search indexer
2006-01-20 21:18:09 +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
Roy Johnson
9b867ab627
merging bugfixes from 6.8.5
2006-01-15 18:42:46 +00:00
JT Smith
b0ffb721b6
more session related bug fixes
2006-01-15 18:34:44 +00:00
Matthew Wilson
f2cccdff9f
more oodles of changes.
2006-01-15 18:19:44 +00:00
Colin Kuskie
edfaa153b9
end of test program sweeps for dictionary lookups via subroutine instead
...
of object method.
2006-01-15 02:34:50 +00:00
Matthew Wilson
19bce8eaf6
bunches o syntax fixes.
2006-01-14 21:06:52 +00:00
JT Smith
5a8845c407
remove grouping use line
2006-01-12 22:52:22 +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
c74c1bdcbc
merged WebGUI::Groupings with WebGUI::Group and WebGUI::User
...
changed WebGUI::Group api to work with the new session api
2006-01-11 03:27:07 +00:00
JT Smith
2599a4c853
converting WebGUI::Form API to use new session system
2006-01-10 17:43:38 +00:00
JT Smith
a194408513
changing copyright year
2006-01-09 23:51:04 +00:00
JT Smith
d470a7cdd4
more session related changes
2006-01-09 20:43:02 +00:00
JT Smith
2866a2c873
converting assets to new session system
2006-01-02 03:12:54 +00:00
JT Smith
6944fe3316
- fix [ 1381694 ] Unable to reset votes on poll
...
- fix [ 1381309 ] FormParam macro returns always undef
- fix [ 1379595 ] http proxy broken
- fix [ 1379060 ] Unable to view subscription codes
2005-12-16 16:28:21 +00:00
Matthew Wilson
0ca14186fe
Added some more skeletons (newWobject, newAsset, changelog(!))
2005-12-12 17:29:37 +00:00
Matthew Wilson
4aaf66a8a0
- fix [ 1344111 ] promote/demote swap with non-"published" assets
2005-12-12 05:43:00 +00:00
Matthew Wilson
5144b65842
commented out www_edit method so that the generalized, internationalized one in Wobject.pm will be used.
2005-10-14 18:53:59 +00:00