commits

date

comment

90213
by jkillebrew
(9 downloads)
May 8
11:56 PM

Added exception to confirm Name field is not null when saving post.
Updated CKEditor to version 3.6.3 with iOS 5 support.

89754
by jkillebrew
(20 downloads)
Apr 25
10:24 PM

Fixed a few more cosmetic typos.

89435
by jkillebrew
(4 downloads)
Apr 19
9:02 PM

Emergency fix for slow admin pages while extendgraffiti.com is down!
GetGraffitiVersion function now utilizes the the release RSS feed CodePlex to check for the current version.
Attempts to check the version will now time out after 1 second.

88144
by jkillebrew
(59 downloads)
Mar 21
5:17 PM

Fixed 2 extremely minor issues:
Issue #16620 - Fixed ConvertCommentToXml() writing IP twice
Issue #16257 - Fixed typo in Dashboard's URL routing warning

84116
by kevin
(145 downloads)
Dec 21 2011
4:08 AM

Added required Telligent.Glow and Telligent.DynamicConfiguration assemblies to source control, because the old hosted location at GraffitiCMS.com is no longer available.

84115
by kevin
(2 downloads)
Dec 21 2011
4:03 AM

Applied Patch 9491 by jkillebrew, to resolve work items 15800 and 15835

71293
by charlesboyung
(558 downloads)
Apr 3 2011
4:36 AM

Removing "display: none" from Post Status when user doesn't have publish rights. Fix for Issue #15563

70921
by jkillebrew
(43 downloads)
Mar 25 2011
5:09 AM

Updated CKEditor to current stable release 3.5.2 (rev 6450) which includes some fixes for Internet Explorer 9 related javascript errors that were preventing the editor from loading.

68114
by kevin
(150 downloads)
Feb 6 2011
8:28 PM

Associated with Release: Graffiti CMS 1.3 Beta 2.

Cleared out /trunk after moving contents to refactoring branch.
Updated readme files.

67477
by kevin
(53 downloads)
Jan 27 2011
4:18 PM

Moving contents of /Trunk to /Branches/v2.0 Refactoring
The code in Trunk was heavily refactored by Dan H. in March 2010, with the intention of being the v2.0 starting point. However it has not been kept up-to-date with the 1.3 branch. So moving to a branch to not lose it while Trunk is rebased on 1.3.

67476
by kevin
(4 downloads)
Jan 27 2011
4:17 PM

67473
by kevin
(0 downloads)
Jan 27 2011
2:47 PM

Adding folder to move old v2.0 refactoring work done in Trunk

63905
by jkillebrew
(353 downloads)
Nov 18 2010
6:29 PM

Added two new methods to branch 1.3
Data.GetSubCategories(int catId) returns a CategoryCollection of categories whos parent is the specified category id.
Macros.QueryString(string key) returns the specified query string from the url.

63643
by jkillebrew
(70 downloads)
Nov 12 2010
4:44 AM

Issue #14611 - Added commenter's email to the body of the notification email, and added the commenter's email as the notification's Reply-To value.

62994
by kevin
(83 downloads)
Oct 29 2010
7:06 PM

Updated projects to Visual Studio 2010 format (still targeting .NET 3.5 though)
Made RSS feeds in admin page configurable via web.config
Applied patch 5814 from phuocle - Fixed some SQL syntax in SQL reports that did not work with SQLLite
Applied patch 5983 from jkillebrew - Added ability to flush RSS feeds in the Rebuild Your Site Folders page
Applied patch 6334 from samward - Fixed issue in GraffitiClient.API library with custom fields

61371
by madkidd
(269 downloads)
Sep 23 2010
4:02 PM

Fixed a bug where an anonymous user could view an un-published draft while a logged in user would be redirected to the homepage.

60303
by madkidd
(135 downloads)
Sep 3 2010
12:31 AM

Added Visual Studio 2010 Solution file. Added RadioFormElement to enable adding a radio button to a dynamic form.

56623
by kevin
(217 downloads)
Jul 16 2010
1:15 PM

Associated with Release: Graffiti CMS 1.3 Beta 1.

Fixed bug where Category & Site featured post would not be reset if the post was destroyed
Fixed bug in message on admin screen when a post is perm deleted
Added web.config line to prevent direct download of .view files (security enhancement)

56521
by kevin
(18 downloads)
Jul 15 2010
3:22 AM

Added source for Graffiti client library for the API

56406
by kevin
(50 downloads)
Jul 13 2010
1:25 PM

Added Graffiti Packager and DocGenerator tools

56037
by kevin
(86 downloads)
Jul 7 2010
3:00 AM

Fixed issue that prevented plugins/widgets from installing via integrated marketplace
Removed Marketplace plugin ref from web proj

56024
by jkillebrew
(15 downloads)
Jul 6 2010
8:30 PM

Fixed missing </div> in widgets page

56004
by kevin
(7 downloads)
Jul 6 2010
1:06 PM

Fix for issue downloading/installing items from new Marketplace service

55988
by kevin
(20 downloads)
Jul 6 2010
4:21 AM

More Marketplace plugin and client-side work. First version is now usable.

55927
by kevin
(16 downloads)
Jul 5 2010
7:07 AM

Fixed bug where BeforeUserUpdate and AfterUserUpdate events would never fire
More work on Graffiti Marketplace (plugin feed-generator and client-side integrated marketplace UI)
Consolidated client-side Marketplace UI code to prevent duplication