Commit graph

1892 commits

Author SHA1 Message Date
Colin Kuskie
fe253042ea Reorganize AdSpace properties for prices and permissions.
Remove click and impression prices.  Remove groupToPurchase.
Expose minimum clicks and impressions to the UI.
2009-09-02 10:42:29 -07:00
Colin Kuskie
1b9c2f324c fix 10838, AdSku template variable help. 2009-09-02 08:48:07 -07:00
Colin Kuskie
128d2b0014 Fix copy/paste error in the TimeTracker i18n. fixes bug #10857 2009-08-29 03:49:38 +00:00
Colin Kuskie
d902174739 Provide warnings in the Cart and Ship Driver screens when there are no
shipping plugins configured.  This prevented checkout no feedback.
fixes #10849.
2009-08-28 15:35:40 +00:00
Colin Kuskie
6c9ae74654 Leave instructions on how to replace images in an Ad. 2009-08-28 03:35:27 +00:00
Colin Kuskie
dd89a77ba8 Display the minimum number of clicks and impressions that must be
bought by the user, in the buy ad space form.
tidy up code.  Fixes bug #10843
2009-08-28 00:17:08 +00:00
Colin Kuskie
68f30825ce Fix Ad Asset hover help spelling errors. 2009-08-27 21:47:29 +00:00
Colin Kuskie
bfd25d6de2 i18n the Graphing tab title in the Poll. Fixes #10831. 2009-08-26 18:45:56 +00:00
Colin Kuskie
9442227ce8 i18n the New Column and Value entries. Fixes #10817. 2009-08-24 16:56:46 +00:00
Colin Kuskie
327efb2f1b Fix broken i18n for the progress bar in deleting assets. 2009-08-23 23:51:13 +00:00
Colin Kuskie
5ef030d1f8 Give the Carousel a minimum width, and expose it as a template variable to help
YUI Carousel with rendering.  Adjust default template, Help, i18n.
Fixes bug #10511.
2009-08-20 23:12:59 +00:00
Colin Kuskie
a5204a7386 Fix i18n typos in the Ogone payment driver. Fix bugs 10800 and 10799. 2009-08-20 19:21:40 +00:00
Colin Kuskie
add3b3257b Fix typos in TaxDriver_EU i18n. Fixes #10798. 2009-08-20 19:17:29 +00:00
Colin Kuskie
0762ce1730 Entangle the required and editable properties of Profile fields.
Add tests.  Update i18n for required property hover help.
Upgrade script to set editable=1 on all required fields.
fixes #10781
2009-08-17 19:28:04 +00:00
Patrick Donelan
388a0b1267 Fixed a whole lot of brokenness in Inbox SMS/Email notifications
WebGUI::Inbox::Message::create now passes isInbox flag to WebGUI::Mail::Send::create
so that per-user notification settings get used

SMS Gateway setting field is now 'text' instead of 'email' so that user can enter a
properly formed value (such as 'myemailgateway.com', which is not an email address).

Added SMS notification template as distinct from email notification template because
SMSs should not be HTML and in general you will want to make your SMS notification
message a lot shorter than your html email notification message (160 char limits in
many countries). As a result, SMSs are now sent as separate emails to gateway rather
than being CCd on email notification.

Added smsGatewaySubject setting because many SMS Gateways use email subject for
authentication. For consistency, also added Email notification email subject.

Fixed handling of different combinations of site-wide sendInboxNotificationsOnly with
per-user receiveInboxEmailNotifications and receiveInboxSmsEmailNotifications.
 * sendInboxNotificationsOnly && receiveInboxEmailNotifications = email notification
 * sendInboxNotificationsOnly && !receiveInboxEmailNotifications = no email
 * !sendInboxNotificationsOnly = ignore receiveInboxEmailNotifications
 * In all cases, SMS is optional and only dependent on receiveInboxSmsEmailNotifications

