Timeline


and .

08/07/08:

23:48 Changeset [2912] by bchoate

Pruning wheeljack branch.

23:47 Changeset [2911] by bchoate

Pruning mt3.35 branch.

23:47 Changeset [2910] by bchoate

Pruning mt3.34 branch.

23:47 Changeset [2909] by bchoate

Pruning mt3.33 branch.

23:46 Changeset [2908] by bchoate

Pruning mt3.32 branch.

23:45 Changeset [2907] by bchoate

Pruning mt4.11 branch.

23:39 Changeset [2906] by bchoate

Pruning feature-narrow-tables branch.

23:38 Changeset [2905] by bchoate

Pruning dipper branch.

23:36 Changeset [2904] by bchoate

Copying release-42 to trunk.

23:35 Changeset [2903] by bchoate

Pruning boomer branch.

23:35 Changeset [2902] by bchoate

Pruning athena branch.

23:31 Changeset [2901] by bchoate

Pruning legacy MT 3 trunk.

23:26 Changeset [2900] by bchoate

Creating prunings folder as home for old branches.

23:24 Changeset [2899] by bchoate

Updated stable/release externals to point to mt4.12 tag.

23:23 Changeset [2898] by bchoate

Tagging 4.12 release.

23:19 Changeset [2897] by bchoate

Delta for MT 4.12 release. js/common external pinned to revision 261; ...

22:59 Changeset [2896] by bchoate

Copying mt4.11 branch for checkin of MT 4.12 updates.

08/06/08:

04:27 Changeset [2895] by fumiakiy

Params must be a list, not reference to an array.

08/05/08:

12:41 Changeset [2894] by mschenk

L10N updates for es, fr, de and nl

06:37 Changeset [2893] by fumiakiy

Updated MANIFEST.SKIP

08/04/08:

12:05 Changeset [2892] by fumiakiy

Wrapped description in MT_TRANS tag to get the phrase translated. ...

12:02 Changeset [2891] by fumiakiy

L10N Japanese. BugId:80896,BugId:80897

11:28 Changeset [2890] by fumiakiy

Handle automatic transcoding for ajax requests. BugId:80904

08/02/08:

23:10 Changeset [2889] by bchoate

Strip html from category description when publishing the category list ...

23:02 Changeset [2888] by bchoate

Improved error reporting for invalid yaml files (thanks, Jay). ...

08/01/08:

23:29 Changeset [2887] by bchoate

Improved handling of save/publish button when template maps are removed. ...

23:28 Changeset [2886] by mpaschal

Compare column definition data types after conversion to db type, like ...

22:32 Changeset [2885] by bchoate

Fixed upgrade step to preserve page layout. BugId:80876

22:31 Changeset [2884] by mpaschal

Make sure we initialize MT::ObjectDriverFactory by having asked for *some* ...

22:14 Changeset [2883] by bchoate

Added a flag to prevent saving MT::Config record if it hadn't been read ...

21:51 Changeset [2882] by bchoate

Update parent widgetset(s) when widget is deleted (thanks, Hirotka!). ...

21:38 Changeset [2881] by mpaschal

Treat multi-column primary keys correctly when generating table SQL on ...

19:50 Changeset [2880] by mpaschal

remove these plugins that are all on code.sixapart.com, not only from ...

04:57 Changeset [2879] by mpaschal

Let DDL::index_defs() return an empty hash ref when there are no ...

04:37 Changeset [2878] by mpaschal

let's test postgres too BugzID: 80847

01:43 Changeset [2877] by bchoate

Tidying (-pbp).

01:17 Changeset [2876] by bchoate

Fix for request assertion. BugId:80871

00:46 Changeset [2875] by bchoate

Fix to eliminate warnings when loading object subclasses (thanks, Jay!). ...

00:45 Changeset [2874] by bchoate

Fixed table selector for template search listing (thanks, Jay!). ...

00:45 Changeset [2873] by bchoate

Fixed indirect variable usage. BugId:80893

00:45 Changeset [2872] by bchoate

Fixed indirect variable usage and allow negative values for array index. ...

00:45 Changeset [2871] by bchoate

Make template/entry object accessible from request when previewing. ...

00:06 Changeset [2870] by bsmith

bugzid:80897 - Update phrase in Refresh Templates modal & add bullets to ...

07/31/08:

21:19 Changeset [2869] by bsmith

updating IncludeBlock POD Docs

13:52 Changeset [2868] by auno

revert change.

03:04 Changeset [2867] by auno

fixed escape type html to url for link.

07/30/08:

18:21 Changeset [2866] by mpaschal

Expect the database to know what columns are keys (sqlite does) BugzID: ...

