From f17c663b7d23573bb732035371ace910988b9e61 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 3 Sep 2018 15:08:28 -0700 Subject: [PATCH] remove old --- Changelog.md | 60 ---------------------------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 Changelog.md diff --git a/Changelog.md b/Changelog.md deleted file mode 100644 index 4e05022..0000000 --- a/Changelog.md +++ /dev/null @@ -1,60 +0,0 @@ -# 2.3.x - -## End Users -* Now one table with a basic default view you can customize https://git.feneas.org/diasporg/Poduptime/issues/171 -* Wizard to help you filter the columns to what you need https://git.feneas.org/diasporg/Poduptime/issues/145 - -## Podmins -* Can link directly to your pod via https://podupti.me/domain.name for stats and to allow users to rate easier - -# 2.3.0 - -## Podmins -* Can no longer access db/pull.php to test their pod, they can however get to a debug screen from the edit pod area -* Language is detected based on your homepage, edit your homepage to non-en if that is what you use -* Edit will send to email on file and be less delay, runner of site does not really have anyway to verify email address - -## DB -* Add development and release dates to masterversions table https://git.feneas.org/diasporg/Poduptime/issues/143 -* Store full country name, store days monitored each pod https://git.feneas.org/diasporg/Poduptime/issues/150 -* Store detectedlanguage https://git.feneas.org/diasporg/Poduptime/issues/144 -* DB migrations see db/version.md -* rename table rating_comments to ratingcomments for redbean support https://git.feneas.org/diasporg/Poduptime/issues/146 -* Default new pods to UP to be checked -* Remove unused hidden and secure columns https://git.feneas.org/diasporg/Poduptime/issues/141 https://git.feneas.org/diasporg/Poduptime/issues/140 - -## Cleanup -* Use the git API for release versions, check development releases on pods https://git.feneas.org/diasporg/Poduptime/issues/143 -* Forbid access to files that should be cli only https://git.feneas.org/diasporg/Poduptime/issues/152 -* Move from bower to yarn for packages https://bower.io/blog/2017/how-to-migrate-away-from-bower/ -* Move to PHP 7.2 with declare(strict_types=1); -* Move to Eslint compliance https://eslint.org/docs/rules/ -* Move to PSR-2 compliance https://www.php-fig.org/psr/psr-2/ -* NOTE config.php.example change to full paths for 2 items! - -## End Users -* Show version and update in full view cleaner https://git.feneas.org/diasporg/Poduptime/issues/143 -* Filter and search on the columns of data https://git.feneas.org/diasporg/Poduptime/issues/147 -* Paginate the results so they fit per page https://git.feneas.org/diasporg/Poduptime/issues/147 -* Show time as human readable everywhere https://git.feneas.org/diasporg/Poduptime/issues/150 - -# 2.2.0 - -## Podmins -* Can now pause/unpause or delete from podmin area - -## End Users -* go.php auto select picks a more stable pod than before -* Graph on user growth on the network -* Make map prettier -* Use lines on tables to make them more readable - -## Cleanup -* Don't delete dead pods, keep them and data for history hide them for users -* Put daily tasks in the pull.sh and run each day -* Fix ipv6 - -## DB -* Add monthly stats table -* Update status to 1-5 rather than text -* Two migrations for this version update see db/version.md -- GitLab