root/branches/fringale

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author
(edit) @3829 [3829] 14 months takayama

Fixed to work mt to wizard redirector. bugid:100769

(edit) @3828 [3828] 14 months takayama

* Fixed to work mt-wizard. bugid:100769

(edit) @3818 [3818] 14 months takayama

* Do not weaken if object cache was disabled. bugid:100759

(edit) @3810 [3810] 14 months mschenk

Last EMEA L10N changes

(edit) @3803 [3803] 14 months fumiakiy

Do not translate the double byte characters themselves. BugId:100714

(edit) @3785 [3785] 14 months fsmith

Signal handling code for FastCGI.

Resolves:
http://bugs.movabletype.org/default.asp?100607

(edit) @3784 [3784] 14 months plim

Some tests for template caching

(edit) @3783 [3783] 14 months fumiakiy

Added search method so it could be overridden. BugId:100726

(edit) @3782 [3782] 14 months fumiakiy

Updated DB driver tests so it actually runs.

(edit) @3781 [3781] 14 months mschenk

EMEA L10N iteration 2

(edit) @3780 [3780] 14 months jmarcotte

Patch by Paul Kulchenko: Removes line that causes MT::init_config() to be called on every request when running under FCGI.

(edit) @3779 [3779] 14 months bsmith

typo in POD. bugzid:100730

(edit) @3778 [3778] 14 months plim
(edit) @3777 [3777] 14 months mschenk

EMEA L10N iteration 1

(edit) @3776 [3776] 14 months takayama

* Do not find backup template. bugid:100727

(edit) @3775 [3775] 14 months jmarcotte

Test by Kevin Shay: Tests meta columns to see if saved on parent object save regardless of their modification status and meta objects' changed_cols is not cleared after save

(edit) @3774 [3774] 14 months jmarcotte

Patch by Kevin Shay: All meta columns are saved on parent object save regardless of their modification status and meta objects' changed_cols is not cleared after save

(edit) @3773 [3773] 14 months plim

Fixed up some of the tests relating to comments of an entry

(edit) @3772 [3772] 14 months plim

Added code to missing comments in the unit tests

(edit) @3771 [3771] 14 months plim

Image test wont skip whether or not program is present

(edit) @3770 [3770] 14 months plim

editted some of the tests for atom

(edit) @3769 [3769] 14 months plim
(edit) @3768 [3768] 14 months takayama

* Fixed an infinity upgrade loop. bugid:100715

(edit) @3767 [3767] 14 months takayama

* Do not use ObjectDriverFactory::instance method if ObjectDriver was not defined. bugid:100713

(edit) @3766 [3766] 14 months plim

Testing for modules that are mentioned in mt-check.cgi

(edit) @3765 [3765] 14 months kaminogoya

feeds-app-lite input field bloken fixed. BugID:100707

(edit) @3764 [3764] 14 months fumiakiy

Restore bar position when the display option is cancelled. Bugid:69526,BugId:100708

(edit) @3763 [3763] 14 months takayama

* Fixed for work with postgresql. bugid:100702

(edit) @3762 [3762] 14 months fumiakiy

Remove fields selection from Replace screen. BugId:100706

(edit) @3761 [3761] 14 months takayama

* Restored to previous position when cancel button clicked. bugid:69526

(edit) @3760 [3760] 14 months fumiakiy

Bugid: 69527 - Changed the behavior of the Replace screen:

  • Replace always shows the list of fields (checkboxes) that selects which field to replace.
  • Replace does not show the list of search options. Previously they were disabled.
  • Replace does not show the date range fields because it does not play any role.
  • Switching back to search screen should restore all of the previous state.
(edit) @3759 [3759] 14 months plim

Made sure 26-pings.t doesn't skip out on it's tests!

(edit) @3758 [3758] 14 months plim

Added command to make sure dummy text file is removed after test is run

(edit) @3757 [3757] 14 months plim

Unit tests to test exporting a blog's entry and comment data, putting it in a text file, and using this to test the import function.

(edit) @3756 [3756] 14 months plim
(edit) @3755 [3755] 14 months plim

Using dummy MT::Test data instead of the live database.

