Colin Kuskie
777d291206
remove debugging code
2007-06-20 04:56:46 +00:00
Colin Kuskie
6011f02021
fix for non-existant mode column in 7.4.0 for workflow activity upgrade
2007-06-20 04:56:08 +00:00
Colin Kuskie
07582c34d6
Forward port of Workflow Activity sequencing bug. create uses count, but
...
delete did not reorder the existing activities. This would allow duplicate
sequenceNumbers in the db.
The upgrade script will resequence and fix all activities in all workflows.
2007-06-20 04:43:11 +00:00
Colin Kuskie
67b92500cc
forward upgrade script work for fixing broken assets sizes for Image, File
2007-06-19 22:56:58 +00:00
Colin Kuskie
8ced11c8ab
make the user invite email templatable
2007-06-18 05:05:18 +00:00
JT Smith
9248570f79
Added Newsletter Asset (Funded by United Knowledge)
2007-06-16 19:33:12 +00:00
Colin Kuskie
245c7b947e
missing update for user invite template, error display
2007-06-15 22:38:21 +00:00
Frank Dillon
2065b3257e
tempaltes for private messaging
2007-06-15 18:18:06 +00:00
Frank Dillon
81e60f0a28
private message templates
2007-06-15 18:16:39 +00:00
Frank Dillon
82e020dc4f
Changes to WebGUI for Private Messaging
2007-06-14 20:10:33 +00:00
Colin Kuskie
21c4fcb75f
This patch adds user invitations, a way for existing users on a site
...
to send an email to their friends and invite them to create an account
on the site. The feature is enabled or disabled in the site Settings.
(Operation/Settings.pm)
It is implemented as a new operation, Invite (Operation/Invite.pm,
Help/Invite.pm, i18n/English/Invite.pm), and the option is displayed
as an option on the user's account screen. (Operation/Shared.pm).
The form is templated, and lives in the Invite namespace. Once
the invitation is submitted, if the user's email address is not
already in WebGUI, an email is sent and a record is stored in
the userInvitations table.
When the friend gets the invitation, they are taken to the account
creation screen, which conveniently has their email address already
filled in. This required changes in the Auth modules (Auth.pm, Auth/*.pm),
and ProfileField.pm. The latter was so that profile fields can have
their values manually set. The former changes handle inserting the
email address, bypassing the anonymous registration check, and
updating the record in ther userInvitations table.
I refactored some code out of the AdminConsole for finding the url
back to the site and added it to Session/Url.pm. The method is
called getBackToSiteUrl.
2007-06-10 16:38:43 +00:00
Colin Kuskie
1718410c10
forward port Article template fix from 7.3 branch
2007-06-06 18:22:09 +00:00
Colin Kuskie
2af436a0ad
Add the ability for posts to have metadata. The option is turned off by default,
...
but can be enabled in the CS. If the option is turned on, and metadata is
enabled on the site, then sets of template variables will be made available
to the Post Form template, the Thread view template, and the CS view template.
2007-06-05 03:32:00 +00:00
JT Smith
dd8238be2d
oops...need this one
2007-05-30 16:09:12 +00:00
JT Smith
3259da6750
- Added a realtime workflow option for content publishing.
...
- Added switches to auto request commit operations and skip adding comments.
2007-05-30 16:07:43 +00:00
Doug Bell
3257456df7
added an index on the groupings table for the userId column
2007-05-29 17:06:35 +00:00
Doug Bell
1bdbb186aa
fix: new profile fields now default to a type of "ReadOnly"
...
fix: Added new templates for calendar events and editing
2007-05-29 07:14:20 +00:00
Doug Bell
b519375126
add: Calendar events from 7.4-prebranch
...
- Attachments
- Setting view permissions
2007-05-28 22:27:31 +00:00
Doug Bell
07a40788bb
add: User profile data table is now a flat table.
2007-05-28 21:35:34 +00:00
JT Smith
00f7940c74
accounting for 7.3.19 release
2007-05-23 20:21:17 +00:00
JT Smith
3a8ce4039a
new upgrade file
2007-05-23 19:41:48 +00:00
JT Smith
bbc1e34f4a
preparing for 7.4 dev cycle
2007-05-23 18:48:24 +00:00
JT Smith
52c722dcfd
- fix: Old registrants appear in new EMS asset
...
http://www.plainblack.com/bugs/tracker/old-registrants-appear-in-new-ems-asset
2007-05-22 01:57:53 +00:00
JT Smith
e388e52f92
preparing for 7.3.18 bugfix cycle
...
fixed rejected cs mail problem
2007-05-14 21:21:09 +00:00
Frank Dillon
0d8bd93a3e
changes
2007-05-04 19:48:59 +00:00
Frank Dillon
3867842b35
Fixed a syntax error.
2007-05-04 19:30:37 +00:00
Frank Dillon
c5d1872040
upgrade path for 7.3.16
2007-05-04 19:19:42 +00:00
JT Smith
767b89c1c9
upgrade file
2007-05-03 00:24:00 +00:00
Steve Swanson
30cc5c7279
correction to fix calendar overlap problem on demo
2007-05-02 16:36:07 +00:00
JT Smith
83dd202b33
preparing for 7.3.15 release
2007-04-25 16:41:24 +00:00
Doug Bell
2d9649dc10
fix: EMS now keeps information about registration if a user logs out before they complete their transaction.
2007-04-06 00:55:39 +00:00
JT Smith
23fc12e462
preparing for 7.3.15 bugfix cycle
2007-04-04 18:51:59 +00:00
Nik Ogura
476f8f5065
added iCal variables to calendar templates
2007-04-03 21:06:09 +00:00
JT Smith
1896a6ba21
preparing for 7.3.14 bugfix cycle
2007-03-21 16:22:23 +00:00
Colin Kuskie
f9a7b1a9c8
final tweaks to template file
2007-03-21 02:55:47 +00:00
Colin Kuskie
5bc647f06d
fix typo in link list post form template
2007-03-21 02:48:17 +00:00
Roy Johnson
44a24e62b5
Ready for 7.3.13 development
2007-03-14 16:24:28 +00:00
Colin Kuskie
f8c0cb1041
s/descendent/descendant/msg when calling getLineage
2007-03-13 19:45:38 +00:00
Colin Kuskie
62f3a9b045
Calendar needs to cleanup its feeds when it is deleted
2007-03-08 21:12:02 +00:00
Colin Kuskie
70e156542a
fixed a bug in the left column layout template, which was still using RawHeadTags
2007-03-05 16:26:53 +00:00
Colin Kuskie
89686f3fd9
set default group to edit events to be the same as group allowed to edit calendar
2007-03-01 22:03:06 +00:00
Roy Johnson
1ed783b2c5
Ready for 7.3.12 dev
2007-02-28 18:01:10 +00:00
JT Smith
2ae31ce34b
- fix: WeatherData asset not displaying properly
...
- rfe: Weather-Data not only for US-Cities
- rfe: WeatherData Asset - Convert to International format
2007-02-25 18:55:10 +00:00
Roy Johnson
9e3d3be4e0
Ready for 7.3.11 dev
2007-02-21 19:10:06 +00:00
Doug Bell
6c8e840fe6
fix: Events are created with no group information
2007-02-16 19:37:39 +00:00
Doug Bell
11b308df81
fix: 7.2.3-7.3.0 upgrade now grabs the latest committed version of Events, instead of a random version
...
fix: 7.2.3-7.3.0 upgrade now does not modify the URL of the Calendars it migrates
2007-02-16 18:36:43 +00:00
Doug Bell
efb0109465
fix: Creating users with same e-mail address doesn't work
2007-02-16 16:53:50 +00:00
Roy Johnson
7a695188a3
Ready for 7.3.10 development, lets kill the rest of these bugs!
2007-02-14 16:23:35 +00:00
Colin Kuskie
d955739660
adding template for SQL Report download
2007-02-05 23:26:11 +00:00
Colin Kuskie
7323ec0c0a
added safe top link to the top of the CS FAQ template
2007-02-03 22:54:21 +00:00