Commit graph

90 commits

Author SHA1 Message Date
Colin Kuskie
19d4e6da3f Update AdminConsole for instaniators. 2010-03-03 19:42:50 -08:00
Colin Kuskie
cd67bed213 Add a form to the admin console for CSRF protected actions. 2009-07-14 15:52:55 +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
c638a4ec9b Update POD for the AdminConsole 2009-06-17 21:35:43 +00:00
Doug Bell
0828ecfef5 fixed: IE6 shows Admin Bar over Asset Manager 2009-02-25 23:55:40 +00:00
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +00:00
JT Smith
4acb862e15 added admin console plugability 2008-09-27 17:10:57 +00:00
Graham Knop
e1ee11649c change asset manager link in admin console to new operation 2008-06-11 19:17:09 +00:00
JT Smith
fc70d13c49 oops typo 2008-05-27 20:59:58 +00:00
JT Smith
defad00f41 a few things i forgot when getting rid of old commerce stuff 2008-05-27 20:56:34 +00:00
JT Smith
cbe9cc29df we now have shop settings admin screen 2008-03-06 22:33:57 +00:00
JT Smith
93b5ca16e4 updating copyright year 2008-02-07 23:28:18 +00:00
Doug Bell
58ac54b81d add: Ability to specify which group can use individual admin console items 2007-07-26 06:56:38 +00:00
JT Smith
f6cab15bd0 removed help links that are referring to help that has been moved to the wiki 2007-07-26 04:53:14 +00:00
Colin Kuskie
9fe8fc782e Remove the TOC and chapter views from the Help. Make the index the
default Help view.
2007-07-23 15:24:49 +00:00
Colin Kuskie
32817efc80 WebGUI Help pruning, with associated fixes. 2007-07-18 23:24:14 +00:00
JT Smith
a7dde82421 updated copyright 2007-07-01 16:09:42 +00:00
James Tolley
60eeebdba9 spectre/workflows/priorities RFE 2007-06-26 23:48:41 +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
Drake
aac32d24bd Multiple enhancements:
- Perform RFE "js-confirmation-operation/user.pm".
  - Perform RFE "js-confirmation-operation/group.pm".
  - Perform RFE "locked-by-who".
    (Displays in title and alt of img, but not in body text.)
2006-08-29 16:49:25 +00:00
JT Smith
03b4b0ed33 - fix: Head Block in styles
- fix: select assetVersionTag
 - fix: Infinite recursion
 - fix: assetUiLevel override broken
 - fix: Indexing files failes (derck)
 - fix: Unable to approve New listings on Matrix
2006-07-25 17:15:57 +00:00
Wouter van Oijen
2d9565775f POD fixes and removing debug output 2006-07-11 09:05:22 +00:00
JT Smith
9aa86225be - Added a better confirmation message when deleting content.
- Added a "commit" option as well as a listing of version tags per the rough
   edges discussions on IRC.
 - Added a "close" or "archive" option to replies.
2006-06-10 20:49:11 +00:00
Wouter van Oijen
e81ce2759a Fixed POD in 12 files reported by new test for invalid whitespace 2006-05-20 10:39:16 +00:00
Colin Kuskie
5f71b0e5f2 Add method to return help if set in AdminConsole
Alter storage object so that errors array is created by default.  This prevent
getErrorCount from dying when fetching the error count and no errors have occured.
Added a method to to return the errors arrayref.
2006-05-10 23:28:50 +00:00
Colin Kuskie
a1a920cfea Added edit registratnt docs for EMS
Added method to acWrapper inside EMS so that Help can be externally set and
not overwritten.
Added getHelp method to AdminConsole so the details of seeing if help has been
set are hidden.
2006-05-10 22:58:33 +00:00
Martin Kamerbeek
27af7de00c Adding the graphing engine. 2006-04-30 22:40:23 +00:00
Wouter van Oijen
a9c3387cb1 Fixed POD 2006-04-30 07:20:38 +00:00
JT Smith
199b150f90 [ 1475220 ] some 6.99 templates have double slashes 2006-04-28 17:26:21 +00:00
JT Smith
1c6fddb206 lots of litlte bug fixes and tweaks 2006-04-20 19:02:11 +00:00
JT Smith
dc4fb07c1b various bug fixes 2006-04-18 01:00:26 +00:00
JT Smith
69eb231524 added media folder for rich edit upload 2006-04-14 13:57:05 +00:00
JT Smith
e2109910fd holy crap it actually works!!! import/export of themes base system is complete.
fixed some chunking related bugs in Session/Style
fixed other misc bugs
2006-04-13 03:31:39 +00:00
JT Smith
ae8f3d87f6 setting $session->user now changes the id for the session as it should
continued adding ad management system
added field sets to htmlform and tab form
2006-04-06 22:28:13 +00:00
JT Smith
31c4a417bd can't "back to site" from trash or clipboard until now 2006-03-24 15:24:47 +00:00
JT Smith
089c312b74 adding inbox link to admin console 2006-03-23 17:19:56 +00:00
JT Smith
3931d8dcd2 a bunch of bug fixes and ease of use modifications for workflow/versioning 2006-03-20 21:07:26 +00:00
JT Smith
cba26ecc0c converting versioning to use workflow 2006-03-14 17:46:32 +00:00
Colin Kuskie
40065c4658 Make TOC the front page of Help.
Add license to Commerce.pm
Update fields in Help for WebGUIProfile
Fix typo in i18n file for WebGUIProfile (missing comma)
full merge of fields from 6.8 for Operatin/ProfileSettings.
2006-03-06 18:28:27 +00:00
JT Smith
6ee05b85af first round of changes to create the ui for building workflows, more to come
a few small bug fixes
2006-02-15 21:23:22 +00:00
JT Smith
32169aebbf adding cron UI, but not working yet
bugfix for captcha
2006-02-14 03:48:36 +00:00
Matthew Wilson
4a3121960f removal of dumpSession. 2006-01-26 05:39:16 +00:00
Matthew Wilson
9c7e8699a2 tons more fixes. getting closer to gamma. 2006-01-21 21:12:14 +00:00
Matthew Wilson
2069da5fdb tons of bug fixes. 2006-01-18 14:41:12 +00:00
Roy Johnson
cd45f88e9f Fixed getRoot, getDefault, and getNotFound to pass them a session 2006-01-17 16:13:16 +00:00
Roy Johnson
edc147d948 fixing calls to getImportNode 2006-01-17 15:48:53 +00:00
Matthew Wilson
09483e18c5 a ton of $session fixes (thanks to Colin), and a new $session checker, that supposedly, shouldn't be needed now. It can be backed out, however, easily. 2006-01-16 22:45:21 +00:00
Matthew Wilson
65823b1f53 oodles of fixes. 2006-01-15 15:56:17 +00:00
Colin Kuskie
a5a011282e fixed typos 2006-01-13 04:28:31 +00:00
JT Smith
5a8845c407 remove grouping use line 2006-01-12 22:52:22 +00:00