(edit) @3754 [3754] 14 months plim

Removed one test since the module doesn't exist anymore

(edit) @3753 [3753] 14 months plim

Updating version of MT::Test. There are lots of new and useful things in the updated modules.

(edit) @3752 [3752] 14 months plim

New unit tests to test basic plugins, addons, template sets, and static folder.

(edit) @3751 [3751] 14 months plim

New unit tests for the publish queue

(edit) @3750 [3750] 14 months takayama

* Removed debug code. bugid:100673

(edit) @3749 [3749] 14 months takayama

* Maybe, it is a issue of Flash module. Changed to display an empty string. bugid:71967

(edit) @3748 [3748] 14 months asawada

Respect filter parameters only if search type is image. bugzid:100660.

(edit) @3747 [3747] 14 months takayama

* Redirect to error page if mt-config.cgi exists. bugid:100670

(edit) @3746 [3746] 14 months fumiakiy

Proper L10N for the Widget Templates listing. Bugid:100583

(edit) @3745 [3745] 14 months fumiakiy

L10N ja for Fringale. BugId:100671

(edit) @3744 [3744] 14 months asawada

Did reset timestamps if outside of mt:archiveList tag. bugzid:100415.

(edit) @3743 [3743] 14 months jmarcotte

Patch by Steve Cook: The following patch corrects prefix detection by ensuring that the regex isn't picking results from the last successful match.

(edit) @3742 [3742] 14 months jmarcotte

Patch by Kevin Shay: Adds callbacks for convenience

(edit) @3733 [3733] 15 months jmarcotte

Patch by Steve Cook: The patches unify memory checking in new MT::TheSchwartz::_has_enough_swap and MT::TheSchwartz::_has_enough_memory functions, and support the use of the following config directives:

RPTSwapMemoryLimit
SchwartzSwapMemoryLimit

(edit) @3732 [3732] 15 months jmarcotte

Patch by Steve Cook: The below patches unify memory checking in new MT::TheSchwartz::_has_enough_swap and MT::TheSchwartz::_has_enough_memory functions, and support the use of the following config directives:

RPTSwapMemoryLimit
SchwartzSwapMemoryLimit

(edit) @3730 [3730] 15 months jmarcotte

Made changes to the indexes based on recommendations by Percona.

(edit) @3729 [3729] 15 months jmarcotte

Made changes to the indexes based on recommendations by Percona.

(edit) @3728 [3728] 15 months jmarcotte

Made changes to the indexes based on recommendations by Percona.

(edit) @3726 [3726] 15 months jmarcotte

Patch by Steve Cook: Prevents MT::Core::remove_expired_sessions from walking through large session tables to remove expired session using an expensive deserialization process.

(edit) @3722 [3722] 15 months jmarcotte

Patch by Kevin Shay: The method for parsing the categories within an <mt:entries> tag has been fixed to allow categories with whitespace in the name and a logical operator, such as AND, OR, or NOT.

(edit) @3721 [3721] 15 months jmarcotte

Patch by Kevin Shay: Prevents the do_search_replace from loading all possible objects and iterating over them in order to find the search string. More robust fix will be implemented in Slapshot (updated from revision 3707)

(edit) @3720 [3720] 15 months jmarcotte

Revert back to rev 3525

(edit) @3711 [3711] 15 months jmarcotte

Patch by Kevin Shay: Removes unscalable author-count calculator (updated from 3708)

(edit) @3710 [3710] 15 months jmarcotte

Patch by Steve Cook: Fix forces MT::TheSchwartz::Job to have a global role and thus use the master DB, preventing any sync issues

(edit) @3709 [3709] 15 months jmarcotte

Patch by Steve Cook: Disables the commenter count entirely (should be adapted for a more flexible solution).

(edit) @3708 [3708] 15 months jmarcotte

Patch by Kevin Shay: Removes unscalable author-count calculator

(edit) @3707 [3707] 15 months jmarcotte

Patch by Kevin Shay: Prevents the do_search_replace from loading all possible objects and iterating over them in order to find the search string. More robust fix will be implemented in Slapshot

(edit) @3706 [3706] 15 months jmarcotte

