Commit graph

6659 commits

Author SHA1 Message Date
JT Smith
ef120fb06b Added isVisitor, isAdmin, and isRegistered methods to User object instead
of hard coding checks everywhere with group ids. And updated the code base 
   to match.
2008-09-16 22:32:36 +00:00
Colin Kuskie
586164d8d0 rfe: VIM perl mode for skeletons 2008-09-16 22:28:17 +00:00
Colin Kuskie
b149c0d32c update template docs about which variables are available where in the Navigation 2008-09-16 22:02:23 +00:00
Doug Bell
c7e2a131b3 rfe: Add Edit button to Manage Revisions page 2008-09-16 22:00:49 +00:00
Graham Knop
5e34d1bca9 fix infinite loop in nav 2008-09-16 21:56:44 +00:00
JT Smith
65742963aa bad loops 2008-09-16 21:50:14 +00:00
Graham Knop
4f0663f199 allow undef to return from macros, fix empty string returns, test a few more cases 2008-09-16 21:34:48 +00:00
Graham Knop
79e88a867a rfe: let package import inherit permissions 2008-09-16 21:34:40 +00:00
JT Smith
7b21d656ef rfe: Town Hall: EMS badge early bird field/discount 2008-09-16 21:00:47 +00:00
Colin Kuskie
2afadf1cf7 rfe: add all asset properties to the Navigation Asset 2008-09-16 20:25:08 +00:00
Colin Kuskie
2927c30f63 use a different copy label 2008-09-16 20:20:15 +00:00
Colin Kuskie
24339ba1e2 internationalize word copy in clipboard copies 2008-09-16 20:14:06 +00:00
Colin Kuskie
a5072af04e internationalize menutitle and title in assets 2008-09-16 20:12:39 +00:00
Frank Dillon
58f231c87b Better info for Assets that require commit before adding children. Add link is always availiable now, an error message is displayed if you try to post a child to an uncommitted parent. Additionally a new method was added to AssetVersionion.pm to determine whether or not an asset has been committed. 2008-09-16 20:08:15 +00:00
Colin Kuskie
b39624d31d WBGP indent processTemplate. i18n an error message 2008-09-16 19:36:12 +00:00
Colin Kuskie
bcc66cb6cb RFE: Add a cancel button to the edit profile screen 2008-09-16 19:01:27 +00:00
Colin Kuskie
6bf0464713 fixing Edit Profile template variables in help 2008-09-16 18:59:42 +00:00
Doug Bell
46a6d404bf rfe: Added logged in time to Login History 2008-09-16 18:16:20 +00:00
JT Smith
6e04c4b705 rfe: choice of type of redirect on redirect assets 2008-09-16 17:51:15 +00:00
Doug Bell
fc7fbfbd0c Added "sortOrder" to Folder assets
Added "canAddFile" and "canEdit" to Folder template variables
2008-09-16 17:21:13 +00:00
Frank Dillon
1bd1fbfb79 Search now returns the results with the search keywords highlighted. 2008-09-16 16:43:05 +00:00
Graham Knop
acdecef5b6 make private sub private and add some documentation 2008-09-16 16:27:22 +00:00
Graham Knop
98bfd9ac1d added fieldsets around form controls with multiple elements 2008-09-16 16:27:15 +00:00
JT Smith
d41625dc40 rfe: TimeZone for the User Profiles displays incorrectly after installation 2008-09-16 15:59:38 +00:00
Kaleb Murphy
5a61d60c15 Added i18n to VerstionTag commit back to site link 2008-09-16 15:42:04 +00:00
Kaleb Murphy
59b01b4581 After committing a version there is now a back to site link 2008-09-16 15:34:55 +00:00
JT Smith
7a1136dd89 rfe: Process Macros in HTTP Proxy's URL 2008-09-16 15:26:49 +00:00
JT Smith
8419d42739 rfe: Town Hall: Menu title in search results 2008-09-16 14:59:51 +00:00
Graham Knop
f0e6a30d75 rewrite macro parser, improving speed and making parameter parsing more sane 2008-09-16 02:09:37 +00:00
Graham Knop
1e54cf0458 some comment cleanups 2008-09-15 21:51:46 +00:00
Graham Knop
b4e4590697 some small i18n cleanups 2008-09-15 21:51:32 +00:00
Graham Knop
95ea885cdc fixed: AssetProxy allows proxying content in the trash or clipboard 2008-09-15 21:51:26 +00:00
Colin Kuskie
6991a1d72c update hoverhelp to document that only two attachments can be added to the Article 2008-09-15 20:34:02 +00:00
Kaleb Murphy
36364b8b1a DataForms can now export all non default fields 2008-09-15 20:29:50 +00:00
Kaleb Murphy
50f6670a1a Article now only allows two files to be uploaded. 2008-09-15 19:00:30 +00:00
Colin Kuskie
847fcfcef3 rfe: add url column to assetHistory table 2008-09-15 16:46:06 +00:00
JT Smith
d18f081683 Made the charset metatag the highest thing in the head block. 2008-09-15 15:08:40 +00:00
Colin Kuskie
7d59a4d7c7 Fix a bug where GUID style userIds were rejected by AssetExportHtml. 2008-09-14 02:39:32 +00:00
Colin Kuskie
dda8b74734 Internationalize the subject of emails sent for password recovery. 2008-09-13 22:00:17 +00:00
Colin Kuskie
0c62ee3666 Add more tests, and fix the POD documentation for the new method. 2008-09-13 04:30:32 +00:00
Colin Kuskie
5689c08bbc Fix multiple bugs related to Singleton workflows:
Can't use undef in a where clause.
    Have to use the same JSON encoding in all places.
Added tests for singleton workflow instances.
2008-09-12 22:59:43 +00:00
Kaleb Murphy
993391a620 Tickets on add to badge screen now show the time at the events timezone 2008-09-12 18:15:04 +00:00
Kaleb Murphy
c678529589 Can no longer buy badges from receipt or direct link page if quantity is empty 2008-09-12 16:02:09 +00:00
Colin Kuskie
d94fb4460b Update Workflow/Instance.pm POD and one info message 2008-09-11 20:04:11 +00:00
Kaleb Murphy
15d93174c4 Thingy Things can now have no fields and still work 2008-09-11 15:26:06 +00:00
Graham Knop
740ea67a15 fixed: Textarea resizer has a gap between textbox and resizer initially 2008-09-11 14:48:23 +00:00
Kaleb Murphy
01930cef3a remove debug 2008-09-11 14:32:56 +00:00
Kaleb Murphy
3f0b3b3e09 Fixed style in style upon reuse of password recovery token 2008-09-11 14:32:21 +00:00
Colin Kuskie
ed0e76c114 finish adding the EMS Badge template 2008-09-10 21:30:48 +00:00
Kaleb Murphy
498cc40701 Users are now prompted to log in, if not logged in, when clicking on an unsubscribe CS email link 2008-09-10 20:18:27 +00:00