18:04 Changeset [2865] by mpaschal

Only try to drop a table if it exists (sqlite seems to care) BugzID: 80847

07:49 Changeset [2864] by fumiakiy

Add new_version widget even when the user does not have his/her own ...

07/29/08:

22:38 Changeset [2863] by arvind

Added callbacks: * Pkg::unpack_revision * Pkg::pack_revision * ...

22:16 Changeset [2862] by mpaschal

We already factored that out of another test into ...

22:12 Changeset [2861] by mpaschal

Test empirically if multicolumn primary keys are constrained BugzID: 80847

22:01 Changeset [2860] by arvind

Added label and description fields to MT::Revisable::Local

20:50 Changeset [2859] by arvind

Abstracted code that generates entry live preview into two routines: * ...

19:49 Changeset [2858] by mpaschal

Test column definitions of a multikey class BugzID: 80847

18:55 Changeset [2857] by arvind

Fixing bug where you could not uncheck Track Revisions

18:48 Changeset [2856] by arvind

Exposed TrackRevisions as a checkbox on cfg_system

18:22 Changeset [2855] by arvind

Added TrackRevisions boolean config directive to enable/disable revision ...

17:56 Changeset [2854] by arvind

The revision number stored for an object should be determined by the ...

17:46 Changeset [2853] by mpaschal

Test column definitions on the declaration side too Look for whether a ...

03:46 Changeset [2852] by arvind

Initial refactoring to support drivers to store revision history, e.g. ...

02:18 Changeset [2851] by bsmith

adding pod docs for UserSessionState

07/28/08:

22:05 Changeset [2850] by arvind

Rolling back MT::Revisable rename, mixin classes need to have the -able ...

21:59 Changeset [2849] by arvind

Changing MT::Revisable to MT::Versioned

21:52 Changeset [2848] by arvind

Fixed bug for collision checking - current_revision isn't submitted when ...

03:33 Changeset [2847] by arvind

