Difference between revisions of "MiscellaneousTasks"
Line 36: | Line 36: | ||
* <s> Run stage_branch script to produce the error.</s> | * <s> Run stage_branch script to produce the error.</s> | ||
* <s> Find out why database is not being populated by wiki_dev.sql </s> \ | * <s> Find out why database is not being populated by wiki_dev.sql </s> \ | ||
− | * Alter the 1st migration to add index to cl_sortkey in categorylinks. | + | * <s> Alter the 1st migration to add index to cl_sortkey in categorylinks. </s> |
[[Category:DevelopmentTask]] | [[Category:DevelopmentTask]] | ||
</noinclude> | </noinclude> |
Revision as of 13:30, 28 January 2008
What (summary)
MiscellaneousTasks would let us identify certain areas where we need to improve our code. These improvements are not related to a specific task as such but would let us improve the overall quality of our code.
Why this is important
There are certain areas where we want our code to improve. This task would let us identify the specific areas where we should improve the quality and work on these areas.
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. - rake db:migrate VERSION=x works fine
- Empty skin name problem in skin.php is resolved
- The following files are refactored:
- Casespace.php
- AboutUsSearch.php
- The wrapper classes for following files are made:
- Title.php
- Article.php
- Output.php
- Parser.php
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.