Timeline
03/08/08:
- 19:28 Changeset [1495] by
-
indexe optimized
- 08:22 Changeset [1494] by
-
Fixed typo
03/07/08:
- 11:32 Changeset [1493] by
-
Added a new config directive <MTCfgMaxResults> which returns the value ...
- 10:58 Changeset [1492] by
-
Added template and templatemap publish throttling rules. BugzID:69245
- 10:47 Changeset [1491] by
-
Revised SQL for tag intersection based on the addition to table alias ...
- 08:33 Changeset [1490] by
-
Added table alias support in join - where clause in MT::OD.
Revised SQL ...
- 07:45 Changeset [1489] by
-
Respect blog_id query parameter given to mt-search.
- 02:01 Changeset [1488] by
-
Added cacheable property for the object using cache or not.
03/06/08:
- 07:00 Changeset [1487] by
-
Added new ArchiveType modules to 00-compile.t
- 07:00 Changeset [1486] by
-
Refactoring of archive type publishing code into separate modules.
- 07:00 Changeset [1485] by
-
EntryTrackbackData will return an empty string if trackbacks are not ...
- 07:00 Changeset [1484] by
-
Fixed warning.
- 01:55 Changeset [1483] by
-
Check if the method is actually available before calling it.
- 01:50 Changeset [1482] by
-
Return error insted of making the value valid.
- 01:43 Changeset [1481] by
-
Validate inputs before using it in mt-search.
- 00:44 Changeset [1480] by
-
Clear object references from build_*_table.
- 00:44 Changeset [1479] by
-
Clean up existing blog, user, session at end of request.
03/05/08:
- 23:09 Changeset [1478] by
-
weaken config member (a copy of MT::ConfigMgr).
- 23:09 Changeset [1477] by
-
Reset trace at end of request instead of at start (allows early, ...
- 23:09 Changeset [1476] by
-
Display DBI query profiling if DebugMode & 4.
- 23:09 Changeset [1475] by
-
Fixing some warnings.
- 23:09 Changeset [1474] by
-
Condition clear_cache on driver based on capability (not all drivers have ...
- 23:09 Changeset [1473] by
-
Use 'base' package to declare base package.
- 23:09 Changeset [1472] by
-
Use 'base' package to declare base package.
- 23:09 Changeset [1471] by
-
Conditioned weaken on element based on whether it was assigned or not.
- 23:09 Changeset [1470] by
-
Moved storage of object-level cache into MT::Request. Store next/previous ...
- 23:09 Changeset [1469] by
-
Use object's comment_count, ping_count methods.
- 23:09 Changeset [1468] by
-
Additional paths to ignore.
- 23:08 Changeset [1467] by
-
$lex should be assigned an empty hash here in the eval fails.
- 11:42 Changeset [1466] by
-
A few minor changes to search code. Also removed a few warnings.
- 07:50 Changeset [1465] by
-
Oops. Removed code for debugging.
- 07:38 Changeset [1464] by
-
Added background ajax search to the new search (frontend) but commented ...
- 07:34 Changeset [1463] by
-
Merged the latest release-30 changes to release-31. svn merge -r1446:1462 ...
- 07:28 Changeset [1462] by
-
Added ajax search support to the new search (backend). BugId:69222
Also ...
03/04/08:
- 23:41 Changeset [1461] by
-
Stop padding mt-config content in wizard completion page with spaces
- 23:07 Changeset [1460] by
-
use Test::Pod::Coverage
- 22:59 Changeset [1459] by
-
spacing confirm callbacks were called with explicit variables too fully ...
- 22:20 Changeset [1458] by
-
This test has more tests when there are more default templates, so don't ...
- 18:21 Changeset [1457] by
-
Dev is now release-31
- 09:38 Changeset [1456] by
-
Trying to fix LaunchBackgroundTasks errors with these modification. ...
- 08:34 Changeset [1455] by
-
Implemented another set of search tags related to pagination. ...
- 07:12 Changeset [1454] by
-
Added tag search functionality to the new search. Also added tag ...
- 06:46 Changeset [1453] by
-
Various optimizations to the default templates. bugzid:69535
- 06:37 Changeset [1452] by
-
updating links atom --> feed_recent
- 01:53 Changeset [1451] by
-
Current Category Monthly Archives widget was using the wrong tag as a ...
- 01:18 Changeset [1450] by
-
deleting Author Archives as one of the default mappings, leaving only ...
- 00:46 Changeset [1449] by
-
Updating WidgetManager with new widget names
- 00:19 Changeset [1448] by
-
updating links atom --> feed_recent
- 00:18 Changeset [1447] by
-
removing main_index variable as it is no longer necessary
03/03/08:
- 20:15 Changeset [1446] by
-
Branching for release 31
- 12:18 Changeset [1445] by
-
Template tags for pagenating search results. BugId:69030
- 10:13 Changeset [1444] by
-
Fixed BugId:67774
- Check if it is in the entry context when populating ...
- 10:10 Changeset [1443] by
-
Fixed BugId:67774
- Check if it is in the entry context when populating ...
- 09:42 Changeset [1442] by
-
Recovered logging in search. BugId:69242
Also fixed a few whitespaces ...
- 07:42 Changeset [1441] by
-
Added phrase search and other complex query syntax, similar to Lucene. ...
- 06:47 Changeset [1440] by
-
Added schedlue rules for indexe templates and template maps. BugzID:68976 ...
- 06:23 Changeset [1439] by
-
Removed unnecessary mtif closing and empty default widget for building ...
- 06:00 Changeset [1438] by
-
Fixed BugId:69287 * Implemented rebuild script
03/01/08:
- 00:28 Changeset [1437] by
-
Remove duplicate methods
02/29/08:
- 17:59 Changeset [1436] by
-
Patched with circular reference fixes from 'release-30' branch, revisions ...
- 17:54 Changeset [1435] by
-
Creating a branch for the circular reference fixes.
- 17:27 Changeset [1434] by
-
Tagging MT 4.11 release.
- 12:20 Changeset [1433] by
-
Logout is MT::App method.
- 11:00 Changeset [1432] by
-
is_url is a MT::Util method. BugId:68954
- 08:17 Changeset [1431] by
-
Added more extensibility to the new MT::App::Search. BugId:68481
- 04:06 Changeset [1430] by
-
renaming widgets to be more specific to content. bugzid:69293
- 02:36 Changeset [1429] by
-
Atom becomes Recent Entries Feed with the departing of RSS. (Thx Atsushi ...
02/28/08:
- 22:34 Changeset [1428] by
-
Adding Unstyled theme. bugzid:68089
- 22:31 Changeset [1427] by
-
Add MT::Util::weaken() that lets us weaken references when available from ...
- 22:06 Changeset [1426] by
-
Stop leaking MT::Builder objects through persistent references in ...
- 21:52 Changeset [1425] by
-
Defer these checks for packages as late as possible BugzID: 66845
- 21:51 Changeset [1424] by
-
Remove unused lines BugzID: 66845
- 21:39 Changeset [1423] by
-
* Updates from development of MTDefautTemplateSets plugin: ...
- 12:15 Changeset [1422] by
-
Oops, this was just an experiment.
- 11:53 Changeset [1421] by
-
Recover commented out code for debugging.
Also removed a few unnecessary ...
- 11:45 Changeset [1420] by
-
Initial attempt to pluggable, extensible and hopefully faster search ...
- 01:38 Changeset [1419] by
-
fixed bug:69143 - XMLRPCServer.pm would croak if user attempted to post an ...
02/27/08:
- 10:54 Changeset [1418] by
-
Fixed to work 'Publishing Method' change on Publishing Settings.
- 01:58 Changeset [1417] by
-
Updated indexes for mt_ts_job to use concatenated keys.
- 01:44 Changeset [1416] by
-
Fixed variable name.
- 01:42 Changeset [1415] by
-
Use clear_cache method to empty cache.
- 00:36 Changeset [1414] by
-
Use capability test to invoke disconnect_all on memcached class.
- 00:36 Changeset [1413] by
-
Limit cache size of in-memory caching. BugId:69023
02/26/08:
- 12:29 Changeset [1412] by
-
Initial commit for performance logging data viewer. BugzID:69003
- 07:58 Changeset [1411] by
-
Removed some commented out (debugging?) code.
- 07:57 Changeset [1410] by
-
Changes to nextprev method to leverage database order by clause to select ...
02/25/08:
- 23:30 Changeset [1409] by
-
Fixed handler for refresh template dialog.
02/23/08:
- 02:00 Changeset [1408] by
-
simplifying list templates page - bugzid:68696
- 01:33 Changeset [1407] by
-
Updated with job prioritization support.
- 01:33 Changeset [1406] by
-
Updated with prioritization support from TheSchwartz 1.07
- 01:33 Changeset [1405] by
-
Display information about which job is actively publishing (along with any ...
- 01:32 Changeset [1404] by
-
Asserting that blog and category both exist when gathering date based ...
- 01:32 Changeset [1403] by
-
Assignment of priority for publishing pages. BugId:68737
- 01:32 Changeset [1402] by
-
Changed coalesce key format (including blog id in signature and lowered ...
- 01:32 Changeset [1401] by
-
Adding index on priority column.
- 01:32 Changeset [1400] by
-
Fixed typo on AuthorBasenameLimit setting.
- 01:32 Changeset [1399] by
-
Fixed call to _finish_rebuild_ping
- 01:32 Changeset [1398] by
-
Bumping MT, API and DB versions.
02/22/08:
- 02:16 Changeset [1397] by
-
Merging Index and Archive Template Sets - bugzid:68696
- 02:07 Changeset [1396] by
-
Fixed test for custom DefaultEntryPrefs settings. BugId:66635
- 01:28 Changeset [1395] by
-
Updates to combine archive/index templates listing. BugId:68695
- 01:25 Changeset [1394] by
-
adding variables to standardize amongst other templates
- 00:54 Changeset [1393] by
-
adding rel attribute generator to powered by string
02/21/08:
- 19:58 Changeset [1392] by
-
Fix for call to populate_archive_loop
- 19:47 Changeset [1391] by
-
Added support for 'component' argument when 'name' argument is used with ...
- 19:47 Changeset [1390] by
-
Fix for testing for error condition from build_page (empty string versus ...
- 19:47 Changeset [1389] by
-
Fix for refresh_all_templates call. Populating blog template set as a ...
- 19:47 Changeset [1388] by
-
Fix for asset insert call.
- 19:46 Changeset [1387] by
-
Fix for ping_continuation call.
- 19:46 Changeset [1386] by
-
Fix for start_rebuild_pages call.
- 19:46 Changeset [1385] by
-
Restored missing 'refresh all templates' code.
- 19:46 Changeset [1384] by
-
Fixed another call to ping continuation from MT::CMS::Entry.
- 19:46 Changeset [1383] by
-
Fixed calls to ping continuation from MT::CMS::Entry.
- 05:17 Changeset [1382] by
-
Merge the make-js changes to the current branch.
- 04:55 Changeset [1381] by
-
Made make-js aware of addons. BugId:62681 BugId:68263
02/20/08:
- 20:46 Changeset [1380] by
-
Added 'PerformanceLoggingPath' setting to allow configuration of path for ...
02/19/08:
- 09:24 Changeset [1379] by
-
Fixed to get entries in a category using limit attribute. BugzID:68474
- 03:16 Changeset [1378] by
-
Fixed BugId:67669 * Fixed a performance issue.
- Changed to dialog based ...
02/16/08:
- 01:08 Changeset [1377] by
-
Allow a value of '0' to prevent the process memory logging.
02/15/08:
- 21:01 Changeset [1376] by
-
Only log query params for GET requests.
- 20:22 Changeset [1375] by
-
Remove path for ps command.
- 02:43 Changeset [1374] by
-
Fixed for CMS modularization.
02/14/08:
- 22:35 Changeset [1373] by
-
Updated 00-compile with new MT::CMS::* modules.
- 22:31 Changeset [1372] by
-
Initial work for performance logging.
- 22:11 Changeset [1371] by
-
Fixed syntax error.
- 21:20 Changeset [1370] by
-
Added readme.html.* to MANIFEST.SKIP.
- 21:09 Changeset [1369] by
-
Broke CMS into smaller parts to reduce memory footprint and group code ...
- 20:23 Changeset [1368] by
-
Branching for release-30 from release-29.
- 19:05 Changeset [1367] by
-
Let image_* properties work on any asset that has them, but still return 0 ...
- 02:16 Changeset [1366] by
-
Remove extra space
02/13/08:
- 18:53 Changeset [1365] by
-
Convert archive types specified purely in the registry into archive type ...
- 12:05 Changeset [1364] by
-
* Removed extract from sql
- 12:03 Changeset [1363] by
-
Fixed selecting comments with specified range of days for dashboard. ...
- 04:30 Changeset [1362] by
-
Fixes for timer bug affecting MT-Wizard. BugId:68176
- 02:24 Changeset [1361] by
-
Initial work for performance logging.
- 02:24 Changeset [1360] by
-
Initial work for performance logging.
02/12/08:
- 22:05 Changeset [1359] by
-
Note what looks like mistreatment of this variable while I'm looking at it
- 19:48 Changeset [1358] by
-
Branching for 4.11 from mt4.1 tag.
- 02:39 Changeset [1357] by
-
Watch the sum total of visibility changes across the lifetime of a comment ...
02/07/08:
- 22:54 Changeset [1356] by
-
Fail here by not listing all authors in these author selection listings, ...
- 21:40 Changeset [1355] by
-
Adjust client code to use the structured JSON response from js_tag_check, ...
