From 6008f2d28266f9a5ca1c49bccea4a3a0766105f7 Mon Sep 17 00:00:00 2001 From: brettp Date: Sun, 11 Oct 2009 16:17:35 +0000 Subject: Added coding styles and changes documents. git-svn-id: http://code.elgg.org/elgg/trunk@3526 36083f99-b078-4883-b0ff-0f9b5a30f544 --- CHANGES.txt | 13 +++++++++++++ CODING.txt | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 CHANGES.txt create mode 100644 CODING.txt diff --git a/CHANGES.txt b/CHANGES.txt new file mode 100644 index 000000000..78944ddf5 --- /dev/null +++ b/CHANGES.txt @@ -0,0 +1,13 @@ +Version 1.7.0 +(?? November 2009 from /branches/1.7.x) +http://code.elgg.org/elgg/..... + + User-visible changes: + * UTF8 now saved correctly in database. #1151 + * Unit tests added at engine/tests/suites.php + + Bugfixes: + * Searching by tag with extended characters now works. #1151, #1231 + + API changes: + * New plugin hook system:unit_test for adding files to unit tests. diff --git a/CODING.txt b/CODING.txt new file mode 100644 index 000000000..a3b92096f --- /dev/null +++ b/CODING.txt @@ -0,0 +1,38 @@ +These are the coding standards for Elgg. All core development, bundled +plugins, and tickets attached to Trac are expected to be in this format. + +* Unix line endings +* Hard tabs, 4 character tab spacing. +* No shortcut tags ( tag at EOF. (Avoids problems with trailing + whitespace.) -- cgit v1.2.3