Commit graph

11525 commits

Author SHA1 Message Date
Colin Kuskie
f54e975c14 Enable WebGUI sites to send SMS messages as inbox notifications. 2009-05-13 21:55:33 +00:00
John Dagitz
1cbc26f026 added small sharefolder.gif 2009-05-13 21:54:19 +00:00
John Dagitz
3e44944252 added small story.gif 2009-05-13 21:53:56 +00:00
John Dagitz
a0013ac716 added small storyarchive.gif 2009-05-13 21:53:34 +00:00
John Dagitz
c1ba470305 added small storytopic.gif 2009-05-13 21:53:04 +00:00
John Dagitz
17cebca1b3 added storytopic.gif 2009-05-13 21:52:35 +00:00
John Dagitz
413a69e468 added storyarchive.gif 2009-05-13 21:52:10 +00:00
John Dagitz
9f01d97534 added story.gif 2009-05-13 21:51:47 +00:00
John Dagitz
be6ca5810e Addes sharefolder.gif 2009-05-13 21:51:15 +00:00
Colin Kuskie
8753771ab3 Add missing changelog entry for rfe #9134 2009-05-13 21:50:32 +00:00
Randall Schwartz
acd3fded45 Content Delivery Network (CDN) - optional, for either uploads only or both uploads & extras (rfe 9134) 2009-05-13 21:12:05 +00:00
Stephen Opal
d6696f8a7e Admin Panel asset search extension: allow searching by assetId with the inclusion of a helper keyword:
assetid: <an_asset_id>

