Fixed a warning.
- Revision: 2556
Applied patch for allowing Entries tag to observe category in context when inside an EntryCategories container. .
Removed dismiss button for messages on sign-in screen.
Fixed meta declaration for imagedefaultwunits metadata field.
Revised to fix converted URL.
Require popupassetid parameter, to avoid loading first available asset if it isn't provided.
- Revision: 2561
Test suite cleanup. Use MT::Test to force t/ based configuration file for all tests. Fixed several tests that had incorrect expected values.
- Revision: 2562
More fix for perl test.
Do not proceed restoring from the backup which was from different version of MT (not just newer, but different version would not be allowed).
Load folders when in folder context.
Added Text::Balanced which is required in Lucene::QueryParser but not included in Perl 5.6.1.
Update fileinfo properly for dynamic publishing settings changed.
The number of day should be N - 1 because it's compared to current_date.
Fixed * Added all permissions to blog administrator
Set default nickname for the new user.
Use these variables we already made
- Revision: 2571
Move existing groupby tests into a package Rewrite sumgroup_by test to explicitly check full state of the iterator
- Revision: 2572
Fixes for test suite.
- Revision: 2573
Test avggroupby
Fix for displaying publish error when saving a publishable comment.
Touch blog when applying a new style.
- Revision: 2576
Fixed javascript error for removing a role from a member. Fixed table listing highlight.
MTAuthors doesn't support sortby="id". * set authorcreated_on date and fixed 35-tags.dat
Removing Text::Balanced from extlib; the module depends on another XS module. Added Text::Balanced to mt-check for Perl 5.6.1 users.
Fixed * Added thumbnail generator class that class can generate same file name (dynamic and static)
Fixed * Fix for PHP4....
Fixed Typo!
Add Test::Deep to t/lib, since we already use it in driver-tests.pl
Move basic searching tests into a test class Move isobject(), areobject(), and table resetting code into MT::Test routines Export isobject and areobject from MT::Test for Test::More-like behavior
Move sorting and range tests into Test::Search
Don't provide these here
- Revision: 2586
Fixed * Changed to be able to apply multiple filters
Fixed * Applied patch
Fixed * Applied patch (again..)
Move tests for alias and conjunctor support into Test::Search
Test conjunctions with are_objects()
Test straight-up -and, too Don't bother sorting a result set that's supposed to have one result spacing
Conditioning entry category display to avoid publishing errors if category archive mapping is disabled
Updating I18N::LangTags to version 0.35 and Locale::MakeText to version 1.13 for better support of Perl 5.10.
Fixed * Adding slash when site url does not end with a slash
Translate datetime valye from database to timestamp for use in app.
The same fix as in r2422 should have been applied to the comment filter as well.
Make .htaccess file if user specify the archive path under dynamic publishing.
Removed garbage characters in the L10 phrase file of MultiBlog. . Thanks Akira Sawada for the report and the patch!
Use the variable that is already declared so error messages flow properly.
Fix for db driver tests * Drop sequences before creating new ones. * Specify IDs to new objects for later comparison.
- Revision: 2601
limit modifier is not there in MTComments.
- Revision: 2602
Normalizing Template Tags
Normalizing Template Tags - converting ifnonzero & ifnonempty to if, setvar & getvar to var, etc
Added mteval modifier for dynamic.
- Revision: 2605
Fixed * The archive type without a mapping was disabled.
Removed garbage characters in the L10 phrase file of MultiBlog. .
Correct these indexes for efficient searchbymeta() use
Applied patch for GD graphics library support. Thanks, Ogawa-san.
Pressing Return/Enter on Database Configuration screen in mt-wizard now moves you to the next step
Fixes for older MT releases. pre_save callbacks for MT 3.x. count tag fix for MT 3.x, 4.0, 4.1.
Updating Search Results feed link
changing CommentReplyLink tag to CommentReplyToLink to avoid conflicts with Simply Threaded plugin
update comment error 'return to original comment form link' to be javascript controlled
Remove single id_field index (tests show no performance difference against mysql)
Translate URL to the documentation about setting up database configuration.
Re-enable comment submit/preview buttons before leaving the page so they are clickable if the user navigates back.
Allow rebuilding of more than one blog at a time and provide successful rebuild message with blog name to differenciate rebuild windows
attach load and unload functions via mtAttachEvent function... thus further simplifying MTML
open 'Learn more about publishing profiles' link in new window
Use 'template name' instead of 'template label' for sytem templates on edit template screen
Clicking table header checkbox on 'backup templates' listing screen now selects all templates
Set templatebuildtype for updating.
Fixed to show system template name properly on editing template screen.
Removed hard-coded SQL statement and pass select list to SQL class. This is mainly for enterprise database drivers to generate SQL statements correctly.
Fixed * Granted permission to save of Blog to designer
Fixed * Added blog_id to conditions * Recover sysadmin's permissions
Fixed * Changed to author nickname instead of author name.
Save and execute existing column mutator. This is required for MS SQL Server driver.
Fixed *Changed to use commenter's nickname. * Added an support for nofollowfy
styling indicator with css
Call triggers when loading the name of tags. This is mainly for enterprise drivers to post-process strings correctly.
Allow XxxScore and XxxScoreAvg template tags to have singular, plural and/or none modifiers.
- Revision: 2633
Fixed * Changed to respect permissions for UI
Thumbnail or pop-up files are automatically-generated use asset_c directory.
Fixed * Added file existence check before include
Fixed to set template and templatemap build_type for publish options separately.
Fixed typo..
- Revision: 2638
Clean up warnings
- Revision: 2639
Do not bother executing queries against ObjectTag if there is no tag to consider.
- Added tests for MT::Image::GD
Fixed to work
Revision: 2641
Fixed to change Spam to Unapproved status properly and also fixed status change error.
Oops remove debug print.
- Revision: 2643
Changed signature of session_state method so it returns the authenticated commenter object for use in app. The object is required in resolving MTCS case # 80320 and 80328.
- Revision: 2644
fixed bug 80329 - just a documentation bug in the API docs about the use of allow_comments in MT::Entry
- Revision: 2645
