Changeset 492

Show
Ignore:
Timestamp:
02/26/08 00:12:42 (2 years ago)
Author:
bsmith
Message:

updating todo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/MTDefaultTemplateSet/plugins/MTDefaultTemplatesSet/todo.markdown

    r485 r492  
    1010- comment_response_template 
    1111- popup template updated to XHTML 1.0 Transitional 
     12- simplified the header 
     13 
     14--- 
     15# Classic Blog Templates 
    1216 
    1317## ToDo 
    14 - MT3 templates for MT4 
    15     - Convert javascript templates 
    16 - Update Stylecatcher to correctly apply themes (repo: http://www.sixapart.com/movabletype/styles/library) 
    17 - add feed templates to classic template sets: 
     18- add new feed templates: Recent, Category, Author, Entry 
     19 
     20    add feed templates to classic template sets: 
    1821 
    1922    index 
     
    3235--- 
    3336# MT3 Templates for MT4 Notes 
    34 - </mtelse> removed as it is no longer necessary. 
    3537 
    3638## ToDo 
    37  
    3839- Convert javascript templates 
     40- Convert Search Template 
    3941- MT_TRANS --> __trans 
    4042- L10n 
    4143- Convert to preferred templating language 
    4244- MTIFNonEmpty --> MTIfTag 
     45- Update Stylecatcher to correctly apply themes (repo: http://www.sixapart.com/movabletype/styles/library) 
    4346 
    44 ## Templates 
     47## Notes 
     48- </mtelse> removed as it is no longer necessary. 
     49- RSS has been removed 
     50- templates have been renamed as such: 
     51    - main_index.tmpl                     - main_index.mtml 
     52    - master_archive_index.tmpl           - archive_index.mtml 
     53    - dynamic_site_bootstrapper.tmpl      - (deleted) 
     54    - rsd.tmpl                            - rsd.mtml 
     55    - stylesheet.tmpl                     - styles.mtml 
     56    - atom_index.tmpl                     - feed_recent.mtml 
     57    - site_javascript.tmpl                - javascript.mtml 
     58    - rss_20_index.tmpl                   - (deleted) 
     59    - dynamic_pages_error_template.tmpl   - dynamic_error.mtml 
     60    - datebased_archive.tmpl              - entry_listing.mtml 
     61    - category_archive.tmpl               - entry_listing.mtml 
     62    - individual_entry_archive.tmpl       - entry.mtml 
     63    - -                                   - page.mtml 
     64    - search_results_template.tmpl        - search_results.mtml 
     65    - uploaded_image_popup_template.tmpl  - popup_image.mtml 
     66    - trackback_listing_template.tmpl     - trackback_archive.mtml 
     67    - comment_error_template.tmpl         - comment_response.mtml 
     68    - comment_pending_template.tmpl       - comment_response.mtml 
     69    - comment_preview_template.tmpl       - comment_preview.mtml 
    4570 
    46 - RSS has been removed 
    47  
    48 main_index.tmpl                     - main_index.mtml 
    49 master_archive_index.tmpl           - archive_index.mtml 
    50 dynamic_site_bootstrapper.tmpl      - deleted 
    51 rsd.tmpl                            - rsd.mtml 
    52 stylesheet.tmpl                     - styles.mtml 
    53 atom_index.tmpl                     - feed_recent.mtml 
    54 site_javascript.tmpl                - javascript.mtml 
    55 rss_20_index.tmpl                   - deleted 
    56 dynamic_pages_error_template.tmpl   - dynamic_error.mtml 
    57 datebased_archive.tmpl              - entry_listing.mtml 
    58 category_archive.tmpl               - entry_listing.mtml 
    59 individual_entry_archive.tmpl       - entry.mtml 
    60 -                                   - page.mtml 
    61 search_results_template.tmpl        - search_results.mtml 
    62 uploaded_image_popup_template.tmpl  - popup_image.mtml 
    63 trackback_listing_template.tmpl     - trackback_archive.mtml 
    64 comment_error_template.tmpl         - comment_response.mtml 
    65 comment_pending_template.tmpl       - comment_response.mtml 
    66 comment_preview_template.tmpl       - comment_preview.mtml