Commit graph

3067 commits

Author SHA1 Message Date
Graham Knop
0635a2a17e fix relative links in emails 2007-07-19 16:51:46 +00:00
Graham Knop
40a49bc913 Merging 7.3.21 changes. 2007-07-18 20:05:19 +00:00
Frank Dillon
1e3c733c93 Collaboration System Manage Subscription Groups 2007-07-18 18:53:47 +00:00
Colin Kuskie
ab77c64164 forward port of missing transaction operation 2007-07-17 18:23:52 +00:00
JT Smith
5e0d948840 fixing some links 2007-07-17 16:58:31 +00:00
Colin Kuskie
a698b2c4f3 Make the SQLForm use the new functions inside DatabaseLink to do database
privilege checking.  This fixes the newest bug about database permissions
on the bug boards.
2007-07-16 21:00:03 +00:00
Graham Knop
73d85203d5 fix: Calendar events on the last day of the month do not appear on the month view 2007-07-16 18:10:24 +00:00
Doug Bell
15e3894b86 forward port of bugfix from 7.3.21 2007-07-14 00:04:20 +00:00
JT Smith
f408538cb5 merging 7.3.20 changes 2007-07-12 03:00:46 +00:00
JT Smith
20d733f5c6 merging 7.3.20 changes 2007-07-12 03:00:09 +00:00
James Tolley
0e05bc3f10 css class for uncommitted assets 2007-07-11 03:05:18 +00:00
James Tolley
de4da68884 put the unsubscribe link in the CS notification template 2007-07-10 21:39:11 +00:00
James Tolley
4d52b020de notify admins of version tags fix 2007-07-09 22:05:38 +00:00
Doug Bell
8674572035 add: Settings can now return errors and messages to the user
add: WebGUI Auth password recovery can now be done by profile fields or just e-mail address
2007-07-09 21:23:11 +00:00
James Tolley
e1de42261d workflow activity to notify admins of old version tags; start thread group in CS 2007-07-09 20:02:09 +00:00
JT Smith
6e0470771e - Replaced color picker form control with a more robust version. 2007-07-09 09:03:56 +00:00
JT Smith
6ce94b078d - Safari 3 and above now fully supported in admin interface. 2007-07-07 21:55:20 +00:00
JT Smith
f36ba1b268 - Added keyword tagging to Wiki. 2007-07-07 21:09:39 +00:00
JT Smith
23fa0283b3 - Added keyword tagging api. 2007-07-07 04:37:38 +00:00
JT Smith
1a3165e6ee better error handling 2007-07-06 19:00:31 +00:00
Colin Kuskie
0c9d1f4332 RFE for a new user access method, lookup by username and return
an object.   Includes tests for validating the code.
2007-07-06 17:53:18 +00:00
JT Smith
829c391cc7 fixing resizable textarea 2007-07-06 02:42:01 +00:00
Doug Bell
32c2091360 fix: WebGUI/Auth.pm -- Required fields on Create Account show up with HASH(0xblah) as their value
fix: Added some i18n for password security measures that was neglected.
Fixed some coding standards with some subs.
2007-07-06 00:36:19 +00:00
Graham Knop
749f68a0ee fix: Next/Previous links on thread not sorted same as collab 2007-07-05 11:03:23 +00:00
Graham Knop
7042946bdf fix: CSS dragTrigger: multiple identical ID's on every page 2007-07-05 09:35:29 +00:00
JT Smith
e1a0b462a1 ems performance improvements 2007-07-05 04:18:16 +00:00
JT Smith
0d145e6d91 - api: Form Controls and Workflow Activities may now include web based helper
subroutines directly in their files. See
   WebGUI::Operation::FormHelpers::www_formHelper and
   WebGUI::Operation::Workflow::www_activityHelper for details.
2007-07-05 02:31:46 +00:00
Colin Kuskie
7f59bd3f33 forward port of config variable stomping fix 2007-07-03 01:05:44 +00:00
Colin Kuskie
a25df35eea forward port of session template variable doc removal in style template 2007-07-02 23:50:57 +00:00
Doug Bell
65235990a3 fix: Collaboration System can now be subclassed and still work with existing Thread and Post assets 2007-07-02 22:25:41 +00:00
Graham Knop
8a88823682 fix: Email validate codes aren't removed after use 2007-07-02 17:21:08 +00:00
JT Smith
a7dde82421 updated copyright 2007-07-01 16:09:42 +00:00
Colin Kuskie
8bd9f14a3f Forward port of import log false error fixes. 2007-06-29 23:08:26 +00:00
Colin Kuskie
c6577851d0 Forward port of diskUsage display bug. %d uses the native integer, which
overflows on 2**32 on summaries.  Changed it to use %.0f instead.
2007-06-29 17:08:18 +00:00
Colin Kuskie
fa1499cf06 Forward port of empty Matrix Listing productName.
I did not bring in the 7.3.20 upgrade script, because I'm not sure how
the branch is supposed to work.
2007-06-28 23:15:34 +00:00
Colin Kuskie
4f570b67c9 Forward port of inactive user group email fix, and user status documentation. 2007-06-28 20:03:22 +00:00
Frank Dillon
4c705b9859 HttpProxy RFE addition 2007-06-28 14:47:42 +00:00
Frank Dillon
6047b341be Added HttpProxy URL Pattern Filter 2007-06-28 14:26:39 +00:00
Graham Knop
feb82c6d4b fix: image profile field edit errors 2007-06-27 13:07:13 +00:00
Graham Knop
47649c4401 fix: Calendar Event import ignores time zone 2007-06-27 12:37:11 +00:00
Colin Kuskie
b0e196bae3 forward port bug document fix 2007-06-26 04:40:10 +00:00
Colin Kuskie
0c45e5286e Forward port of isHidden work from 7.3 for Post, Event and WikiPage.
isHidden is not allowed to be 0 for those Assets.  I had to reinstantiate
the update method for the Event Asset, but I only put in the code to
force isHidden to be forced to 1.
2007-06-26 04:33:07 +00:00
Colin Kuskie
7abd54eb94 forward port of double-thumbnail bug. Image was inheriting a Storage object from File, and needed a Storage::Image object 2007-06-23 02:19:38 +00:00
Colin Kuskie
4de39b7fe5 forward port of getAllInstances fixes, so that it never returns undef but logs warnings instead 2007-06-22 17:55:25 +00:00
JT Smith
ec67b2e8fe - rfe: snippets should have titles too!
- Added a mechanism for using external folders for custom code. See 
   sbin/preload.custom.example for details.
2007-06-21 17:58:58 +00:00
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