Added ability to filter search by author and/or category.
Merged the latest checkins to release-32 branch to the current dev branch. svn merge -r1669:1708 http://code.sixapart.com/svn/movabletype/branches/release-32 .
- Revision: 1709
Comment reply should not have assumed the existence of template modules even if it was one of default templates.
Do not set loaded flag when it's not loaded.
Typo!
- Revision: 1712
Fix templates' ids stored in plugindata table for widget managers upon restore.
'view' mode is the standard. This eliminates the need to add two mode handlers in plugins and addons.
- Revision: 1714
Webmaster can save pages in batch.
Added locale specific default value to TimeOffset config directive.
Added locale specific default value to TimeOffset config directive.
Only register the CommentThrottleFilter callback once.
- Revision: 1718
Prevent touches to blog for MT::Touch objects.
- Revision: 1719
Fixed usage of COMMENTER_COOKIE constant.
Fix for warnings from SpamLookup.
Change for indexes for TheSchwartz::Error.
- Revision: 1722
Added non-cacheable flag for MT::Touch.
- Revision: 1723
Issue blog->touch calls for XMLRPC updates.
Set variable for template identifier to simplify default templates.
Set template identifier variable and system_template for dynamic error and search result templates.
Changed 'avatars' to 'userpics'.
updated templates to use variables set by the app
updated templates to use variables set by the app
Add create link for listings in zero state
Adding embedded column to MT::ObjectAsset. . Thanks, Tim!
Display something for entries using an asset that have no title.
- Revision: 1732
Include blog_id when loading related assets.
- Revision: 1733
Return error when output is undefined, not if empty.
- Revision: 1734
Use available MT::Builder when it exists in the context stash.
- Revision: 1735
Return error message from tmpl object, not builder.
- Revision: 1736
Populated includesystem, includecache blog settings.
Added punctuation to first feature bullet.
Condition SSI and Module Options on Edit Template based upon Publishing settings
Set default cache interval to 30 when interval is unset.
remove 'main_template' variable
remove 'main_template' variable
Fixed * Change value of type in the param if type equal 'module'
Implemented MT::DateTime::compare.
Wrote simple pod document.
- Revision: 1745
changed the way to show date and time error message. * suppress the auto-saved information when user get errors * accept the number without zero padding for date and time
Fixed * Fixed for nested category based archive count issue.
SearchNoOverride defaults to inlude SearchMaxResults to keep away from attack from malicious users tweaking URL.
Fixed * oops CategoryArchiver is never not found
Do not double-translate the name of permissions. They are labels and automatically translated.
- Revision: 1752
Add id of the new blog to the cookie of the blog creator.
Fixed * Added blog id to hash key
Don't fail in the event that the SSI include file was simply a zero-byte file.
Update rememberMe function per previous changes to setCookie function
Search all kinds of entries when searching entries
Fix for spam_protect attribute test.
Don't use MD5 to make these names; the leading letters should be good enough (revert changeset 1627)
Prevent clearing of input fields when remember me checkbox is cleared.
Fixed typo.
- Revision: 1761
remove republish link when the setting is dynamic publishing.
Fixed * Added pages support
Fixed * Changed to use isset function
Stopped saving something in the database while database driver is being initialized. Let us see if this fixes the occasional "Time to Upgrade!" bug.
Resolved * Implemented new copy template feature.
Use database driver directory for non-cacheable classes.
Fixed itemset actions to work for template listing screen.
Fixed call for move_category.
Disable SSI for system templates.
Fix for editing system-wide templates (can't assume blog is available).
Update 'virtual' field of fileinfos directly when dynamicity changes Don't recreate fileinfos when dynamicity changes, only when publishing path does (but when publishing path changes, recreate fileinfos even if publishing statically, as we always keep fileinfos nowadays) Don't cache fileinfos, so updating directly is not a problem
Added sorting fields - commentcount and trackbackcount for MTEntries.
Changes to update type-based touches prior to any rebuilding. Added 'prebuild', 'postbuild' callbacks that wrap entire build process (prebuild is called at start of multi-request build process; postbuild is called at the end). Added a total publish time message at end of build process.
Avoid rebuilding files within the same build operation (particularly helps for date-based archive rebuilds).
Fixed test for existing SSI file (versus existing path).
- Revision: 1780
Forgot to check in this file. Added sorting commentcount and trackbackcount for MTEntries.
Fix for 500 error from export.
Forward-porting r1784 to the current dev branch.
- Revision: 1785
Added publish button and pulldown option on template listing.
Fixed showing appears in link for thumbnail on asset edit page.
Fixed typo in 'Not Spam' button.
SetVarTemplate block is required to support Ajax-based background retrieval.
Fixed * Added blog_id check for blog loading