Patch by Steve Cook: This should improve comments when e.g. rebuilding a most commented list

(edit) @3705 [3705] 15 months jmarcotte

Patch by Steve Ivy: If there is no blog_id in the request or $app, default to blog id 0.

(edit) @3704 [3704] 15 months jmarcotte

Patch by Paul Kulchenko: Patch removes the callback call (which doesn't provide any useful information in this case, anyway).

(edit) @3703 [3703] 15 months jmarcotte

Patch by Paul Kulchenko: Patch adds both Touch objects and Group elements to the restore skip list

(edit) @3702 [3702] 15 months jmarcotte

Patch by David Phillips: MT::CMS::Entry::update_entry_status so that permissions are checked for each entry (or page) being published or unpublished.

(edit) @3701 [3701] 15 months jmarcotte

Patch by David Phillips: Replaced existing permission check in list_entry handler (displays the Manage > Entries and Manage > Pages pages) to properly restrict access to the system-level Manage > Entries and Manage > Pages pages. A user who is able to view the Manage > Entries page on any blog is able to view the system-level Manage > Entries page.

(edit) @3700 [3700] 15 months jmarcotte

Patch by David Phillips: Condition display of links to list_entry, list_comment, and Edit Entry pages (for last entry authored) based on user permissions.

(edit) @3699 [3699] 15 months jmarcotte

Patch by David Phillips: Added code to determine a) whether user has permissions to view system-level Manage > Entries page, b) whether user has permissions to view system-level Manage > Comments page, c) whether user has permissions to edit the last entry authored by the user, then pass the results as template parameters for use in the "This is you" widget template (/tmpl/cms/widget/this_is_you.tmpl).

(edit) @3698 [3698] 15 months jmarcotte

Patch by David Phillips: Added permission check within list_comment handler (displays the Manage > Comments page) to restrict access only to users with "can_view_feedback" permission. A user who has "can_view_feedback" permission on any blog is able to view the system-level Manage > Comments page.

(edit) @3697 [3697] 15 months jmarcotte

Patch by David Phillips: Removed 'view_feedback' permission from list_comment handler defintion. Changed permissions on Manage > Comments menu item to display if user has "can_view_feedback" permission.

(edit) @3696 [3696] 15 months jmarcotte

Patch by David Raynes: Patches issue with blog search not searching all blogs if IncludeBlogs, ExcludeBlogs, and blog_id parameters are omitted

(edit) @3695 [3695] 15 months jmarcotte

Patch by David Phillips: Addresses issue found when more than one type of MT application has been configured to run under mod_perl.

(edit) @3694 [3694] 15 months jmarcotte

Patch by David Phillips: Addresses issue where server hostname improperly persists across requests under FastCGI. Adds host to the list of application variables to be cleared for each new request.

(edit) @3693 [3693] 15 months jmarcotte

Patch by Steve Ivy: Adds support for HTTPS proxying if the new HTTPSProxy config directive is set.

(edit) @3692 [3692] 15 months jmarcotte

Patch by Steve Cook: kind=>'US' MT::Session rows now special-case set to update their session_name.

(edit) @3691 [3691] 15 months jmarcotte

Patch by Steve Cook: Changes MT::Author's remove_sessions behavior. Reduced to a simple MT::Session->remove call without the need to load and deserialize any rows.

(edit) @3690 [3690] 15 months jmarcotte

Patch by David Raynes: Addresses the issue where an authenticated user has no comments, the entry list in the "This Is You" dashboard widget displays every entry in the blogs to which they have access.

(edit) @3689 [3689] 15 months jmarcotte

Patch by David Raynes: Addresses issues with the mt:assets tag handling of tag(s) argument when there are no tags in that list or if there is only one.

(edit) @3688 [3688] 15 months jmarcotte

Patch by David Phillips: Addresses the issue of the offset_time() function in lib/MT/Util.pm adding one hour for daylight saving time even when there is no blog in context

(edit) @3683 [3683] 15 months jmarcotte

Patch by Steve Cook: Adds an additional index on mt_ts_error_error_time because of a schema change

(edit) @3682 [3682] 15 months jmarcotte

