Skip to content
NeZanyat edited this page Apr 12, 2012 · 1 revision
  1. HTML5 only.(do not must contain old html tags for XHTML 4.1 or if it's can do in css, so it must do in css)

  2. DEPRECATED sript tags in VIEW

  3. JavaScript wrote only in coffee script. In repository all coffee scripts must be in compiled version (.js)

  4. first step Browser support Firefox and Chrome (minus Opera, IE - it's for future release and support)

  5. SQL - all files in folder ./sql 5.1 if make some changes in db. create file update_date.sql(update_2012_04_05.sql) which contains ALTER TABLE ... . if db structure changed and php code changed but there is no sql file with changes. all commints will be removed to previous state.

  6. all commits only in english. 6.1 no commits with message "strange, but work's" - make commits only with at least 70-80% working code or add to commit message "DRAFT" 6.2 if need to play with code to find best solution than create a branch and masturbate there

Clone this wiki locally