* All user-editable entry fields are now revisioned (status, comments, ...

02:46 Changeset [2846] by fumiakiy

Removed auth_type key from user information. The functionality has ...

00:55 Changeset [2845] by fumiakiy

Modified how to generate SQL to update meta to the new structure, mainly ...

07/25/08:

21:54 Changeset [2844] by bchoate

Supply a default value for build_interval column. BugId:80819

21:53 Changeset [2843] by bchoate

Fixed testing for extended tags.

19:39 Changeset [2842] by bchoate

Fixed typos. BugId:80812

07:02 Changeset [2841] by takayama

Fixed BugId:80787 * Added 'blog' param

01:39 Changeset [2840] by bchoate

Fixed assignment of created-by, modified-by metadata for XMLRPC. ...

01:39 Changeset [2839] by bchoate

Fixed a warning.

00:25 Changeset [2838] by bchoate

Fix for 'submit-once' forms so submit controls are re-enabled as page ...

07/24/08:

23:44 Changeset [2837] by bchoate

Updated 'dev' to release-42.

23:36 Changeset [2836] by bchoate

Cover more tag POD testing.

23:36 Changeset [2835] by bchoate

Changed external link target to _blank. Removed some unnecessary phrases ...

23:00 Changeset [2834] by bchoate

Branching for release-42.

07/23/08:

18:52 Changeset [2833] by bchoate

POD updates to normalize tags.

02:12 Changeset [2832] by fumiakiy

Translate via plugin instance. BugId:80762

07/22/08:

23:26 Changeset [2831] by arvind

More bug fixes: * $orig is not available on a post_save callback for new ...

21:28 Changeset [2830] by arvind

Future proofing by serializing entire object + meta values

21:22 Changeset [2829] by arvind

Bug Fixes: * Swapped back to MT callbacks (rather than D::OD triggers) to ...

01:49 Changeset [2828] by fumiakiy

L10N Japanese.

00:00 Changeset [2827] by bchoate

Restored invalidate_commenter_session to clear legacy comment cookies. ...

07/21/08:

21:49 Changeset [2826] by arvind

Added diffing routines

20:50 Changeset [2825] by mpaschal

Really (re)move and replace the existing global templates when the user ...

20:27 Changeset [2824] by mpaschal

Rename variables and clarify logic here to better understand Jay's ...

18:46 Changeset [2823] by mpaschal

Properly check for System -> Manage Templates permission to show template ...

01:34 Changeset [2822] by bchoate

Update to fix commenter permission test for sysadmins with no blog ...

07/20/08:

01:04 Changeset [2821] by bchoate

Updates to support display of custom fields on registration form. ...

07/19/08:

22:39 Changeset [2820] by bchoate

Make the display name a required field for all authentication methods. ...

07/18/08:

23:57 Changeset [2819] by mpaschal

Ask for confirmation before refreshing templates from the blogs ...

23:41 Changeset [2818] by mpaschal

Handle full global template refreshes through the dialog, as with full ...

22:28 Changeset [2817] by kaminogoya

BugzID:80678 fixed. value of 'position' was changed from 'relative' to ...

21:49 Changeset [2816] by bchoate

Updated naming - BugId:80738

21:00 Changeset [2815] by arvind

Made load_revision more like MT::Object->load, allows and or simply just ...

19:54 Changeset [2814] by arvind

Track a revision number with each revision and store current_revision in ...

18:43 Changeset [2813] by breese

reverted style catcher files to revision 2811, keeping dashboard widget ...

18:30 Changeset [2812] by breese

fixed bug 80518 - finalized the upgrade widget copy

05:46 Changeset [2811] by fumiakiy

POD update.

00:34 Changeset [2810] by fumiakiy

Removing FIXME comments. I know why.

00:24 Changeset [2809] by fumiakiy

Use plugin->translate for the registry values that are pulled from plugin ...

07/17/08:

21:54 Changeset [2808] by arvind

Storing the 'original' object became too complicated, just save a copy of ...

02:34 Changeset [2807] by fumiakiy

Condition made right again.

02:09 Changeset [2806] by fumiakiy

Double quote to evaluate the content of the phrase. Bug # 80698

01:06 Changeset [2805] by bchoate

Removing any html from the post title as shown in the entry preview strip; ...

07/16/08:

23:16 Changeset [2804] by arvind

Loading and reverting revisions

21:54 Changeset [2803] by arvind

Added callbacks to MT::Revisable to save revisions

18:23 Changeset [2802] by bchoate

Removed additional translate on label path. BugId:80699

17:59 Changeset [2801] by bchoate

Moved this to the template set config.yaml itself.

17:09 Changeset [2800] by bchoate

Fix for uploading a file for a custom field input.

17:09 Changeset [2799] by bchoate

Removing non-MT interfaces to eliminate loading Getopt::Long.

14:08 Changeset [2798] by mschenk

EMEA L10N 100 percent done, as of now

14:07 Changeset [2797] by mschenk

EMEA L10N 100 percent done, as of now

13:29 Changeset [2796] by mschenk

L10N update es

08:48 Changeset [2795] by auno

Fixed to handle auth_type cookie value properly. BugzID:80580

08:28 Changeset [2794] by fumiakiy

The condition has to be applied in the opposite way.

07:41 Changeset [2793] by fumiakiy

Return 0 when no vote has been made to the object from the dynamic ...

05:44 Changeset [2792] by bchoate

Optimize assignment of static variables.

05:44 Changeset [2791] by bchoate

Removing debug code.

05:44 Changeset [2790] by arvind

Swapping versioned to revisioned for consistency

05:05 Changeset [2789] by arvind

Foundation of MT::Revisable with creation of MT::Object::Revision ...

02:45 Changeset [2788] by takayama

Fixed BugId:80673 * Recovered the lost function

02:27 Changeset [2787] by fumiakiy

Changed mode for the links to publish junk comments and pings in the ...

02:06 Changeset [2786] by fumiakiy

Support count_format in dynamic template tags related to scoring. ...

00:42 Changeset [2785] by arvind

* Augmented MT::Object to not assume column_defs will be either strings or ...

07/15/08:

17:09 Changeset [2784] by bchoate

Template cleanup.

17:08 Changeset [2783] by bchoate

Improved error handling for invalid blog id.

14:57 Changeset [2782] by mschenk

L10N update, still waiting for es

07:43 Changeset [2781] by auno

Set auth_type for session status and not using is_authenticated value. ...

01:57 Changeset [2780] by fumiakiy

Clear return_args once log is reset. BugId:80659

00:34 Changeset [2779] by bchoate

L10N updates for date-picker. BugId:80637,80638

00:30 Changeset [2778] by bchoate

L10N updates for date-picker. BugId:80639

07/14/08:

23:22 Changeset [2777] by bchoate

Fix for mod_perl compatibility. BugId:80623

22:46 Changeset [2776] by bchoate

Fixed duration of mt_commenter cookie when 'remember me' option is ...

22:46 Changeset [2775] by bchoate

Updated POD.

22:46 Changeset [2774] by bchoate

Fixed 'unchanged' tmpl param.

20:07 Changeset [2773] by bchoate

Fix for invalid searchmaxresults param if given.

19:59 Changeset [2772] by bchoate

Fixed presentation issue with certain runtime errors.

19:58 Changeset [2771] by bchoate

Use app-assigned magic token instead of posted one.

19:57 Changeset [2770] by bchoate

Encoding blog name for backup progress messaging.

19:56 Changeset [2769] by bchoate

Updated POD.

13:32 Changeset [2768] by mschenk

L10N update, more to come

10:24 Changeset [2767] by fumiakiy

Changed a Japanese phrase,

10:11 Changeset [2766] by fumiakiy

Changed Japanese phrases a little.

09:46 Changeset [2765] by fumiakiy

Execute save_filter check before returning when authentication is not MT. ...

09:03 Changeset [2764] by auno

Fixed weird comment sign in/out behavior for IE. BugzID:80548

02:35 Changeset [2763] by fumiakiy

L10 Japanese.

07/11/08:

22:43 Changeset [2762] by bsmith

bugzid:80448 - IE7 layout fix

22:22 Changeset [2761] by bsmith

bugzid:80136 - adding fallback fonts in case arial is not instaled

18:54 Changeset [2760] by arvind

Branching for revision histories feature

03:13 Changeset [2759] by bsmith

bugzid:80461 - fixes for edge case of really long blog names in app

03:03 Changeset [2758] by fumiakiy

Updated Net::OpenID::Consumer modules to the latest (revision 136).

02:15 Changeset [2757] by fumiakiy

Import method that is used in code.

00:41 Changeset [2756] by bsmith

bugzid:80565 - Conditioning 'OpenID Accepted' Widget

07/10/08:

23:20 Changeset [2755] by bsmith

bugzid:80565 - Adding 'OpenID Accepted' Widget

23:17 Changeset [2754] by bsmith

xhtml typo

23:14 Changeset [2753] by bchoate

Fixed link for filtering comments for a particular entry. BugId:80452

23:14 Changeset [2752] by bchoate

Fixed link for filtering comments by a particular user. BugId:80452

22:23 Changeset [2751] by bchoate

Added 'type' attribute to IfRegistrationAllowed tag to test whether a ...

21:39 Changeset [2750] by arvind

* Updated make clean to not remove MT.pm, mt.php, mt-config.cgi-original ...

21:21 Changeset [2749] by bchoate

Fixed test for blog 'allow_commenter_regist' when externalusermanagement ...

20:24 Changeset [2748] by arvind

Augmented Makefile to support no-make-me

17:16 Changeset [2747] by bchoate

Updated POD.

01:56 Changeset [2746] by bchoate

Updated POD for MT::Page, MT::TaskMgr.

01:38 Changeset [2745] by bchoate

Moved some pod docs to MT, since the methods had been promoted there.

01:38 Changeset [2744] by bchoate

Updated POD for MT module.

07/09/08:

22:25 Changeset [2743] by breese

Added support for an additional registry parameter. This ...

20:16 Changeset [2742] by bchoate

Updated POD for template tags; added test for template tag doc coverage.

08:58 Changeset [2741] by auno

Set is_authenticated value for checking the OpenID. BugzID:80580

06:02 Changeset [2740] by fumiakiy

Hash, not hash ref.

04:10 Changeset [2739] by fumiakiy

Applied the fix to the latest release to the legacy code.

03:52 Changeset [2738] by fumiakiy

Typo!

02:47 Changeset [2737] by takayama

Fixed BugId:80382 * Changed to removes fileinfo records when entry was ...

07/08/08:

23:24 Changeset [2736] by bsmith

bugzid:80530 - reducing width of profile password fields

22:50 Changeset [2735] by bsmith

bugzid:80375 - if element is hidden no need to apply display:none

22:39 Changeset [2734] by bsmith

bugzid:80375 - if element is hidden no need to apply display:none

22:05 Changeset [2733] by bsmith

bugzid:80577 - simplify css for tags and categories

16:37 Changeset [2732] by bchoate

Fixed typo.

08:07 Changeset [2731] by auno

Fixed to set tags properly for WXR format in 2.3.x. BugzID:80487

07:58 Changeset [2730] by fumiakiy

Unit test update - more strict checking of columns of MT::Trackback, ...

06:57 Changeset [2729] by auno

Fixed blog chooser url on refreshed template page. BugzID:80520

05:52 Changeset [2728] by bchoate

Whitespace change.

05:52 Changeset [2727] by bchoate

Updated MultiBlog to issue triggered publishing for scheduled posts. ...

05:52 Changeset [2726] by bchoate

Return asset immediately if asset_select parameter is given (skips options ...

01:23 Changeset [2725] by fumiakiy

Check conditioning code first to see if the method is actually available ...

00:00 Changeset [2724] by bsmith

bugzid:80286 - making lists and list-items in wigets more genericly marked ...

Note: See TracTimeline for information about the timeline view.