Difference between revisions of "MiscellaneousTasks"

Line 9: Line 9:
 
== [[DoneDone]] ==
 
== [[DoneDone]] ==
 
* <s> Input box focus is removed on page load </s>  
 
* <s> Input box focus is removed on page load </s>  
* <s> Stage_branch script is fixed <s>  
+
* <s> Stage_branch script is fixed </s>  
 
* <s> Database is populated correctly. </s>  
 
* <s> Database is populated correctly. </s>  
 
* 1st Migration in compost is altered to add index to the 'cl_sortkey' column in 'categorylinks' table.
 
* 1st Migration in compost is altered to add index to the 'cl_sortkey' column in 'categorylinks' table.

Revision as of 12:50, 28 January 2008

OurWork Edit-chalk-10bo12.png

What (summary)

Tasks which have been crossed off and marked as DoneDone but need quick fixes are listed here.

Why this is important

We dont want bugs to prevail in our code base.

DoneDone

  • Input box focus is removed on page load
  • Stage_branch script is fixed
  • Database is populated correctly.
  • 1st Migration in compost is altered to add index to the 'cl_sortkey' column in 'categorylinks' table.
  • Empty skin name problem in skin.php is resolved

Steps to get to DoneDone

  • Understand how document.load works in jQuery
  • Remove .blur from search.js
  • Produce the problem
  • Understand what $parser->replaceVariables does.
  • Hypothesis:
    • Error is due to the fact that the event is not unbind when the page gets unload.
    • Error is due to the pages the browser stores as cache.
  • Find out the cause of the problem.
  • Fix the $ is not defined, [Break on this error] $("#search-query").addClass('au-faded-text'); problem. NOT FIXED.
  • Stage a new branch locally
  • Run stage_branch script to produce the error.
  • Find out why database is not being populated by wiki_dev.sql \
  • Alter the 1st migration to add index to cl_sortkey in categorylinks.


Retrieved from "http://aboutus.com/index.php?title=MiscellaneousTasks&oldid=14630000"