mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-26 16:15:54 +03:00
[PR #108] [MERGED] Ability to rotate logs #174
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
question
upstream
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsedit#174
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/tuxis-ie/nsedit/pull/108
Author: @richard-underwood
Created: 8/24/2016
Status: ✅ Merged
Merged: 9/13/2016
Merged by: @tuxis-ie
Base:
master← Head:issue-107📝 Commits (10+)
d1b8174Initial implementation of log rotation.56c1789Changed "Save logs" to "Download logs" for clarity.f081d96Allow viewing of past logs.9d8d909Remove jtable_respond from the CLI script.ff8df5eMerge remote-tracking branch 'origin/master' into issue-107befb891Changed Download logs to download the logs currently being shown, not always the current logs - note, doesn't filter first.2cb95a6UNRELATED CHANGE - put test around curl_reset to allow testing on PHP 5.47c767b7Merge remote-tracking branch 'origin/master' into issue-107669c78aMerge remote-tracking branch 'origin/master' into issue-1078d6e8ddRemoved delete button from logs table as the action wasn't implemented and would not be possible on rotated logs.📊 Changes
5 files changed (+211 additions, -51 deletions)
View changed files
📝
includes/config.inc.php-dist(+5 -0)📝
includes/misc.inc.php(+52 -0)📝
index.php(+72 -12)📝
logs.php(+66 -39)➕
rotate-logs.php(+16 -0)📄 Description
This is for #107 - the core work is complete, but it needs testing, particularly with a mix of unusual logging and allow*logs options.
Please don't merge yet, but let me know if you have any comments.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.