Fix by Steve Cook: Checks for file existence and readability before proceeding

(edit) @3681 [3681] 15 months jmarcotte

Reverted from previous changes as they did not apply to this version of the code.

(edit) @3680 [3680] 15 months jmarcotte

This patch is by Steve Cook: If the "RPTProcessCap" config directive is set and the Proc::ProcessTable module is available, RPT will confirm that there are less than $RPTProcessCap "perl.*run-periodic-task" jobs running before continuing. Also introduces a new RPTFreeMemoryLimit directive (dependent on Sys::MemInfo; it does nothing if Sys::MemInfo is unavailable).

(edit) @3679 [3679] 15 months jmarcotte

MT::Object::search_by_meta was passing in the incorrect key value to lookup_multi. This fix causes lookup_multi to always hit the db instead of the cache

(edit) @3675 [3675] 15 months fsmith

Bumping version number for fringale branch.

(edit) @3674 [3674] 15 months jmarcotte

Changed various styles for editor images, byline, and full-size popup link

(edit) @3673 [3673] 15 months jmarcotte

Added return_to params to the template object for 2 cases:
1. The comment is pending. The return_to link bring the user back to the entry.
2. There was an error with the comment and the return_to link borrows the value of $app->param('return_url').
If either case can't set the link, the value defaults to an empty string.

(edit) @3672 [3672] 15 months jmarcotte

Added check to verify the assignment of blog_id variable

(edit) @3671 [3671] 15 months jmarcotte

show_error now calls the template_param and template_output callbacks

(edit) @3670 [3670] 15 months jmarcotte

Alters work_until_done subroutine so that it checks the config directive SchwartzClientDeadline and the timestamp before calling work_once. This prevents RPT workers from being unnecessarily generated.

(edit) @3669 [3669] 15 months jmarcotte

Assignment of variable now happens separate from the declaration

(edit) @3536 [3536] 17 months fumiakiy

Merged the latest sockfish. "svn merge -r3524:3535 http://code.sixapart.com/svn/movabletype/branches/sockfish ."

(edit) @3528 [3528] 17 months fumiakiy

Merging the latest of sockfish. "svn merge -r3524:3527 http://code.sixapart.com/svn/movabletype/branches/sockfish ."

(edit) @3525 [3525] 17 months fumiakiy

Merged the latest sockfish. "svn merge -r3486:3524 http://code.sixapart.com/svn/movabletype/branches/sockfish ."

(edit) @3487 [3487] 17 months fumiakiy

Merging the latest of sockfish to fringale. "svn merge -r 3477:3486 http://code.sixapart.com/svn/movabletype/branches/sockfish ."

(edit) @3477 [3477] 17 months bchoate

Merging over latest sockfish changes: svn merge -r3460:HEAD http://code.sixapart.com/svn/movabletype/branches/sockfish .

(edit) @3476 [3476] 17 months bchoate

Fix for preserving change state of ConfigMgr after loading database settings.

(edit) @3474 [3474] 17 months bchoate

Fixed some warnings.

(edit) @3473 [3473] 17 months bchoate

Optimized bootstrapping a bit.

(edit) @3472 [3472] 17 months bchoate

Defer loading of modules for optional run modes.

(edit) @3471 [3471] 17 months bchoate

Fixes for json updates and typekey->typepad rename.

(edit) @3470 [3470] 17 months bchoate

Removed DBI::Profile dependency for DebugMode 4. BugId:99312

(edit) @3469 [3469] 17 months bchoate

Fixed some cases where upgrade was issuing database changes when run in 'dry run' mode. BugId:99311

(edit) @3468 [3468] 17 months bchoate

Display status of cgi/fastcgi and memcached support on system tools page. BugId:99310

(edit) @3467 [3467] 17 months bchoate

Removing pinned externals for this branch.

(edit) @3466 [3466] 17 months bchoate

Updates to support D::OD's driver-per-class model. BugId:99308

(copy) @3460 [3460] 17 months bchoate

Branching from sockfish.

copied from branches/sockfish:
(edit) @3459 [3459] 17 months auno

Updated copyright years to 2009. BugzID:96931

Note: See TracRevisionLog for help on using the revision log.