Difference between revisions of "Appliance Developers Page"

From OpenEMR Project Wiki
Line 4: Line 4:
:*May want to install the full vim with sudoapt-get install vim for future versions since the vim included does not do syntax coloring.
:*May want to install the full vim with sudoapt-get install vim for future versions since the vim included does not do syntax coloring.
:*Migrate to Ubuntu 12.04
:*Migrate to Ubuntu 12.04
:*Potentially may need to increase the max_input_vars (new to php 5.4 it appears) setting if the Administration->Layouts screen doesn't work.


==4.1.0==
==4.1.0==

Revision as of 08:22, 8 September 2012

Place to keep track of ongoing appliance development and contributions.

4.1.2

  • May want to install the full vim with sudoapt-get install vim for future versions since the vim included does not do syntax coloring.
  • Migrate to Ubuntu 12.04
  • Potentially may need to increase the max_input_vars (new to php 5.4 it appears) setting if the Administration->Layouts screen doesn't work.

4.1.0

DONE - Added all below contributions.

  • Plan to do a 'sudo aptitude update' and a 'sudo aptitude upgrade' when upgrading the appliance.
  • 'sudo aptitude update' in several places within manual (see HERE) (contributor:Andrew_Dyer)
  • New backup script (see HERE) (contributor:Andrew_Dyer)
  • New Login page (see HERE) (contributor:Andrew_Dyer)