Commit graph

11814 commits

Author SHA1 Message Date
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
JT Smith
62b776d55a Fixed a problem with graphing created by the newer versions of Image Magick. 2009-06-02 18:42:43 +00:00
Colin Kuskie
9bf275a790 Forward port POD whitespace fix. 2009-06-02 16:31:14 +00:00
Doug Bell
939ad5a4bf added tests for packed templates 2009-06-02 08:28:52 +00:00
Doug Bell
b7bd11acb5 added tests for asset manager 2009-06-02 08:28:46 +00:00
Patrick Donelan
8a6327dc2a Fixed #9920 Survey: cannot add questions in IE 2009-06-02 07:04:41 +00:00
Patrick Donelan
084a0c3105 Fixed naff Survey::takenCount bug, added explicit test for it 2009-06-02 02:42:37 +00:00
Patrick Donelan
42060bdec4 Fixed Survey edit page IE bug
Switched from document.getElementsByClassname to
YAHOO.util.DOM.getElementsByClassName
2009-06-02 01:49:17 +00:00
Patrick Donelan
d671ccbc63 Fixed Survey Slider question type so that it works when defaults
are used (max,min,step all undefined)
2009-06-02 01:48:59 +00:00
Patrick Donelan
7faa9c3e9d Fixed Survey Date question type server-side validation, and made
all validation messages generate debug output
2009-06-02 01:48:41 +00:00
Colin Kuskie
45d1791876 Remove multiple delete buttons for photos in the Story. Ala GalleryFile/Photo. 2009-06-02 01:39:22 +00:00
Colin Kuskie
5fd74af21e Don't make a 2nd i18n object. 2009-06-01 20:47:06 +00:00
Colin Kuskie
96af6ed2ce Fix POD, and remove dead label/hoverhelp code which isn't used. 2009-06-01 20:15:21 +00:00
Colin Kuskie
fcb884a410 Fix Project Manager calling wrong method on right object. www_viewScreen now
uses mobile template if so enabled via calling processStyle.
2009-06-01 20:00:16 +00:00
Colin Kuskie
8f09dc062d Add edit and delete icons to the Story Topic. Update tests. Adjust both
sets of templates.  Use the correct privileges for displaying the icons.
Help and i18n.
2009-06-01 16:53:22 +00:00
Colin Kuskie
6844ef4559 Add missing edit story and delete story icons in the view method of the Story Archive. 2009-06-01 16:27:49 +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
Arjan Widlak
aab891a5b6 Fixed #10450: Different errormessages on login failure 2009-05-31 20:39:12 +00:00
Colin Kuskie
20a333cde8 Change caching on the SQLReport to be set by its cacheTimeout, even
when viewed standalone, and not part of a page.
2009-05-30 18:01:59 +00:00
Yung Han Khoe
ff61666ead matrix template fix 2009-05-30 15:57:57 +00:00
Colin Kuskie
d9e2590623 Internationalize the shortcut no longer exists message. 2009-05-30 15:28:59 +00:00
Yung Han Khoe
398f5203f4 making all Matrix datatables templatable 2009-05-30 14:43:41 +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
66843db604 string evals are evil 2009-05-29 21:41:52 +00:00
Graham Knop
c0d7357429 fixed: Template parser cannot be set 2009-05-29 20:22:08 +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
Doug Bell
8318ffe9b1 perltidyrc now placed where it can do the most good 2009-05-29 18:50:01 +00:00
Colin Kuskie
2daa6c6c99 fix list type form data in Shortcut, too 2009-05-29 15:51:47 +00:00
Colin Kuskie
91694a2e97 Revert previous bugfix for MetaData list type form controls, and change the
hoverhelp instead.
2009-05-29 15:37:16 +00:00
Colin Kuskie
26142d4730 Preparing for 7.7.9 dev cycle. 2009-05-29 02:00:45 +00:00
Colin Kuskie
88003a58c1 Rollback Test::Harness requirement. 2009-05-29 01:11:24 +00:00
Patrick Donelan
1a4b673843 Made Survey Test Suite feature was dependent on TAP::Parser and TAP::Parser::Aggregator 2009-05-29 01:04:45 +00:00
Colin Kuskie
d37da79bbd Preparing for 7.7.8 release. 2009-05-29 00:44:18 +00:00
Colin Kuskie
b7d4b20f9f Note that Test::Harness 3.16 or high is now needed. Otherwise,
upgrades fail.
2009-05-29 00:42:01 +00:00
Colin Kuskie
ba921e3e8f Add missing flags for options in previous upgrades. 2009-05-29 00:19:32 +00:00
Colin Kuskie
67cce548ff Add enableSurveyExpressionEngine to default WebGUI conf file.
Rerun the upgrade subroutine to handle newer surveys.
Handle the config option being off in Survey/Test.t
2009-05-28 23:28:52 +00:00
Colin Kuskie
b74761619e More SKIP number fixes. 2009-05-28 23:03:19 +00:00
Colin Kuskie
f79e2031ec Add the Ogone plugin to any new configs created in 7.7.7, using
the default site config.
2009-05-28 22:59:30 +00:00
Colin Kuskie
814a77b739 Add the Ogone payment driver to the default WebGUI.conf file. 2009-05-28 22:51:53 +00:00
Colin Kuskie
cbb32cbce8 Fix number of skips in tests. 2009-05-28 22:46:25 +00:00
Doug Bell
3a6e8a83d0 added changelog entry 2009-05-28 21:53:11 +00:00
Doug Bell
400c67e39a added "addedToCart" var to ThingyRecord 2009-05-28 21:52:54 +00:00
Arjan Widlak
ef5eba0947 Basic auth can have characters after the word "Basic" 2009-05-28 17:09:01 +00:00
Colin Kuskie
368ef7d411 When an inbox message is sent to a group, and any member reads it, it is
marked as read by all members.
2009-05-28 17:01:24 +00:00
Martin Kamerbeek
1ec0ec5961 - Fixed a bug in thingy which caused the defaultValue property for some list form elements to be ignored.
- Fixed a race condition introduced in a previous commit.
2009-05-28 16:31:45 +00:00
Colin Kuskie
c8781f8b55 Fix a bad call to insufficient in the Shop. 2009-05-28 16:15:02 +00:00
Arjan Widlak
4ff5595666 - fixed: Basic Auth doesn't work if password contains colon (Arjan Widlak,
United Knowledge)
 - fixed: Basic Auth causes internal server error if you use more than one
   colon. (Arjan Widlak, United Knowledge)
2009-05-28 16:09:38 +00:00
Colin Kuskie
4dd1089a00 Update test to track Matrix code for getListings. 2009-05-28 15:57:51 +00:00
Martin Kamerbeek
0826f09f32 Thingy bug fixes. 2009-05-28 07:58:07 +00:00
Patrick Donelan
beff1d2166 Survey NYTProf performance improvements
initSurveyOrder now builds a lookup cache to speed up branching
Test suite caches surveyOrder and response itself
Unnecessary sub calls reduced
Updated tests
My largest survey instance test suite, which contains > 1000 tests,
now runs nearly 8 times faster.
2009-05-28 07:24:11 +00:00