Commit graph

1235 commits

Author SHA1 Message Date
Colin Kuskie
0103cba326 Disable the Send Stats workflow, to avoid confusion. Fixes bug #11245 2009-11-16 22:19:53 -08:00
Colin Kuskie
bc21f904da Fix status reporting for successful connects but bad binds. Fixes bug #11216 2009-11-13 09:49:36 -08:00
Colin Kuskie
7c94f6f8ba Fix pagination issues in the List LDAPLinks screen. 2009-11-12 22:21:34 -08:00
Colin Kuskie
858c148b2e Users always get default profile field values from the profile field. Fixes bug #11215 2009-11-10 10:02:35 -08:00
Colin Kuskie
c10363bcf6 Set a default for groups in addGroupsToGroupSave. Fixes bug #11203 2009-11-06 11:36:08 -08:00
JT Smith
630f1b0537 changed queue to an array 2009-11-03 12:04:24 -06:00
Colin Kuskie
6fa96efff4 Fix syntax errors in Operation/Group. 2009-10-30 15:26:07 -07:00
JT Smith
f1bc38de6c The auto add to group and auto delete from group operations that are used with the GroupAdd and GroupDelete macros were fixed to make the user log in if they aren't already.
Conflicts:

	docs/changelog/7.x.x.txt
2009-10-29 14:01:53 -05:00
Graham Knop
c1ce7470b9 added: Manage System Trash group setting 2009-10-28 11:10:58 -05:00
Graham Knop
c472e0c4b8 add clipboard admin setting 2009-10-28 11:10:31 -05:00
Doug Bell
8c3414dca0 fixed #11116: Deleted user's version tags and revisions 2009-10-26 17:52:08 -05:00
Colin Kuskie
a866f143d0 Fix bug 11098. Create a VersionTag method that only clear the session for a single user. 2009-10-07 08:51:05 -07:00
Graham Knop
60a4a9b140 mark $session->datetime->time as deprecated and remove its use from core code 2009-10-05 20:56:37 -05:00
Colin Kuskie
c7e7b6eed0 remove debug code from CSRF code. 2009-09-22 13:35:16 -07:00
Colin Kuskie
9ec062d5bc Usability improvement for the edit version tag screen. rfe #10862 2009-09-09 07:45:04 -07:00
Colin Kuskie
957eaa44c0 Change the i18n label for Help, to be Template Help since that's what it is. 2009-09-08 08:47:00 -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
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
d14d468415 Set a default privacy value in the radio list when creating new profile fields. 2009-08-13 15:56:14 +00:00
Colin Kuskie
d2b9be686c Add the missing pending versions link to the manage assets in tag screen. 2009-08-08 16:23:08 +00:00
Colin Kuskie
6dea4f642a Don't close the connection for the default link (0) when doing connect checks. 2009-07-21 20:55:21 +00:00
Colin Kuskie
d26c6b402b Add CSRF code to ProfileSettings edit profile field and edit profile category. 2009-07-20 15:38:07 +00:00
Colin Kuskie
6aa3784636 Fix becomeUser and deleteUser CSRF protected submenu links. 2009-07-14 15:54:03 +00:00
Colin Kuskie
0a3329d7be Reverting 11777 due to lack of docs, upgrade script, and adding new
code during feature freeze.
2009-07-13 20:40:09 +00:00
Colin Kuskie
02e9354c15 Automatically add a token to any autogenerated form.
Refactor previous commits to take advantage of that.
2009-07-06 17:20:27 +00:00
Colin Kuskie
5e4db3adb4 Provide a framework for CSRF protection, with tests.
Add CSRF protection to Asset editSave, AssetManager, VersionTags and Group operations.
2009-07-06 16:58:57 +00:00
Colin Kuskie
7b343074ef Add missing POD for Operation/User.pm 2009-07-06 03:34:24 +00:00
Colin Kuskie
c280849f50 Add the missing POD, and fix broken POD that I just committed. 2009-07-05 20:51:21 +00:00
Colin Kuskie
6137b681f3 Unify the list of protected groups into Group->vitalGroup. Refactor
WebGUI::Test and Operation/Group to use that list.
2009-07-05 20:36:46 +00:00
Colin Kuskie
c51fa56491 Add missing pod to Operation/Graphics. 2009-07-04 23:13:08 +00:00
Colin Kuskie
7b5cf7518c Add progress bars for rollback, trash and their www methods. 2009-06-24 22:30:41 +00:00
JT Smith
74d50ead2f Updated auth to allow sending back of non-text/html mime types. 2009-06-20 16:37:18 +00:00
Colin Kuskie
232e435ccd I18n some AdminConsole titles. 2009-06-20 01:11:59 +00:00
Martin Kamerbeek
b6ec0316f9 Fixed a bug which caused empty version tags to not be deleted because of a wronhg method call. 2009-06-12 09:27:35 +00:00
Yung Han Khoe
1ea08936f4 fixed #9851: New Users have blank profile field privacy settings 2009-06-03 15:24:20 +00:00
Paul Driver
f622854a3d Login times in userlist now displaying correctly 2009-05-22 17:52:10 +00:00
Colin Kuskie
d8a1623ea0 adding FilePump 2009-05-18 16:03:50 +00:00
Colin Kuskie
4753442b0c Add the FilePump settings admin group. 2009-05-15 18:40:10 -07:00
Doug Bell
1617e3004f added robustness to user services. added tests 2009-05-15 22:27:36 +00:00
Yung Han Khoe
5f60eddaa7 rfe #9981: RedirectAfterLogin Setting 2009-05-15 18:57:12 +00:00
Doug Bell
21452ce58f fixed problem with git svn dcommit... 2009-05-15 18:14:16 +00:00
Doug Bell
75d1856ea7 added services to create, update, and delete users 2009-05-15 18:10:26 +00:00
Doug Bell
1f96d708bf user-services 2009-05-15 18:03:03 +00:00
Doug Bell
18e095faee added services to create, update, and delete users 2009-05-15 18:02:58 +00:00
JT Smith
802713092f - Added WebGUI community statistics question to the site setup wizard. 2009-05-15 16:11:32 +00:00
Graham Knop
1f3ab6a419 export cleanups and mobile style 2009-05-15 09:30:20 +00:00
JT Smith
b6da052e08 - Added the WebGUI stats system, which will allow site admins to submit
information about their site to a central repository on webgui.org which 
   help the developers make WebGUI better.
2009-05-14 19:42:37 +00:00
Colin Kuskie
90717eee40 Do not automatically have Everyone group highlighted in Manage Groups in Group. 2009-05-14 02:38:30 +00:00
Colin Kuskie
f54e975c14 Enable WebGUI sites to send SMS messages as inbox notifications. 2009-05-13 21:55:33 +00:00
Doug Bell
026f7ff47e Added #10145: Global Head Tags in Settings 2009-04-29 21:51:22 +00:00