Difference between revisions of "MiscellaneousTasks"

m
(Refactored to use standard open task categories Category:OpenTask, Category:DevelopmentTeam)
 

(14 intermediate revisions by 3 users not shown)



Line 1: Line 1:
<noinclude><big>[[OurWork]] < [[DevelopmentTeam]] < [[DevelopmentTeamPriorities|Priorities]] < </noinclude> [[MiscellaneousTasks]] ('''[[AliAnwar|Ali Anwar]]''') {{JustTinyEditIcon|MiscellaneousTasks}}<noinclude></big>
+
<noinclude><big>[[OurWork]] < [[DevelopmentTeam]] < [[DevelopmentTeamPriorities|Priorities]] < </noinclude> [[MiscellaneousTasks]] {{JustTinyEditIcon|MiscellaneousTasks}}<noinclude></big>
 
__NOTOC__
 
__NOTOC__
 
== What (summary) ==
 
== What (summary) ==
Line 12: Line 12:
 
* <s> Database is populated correctly. </s>  
 
* <s> Database is populated correctly. </s>  
 
* <s> 1st Migration in compost is altered to add index to the 'cl_sortkey' column in 'categorylinks' table. </s>  
 
* <s> 1st Migration in compost is altered to add index to the 'cl_sortkey' column in 'categorylinks' table. </s>  
* rake db:migrate VERSION=x works fine
+
* <s> rake db:migrate VERSION=x works fine </s>
 +
* isset($flag) && $flag == true is refactored by adding a function that would eventually be used everywhere in our code.
 +
* [[Fix_Casespace_Backlinks]]
 +
* The problem of not being able to get values of disabled checkboxes at server side in my preferences is fixed.
 
* Empty skin name problem in skin.php is resolved
 
* Empty skin name problem in skin.php is resolved
 
* AboutUs Extensions are refactored:
 
* AboutUs Extensions are refactored:
Line 25: Line 28:
  
 
== Steps to get to [[DoneDone]] ==
 
== Steps to get to [[DoneDone]] ==
 +
* <s> Clean up this section </s>
 +
* Get rid of the skin fetch error from compost to mediawiki at aboutustest.org.
 
* Rename the function checkMetaTabe to updateMetaTable. This is more synchronous with the functionality that this function is providing.
 
* Rename the function checkMetaTabe to updateMetaTable. This is more synchronous with the functionality that this function is providing.
* <s> Understand how document.load works in jQuery </s>
+
* Refactor Casespace.php
* <s> Remove .blur from search.js </s>
 
* <s> Produce the problem </s>
 
* <s> Understand what $parser->replaceVariables does.</s>
 
* <s> 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.</s>
 
* <s> Find out the cause of the problem.
 
* Fix the $ is not defined, [Break on this error] $("#search-query").addClass('au-faded-text'); problem.</s> NOT FIXED.
 
* <s> Stage a new branch locally</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> Alter the 1st migration to add index to cl_sortkey in categorylinks. </s>
 
* <s> Understand the current task. </s>
 
* Check the problem in rake db:migrate VERSION=x
 
[[Category:DevelopmentTask]]
 
 
</noinclude>
 
</noinclude>
 +
[[Category:DevelopmentTeam]]
 +
[[Category:OpenTask]]

Latest revision as of 21:00, 7 February 2008

OurWork Edit-chalk-10bo12.png

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
  • isset($flag) && $flag == true is refactored by adding a function that would eventually be used everywhere in our code.
  • Fix_Casespace_Backlinks
  • The problem of not being able to get values of disabled checkboxes at server side in my preferences is fixed.
  • Empty skin name problem in skin.php is resolved
  • AboutUs Extensions 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

  • Clean up this section
  • Get rid of the skin fetch error from compost to mediawiki at aboutustest.org.
  • Rename the function checkMetaTabe to updateMetaTable. This is more synchronous with the functionality that this function is providing.
  • Refactor Casespace.php


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