Commit graph

2575 commits

Author SHA1 Message Date
Colin Kuskie
bdfe44dec3 fix EMS registrant lookup template JS bug #10884. 2009-09-03 12:57:06 -07:00
Colin Kuskie
3632c87656 Remove extra JSON file. 2009-09-03 09:34:21 -07:00
Colin Kuskie
7d74429fca Fix issues with upgrading templates from 7.6.35 to 7.7.19. Fixes #10878. 2009-09-03 09:30:59 -07:00
Colin Kuskie
9c2fb21670 Move package to correct directory for 7.8. 2009-09-03 09:03:36 -07:00
Colin Kuskie
4ea146fc07 WikiMaster keyword pagination fixes, re # 10856.
Add pagination template variables to the default byKeyword template.
Fix pagination URL for keywords.

Conflicts:

	docs/changelog/7.x.x.txt
2009-09-03 09:00:50 -07:00
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
Graham Knop
4bf61807f7 change versions to 7.8.0 2009-09-02 01:47:34 -05:00
Colin Kuskie
36dd8eeb11 Ready for 7.7.20 development. 2009-09-02 06:09:14 +00:00
Doug Bell
c671e94056 remove orphaned version tags 2009-09-01 22:25:22 +00:00
Colin Kuskie
a0d2e982bc Add upgrade path from 7.6.35 to 7.7.17. 2009-09-01 15:53:44 +00:00
Colin Kuskie
baadf9c0ec Fix lots of typos. 2009-08-31 22:52:18 +00:00
Colin Kuskie
22ea557532 Give EMS'es default values for Schedule Locations per Page. Fixes #10868. 2009-08-31 20:37:15 +00:00
Colin Kuskie
9d23680e99 Fix styling of pagination in the default search template. Fixes #10851. 2009-08-28 20:40:22 +00:00
Colin Kuskie
63388dcb93 Remove dead template code. 2009-08-28 01:58:20 +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
22d462166f Move Calendar feeds into the Calendar Asset table as JSON collateral.
Update tests and workflows to follow.
2009-08-26 22:14:04 +00:00
Colin Kuskie
7fcb339605 Upgrade all database tables that use JSON to be LONGTEXT instead of what they were.
Addresses bug #10825
2009-08-25 21:42:16 +00:00
Colin Kuskie
223a5125bf Use setting API to determine if the setting exists in the db. 2009-08-23 19:09:37 +00:00
Colin Kuskie
1ed91d7f20 Fix Matrix i18n in compare matrix template. Fixes #10814 2009-08-23 19:07:15 +00:00
Patrick Donelan
b89cb988e8 Fixed: inboxSmsNotificationTemplateId setting missing from upgrade script 2009-08-23 08:53:44 +00:00
Colin Kuskie
91b37aae36 Ready for 7.7.19 development. 2009-08-21 05:13:35 +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
bd0d7c080c Update existing EMS'es with a default schedule template. Fix for #10804 2009-08-20 20:53:12 +00:00
Doug Bell
a0d3eeaac8 fixed 10640, 10639, 10625: Map point save HTML/JS 2009-08-20 18:51:39 +00:00
Colin Kuskie
d6b402676a Fix typos in SQL related to RSSCapable. 2009-08-19 23:44:46 +00:00
Doug Bell
cf63977998 fixed #10793: Map Add Point photo field 2009-08-19 23:13:44 +00:00
Doug Bell
739541a06a fixed #10624: map template problem with floats 2009-08-19 22:36:55 +00:00
Colin Kuskie
defbec3171 Document inbox_messageStates clean-up, and write an upgrade script to delete
states from users who have already been deleted.
2009-08-19 15:12:34 +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
Colin Kuskie
f942489787 Clean-up Matrix search template JS.
Add link back to main matrix screen.
Make initial search results match search form defaults.
fixes #10766, 10786
2009-08-17 18:35:53 +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
046f1a7303 Ready for 7.7.18 development. 2009-08-14 04:44:03 +00:00
Colin Kuskie
14ab55284f Change the layout of the story templates. Added break tags to force the
lines to break.
2009-08-13 22:22:31 +00:00
Colin Kuskie
e7d3e15e0e Story Edit template i18n 2009-08-13 21:34:19 +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
a682e45583 Another batch of 7.6 pruning from 7.7. Leaving primary shunt path, 7.6.14-7.7.0 2009-08-13 07:25:12 +00:00
Colin Kuskie
db01d7aa08 Prune more 7.6 packages 2009-08-13 07:22:18 +00:00
Colin Kuskie
a717b62fa4 Remove 7.6 upgrade scripts and packages from 7.7 2009-08-13 07:21:20 +00:00
Colin Kuskie
6a8b771859 i18n several items in the Matrix, and Matrix listing. 2009-08-13 07:08:09 +00:00
Colin Kuskie
0c67c0d8ce Fix the search button in the view template. 2009-08-13 05:08:13 +00:00
Graham Knop
b54a3a0262 fixed #10279: Some columns still latin1 after upgrade to 7.5.40 2009-08-11 22:30:23 +00:00
Colin Kuskie
a2012171d2 Fix a bad default group setting in the SQL Report for download groups. 2009-08-11 21:16:14 +00:00
Steve Swanson
1d19fd15a8 More tweaks to the gallery css for old firefox 2009-08-11 20:30:05 +00:00
Steve Swanson
e4c192e1bb Had to remove some mozilla/firefox specific code that was breaking the gallery under firefox 2.x 2009-08-11 17:28:42 +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
c23300d0e4 Forward porting Matrix compare/search button fix. This is a workaround
for a YUI bug, where it assumes that Opera will provide a string trim function.
2009-08-04 19:06:31 +00:00
Colin Kuskie
9afc07fd94 Unify account layout style.
Change CSS to only apply account css rules to account content, instead of global/body content.
2009-08-04 17:30:36 +00:00
Colin Kuskie
f60a4b9ecc Forward port gallery images folder style template fix, and also
fix the Map templates folder.
2009-08-04 16:26:05 +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
9d5521b820 Rework gallery thumbnails template to fix intermittent IE7 rendering issues. 2009-07-29 02:11:07 +00:00