]> git.mxchange.org Git - mailer.git/blobdiff - DOCS/TODOs.txt
ext-validator introduces, several HTML cleanups, fixes for e.g. user email link,...
[mailer.git] / DOCS / TODOs.txt
index 74d16df68c6ccbd4ed765c8eb36e9917303de914..e2b612f4614abc790856a39e98179f25be306c80 100644 (file)
 ./inc/functions.php:1046:      // @TODO Do only use $content and deprecate $GLOBALS and $DATA in templates
 ./inc/functions.php:2489:              // @TODO Add a little more infos here
 ./inc/functions.php:256:       // @TODO Remove this sanity-check if all is fine
-./inc/functions.php:2571:                      // @TODO Move this SQL code into a function, let's say 'getTimestampFromPoolId($id) ?
-./inc/functions.php:2594:                      // @TODO Rewrite this old lost code to a template
+./inc/functions.php:2572:                      // @TODO Move this SQL code into a function, let's say 'getTimestampFromPoolId($id) ?
+./inc/functions.php:2595:                      // @TODO Rewrite this old lost code to a template
 ./inc/functions.php:259:       // @TODO Try to rewrite all $DATA to $content
-./inc/functions.php:2683:                      // @TODO Are these convertions still required?
-./inc/functions.php:2701:// @TODO Rewrite this function to use readFromFile() and writeToFile()
-./inc/functions.php:3580:// @TODO Lame description for this function
-./inc/functions.php:3602:                      // @TODO Move this in a filter
-./inc/functions.php:3726:      // @TODO This is still very static, rewrite it somehow
+./inc/functions.php:2684:                      // @TODO Are these convertions still required?
+./inc/functions.php:2702:// @TODO Rewrite this function to use readFromFile() and writeToFile()
+./inc/functions.php:3581:// @TODO Lame description for this function
+./inc/functions.php:3603:                      // @TODO Move this in a filter
+./inc/functions.php:3727:      // @TODO This is still very static, rewrite it somehow
 ./inc/functions.php:474:       // @TODO Do only use $content, not $DATA or raw variables
 ./inc/functions.php:544:               // @TODO Extension 'msg' does not exist
 ./inc/functions.php:613:// @TODO Rewrite this to an extension 'smtp'
@@ -75,9 +75,9 @@
 ./inc/libs/task_functions.php:53:// @TODO Move all extension-dependent queries into filters
 ./inc/libs/user_functions.php:138:     // @TODO These two constants are no longer used, maybe we reactivate this code?
 ./inc/libs/user_functions.php:225:// @TODO Double-check configuration entry here
-./inc/libs/user_functions.php:314:                     // @TODO Make this filter working: $ADDON = runFilterChain('post_login_update', $content);
-./inc/libs/user_functions.php:334:                     // @TODO Make this filter working: $URL = runFilterChain('do_login', array('content' => $content, 'addon' => $ADDON));
-./inc/libs/user_functions.php:410:     // @TODO We should try to rewrite this to fetchUserData() somehow
+./inc/libs/user_functions.php:317:                     // @TODO Make this filter working: $ADDON = runFilterChain('post_login_update', $content);
+./inc/libs/user_functions.php:337:                     // @TODO Make this filter working: $URL = runFilterChain('do_login', array('content' => $content, 'addon' => $ADDON));
+./inc/libs/user_functions.php:413:     // @TODO We should try to rewrite this to fetchUserData() somehow
 ./inc/libs/yoomedia_functions.php:116: $response = YOOMEDIA_QUERY_API('out_textmail.php', true); // @TODO Ask Yoo!Media for test script
 ./inc/load_config.php:77:      // @TODO Rewrite them to avoid this else block
 ./inc/loader/load_cache-extension.php:13: * @TODO Rewrite this whole file to load_cache-extensions.php           *
 ./inc/modules/member/what-bonus.php:57:        // @TODO Rewrite this to a filter
 ./inc/modules/member/what-categories.php:129:          // @TODO Rewrite this to use $OUT .= ...
 ./inc/modules/member/what-doubler.php:56:// @TODO The '*100' is in the way to get moved into the template
-./inc/modules/member/what-order.php:450:                       // @TODO Rewrite this to a filter
+./inc/modules/member/what-order.php:453:                       // @TODO Rewrite this to a filter
 ./inc/modules/member/what-order.php:65:// @TODO Rewrite this to a filter
 ./inc/modules/member/what-payout.php:221:                                      // @TODO Rewrite this to a filter
 ./inc/modules/member/what-points.php:55:// @TODO Should we rewrite this to a filter?