CodeFixthisList 

TB Wiki

Login

CodeFixthisList

Below is a table of FIXTHIS lines in the source code for tbwiki. This table is created using data_scan and table modules.

file  ^ line_no  ^ description  ^
MacroBackup.py 30 add file to files directory
MacroFuegoRunsList.py 13 look for test run json file
MacroMissingPages.py 79 should handle multiple links on the same line
MacroMissingPages.py 100 could check file area for other items
MacroTitleIndex.py 55 show items in 3 columns
ProcessorBlog.py 174 parse out the entry date, and display according to config
ProcessorBlogMultipage.py 83 use CodeFixthisList for page title
ProcessorBlogMultipage.py 84 use <font color=red>&lt;missing data value for key "sidebar_html"&gt</font> for sidebar content
ProcessorBlogMultipage.py 288 fabricate my own edit links for blog entries
ProcessorBlogMultipage.py 289 create page edit link, depending on wiki config
ProcessorBlogMultipage.py 495 add Blog.add_entry action??
ProcessorBootRegion.py 121 must constrain lab name or machine name to not have a -
ProcessorBootRegion.py 133 this parse doesn't work if lab name has a '-' in it
ProcessorBootRegion.py 299 for now, only parse cmdline, kernel version, and regions
ProcessorBootRegion.py 669 eliminate the deepcopy in meta_table()
ProcessorBootRegion.py 918 do something with format_str_str
ProcessorChart.py 9 find a good way to pass content to the draw invocation
ProcessorChart.py 20 don't hardcode the width and height in object ref
ProcessorChart.py 27 determine client from req info
ProcessorChart.py 49 should delete tmp file here
ProcessorFlot.py 83 show warning if required processor variables are missing
ProcessorFuego.py 127 could consolidate put_test and put_run
ProcessorFuego.py 163 should return url here instead of full server path??
ProcessorFuego.py 208 could write only known fields here, to prevent abuse
ProcessorFuego.py 215 this doesn't handle multi-line fields. They should be put
ProcessorFuego.py 273 read files and filter by attributes
ProcessorFuego.py 333 could do get_next_request (with wildcards) to save a query
ProcessorProgressChart.py 64 should parse default_value from last value entered (+1?)
ProcessorRefresh.py 68 rewrite block, then show page
ProcessorRefresh.py 78 rewrite block, the show page
ProcessorRegressionCheck.py 44 are there other variables that need to be masked here?
ProcessorTrigger.py 42 set 'triggered' in req.form
ProcessorTrigger.py 63 check that trigger has not fired too recently
ProcessorUserChoice.py 44 (high) pass block name to action in form, to allow showing the result
ProcessorWebSed.py 213 continue outer loop?
ProcessorYellowBox.py 82 should sanitize input here
data_scan.py 182 parse endpat and precursors on the same line??
data_scan.py 336 should also store record on record_end
data_scan.py 395 last value is never put in record
data_scan.py 456 support URL wildcarding in get_filelist
data_scan.py 508 match_spec must include record_start for the reset
data_scan.py 598 test2 routine is old and won't work
pychartwrapper.py 64 put this hack in for now
pychartwrapper.py 114 handle missing chart attributes here gracefully
runningchartwrapper.py 102 should use table read routines and allow
scan_server.py 52 should eat rec_startpat from line here
scan_server.py 99 could post partial data also -
table.py 206 return a translated (sanitized) value
table.py 216 should check for backwards ranges
table.py 287 in parse_range, support empty range to mean all preceding cells in this column
table.py 289 support nested parens in formula expression for spreadsheets
table.py 402 handle expressions for COUNTIF
table.py 640 make page backup on inline block modification
table.py 694 does in-memory database need to be updated??
table.py 801 (low) should print a message about a field attribute not being overridden here (if we're debugging)
table.py 951 only allow stripped records for record_id (keys)???
table.py 1000 should use get_cell_ref here
table.py 1017 Ugh! using row_output_list for relative cell references depends on the view of the table
table.py 1090 maintain num_fields??, in case this record
table.py 1106 this doesn't appear to adjust the records
table.py 1122 use comma as separator for col_output_list
table.py 1310 add to error message table message
table.py 1373 document table config option 'link_action'
table.py 1387 could use code like following for to allow generic field display (with formspec)
table.py 1464 create edit and remove forms for columns later
table.py 1484 should use col_output_list when showing edit table form
table.py 1544 should support form_spec for a whole table
table.py 1594 edit_links functionality should be moved to form_fields_generator_class
table.py 1595 should have an url_encode() routine here
table.py 1605 should use make_url here!
table.py 1676 replace form 'conf' with form 'table_block'
table.py 1699 or it might really be a missing source_spec error
table.py 1700 we should be able to remove source_spec from urls and forms safely
table.py 1823 make a new tbwikidb page here, new_page=%s" % new_page_name)
table.py 1928 should have a single routine read_page_or_block(spec):
table.py 1930 read_page_or_block doesn't process PageName right now
table.py 1932 need to process data_dir in read_page_or_block()
table.py 1949 need to process data_dir in write_page_or_block()
table.py 1962 have read_attrdb_files use parse_attrdb_data() function
table.py 2070 should use parse_attrdb_data here!
table.py 2097 use record_id for key in attrdb files instead of record
table.py 2387 should order columns of attrdb by better than alphabetical?
table.py 2432 shouldn't need this strip-less assignment for row_names
table.py 2448 figure out better field order than just alphabetical
table.py 2465 need a good way to assign record_num to each record
table.py 2511 get record_id_name from tbwikidb db config
table.py 2555 SECURITY!! - Can user can set db_file in the form??
table.py 2694 should signal an error on bad tb_type
table.py 2794 record_id is listed twice, and this
table.py 2884 should add some tests here
table.py 2935 that's really awkward!
table.py 2948 showing form by record_id is not supported
tbwiki_engine.py 183 item_class::to_html needs to handle tbwikidb and moin_table
tbwiki_engine.py 206 handle reading tbwikidb file in item_class
tbwiki_engine.py 434 could have name collision in backup dir if non-page
tbwiki_engine.py 689 remove last trail cookie?
tbwiki_engine.py 697 need to handle page access here also
tbwiki_engine.py 1179 (low) scan_log scales linearly with the size of the log
tbwiki_engine.py 1550 should see if user with same name already exists
tbwiki_engine.py 1772 debug new get_named_or_numbered_block that avoids partial block_name matches
tbwiki_engine.py 1877 put_named_or_numbered_block doesn't handle }}} with content before the braces
tbwiki_engine.py 1939 call sub-actions with content also
tbwiki_engine.py 2095 should handle nesting here
tbwiki_engine.py 2211 convert Table to an external macro???
tbwiki_engine.py 2219 should also process pre (stuff before macro) here
tbwiki_engine.py 2262 (low) should colorize the image link, depending on whether the file exists, if it's local
tbwiki_engine.py 2520 should import plugins on demand
tbwiki_engine.py 2591 determine if page should be cached
tbwiki_engine.py 2773 special page handling doesn't work right
tbwiki_engine.py 3089 have cookies last a configured amount of time
tbwiki_engine.py 3188 need user.editform FORM action to encrypt password
tbwiki_engine.py 3189 maybe put password/confirmation handling in table edit code?
tbwiki_engine.py 3190 user.editform doesn't work - doesn't save all values yet
tbwiki_engine.py 3222 save user edit data
tbwiki_engine.py 3269 look up original block content for sub-actions
vgchart.py 53 lines
vgchart.py 231 determine the chart offsets (for labels), the
vgchart.py 233 need to autosense the axis width, height and step
vgchart.py 361 determine the margins (for labels), the
vgchart.py 437 bar chart has no scaling right now
vgchart.py 463 determine the margins (for labels and the key)
vgchart.py 465 hardcode these for now
vgchart.py 481 should sort data set by value size
vgchart.py 507 also draw color key for data
vgchart.py 522 if there are children, draw them in a new color
vgchart.py 622 add text to test rectangle
vgchart.py 718 should raise an exception here??
vgchart.py 774 validate string here??
Query

TBWiki engine 1.9.3 by Tim Bird