Skip to content

Milestones

List view

  • ## New language strings: ### lang/xx/admin.xx.lang.php: ```php $L['cfg_serverEvents'] $L['cfg_serverEvents_hint'] ``` ### lang/xx/users.xx.lang.php ``` $L['users_myProfile'] $L['users_profileSettings'] ``` ### modules/users/lang/users.xx.lang.php ```php $L['cfg_filterFields'] $L['cfg_filterFields_hint'] ``` ### modules/forums/lang/forums.xx.lang.php ``` $L['cfg_maxPostLength'] $L['cfg_maxPostLength_hint'] $L['forums_editPost'] $L[forums_postInTopic'] $L['forums_messageTooLong'] ``` ### plugins/i18n/lang/i18n.xx.lang.php: ``` $L['i18n_delete'] ``` ### modules/pfs/lang/pfs.xx.lang.php ``` $L['pfs_myFiles'] ``` ### plugins/autocomplete/lang/autocomplete.xx.lang.php ``` $L['autocomplete_title'] $L['autocomplete_description'] ``` ### plugins/banlist/lang/banlist.xx.lang.php ``` $L['banlist_title'] $L['banlist_description'] $L['banlist_banlist'] ``` ### plugins/contact/lang/contact.xx.lang.php ``` $L['contact_description'] $L['contact_contactUs'] ``` ### plugins/ipsearch/lang/ipsearch.xx.lang.php ``` $L['ipsearch_title'] $L['ipsearch_description'] $L['ipsearch_searchByIP '] ``` ### plugins/recentitems/lang/recentitems.xx.lang.php ``` $L['recentitems_title'] $L['recentitems_description'] $L['recentitems_new'] ``` ### plugins/sitemap/lang/sitemap.xx.lang.php ``` $L['sitemap_description'] ``` ### plugins/statistics/lang/statistics.xx.lang.php ``` $L['statistics_title'] $L['statistics_description'] ``` ### plugins/tags/lang/tags.xx.lang.php ``` $L['tags_title'] $L['tags_description'] ``` ### plugins/userimages/lang/userimages.xx.lang.php ``` $L['userimages_description'] $L['userimages_userImages'] ``` ### plugins/whosonline/lang/whosonline.xx.lang.php ``` $L['whosonline_title'] $L['whosonline_description'] ``` ### plugins/search/lang/search.xx.lang.php ``` $L['search_allCategories'] ``` ## Removed language strings: ### lang/en/message.en.lang.php ``` $L['msg907_title'] $L['msg907_body'] ``` ### plugins/search/lang/search.xx.lang.php ``` $L['plu_ctrl_list'] $L['plu_allsections'] $L['plu_allcategories'] ``` ### plugins/tags/lang/tags.en.lang.php ``` $L['tags_comma_separated'] ``` ## Removed hooks - forums.topics.delete.done - forums.posts.delete.first - forums.posts.delete.done ## New tags: ### modules\forums\tpl\forums.editpost.tpl: ``` FORUMS_EDITPOST_TITLE FORUMS_EDITPOST_BREADCRUMBS FORUMS_EDITPOST_FORM_TOPIC_TITTLE FORUMS_EDITPOST_FORM_TOPIC_DESCRIPTION FORUMS_EDITPOST_FORM_TOPIC_EXTRA_FILED FORUMS_EDITPOST_FORM_TOPIC_EXTRA_FILED_TITLE FORUMS_EDITPOST_FORM_ACTION FORUMS_EDITPOST_FORM_TEXT FORUMS_EDITPOST_EDIT_TIMEOUT FORUMS_EDITPOST_FORM_EXTRA_FILED FORUMS_EDITPOST_FORM_EXTRA_FILED_TITLE FORUMS_EDITPOST_PFS FORUMS_EDITPOST_SFS extrafields: FORUMS_EDITPOST_FORM_TOPIC_XXX extrafields: FORUMS_EDITPOST_FORM_XXX ``` ### modules\forums\tpl\forums.newtopic.tpl ``` FORUMS_NEWTOPIC_TITLE - now it is a page title FORUMS_NEWTOPIC_BREADCRUMBS FORUMS_NEWTOPIC_FORM_ACTION FORUMS_NEWTOPIC_FORM_TITLE FORUMS_NEWTOPIC_FORM_DESCRIPTION FORUMS_NEWTOPIC_FORM_TEXT FORUMS_NEWTOPIC_EDIT_TIMEOUT FORUMS_NEWTOPIC_FORM_EXTRA_FILED FORUMS_NEWTOPIC_FORM_EXTRA_FILED_TITLE FORUMS_NEWTOPIC_FORM_PRIVATE FORUMS_NEWTOPIC_FORM_TOPIC_EXTRA_FILED FORUMS_NEWTOPIC_FORM_TOPIC_EXTRA_FILED_TITLE FORUMS_NEWTOPIC_PFS FORUMS_NEWTOPIC_SFS extrafields: FORUMS_NEWTOPIC_FORM_XXX extrafields: FORUMS_NEWTOPIC_FORM_TOPIC_XXX ``` ### modules/forums/inc/forums.topics.php Standard pagination tags: PREVIOUS_PAGE, CURRENT_PAGE, NEXT_PAGE etc. ### modules\forums\tpl\forums.posts.tpl: ``` FORUMS_POSTS_LOCK_LABEL FORUMS_POSTS_NEWPOST_PFS FORUMS_POSTS_NEWPOST_SFS ``` ### modules\page\tpl\page.add.tpl ``` PAGEADD_BREADCRUMBS ``` ### modules\users\tpl\users.register.tpl ``` USERS_REGISTER_BREADCRUMBS ``` ### modules\users\tpl\users.tpl ``` USERS_ACTIVE_FILTERS ``` ### plugins\contact\tpl\contact.tpl: ``` CONTACT_TITLE ``` ### plugins\tags\tpl\tags.tpl: ``` TAGS_TITLE TAGS_BREADCRUMBS ``` ### system/admin/tpl/admin.extensions.tpl ``` ADMIN_EXTENSIONS_ADMIN_URL ADMIN_EXTENSIONS_STRUCTURE_URL ``` ## Changed tags: ### modules/page/tpl/page.tpl: ``` PAGE_COMMENTS -> PAGE_COMMENTS_LINK PAGE_COMMENTS_DISPLAY -> PAGE_COMMENTS ``` ### modules/page/tpl/page.list.tpl: ``` LIST_COMMENTS -> LIST_COMMENTS_LINK LIST_COMMENTS_DISPLAY -> LIST_COMMENTS LIST_ROW_COMMENTS -> LIST_ROW_COMMENTS_LINK ``` ### modules/polls/tpl/polls.index.tpl: ``` IPOLLS_COMMENTS -> IPOLLS_COMMENTS_LINK ``` ### modules/polls/tpl/polls.tpl: ``` POLLS_COMMENTS -> POLLS_COMMENTS_LINK POLLS_COMMENTS_DISPLAY -> POLLS_COMMENTS ``` ### plugins/recentitems/tpl/recentitems.pages.tpl: ``` PAGE_ROW_COMMENTS -> PAGE_ROW_COMMENTS_LINK ``` ## Deprecated tags: ### system/admin/tpl/admin.extensions.tpl ``` ADMIN_EXTENSIONS_JUMPTO_URL_TOOLS ADMIN_EXTENSIONS_JUMPTO_URL_STRUCT ``` ### modules\forums\tpl\forums.editpost.tpl: ``` FORUMS_EDITPOST_TOPICTITTLE FORUMS_EDITPOST_TOPICDESCRIPTION FORUMS_EDITPOST_TOPIC_EXTRAFLD FORUMS_EDITPOST_TOPIC_EXTRAFLD_TITLE FORUMS_EDITPOST_PAGETITLE FORUMS_EDITPOST_SEND FORUMS_EDITPOST_TEXT FORUMS_EDITPOST_EDITTIMEOUT FORUMS_EDITPOST_EXTRAFLD FORUMS_EDITPOST_EXTRAFLD_TITLE FORUMS_EDITPOST_MYPFS extrafields: FORUMS_EDITPOST_TOPIC_XXX extrafields: FORUMS_EDITPOST_XXX ``` ### modules\forums\tpl\forums.newtopic.tpl: ``` FORUMS_NEWTOPIC_PAGETITLE FORUMS_NEWTOPIC_SEND FORUMS_NEWTOPIC_TITLE FORUMS_NEWTOPIC_DESC FORUMS_NEWTOPIC_TEXT FORUMS_NEWTOPIC_EDITTIMEOUT FORUMS_NEWTOPIC_EXTRAFLD FORUMS_NEWTOPIC_EXTRAFLD_TITLE FORUMS_NEWTOPIC_ISPRIVATE FORUMS_NEWTOPIC_TOPIC_EXTRAFLD FORUMS_NEWTOPIC_TOPIC_EXTRAFLD_TITLE FORUMS_NEWTOPIC_MYPFS extrafields: FORUMS_NEWTOPIC_XXX extrafields: FORUMS_NEWTOPIC_TOPIC_XXX ``` ### modules/forums/inc/forums.topics.php ``` FORUMS_TOPICS_PAGES FORUMS_TOPICS_PAGEPREV FORUMS_TOPICS_PAGENEXT FORUMS_TOPICS_PAGELAST FORUMS_TOPICS_PAGECURRENT FORUMS_TOPICS_PAGETOTAL FORUMS_TOPICS_PAGEONPAGE FORUMS_TOPICS_PAGEENTRIES ``` ### modules\forums\tpl\forums.posts.tpl: ``` FORUMS_POSTS_NEWPOST_MYPFS ``` ## Removed tags: ### modules/forums/tpl/forums.editpost.tpl ``` FORUMS_EDITPOST_TOP_TAGS FORUMS_EDITPOST_TOP_TAGS_HINT ``` ### modules/forums/tpl/forums.newtopic.tpl ``` FORUMS_NEWTOPIC_TOP_TAGS FORUMS_NEWTOPIC_TOP_TAGS_HINT ``` ### modules/page/tpl/page.add.tpl ``` PAGEADD_TOP_TAGS PAGEADD_TOP_TAGS_HINT ``` ### modules/page/tpl/page.edit.tpl ``` PAGEEDIT_TOP_TAGS PAGEEDIT_TOP_TAGS_HINT ``` ## Removed tag blocks: ### modules/page/tpl/page.add.tpl ### modules/page/tpl/page.edit.tpl ### plugins/i18n/tpl/i18n.page.tpl ``` TAGS ``` use `<!-- IF {PAGEEDIT_FORM_TAGS} -->` instead ### modules/forums/tpl/forums.editpost.tpl ``` FORUMS_NEWTOPIC_TAGS ``` use `<!-- IF {FORUMS_NEWTOPIC_FORM_TAGS} -->` instead ### modules/forums/tpl/forums.editpost.tpl ``` FORUMS_EDITPOST_TAGS ``` use `<!-- IF {FORUMS_EDITPOST_FORM_TAGS} -->` instead

    No due date
    25/35 issues closed
  • No due date
    1/13 issues closed
  • 0.9.x will become 1.0.0 when these goals will have been reached: * Production stability. * Most important plugins migrated to the new APIs. * Top requested modules implemented or bridged from the other projects. * Performance optimizations done, cache works in all layers: variable, block, page.

    No due date
    22/72 issues closed