Commit graph

184 commits

Author SHA1 Message Date
Doug Bell
d8d1863c47 fix: Removed post hidden element and just exposed the value of user Defined fields. 2007-03-22 23:40:20 +00:00
Doug Bell
c9f8a5e63b Reverted additional Post Form template variable 2007-03-22 22:53:14 +00:00
Doug Bell
cb3e36b180 Added ability for post content to be gotten from a template variable. 2007-03-22 22:13:20 +00:00
Doug Bell
7fce9af117 add: User Defined Fields in Post Edit template can now be used as hidden form elements 2007-03-22 19:34:54 +00:00
JT Smith
e594cb3d6c - Fixed a problem where you couldn't upgrade directly to 7.3.9 from versions
earlier than 7.3.8.
2007-02-15 23:27:09 +00:00
Frank Dillon
eafa4b407a edit branch no longer sends out notifications 2007-02-02 21:23:34 +00:00
Colin Kuskie
063b69afbe fix of Post/Thread rating system 2007-02-01 04:28:53 +00:00
Martin Kamerbeek
3b08bbf7af Fixed a bug where isCurrentPost was not set correctly 2007-01-22 20:25:44 +00:00
JT Smith
02622ea55c - fix: notifications from postings
- Refactored the autocommit system to fix the notifications bug above.
2007-01-17 21:34:49 +00:00
JT Smith
e42a744ed9 - fix: XSS Vulnerability in WikiPage titles
- Depricated the random array function in WebGUI::Utility in favor of 
   List::Utils per the WebGUI Best Practices.
2007-01-17 05:23:03 +00:00
Colin Kuskie
36873f8479 Fix a bug where thread owners Avatar was used if post owner
did not have one.  This is due to behavior in HTML::Template
with global_vars=1.  If a loop variable is undef, then the global
will be used instead.  Using empty string '' is a better solution.
'' and undef are both false, so template conditionals will not
be changed.
2006-12-16 07:20:01 +00:00
JT Smith
fe302de9d0 - Fixed a problem with IE and resizable text areas that caused IE to crash
when loading edit screens.
 - Fixed a problem with the new autocommit code that caused reply posts not to
   work in the collaboration system.
2006-12-07 16:54:01 +00:00
Drake
f3f2a2296b Fix visitor name disappearing on preview in CS. 2006-12-06 17:37:57 +00:00
JT Smith
eb580be7f1 removing the autocommit jury rig that posts and wikipage's were using 2006-12-06 17:35:36 +00:00
JT Smith
efa444c1d3 moving wiki down the path of ajax enlightenment 2006-11-28 21:29:58 +00:00
Colin Kuskie
1c89741add Documented a method in Asset/Post via POD.
Began review of the Post and Collaboration template variables.
2006-11-25 03:22:01 +00:00
Drake
0903b1011e Fix how Thread determines the "current" Post to be a little more logical,
and fix shortcuts to non-Thread Posts (they weren't doing prepareView on
the thread).
2006-11-22 15:38:32 +00:00
Roy Johnson
1330a1c408 fix - post titles containing periods result in urls containing periods 2006-11-07 20:41:57 +00:00
Drake
68859ff045 Fix preview on editing Posts. 2006-11-07 00:04:07 +00:00
JT Smith
d2283d1965 man it sucks to be so damn wrong 2006-11-02 03:32:08 +00:00
JT Smith
b9010b8c07 merging 7.1.3 changes 2006-10-30 20:20:24 +00:00
JT Smith
4f0d117c9f Added Karma RFE: Thumbnail size can be enterred in CS 2006-10-11 04:05:12 +00:00
Drake
bb360794c1 Partially fix sending of invalid Message-ID headers from post notifications.
Associated refactoring.  The actual determination of the Message-ID still
needs some work, though.
2006-09-27 23:59:00 +00:00
Drake
c438d55310 Normalized signature of Asset::duplicate. This involved going through
existing overrides and callers for that method and making sure they followed
the correct signature.  Various related cleanups.

This should fix those bugs with collaboration systems refusing to be copied
or deployed as packages.
2006-09-23 01:33:46 +00:00
Colin Kuskie
858acf5bae add comment to clarify why generateThumbnail is used instead of resize while processing uploaded images 2006-09-18 22:51:17 +00:00
Frank Dillon
dd89a88cc7 2006-08-15 23:55:26 +00:00
JT Smith
c65d9490e7 - Fixed mail bounce processing.
- fix: Asset Manager displaying incorrectly
 - fix: Cannot paste from clipboard
 - Made the search indexer mor compatible with Chinese and other non-ascii
   characters. (Thanks to Zhou Xiaopeng)
