Fork: rossisdev

commits

date

comment

3a60fcac7468
by rossisdead
Nov 20 2010
1:48 AM
default tip

Added BeginEdit/CancelEdit/EndEdit methods to BlogSettings class. This is to ensure the integrity of the BlogSettings instance's values if there's a problem setting new values.
An example of how to implement the new way of setting BlogSettings values is in the code comments at the top of the BlogSettings source. I've rewritten the settings savings on every page I could find it on, but please keep a lookout for areas where it hasn't been.

83ff26fa3a4d
by Ben Amada
Nov 19 2010
4:59 PM

- Converted encoding of ASCII files to UTF-8.
(1.6.2.51)

c05caf6c31b5
by Ben Amada
Nov 18 2010
2:16 AM

- CSS admin fix for BE logo cutting off with short blog name.

59859675e432
by Ben Amada
Nov 17 2010
11:35 PM

- Replaced outdated "Controls" namespace to "App_Code.Controls" in all web.config files - needed for compatibility with pre-existing themes.
- Removed redundant "blog" tagprefix Register directives in various files.
- Changed namespace of some controls to App_Code.Controls to standardize on.
- Outputting "BlogEngine.webRoot" variable in Resource Handler, was missing leading to JS problems.
- Refactored WidgetContainer to allow for calling it from WidgetAdmin when a widget is added. Widget layout is no longer missing when first loaded (issue 11971).
(1.6.2.50)

be972e4e1f2c
by Ben Amada
Nov 16 2010
5:06 PM

- Fix to CheckRightsForAdminSettingsPage, not allowing an admin to save settings.
(1.6.2.49)

48ad11422bdb
by johndyer
Nov 16 2010
3:30 PM

- Implemented Video upload on Add_Entry.aspx

31d64e2c0c39
by johndyer
Nov 16 2010
11:18 AM

- added MediaElementjs HTML5 video/audio player
- added dummy sample file in /media/ folder (to be replaced with BE intro)
- updated Welcome post with video and syntax highlighting examples

162d1afcd6c8
by Ben Amada
Nov 15 2010
4:21 PM

- Mono compatibility with Directory Separator character (issue 11998)
(1.6.2.48)

97377ffd5dcc
by Ben Amada
Nov 15 2010
5:15 AM

- Updated Czech resource file (issue 11997) courtesy of Radek.
(1.6.2.47)

0a336a99199a
by rtur
Nov 13 2010
10:16 PM

- Added missing video icon

4dd61274fcbb
by rtur
Nov 13 2010
9:49 PM

Merge

d610d85ff714
by rtur
Nov 13 2010
9:45 PM

- Mostly changes to labels and styles for consistency

3aeaf2abec02
by Ben Amada
Nov 13 2010
9:12 PM

- Added ability to Copy Rights from another role.
- When creating new User, can assign Roles at the same time.
- Changes to switch and centralize on new Rights/Security system.
- Added new spam settings to turn on/off the IP address automatically being added to filter when comment is approved/rejected (issue 11981)
- Created upgrade & full scripts for SQL Server, MySQL and SQL CE.
- Updated initial posts and ReadMe files for BE 2.0.
- New "Manage Widgets" right.
(1.6.2.46)

6e1dc2d32b67
by Ben Amada
Nov 13 2010
7:36 AM

- New button dropdown on Rights page to Load Default Rights for the Editors/Anonymous roles.
- Adding spaces in Rights enum names for more user friendly display.
- Incrementing "checked" spam counter when a filter is run and passed (before only incremented when failed) - issue 11981.
(1.6.2.45)

504f7e4d4845
by Ben Amada
Nov 12 2010
7:35 PM

- New setting to control if Recaptcha is displayed on Contact Form.
- Recaptcha working on Contact Form when postback occurs with an attachment.
(1.6.2.44)

59b5b960ef68
by Ben Amada
Nov 12 2010
6:43 PM

Merge Recaptcha option on Contact Form with 1.6.2.43.

276b089d3caa
by fstanek
Nov 11 2010
4:01 PM

Added recaptcha to contact page.

15da0136bf76
by rtur
Nov 12 2010
4:39 PM

- Resolving small issue after merging conflict
(1.6.2.43)

0c619b3805f4
by rtur
Nov 12 2010
4:27 PM

Merge with jQuery updage

8b0055e8f626
by rtur
Nov 12 2010
4:25 PM

Merge

f74456cf543c
by rtur
Nov 12 2010
4:18 PM

- Dashboard design improvements
- Dashboard lists and counters completed

4aff8074d826
by Ben Amada
Nov 12 2010
5:19 AM

- Upgraded to the just released jQuery 1.4.4.
(1.6.2.42)

2e1b3f1622e3
by Ben Amada
Nov 11 2010
8:11 PM

- New Rights for enforcing access to admin section and settings pages.
- On all admin pages, checking new Rights for access on page Load, and redirecting to login page if access is insufficient.
- Updated admin menu.ascx - not displaying pages the user doesn't have access to.
- Added "My Profile" to admin menu.ascx so it appears in the Administration widget.
- Not displaying Recycle Bin and Users/Roles menu when a basic user (self-registered user) changes his profile.
- Switched remaining 2 admin pages to use admin.master and removed/deleted admin1.master.
- For testing email in Settings, calling Utils.SendMailMessage instead of sending itself for consistency.
- Allowing authenticated users without any roles to access the site (in BlogBasePage).
- No longer displaying or allowing Role changes on profile page if the user doesn't have access to modify the roles.
- Updated rights.xml file for App_Data with latest Rights.
(1.6.2.41)

39088e135dc3
by rtur
Nov 10 2010
11:35 PM

Merge InsertCode plugin with 1.6.2.40

6546277eb0b7
by rtur
Nov 10 2010
11:31 PM

- "Insert Code" plugin and button added to TinyMCE
- Page menu control added to support dynamic menus with nested pages