root/branches/release-38/lib/MT @ 2355

Name Size Rev Age Last Change
../
App 2350 19 months bchoate: Fix for async publishing so individual archive for comment is published …
ArchiveType 2335 19 months bchoate: Optimized category counts gathered for category archive type.
Asset 1927 20 months mpaschal: Land the new implementation of metadata based on narrow tables BugzID: …
Auth 2221 19 months auno: Check to change password properly for user oneself and others. …
BackupRestore 2298 19 months fumiakiy: Mark the object loaded so it won't be inserted. BugId:79678
Cache 2027 19 months fumiakiy: Setting "SearchCacheTTL 0" now disables search results caching. …
CMS 2352 19 months fumiakiy: Added singular label for JavaScript alert. BugId:69488
Compat 1995 20 months bchoate: Added missing handlers; removed mappings for private methods and callback …
FileMgr 1779 20 months bchoate: Avoid rebuilding files within the same build operation (particularly helps …
I18N 1524 21 months bchoate: More constant declaration changes.
L10N 2320 19 months fumiakiy: Japanese L10N for the branch. BugId:79626, BugId:79703
Meta 2308 19 months bchoate: Support cloning of metadata. BugId:79649
Object 1488 21 months auno: Added cacheable property for the object using cache or not.
ObjectDriver 2202 19 months fumiakiy: Removed the reference to a private method in MT::Object from MT::OD::DBI. …
Plugin 1174 23 months bchoate: Updated copyright year for source.
Template 2333 19 months bchoate: Adding 'numify' modifier. BugId:79765. Optimized counts gathered for …
TheSchwartz 1722 20 months bchoate: Change for indexes for TheSchwartz::Error.
Util 1952 20 months bchoate: Append / after cgipath if it isn't present.
Worker 2337 19 months bchoate: Cleanup for TheSchwartz logging. Added support for 'leak' switch to help …
App.pm 124.8 kB 2322 19 months auno: Fixed to be able to sign out with 4.1 templates. BugzID:79718
ArchiveType.pm 4.4 kB 2355 19 months takayama: Applied ogawa-san's patch. thanks ogawa-san. BugId:79726
Asset.pm 12.1 kB 1564 20 months bchoate: More index changes.
Association.pm 7.2 kB 1522 21 months bchoate: More constant declaration changes.
Atom.pm 5.4 kB 1947 20 months fumiakiy: Implemented comments retrieval via Atom PP. BugId:79334
AtomServer.pm 43.8 kB 2182 19 months fumiakiy: Encode text properly according to PublishCharset in the Atom service …
Auth.pm 5.6 kB 1522 21 months bchoate: More constant declaration changes.
Author.pm 24.9 kB 2239 19 months bchoate: Config settings for controlling blog-side user cookies. Added …
BackupRestore.pm 43.3 kB 2252 19 months fumiakiy: Skip system level custom fields in restoring if fields with the same …
BasicAuthor.pm 1.9 kB 1174 23 months bchoate: Updated copyright year for source.
BasicSession.pm 0.9 kB 1174 23 months bchoate: Updated copyright year for source.
Blocklist.pm 0.9 kB 1873 20 months bchoate: Applied patches from Ogawa-san to add an optimized 'exist' method for …
Blog.pm 39.6 kB 2351 19 months fumiakiy: Modify ids of widget templates in the meta field of widgetsets when they …
Bootstrap.pm 6.1 kB 1833 20 months takayama: Fixed BugId:78952 * Added blog_id check for blog loading
Builder.pm 21.1 kB 2212 19 months auno: To handle <trans ...> part properly inside of the quote. BugzID:67112
Callback.pm 4.4 kB 1174 23 months bchoate: Updated copyright year for source.
Callback.pod 29.1 kB 1124 2 years fumiakiy: Create default widget sets in the new callback, preventing MT from …
Category.pm 15.1 kB 2349 19 months bchoate: Revised weakref handling for categories. BugId:79687
Comment.pm 10.8 kB 2057 19 months bchoate: Adding meta support for comments/pings and creating a new index to aid …
Component.pm 17.7 kB 1927 20 months mpaschal: Land the new implementation of metadata based on narrow tables BugzID: …
Config.pm 0.7 kB 1174 23 months bchoate: Updated copyright year for source.
ConfigMgr.pm 11.1 kB 2206 19 months bchoate: Support for PerformanceLoggingPath setting, with error logging if path is …
Core.pm 37.3 kB 2245 19 months bchoate: Restored UserSessionTimeout setting.
DateTime.pm 6.8 kB 1745 20 months fumiakiy: Wrote simple pod document.
default-templates.pl 314 bytes 1174 23 months bchoate: Updated copyright year for source.
DefaultTemplates.pm 13.1 kB 2354 19 months fumiakiy: Translate labels of widgets that are included in a widgetset. BugId:79752
Entry.pm 30.0 kB 2275 19 months bchoate: Changed basename index to be blog_id+basename since that is how we search …
ErrorHandler.pm 2.8 kB 1174 23 months bchoate: Updated copyright year for source.
FileInfo.pm 3.9 kB 1776 20 months mpaschal: Update 'virtual' field of fileinfos directly when dynamicity changes Don't …
FileMgr.pm 5.4 kB 1779 20 months bchoate: Avoid rebuilding files within the same build operation (particularly helps …
Folder.pm 0.5 kB 1174 23 months bchoate: Updated copyright year for source.
I18N.pm 3.3 kB 1235 23 months fumiakiy: Always use MT::I18N::ja when user explicitly specify UseJcodeModule config …
Image.pm 13.4 kB 2085 19 months bchoate: Support for 'jpeg' image file extensions by MT::Image::NetPBM. Thanks, …
Import.pm 8.1 kB 1823 20 months takayama: Fixed BugId:67959 * Added check for result of object loading
ImportExport.pm 26.1 kB 1174 23 months bchoate: Updated copyright year for source.
IPBanList.pm 2.4 kB 1174 23 months bchoate: Updated copyright year for source.
JunkFilter.pm 13.4 kB 1522 21 months bchoate: More constant declaration changes.
L10N.pm 1.0 kB 1174 23 months bchoate: Updated copyright year for source.
Log.pm 10.7 kB 2194 19 months bchoate: Added class label/plural names for log messages. BugId:71216
Mail.pm 7.7 kB 1907 20 months fumiakiy: Use EmailAddressMain as default From address. BugId:67722
Memcached.pm 2.8 kB 2253 19 months bchoate: Applied optimization for Memcached availablity test. Thanks, Ogawa-san. …
Meta.pm 10.9 kB 2281 19 months bchoate: Applying patch from Jay to reduce warnings under FastCGI for dynamic …
Notification.pm 2.9 kB 1495 21 months takayama: indexe optimized
Object.pm 74.8 kB 2353 19 months fumiakiy: Typo!
ObjectAsset.pm 0.9 kB 1731 20 months bchoate: Adding embedded column to MT::ObjectAsset. BugId:71500. Thanks, Tim!
ObjectDriverFactory.pm 2.7 kB 1771 20 months fumiakiy: Use database driver directory for non-cacheable classes. BugId:72003
ObjectScore.pm 2.4 kB 1174 23 months bchoate: Updated copyright year for source.
ObjectTag.pm 1.2 kB 1609 20 months bchoate: Removing redundant index.
Page.pm 1.5 kB 1616 20 months takayama: Fixed BugId:70976 * Applied ogawa-san's suggestion
Permission.pm 26.8 kB 2099 19 months bchoate: Handle special case where user has excessive permission records. …
Placement.pm 2.8 kB 1523 21 months bchoate: New concatenated indexes. Schema bump to 4.0042
Plugin.pm 25.9 kB 1352 22 months auno: Added to handle code for config_template.
PluginData.pm 4.5 kB 2287 19 months bchoate: Fixed invocation of PluginData remove when called as an instance method. …
Promise.pm 3.5 kB 1174 23 months bchoate: Updated copyright year for source.
PublishOption.pm 1.0 kB 1823 20 months takayama: Fixed BugId:67959 * Added check for result of object loading
Request.pm 1.8 kB 1472 21 months bchoate: Use 'base' package to declare base package.
Role.pm 3.7 kB 1174 23 months bchoate: Updated copyright year for source.
Sanitize.pm 6.5 kB 1174 23 months bchoate: Updated copyright year for source.
Scorable.pm 9.6 kB 1174 23 months bchoate: Updated copyright year for source.
Serialize.pm 8.7 kB 1174 23 months bchoate: Updated copyright year for source.
Session.pm 3.7 kB 1515 21 months fumiakiy: Typo in POD.
Tag.pm 17.6 kB 1873 20 months bchoate: Applied patches from Ogawa-san to add an optimized 'exist' method for …
Task.pm 3.4 kB 1174 23 months bchoate: Updated copyright year for source.
TaskMgr.pm 8.6 kB 1912 20 months fumiakiy: Added timestamp to log metadata when either periodic tasks finished, or …
TBPing.pm 10.4 kB 2057 19 months bchoate: Adding meta support for comments/pings and creating a new index to aid …
Template.pm 33.1 kB 2342 19 months bchoate: blog method should return undeffor global templates.
TemplateMap.pm 8.9 kB 1957 20 months bchoate: Fixes for propogation of build_type from template to templatemaps. …
TheSchwartz.pm 7.1 kB 2340 19 months bchoate: Issue reporting through debug method.
Tool.pm 4.2 kB 1950 20 months mpaschal: Check in MT::Tool helper Convert report-slow-requests and upgrade tools to …
Touch.pm 1.7 kB 1723 20 months bchoate: Added non-cacheable flag for MT::Touch.
Trackback.pm 1.9 kB 1174 23 months bchoate: Updated copyright year for source.
Upgrade.pm 118.2 kB 2321 19 months fumiakiy: Skip upgrading of metadata if we are installing, not upgrading. …
Util.pm 73.6 kB 2317 19 months fumiakiy: In Italian the date always come before the month. Thanks for the patch …
WeblogPublisher.pm 74.6 kB 2355 19 months takayama: Applied ogawa-san's patch. thanks ogawa-san. BugId:79726
XMLRPC.pm 4.3 kB 1823 20 months takayama: Fixed BugId:67959 * Added check for result of object loading
XMLRPCServer.pm 46.2 kB 2264 19 months bchoate: Changed future post support so that it only is applied to entries that are …
  • Property svn:ignore set to
    ConfigMgr.pm
Note: See TracBrowser for help on using the browser.