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 |
|
Colin Kuskie
|
9fdac9ef8f
|
Implementing rfe 10002, add link to User Manager to view a User's account.
|
2009-04-16 23:58:54 +00:00 |
|
Colin Kuskie
|
04217e67e0
|
Fix POD typos and add POD to get to 100% POD coverage.
|
2009-04-01 04:10:14 +00:00 |
|
Colin Kuskie
|
e70494900a
|
Pruning out notifications code from SMS.
|
2009-03-13 10:21:52 -07:00 |
|
Colin Kuskie
|
8cbf232e72
|
Adding Asset History content manager.
|
2009-03-12 05:08:03 +00:00 |
|
Colin Kuskie
|
761ac9adb0
|
fix a bad templateId for the Notification template.
|
2009-03-10 11:48:52 -07:00 |
|
Colin Kuskie
|
ad71df4e3f
|
Templated Inbox Notification.
Everything but the code to drive and use the template from
Account/Inbox.
|
2009-02-26 20:42:59 -08:00 |
|
Colin Kuskie
|
180b454ce7
|
Add settings for inbox notifications/SMS.
|
2009-02-26 17:05:45 -08:00 |
|
Graham Knop
|
24da723629
|
updating copyright year
|
2009-02-20 23:47:30 +00:00 |
|
Graham Knop
|
e5ede77c29
|
use char instead of varchar
|
2009-02-18 03:18:20 +00:00 |
|
Graham Knop
|
bf9bd2f0d2
|
use proper JSON encoding/decoding
|
2009-02-10 21:41:36 +00:00 |
|
Graham Knop
|
b088299eb0
|
capcha control now has reCAPTCHA mode
|
2009-02-10 21:41:19 +00:00 |
|
Colin Kuskie
|
e0f6eec470
|
Fix the bad subnet checking in spectreTest. Subnet checks should only happen
in www_spectreTest, until a way is found to round trip data in and out of spectre
back to WebGUI. Documented how and where that should occur.
|
2009-02-03 00:14:05 +00:00 |
|
Colin Kuskie
|
cf68263eb3
|
Make the failed subnet log message clearer.
|
2009-01-23 05:35:27 +00:00 |
|
Colin Kuskie
|
88973add2f
|
Qualify a chained method call when getting Workflow instances. If the
workflow for an instance is ever deleted, then no existing instances after that
instance will ever be sent to Spectre.
|
2009-01-21 21:12:26 +00:00 |
|
Colin Kuskie
|
8cee4f745a
|
Fix a typo typo in the Operation/Workflow POD.
|
2009-01-15 17:46:39 +00:00 |
|
Colin Kuskie
|
25c0513783
|
Fix a typo in the POD for Operation/Help.
|
2009-01-02 06:45:57 +00:00 |
|
Colin Kuskie
|
af46a10d6d
|
Forward port button tag and version tag start and end date fixes.
|
2008-12-18 02:17:13 +00:00 |
|
Colin Kuskie
|
d5e9af23e2
|
Forward port login history date display fix.
|
2008-12-16 04:25:43 +00:00 |
|
Colin Kuskie
|
5381f3038d
|
Forward port graceful handling of the deletion of the Auth LDAPLink.
|
2008-12-15 22:59:25 +00:00 |
|
Colin Kuskie
|
aabec44de8
|
Forward porting singleton warn vs error for Cron.
|
2008-12-08 19:21:12 +00:00 |
|
JT Smith
|
ee84cc7611
|
Deprecated WebGUI::Storage::Image. WebGUI::Storage can now do everything
WebGUI::Storage::Image can do.
|
2008-11-26 16:06:18 +00:00 |
|
Graham Knop
|
758a321e70
|
modules, tests, etc shouldn't be set as executable
|
2008-11-24 04:01:23 +00:00 |
|
Graham Knop
|
dd90696d7c
|
cleaning up warnings/variable redefinition and pod
|
2008-11-24 01:34:32 +00:00 |
|
Colin Kuskie
|
86047445a7
|
fix extra my-s in Operation/Profile.pm
|
2008-11-21 16:49:59 +00:00 |
|
JT Smith
|
55da5c6889
|
- rfe: Event hover detail exclusions (#8761)
- rfe: Database Link test (#513)
|
2008-11-18 20:52:44 +00:00 |
|
Frank Dillon
|
32979d75e1
|
Replaced the account.options loop in the displayAccount auth methods with new macros for displaying deactivate account and back to site links. Another macro which allows text to be displayed according to whether the value passed in is empty or not was added to allow functionality similar to that which currently exists.
|
2008-11-18 07:05:23 +00:00 |
|
Frank Dillon
|
d91bc5754d
|
Merged the "Invite a Friend" application into the Account system and cleaned up the templates in the Inbox
|
2008-11-18 04:52:16 +00:00 |
|
Frank Dillon
|
374f8e5762
|
Fixed a problem in error reporting in the saveSettings method
|
2008-11-17 23:57:00 +00:00 |
|
Colin Kuskie
|
b2f641e723
|
refix the Workflow bug the correct way
|
2008-11-17 03:05:41 +00:00 |
|
Colin Kuskie
|
4e91f3d500
|
Trap trying to instance bad workflow activities.
Remove the ProcessRecurringPayments activity from the user's config.
|
2008-11-17 02:51:41 +00:00 |
|
Frank Dillon
|
4ff722bd5d
|
Pluggable Account system added to WebGUI with new Profile, Inbox, Friends, User, and Shop interfaces.
|
2008-11-15 11:39:23 +00:00 |
|
Frank Dillon
|
11d18075fa
|
Account release candidate - final changes before merge
|
2008-11-15 02:39:23 +00:00 |
|
Henry Tang
|
2a3ed29d26
|
Merged versionTagMode support from amh development branch. Upgrade scripts not updated yet
|
2008-11-13 17:03:47 +00:00 |
|
Frank Dillon
|
615e0e3746
|
lots of changes
|
2008-11-12 23:03:42 +00:00 |
|
Henry Tang
|
185a4c79de
|
Updated comments (removed reference to AMH). Put SQL statements for upgrade
|
2008-11-07 14:33:55 +00:00 |
|
Graham Knop
|
3cb07d4152
|
fix lineage cache clearing, syntax warning, db cache storable usage
|
2008-11-04 22:47:11 +00:00 |
|
Frank Dillon
|
7b260de791
|
initial commit
|
2008-11-03 17:03:00 +00:00 |
|
Henry Tang
|
d22214e0dd
|
AMH: implemented version tag modes as site settings, removed autoRequestCommit setting
|
2008-10-31 14:57:39 +00:00 |
|
Henry Tang
|
9feb541d62
|
AMH: commit to test svn write access
|
2008-10-30 19:01:32 +00:00 |
|
Frank Dillon
|
a792038f95
|
frank: www_addFriendSave now has the same checks as www_addFriend
|
2008-10-28 19:22:31 +00:00 |
|
Frank Dillon
|
4dbd7bac1a
|
fixed: #4177 You can no longer send friends who are in your friends list or who you've already invitedto your friends network
|
2008-10-28 17:10:56 +00:00 |
|
Colin Kuskie
|
6193d6bef5
|
fix i18n typos interfering with Group LDAP hoverhelp
|
2008-10-28 15:34:54 +00:00 |
|
Colin Kuskie
|
e92017500e
|
change mime type of json methods from text/json to application/json
|
2008-10-26 04:11:47 +00:00 |
|
Chris Nehren
|
ebd2309104
|
Added extras to user profile fields. This field can be accessed using the
profile.form.element.extras template variable when editing a profile and the
profile.extras field when viewing a template.
|
2008-10-22 00:20:31 +00:00 |
|
JT Smith
|
ddd1c27305
|
rfe: Leave Version Ta
|
2008-10-21 21:14:41 +00:00 |
|
Kaleb Murphy
|
7e368c329c
|
Fixed workflow checks on spectre so that workflows only error if they are a non realtime or failed realtime and spectre is down.
|
2008-10-21 21:02:57 +00:00 |
|