Fork: SimpleCaptchaUIBugFix

commits

date

comment

8146c403dff9
by Aaronontheweb
Dec 28 2010
6:45 PM
default tip

Modified the SimpleCaptchaControl so that it more clearly stands out in the UI and won't end up sliding next to the comment submission button.

57737cf82141
by rtur
Dec 26 2010
11:05 PM

- Localization for comments, email, feed, users and roles sections in admin

3022b9514f6c
by rtur
Dec 26 2010
3:42 AM

- Added back namespace resharper suggested to remove - need it.

4ba752f041bc
by rtur
Dec 26 2010
3:19 AM

- Few tweaks to error messages in BlogML import
(2.0.0.33)

a667daa35293
by rtur
Dec 26 2010
12:45 AM

Merge with BlogML improvements

95c1be07cda6
by rtur
Dec 26 2010
12:42 AM

- BlogML import improvements

e5a881a1ba15
by Ben Amada
Dec 25 2010
7:17 PM

- Updated Role renaming code so users tied to the old role name remain tied to the new role name.
- Renamed "originalValue" jQuery data id to "recordId" (a more accurate name).
(2.0.0.32)

e915e754f2b7
by Ben Amada
Dec 24 2010
10:09 PM

- For editable rows in admin (Roles, Tags, Users pages), storing the original value in jQuery "data" instead of as the row ID which doesn't work when characters exist that are not legally allowed in the ID (discussion 239456)
- After deleting an editable row in admin, reassigning the "alt" CSS class to the remaining rows so the alternating BG colors are correct.
(2.0.0.31)

bf2771154eca
by Ben Amada
Dec 23 2010
6:52 PM

- Prefixing H2 id's on archive page with a prefix to avoid JS errors in IE for a category name of "BlogEngine" (discussion 239411)
(2.0.0.30)

67aaea188ab5
by rtur
Dec 23 2010
1:01 AM

- Localizing comments, tracking and extension sections in admin UI
- Fixing JS issue with close button in change password

2272a642f238
by Ben Amada
Dec 22 2010
6:57 AM

- When user saves post/page, if it is unpublished and the user doesn't have the right to view unpublished posts/pages, redirecting to the Posts/Pages list instead of to the post/page on the front end to avoid a 404 error (discussion 238267).
- When new post/page is created, if user does not have rights to publish a post/page, defaulting the Publish checkbox to unchecked (discussion 238267).
(2.0.0.29)

321a9c1fe4e9
by Ben Amada
Dec 21 2010
6:37 AM

- Small fix from last checkin, for checking if page is being Published.
(2.0.0.28)

f267063fdc7f
by Ben Amada
Dec 21 2010
6:13 AM

- Fix when determining if a post/page is going from an unpublished to a published state, when checking to see if the user has the rights to publish a post/page (discussion 238267).
(2.0.0.27)

6817de84503c
by Ben Amada
Dec 19 2010
8:21 PM

- Changed "accuracy" calculation for Anti-spam services (issue 12025)
(2.0.0.26)

2a1d9629e36c
by Ben Amada
Dec 19 2010
8:03 PM

- Separated multiple SQL statements in single batch in DbBlogProvider into separate batches for SQL CE compatibility (discussion 238892)
- Removing user from roles before deleting the user to avoid FK constraint errors with databases (discussion 238892)
- Removed jQuery .live() bindings when loading Users and Roles since a global .live() binding already exists leading to the click handler firing twice each time Edit or Delete is clicked.
- Added .NET 4.0 web.config files for the DBs not having them (MySQL, SQLite, SQLServer, VistaDB).
(2.0.0.25)

f8829f110cba
by Ben Amada
Dec 19 2010
8:56 AM

- HTML encoding code entered into the Syntax Highlighter tinyMCE plugin when code is injected into the tinyMCE editor (discussion 238888).
(2.0.0.24)

4636b158ac48
by Ben Amada
Dec 18 2010
8:21 PM

- Added call to Report Mistake when a comment is rejected (issue 12024).
- Added Import directive for BlogEngine.Core namespace at top of Global.asax.
(2.0.0.23)

b0a7aeea4150
by Ben Amada
Dec 18 2010
3:27 AM

- RSS feed can now be viewed by Tag, /tag/feed/sometag.aspx.
- Alternative URL pattern available for tags /tag/sometag.aspx, in addition to the existing pattern /?tag=/sometag.
- Using different URL encoding function that encodes spaces as %20 instead of + for username in My Profile link (discussion 238267)
- When unauthorized, redirecting to homepage instead of login page if the user just came from the login page (discussion 238538)
- Disallowing access to self registration page when self registration is turned off, even for authenticated users.
- Change to CommentsPerPage setting implementation to guarantee a positive number (not 0) is returned.
(2.0.0.22)

23271eda8b37
by Ben Amada
Dec 16 2010
6:57 AM

- Only removing users from roles they are actually in to avoid exception by SqlRoleProvider (discussion 238538)
- Profile page fix, not setting "theId" field value last checkin.
- New "Enable Password Reset" setting to allow password resets to be disabled (discussion 238239).
(2.0.0.21)

7098bf6cd7ba
by rtur
Dec 15 2010
8:07 PM

Merge with post localization

43dc00e30fbb
by rtur
Dec 15 2010
8:05 PM

- Localization of the posts section in admin panel

9b5b7adcedd8
by Ben Amada
Dec 15 2010
6:45 AM

- New SecuritySiteMapProvider class which checks "rights" attribute in Web.sitemap nodes.
- Changed XmlSiteMapProvider in all web.config files to SecuritySiteMapProvider.
- Added "rights" to Web.sitemap nodes.
- Removed "roles" from all Web.config files.
- Added Rights/Security checks on all admin pages and web methods not already checking user rights.
(2.0.0.20)

33156397db83
by rtur
Dec 14 2010
7:16 PM

- Removed few unused files from admin
- Custom fliters to use jquery/json/ajax/template instead of grid/codebehind
- Custom filters in comment handler refactoring
(2.0.0.19)

77d436226658
by rtur
Dec 13 2010
3:21 PM

- Android added to mobile device list (before android people get me ;)

321f3f67478e
by rtur
Dec 13 2010
3:07 PM

- GetFile() in BlogImporter service set to require authentication
- Modern mobile devices (wh7, iphone, ipod) added to all configuration files