2006-07-24 22:18:39 +00:00
JT Smith
1171d11891 - Deleted a template that was accidentally added to the core.
- Made some improvements to the mail subsystems.
2006-07-24 19:15:35 +00:00
Martin Kamerbeek
9a155293f1 Reverting some accidentally committed test code 2006-07-20 14:49:52 +00:00
Martin Kamerbeek
508194e91a Fixed preview bug in WG::A::Post where userDefined and Synopsis form element would not have a value. 2006-07-20 14:29:03 +00:00
JT Smith
45080ea0d9 - fix: cs mail needs archive url
- fix: cs mail not sending in-reply-to and references headers
 - fix: cs mail doesn't like code via email
 - CS mail now sends out the email address of the poster as from, when it 
   exists.
2006-07-19 18:37:33 +00:00
Wouter van Oijen
209e529a45 removing redundant words 2006-07-19 14:57:20 +00:00
JT Smith
137d553b89 - Added an unsubscribe link to the messages generated by collaboration
subscriptions per the laws in various countries.
2006-07-13 20:15:44 +00:00
JT Smith
a440cb5f41 fix: Security bug in session env 2006-07-11 20:32:46 +00:00
JT Smith
aaa93d466b - fix: Can't create new account
- fix: Several new assets aren't added to config during upgrade process
 - fix: Post Subject HTML
 - fix: Matrix: can't instantiate template
2006-07-11 16:44:59 +00:00
JT Smith
0aac23dedf - fix: AssetProxied Navigation context menu - items invisible in Style 02
- fix: Request Tracker Asset - Reply to a post displays Severity drop down
   list
 - fix: Syndicated wobject erro 6.8+
2006-07-11 15:41:24 +00:00
Wouter van Oijen
2d9565775f POD fixes and removing debug output 2006-07-11 09:05:22 +00:00
JT Smith
23e31ab52a - fix: Attachment label but no field in CS posts 2006-06-22 20:15:47 +00:00
JT Smith
e225c2276a - fix: cs mail posts - no url prepending
- Multiple "Re:"'s on CS Mail posts are now a thing of the past.
 - Made mail message ids follow convention.
2006-06-14 17:48:38 +00:00
JT Smith
24ed8f3e3f - fix: "Link to a page in the webgui asset tree" has default "open in a new
window"
 - fix: cs - attachments
fixed a tabbing problem in admin console introduced intraversion
2006-06-14 16:38:16 +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
JT Smith
b7957742bc - fix: Username blank when editing user Visitor
- fix: Thread Count is off in the Collaboration system
 - Fixed an indexing problem with Product assets.
 - fix: Reply count off when restoring from trash
 - fix: Karma not spent properly
 - fix: Avatar Message Board Template Not Working
2006-06-01 17:40:15 +00:00
JT Smith
1d239bb7e0 fix 6.99 nothing write to assetData.groupIdView & assetData.groupIdEdit 2006-06-01 02:11:57 +00:00
JT Smith
5138d50a3f fixed moderator privileges 2006-05-31 21:41:44 +00:00
JT Smith
c263c91d65 - The back to site link generated after a CS post now leads back to the
thread if the new post is a reply to a thread as discussed in Community IRC.
2006-05-25 00:35:10 +00:00
Colin Kuskie
5cb101af44 POD whitespace fixes 2006-05-22 15:58:31 +00:00
Matthew Wilson
8e683580f4 fix 2006-05-19 19:46:37 +00:00
Matthew Wilson
94565a79be I have no idea why this was removed, but I'm re-adding it. 2006-05-19 19:27:16 +00:00
JT Smith
cdb018a0bf - fix [ 1488598 ] edit workflow broken
- fix [ 1488561 ] webggui
 - fix [ 1488557 ] new styles are missing ^/; in link
 - fix [ 1488530 ] search has no toolbar
 - fix [ 1488663 ] Add new subscription broken
 - fix [ 1485461 ] Internationalized the Date in Mail headers
 - fix [ 1488518 ] Snippet has no cacheTimeout field
 - fix [ 1486788 ] karma isn't working on forums
2006-05-16 15:40:35 +00:00
JT Smith
aff2236d69 fixed a bug that caused threadId's to be empty in new posts 2006-05-15 16:06:31 +00:00