assetId search is performed using a logical OR so multiple helper:key pairs can be applied
and normal keywords can also be used in the same query
2009-05-13 20:40:36 +00:00
Joeri de Bruin
c91676b1ad add PayPal paydriver 2009-05-13 20:07:09 +00:00
JT Smith
6a289e060d - Fixed a problem in the EMS calculating prices on tickets with a badge that
has an existing ribbon.
2009-05-13 19:36:57 +00:00
JT Smith
c8ce1c18f0 - Fixed a search tickets problem in the EMS badge builder template. 2009-05-13 18:39:35 +00:00
Colin Kuskie
9827c4a520 Add templated inbox notifications. 2009-05-13 18:16:49 +00:00
Colin Kuskie
46015f727b Only use 1 i18n object. 2009-05-13 18:12:18 +00:00
Colin Kuskie
fd185c2165 Document the store method in POD for Account. 2009-05-13 18:09:45 +00:00
Colin Kuskie
4c76715f57 Remove some whitespace. 2009-05-13 18:01:32 +00:00
Colin Kuskie
0983f6468d Add an Inbox setting to send the user a copy of messages that they send. 2009-05-13 17:50:46 +00:00
Stephen Opal
c91d996bde Option messages for Admin panel. 2009-05-13 17:40:48 +00:00
Colin Kuskie
b19279a13d Add a has method to Session/Setting, so that it's easy to check if a setting
already exists.  Very handy for upgrade scripts.
2009-05-13 17:32:49 +00:00
Colin Kuskie
385d35c13b RFE for making an user's inbox filterable by the person who sent it.
Includes template changes, i18n, help and tests.
2009-05-13 17:20:40 +00:00
Stephen Opal
cb5207c268 Add retain last login yesNo option. If configured to retain, workflow will determine if
the last login would be removed from the login history and will skip deleting that entry.
2009-05-13 17:14:09 +00:00
Martin Kamerbeek
31c4bf83d7 Refactored genereation of tranasaction related tmpl_vars into WG::Shop::Transaction->getTransactionVars. 2009-05-13 12:52:19 +00:00
Patrick Donelan
d432d1e115 Added www_showFeedback to Survey so that you can dial up response feedback on demand 2009-05-13 09:22:26 +00:00
Patrick Donelan
fdf7e68827 Added Survey feedback template
Added survey feedback template and method for returning the templated feedback for a given response
Used this to clean up the default survey template, and updated the i18n and help
2009-05-13 08:59:50 +00:00
Yung Han Khoe
c4cd3c0940 adding listings caching to Matrix 2009-05-13 07:43:43 +00:00
Colin Kuskie
59c559354f Update test to make getListings work. It used the defaultSort value, which was
set to an invalid column.
2009-05-13 03:17:42 +00:00
Colin Kuskie
61121788d7 Fix the logic in t/Asset/Sku.t. Add tests to make sure that the
shipsSeparately method is tested.
2009-05-13 03:07:34 +00:00
Colin Kuskie
3f8abbc29d Update this test to work with the new USPS driver. 2009-05-13 03:01:31 +00:00
Colin Kuskie
6fc0bf8866 Fix POD syntax errors in Survey.pm 2009-05-13 02:59:00 +00:00
Colin Kuskie
edb842e7ae Fix a POD whitespace problem in SurveyJSON. 2009-05-13 02:28:08 +00:00
Patrick Donelan
c9861bdf8f More Survey refactoring
refactored out repetitive checking of takenCount
added i18n template variables to Survey template so that user is told what happened for timeouts etc..
2009-05-13 02:10:57 +00:00
Patrick Donelan
6815cd76aa Improved handling of Survey restart 2009-05-13 02:10:34 +00:00
Doug Bell
1d6831d055 merged 10739 2009-05-13 02:02:31 +00:00
Colin Kuskie
cbdd6077d5 Add USPS Shipping Driver with tests, and i18n.
Change the Ship, Cart to do exception handling when calling a shipping driver,
as that's the message passing interface between the modules.
Add a noFormProcess field property that is recognized by processPropertiesFromFormPost.
2009-05-12 23:58:19 +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
Patrick Donelan
79db642219 Refactored Survey for more happy endings
Refactored www_submitQuestions to use utility submitQuestions sub (for ease of testing)
Replaced numeric flags, completedCode etc..
Added restart() and exitUrl() to the Expression Engine
Added more Survey instance tests
2009-05-12 12:36:26 +00:00
Patrick Donelan
4332b57ba2 Made Survey date picker more i18n-generic until we support proper i18n 2009-05-12 00:21:21 +00:00
Ernesto Hernández-Novich
d916aa5dd2 Remove stray Windows' Thumbs.db files. 2009-05-11 23:43:20 +00:00
Doug Bell
d6046d05e3 collab now always sets sortOrder scratch, for better testing 2009-05-11 21:23:19 +00:00
Colin Kuskie
d1993c8131 Fix a test comment. 2009-05-11 21:18:36 +00:00
Doug Bell
d81f0ada05 added tests for getThreadsPaginator in Collaboration to allow future refactoring 2009-05-11 17:27:41 +00:00
Patrick Donelan
9e2cdeca13 Added some tests for Survey visualization 2009-05-11 11:06:55 +00:00
Patrick Donelan
b12906a777 Added Survey Visualization
Does nothing if GraphViz module not installed (the default until wre 0.9.3)
Shows sections and questions as nodes, answers as edges.
Branch targets also show up as edges
Branch expression edges are currently disabled
2009-05-11 10:21:14 +00:00
Patrick Donelan
639a3398f0 Fixed Survey expression validation handling of verbatim values 2009-05-11 08:16:14 +00:00
Patrick Donelan
7a3ecea4bb Survey Expressions can now access verbatim values 2009-05-11 06:55:13 +00:00
Patrick Donelan
5f80ac35f6 Fixed Survey "copy" button on Edit Survey page 2009-05-11 05:20:27 +00:00
Patrick Donelan
5d6b4093be Survey Expression Engine validation++
Survey Expression Engine now detects invalid variable names passed to value(), score(), etc..
Also now detects situations where you have jump targets/expressions defined at multiple levels - thus causing precedence rules to kick in (normally this indicates a mistake)
Fixed Survey edit page bug where TextEditor would not move after gotoExpression textarea resize caused items to move
2009-05-10 07:45:14 +00:00