Updated tests and i18n
2009-08-16 09:42:35 +00:00
Colin Kuskie
194e98d937 i18n fixes for LDAP and StoryArchive. Bugs #10774, 10775, 10776 2009-08-14 15:28:53 +00:00
Colin Kuskie
e886474284 Draw a fieldset around each Photo and its metadata.
Change the delete label so that it is clear that you are deleting the image and the metadata.
Redo the image upload form so that it is clear that uploading a new image to a photo with
an existing image replaces the existing with the new one.
2009-08-13 21:30:49 +00:00
Colin Kuskie
6a8b771859 i18n several items in the Matrix, and Matrix listing. 2009-08-13 07:08:09 +00:00
Colin Kuskie
750adbf4d5 Fix bad Matrix i18n when selecting no listings and hitting compare. 2009-08-13 05:16:29 +00:00
Colin Kuskie
c714c0d11a Fix two LDAP typos related to the recent relabeling. 2009-08-12 17:43:56 +00:00
Colin Kuskie
2dc0cc3937 Fix an i18n typo. 2009-08-12 17:02:38 +00:00
Colin Kuskie
d5105a56bb Improve the delete asset i18n message to mention children. 2009-08-12 16:31:28 +00:00
Patrick Donelan
e85335cbc7 Made Survey::getResponseDetails template vars consistent 2009-08-12 06:28:08 +00:00
Colin Kuskie
4457ee2c7a Forward port macro i18n fix. 2009-08-10 15:17:21 +00:00
Colin Kuskie
bf12123247 Forward porting LDAP i18n tweaks 2009-08-10 15:10:46 +00:00
Colin Kuskie
2236460583 Forward port LDAP relabeling. 2009-08-08 02:30:19 +00:00
Colin Kuskie
0175abdfc5 Forward porting TinyMCE ask user fix for FF browsers on Windows. 2009-08-07 20:42:58 +00:00
Patrick Donelan
146373937d Fixed two new Survey bugs
* Survey response startDate stored twice
startDate was being stored both in a column in Survey_response and also inside the
serialised responseJSON. Consolidated to column and moved startDate methods to
Survey.pm where they are actually used. Was not causing errors because both copies
were initialised to "now" at response creation time, and then never changed (this is also
why we don't need any repair code to fix existing survey repsonses in the wild).

* Survey ExpireIncompleteSurveyResponses Workflow Activity not enabled
The only time you'd actually want to modify startDate is when you're trying to simulate
response expiry in test code, which is why I found the above bug when I was writing the
missing test suite for ExpireIncompleteSurveyResponses. Along with test suite, added
upgrade code to enable workflow activity and add it  to the Daily Maintenance Tasks
workflow. Also made minor fixes to the workflow activity, such as making sure it uses
the correct isComplete code.
2009-08-07 01:08:39 +00:00
Colin Kuskie
a4f8ea7065 Fix an i18n Survey typo in survey progress. 2009-07-31 16:14:41 +00:00
Colin Kuskie
2ad6f3c8ab Fix i18n survey typo, questions displayed. 2009-07-31 16:12:10 +00:00
Colin Kuskie
b71bc8edd4 Update i18n timestamp. 2009-07-31 16:06:18 +00:00
Colin Kuskie
54c8de12e3 Fix recorded answer template variable help, which got stomped on somehow. 2009-07-31 16:01:46 +00:00
Colin Kuskie
2c4ebe6333 Fix misspelled i18n for Gradebook. 2009-07-31 15:51:55 +00:00
Colin Kuskie
051cbf2ab3 StoryArchive i18n fix. 2009-07-30 16:53:45 +00:00
Patrick Donelan
10755c3b83 Fixed Survey reporting bugs
* Survey::responseJSON mutator was not doing the right thing when
  responseId argument was passed in
* www_viewGradeBook template fixes and documentation
2009-07-29 06:37:34 +00:00
Colin Kuskie
3dfb850d41 Better description of the price template variable in the Shelf. 2009-07-29 02:25:29 +00:00
Colin Kuskie
a4494a6567 Fix #10707, i18n copy/paste in the FriendManager. 2009-07-28 16:16:36 +00:00
Patrick Donelan
74d1be7799 fixed #10706: FriendManager Style/Layout template options 2009-07-28 05:00:09 +00:00
Colin Kuskie
78b53aecc7 Fix a rendering problem in the Product template where images overlap
the controls, or brochure, warranty, manual.  Also, i18n the word Controls
for admin mode being on.
2009-07-27 21:13:39 +00:00
Colin Kuskie
96b26fb099 i18n the Default My Sales template. 2009-07-25 23:01:24 +00:00
Colin Kuskie
aa1fcf4b67 Fix i18n and Help for StoryArchive, Story 2009-07-23 19:36:04 +00:00
Paul Driver
22dde02776 Improved security for PayPalStd 2009-07-22 21:22:25 +00:00
Colin Kuskie
23f7af1d71 Fix bad i18n and broken help variables for the Product. 2009-07-22 16:58:52 +00:00
Colin Kuskie
b7bde582a6 Fix typo in EU tax driver i18n. 2009-07-22 16:40:13 +00:00
Colin Kuskie
31de49f9d8 i18n fixes 2009-07-21 15:44:57 +00:00
Colin Kuskie
ab77d9e10a i18n fix 2009-07-21 15:40:11 +00:00
Colin Kuskie
0175168e1f i18n fix 2009-07-21 15:39:08 +00:00
Colin Kuskie
fc02ad00c5 i18n fix 2009-07-21 15:37:22 +00:00
Colin Kuskie
8283aebe2d WebGUI, versionTag i18n fix 2009-07-21 15:24:32 +00:00
Paul Driver
a632380882 PayPalStd resurrected 2009-07-20 21:04:12 +00:00