Difference between revisions of "MiscellaneousTasks"

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

(34 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) ==
Tasks which have been crossed off and marked as DoneDone but need quick fixes are listed here.
+
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 ==
 
== Why this is important ==
We dont want bugs to prevail in our code base.
+
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]] ==
 
== [[DoneDone]] ==
* Input box focus is removed on page load
+
* <s> Input box focus is removed on page load </s>
* Stage_branch script is fixed
+
* <s> Stage_branch script is fixed </s>
** Database is populated correctly.
+
* <s> Database is populated correctly. </s>
** 1st Migration in compost is altered to add index to the 'cl_sortkey' column in 'categorylinks' table.
+
* <s> 1st Migration in compost is altered to add index to the 'cl_sortkey' column in 'categorylinks' table. </s>
 +
* <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:
 +
** 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]] ==
 
== Steps to get to [[DoneDone]] ==
* Remove .blur from search.js
+
* <s> Clean up this section </s>
* Stage a new branch locally
+
* Get rid of the skin fetch error from compost to mediawiki at aboutustest.org.  
* Run stage_branch script to produce the error.
+
* Rename the function checkMetaTabe to updateMetaTable. This is more synchronous with the functionality that this function is providing.
* Find out why database is not being populated by wiki_dev.sql
+
* Refactor Casespace.php
 
 
[[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"