From 5f0a158c9a2d54cbef50a454cfbcba3cedcec667 Mon Sep 17 00:00:00 2001 From: xevidos Date: Fri, 27 Jul 2018 14:19:11 -0400 Subject: [PATCH] Updated Readme and Example Config --- README.md | 27 ++++++++++++++------------- config.example.php | 2 +- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 0ee666f..b4019c4 100755 --- a/README.md +++ b/README.md @@ -11,14 +11,14 @@ Distributed under the MIT-Style License. See LICENSE.txt file for more informati Features: * 132 Native programming languages supported. -* Auto Complete ( CTRL + Space ) -* Auto Save -* Collaborative Editing -* Multi Cursor -* PHP 7.2 Compatibility -* Self updating -* Split editor mode -* Themes +* Auto Complete ( CTRL + Space ). +* Auto Save. +* Collaborative Editing. +* Multi Cursor. +* PHP 7.2 Compatibility. +* Self updating. +* Split editor mode. +* Themes. When you see a - in front of a task that means it is a possibility but we aren't sure we will add it yet. @@ -31,11 +31,12 @@ Task List: * -Add ability to see what people are highlighting in collaboration mode. * Add custom market. * Add if file could not be saved 5 times close the editor. +* Add multi level users. ( Projects for only certain groups, Permission levels ) * Add mobile compatibility. - +--- * Clean up Collaborative compatibility. * Clean up update script. - +--- * Fix [WangYihangs execution exploit](https://github.com/WangYihang/Codiad-Remote-Code-Execute-Exploit) * Fix site settings identification issue. @@ -44,8 +45,8 @@ Completed: * Add Auto Save. * Add Self Updating Script. * Add Site renaming. - +--- * Fix Auto Complete. * Fix JS errors already showing. - -* Update for PHP 7.2. \ No newline at end of file +--- +* Updated for PHP 7.2. \ No newline at end of file diff --git a/config.example.php b/config.example.php index 1098cc4..050f9ff 100755 --- a/config.example.php +++ b/config.example.php @@ -35,7 +35,7 @@ date_default_timezone_set("America/Chicago"); //define("AUTH_PATH", "/path/to/customauth.php"); // Site Name -define("SITE_NAME", "Codiad"); +//define("SITE_NAME", "My Site Name"); ////////////////////////////////////////////////////////////////// // ** DO NOT EDIT CONFIG BELOW **