Fork: SimonMartin1

commits

date

comment

abdb1f3865a3
by SimonMartin
Dec 12 2010
7:49 PM
default tip

BlogEngine\BlogEngine.NET\User controls\CommentView.ascx
BlogEngine\BlogEngine.NET\User controls\CommentView.ascx.cs
Added a #comments div around the comments to group them into something that can be styled in one go.
Wrapped an <ol> around the phComments and phTrackback (in code behind) so the <li>'s belong to a list and are valid html.
Updated #addcomment from <p> to <h3> as it is really a section of the page and the p doesn't do it justice as an element

11cb19fcf8f2
by Ben Amada
Dec 11 2010
9:34 PM

- Increment to 2.0.0.16.

314c468f8f15
by Ben Amada
Dec 11 2010
9:29 PM

- Adding back temporarily removed files, now with preferred casing.

68fa55a868d3
by Ben Amada
Dec 11 2010
9:23 PM

- Temporarily removing files for case renaming.

37791be676cb
by Ben Amada
Dec 11 2010
9:23 PM

- Temporarily removing files for case renaming.

4af10ebc9a4e
by Ben Amada
Dec 11 2010
9:22 PM

- Additional renaming commits not picked up in last changeset.

5e563dd27305
by Ben Amada
Dec 11 2010
9:21 PM

- Temporarily removing files for case renaming.

5e530ff20ef9
by Ben Amada
Dec 11 2010
9:15 PM

- Additional renaming commits not picked up in last changeset.

deaeda42e390
by Ben Amada
Dec 11 2010
9:13 PM

- Lower cased and hyphenated ASPX page names in the /Account folder for Linux case sensitivity (discussion 237971)
- Changed casing on all web.config files to be Web.Config (discussion 237971)
- Added ASP.NET 4.0 web.config file in the /setup folder.
(2.0.0.15)

f057b09bc10d
by rtur
Dec 8 2010
4:57 AM

- Fixed typo in resource label
- Added missing mail.Body assignment in sending comment mail
- Improved css style for show excerpt labels and texboxes
- Fixed issue with missing post body when description is empy (#12015)
(2.0.0.14)

cd5cedc1835b
by pjsoni
Dec 7 2010
3:05 AM

Added resource strings to JSON response messages

2e36d3f54d34
by pjsoni
Dec 7 2010
3:05 AM

Added resource strings for JSON response messages

fbabb8343c12
by Ben Amada
Dec 6 2010
6:42 AM

- SendCommentMail extension, sending email if comments are moderated and the commented has not been moderated by any rule/filter, to alert the blog owner a Pending comment exists.
(2.0.0.13)

4ba1886a533f
by Ben Amada
Dec 3 2010
7:57 PM

- URL Rewrite change, now checking "path" instead of "url" for compatibility with ASP.NET 4.0 (discussions 225142 & 237051).
- Changed custom errors mode from On to RemoteOnly in all web.config files.
(2.0.0.12)

b22845501696
by Ben Amada
Dec 2 2010
7:38 PM

- Setting a default for "comments per page" blogsetting to avoid division by zero in comments pager (discussion 236798)
(2.0.0.11)

018057286a4a
by rtur
Dec 1 2010
4:23 AM

- Localization in admin.master and dashboard
- Language selection should work regardless browser culture
- Fixed "Guid should contain 32 digits..." issue when saving new page

b1dc565f1c04
by Ben Amada
Nov 30 2010
7:33 PM

- Removed duplicate translation & spelling correction.
(2.0.0.10)

cf9469fd1f54
by Ben Amada
Nov 30 2010
6:58 PM

- Changing from InnerText to InnerHtml in new Account translations to fix JS errors due to quotation marks being HTML encoded.
- Added missing and new translations.
- Making use of unused "accountResources" JS namespace.
(2.0.0.9)

def56be926ec
by rtur
Nov 30 2010
4:11 PM

- Few more localization related changes

63e9d1a2cc7c
by rtur
Nov 30 2010
3:11 PM

Merge with MonthList widget

678ee6a4b74d
by kerido
Nov 20 2010
10:43 AM

Fixed a bug in the MonthList control rendering routine causing the last </ul> tag not being rendered.

e3fac060975d
by kerido
Nov 19 2010
12:34 PM

Added the ability to control the way MonthList control is rendered. Two new properties have been added: RecentDatesAtTop and GroupByYear.
This allows to change the way the "Month List" widget looks. For example, setting RecentDatesAtTop=false and GroupByYear=true gives default behavior.
Setting RecentDatesAtTop=true and GroupByYear=false make the "Month List" widget look similar to that on blogs.msdn.com.
Plus, updated corresponding documentation.

d266d5b8bb4a
by rtur
Nov 30 2010
3:05 PM

Merge with javascript localization for account

2144b0932706
by pjsoni
Nov 29 2010
9:57 AM

Added localization to javascript messages in Account.js

6a1b10d3e83d
by Ben Amada
Nov 29 2010
6:43 PM

- Rating text fix in Recent Posts "Control", previous update was for the "Widget" (issue 12010)
(2.0.0.8)