<?php
  include_once '../doc-typo3-funcs.php';
  $doxygen_vars = array(	"title" => "TYPO3 4.0.1: Todo List",
				"datetime" => "Sat Dec 2 19:27:36 2006",
				"date" => "2 Dec 2006",
				"doxygenversion" => "1.4.6",
				"projectname" => "TYPO3 4.0.1",
				"projectnumber" => "4.0.1"
			);
  get_header($doxygen_vars);
?>
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
  <ul>
    <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
    <li><a href="classes.html"><span>Classes</span></a></li>
    <li><a href="files.html"><span>Files</span></a></li>
    <li><a href="dirs.html"><span>Directories</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
    <li><a href="examples.html"><span>Examples</span></a></li>
    <li>
      <form action="search.php" method="get">
        <table cellspacing="0" cellpadding="0" border="0">
          <tr>
            <td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td>
            <td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
          </tr>
        </table>
      </form>
    </li>
  </ul></div>
<h1><a class="anchor" name="todo">Todo List</a></h1><a class="anchor" name="_todo000009"></a> <dl>
<dt>Member <a class="el" href="classSC__mod__tools__em__index.html#4b9e22fc77ff8ddc6a3bdf952fffe23e">SC_mod_tools_em_index::installExtension</a> ($extKey, $version=null, $mode=EM_INSTALL_VERSION_MIN) </dt>
<dd>Make the method able to handle needed interaction somehow (unmatched dependencies) </dd>
</dl>
<p>
<a class="anchor" name="_todo000002"></a> <dl>
<dt>Member <a class="el" href="classt3lib__div.html#de88fdac772a76f54c3bf90803765d79">t3lib_div::compat_version</a> ($verNumberStr) </dt>
<dd>Still needs a function to convert versions to branches </dd>
</dl>
<p>
<a class="anchor" name="_todo000003"></a> <dl>
<dt>Member <a class="el" href="classt3lib__div.html#beba21fa59f1c0160c54d4174d19baf4">t3lib_div::validPathStr</a> ($theFile) </dt>
<dd>Possible improvement: Should it rawurldecode the string first to check if any of these characters is encoded ? </dd>
</dl>
<p>
<a class="anchor" name="_todo000004"></a> <dl>
<dt>Member <a class="el" href="classt3lib__sqlengine.html#c97d28fca141ebe201c5eb79cfee8822">t3lib_sqlengine::readDataSource</a> ($table) </dt>
<dd>Table locking tools? </dd>
</dl>
<p>
<a class="anchor" name="_todo000005"></a> <dl>
<dt>Member <a class="el" href="classt3lib__sqlengine.html#db6238001fb99accc1dcaf6a870b0b72">t3lib_sqlengine::saveDataSource</a> ($table) </dt>
<dd>Table locking tools? </dd>
</dl>
<p>
<a class="anchor" name="_todo000007"></a> <dl>
<dt>Member <a class="el" href="classt3lib__TStemplate.html#a68402656aba29e16148acea96e26cc3">t3lib_TStemplate::getFromMPmap</a> ($pageId=0) </dt>
<dd>Implement some caching of the result between hits. (more than just the memory caching used here) </dd>
</dl>
<p>
<a class="anchor" name="_todo000006"></a> <dl>
<dt>Member <a class="el" href="classt3lib__TStemplate.html#37f9182b4cd6895c3cb5b3ce59cdcc01">t3lib_TStemplate::mergeConstantsFromPageTSconfig</a> ($constArray) </dt>
<dd>Apply caching to the parsed Page TSconfig. This is done in the other similar functions for both frontend and backend. However, since this functions works for BOTH frontend and backend we will have to either write our own local caching function or (more likely) detect if we are in FE or BE and use caching functions accordingly. Not having caching affects mostly the backend modules inside the "Template" module since the overhead in the frontend is only seen when TypoScript templates are parsed anyways (after which point they are cached anyways...) </dd>
</dl>
<p>
<a class="anchor" name="_todo000012"></a> <dl>
<dt>Member <a class="el" href="classtslib__cObj.html#e053e1b9d1fe24ac52d1f4ba915e65e2">tslib_cObj::addParams</a> ($content, $conf) </dt>
<dd>Make it XHTML compatible. Will not present "/&gt;" endings of tags right now. Further getting the tagname might fail if it is not separated by a normal space from the attributes. <a class="el" href="">&amp;tx_extrepmgm_pi1[extUid]=270&amp;tx_extrepmgm_pi1[tocEl]=325&amp;cHash=ae4272e694  <a class="anchor" name="_todo000013"></a> Member <a class="el" href="classtslib__cObj.html#aa16ac81e970b2add4c37995144a65ea">tslib_cObj::TCAlookup</a> ($inputValue, $conf) It would be nice it this function basically looked up any type of value, db-relations etc.  <a class="anchor" name="_todo000016"></a> Member <a class="el" href="classtx__impexp__clickmenu.html#3b0488f28a0ae7d1f34b18a74ce9401b">tx_impexp_clickmenu::main</a> (&amp;$backRef, $menuItems, $table, $uid) Skinning for icons...  <a class="anchor" name="_todo000017"></a> Member <a class="el" href="classtx__install.html#4094616e4e7fdae3829063800e84abb0">tx_install::cleanupManager</a> () Add more functionality ...  <a class="anchor" name="_todo000014"></a> Member <a class="el" href="classux__t3lib__DB.html#d2f882d9681b12d0f3250b8875f20ed9">ux_t3lib_DB::admin_get_tables</a> () Should the check for Oracle Recycle Bin stuff be moved elsewhere?  <a class="anchor" name="_todo000015"></a> Member <a class="el" href="classux__t3lib__DB.html#fcea4865ad25479e66adaed742581064">ux_t3lib_DB::debug_explain</a> ($query) Not supporting other than the default handler? And what about DBMS of other kinds than MySQL - support for EXPLAIN?  <a class="anchor" name="_todo000001"></a> Namespace <a class="el" href="namespaceTYPO3.html">TYPO3</a>  Need to really extend this class when the tcemain library has been updated and the whole API is better defined. There are some known bugs in this library. Further it would be nice with a facility to not only analyze but also clean up!  </a></dd>
</dl>
<?php
  include_once '../doc-typo3-funcs.php';
  get_footer();
?>