Dismiss Review
Are you sure you want to dismiss this review?
Labels
Clear labels
Eolite
FS
Good First PR
GSoC
HardwareTested
HLL
Influence/Settings
Influence/Text/TYPO
IRCC
Lang/C
Lang/FASM
Pay for the code
Subsystem/API
Subsystem/Audio
Subsystem/Graphics
Subsystem/IPC and events
Subsystem/Memory
Subsystem/Network
Subsystem/Services(daemon)
Subsystem/Taskmanager
Subsystem/VFS
Subsystem/Window
Category
Applications
Category
Drivers
Category
General
Category
Kernel
Category
Libraries
The issue is suitable to beginners
This issue or PR in the Google Source of Code program
Kind
Breaking
Breaking change that won't be backward compatible
Kind
Bug
Something is not working
Kind
Build
Kind
Documentation
Documentation changes
Kind
Enhancement
Improve existing functionality
Kind
Feature
New functionality
Kind
Security
This is security issue
Kind
Testing
Issue or pull request related to testing
Paid task
PR
Conflicts
PR conflicts with main
PR
Dependent
This PR is dependent on another PR
Priority
Critical
1
The priority is critical
Priority
High
2
The priority is high
Priority
Low
4
The priority is low
Priority
Medium
3
The priority is medium
PR
Ready to merge
Pull request is ready for merge
PR
Request changes
Changes requested in pull request
PR
Review required
Reviewed
Confirmed
Issue has been confirmed
Reviewed
Duplicate
This issue or pull request already exists
Reviewed
Invalid
Invalid issue
Reviewed
Won't Fix
This issue won't be fixed
Status
Abandoned
Somebody has started to work on this but abandoned work
Status
Blocked
Something is blocking this issue or pull request
Status
Need More Info
Feedback is required to reproduce issue or to continue work
infinity service, audio drivers, midi, speacker, audio programs
vesa, vga, framebuffer, cursors, blitter, and video drivers
pipes, signals, events, shared memory
virt and phys memory allocators, malloc and other
userspace and kernel(for example: serial) services
process, threads, run apps, scheduler
drivers from filesystem, fs api, blkdev, programs that work with the file system
windows, skins, buttons, mouse and keyboard code for windows (not the base code)
Milestone
No items
No Milestone
Projects
Clear projects
No projects
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: KolibriOS/kolibrios#163
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Replaces obsolete links to the retired SVN / WebSVN infrastructure with their current Gitea equivalents across the repo, and refreshes the bundled application table.
Changes:
data/common/templates/table_apps(rus).csv- WebSVN URLs → Gitea; dropped the dead /trunk path segment (flattened during the Git migration); unified the whole file to http:// (it is opened from within KolibriOS, whose network stack has no HTTPS); normalized forum/wiki columns and updated several app entries (descriptions, moved paths, new charsets).kernel/**/asmxygen.py- link_root now points to Gitea instead of WebSVN.svn://kolibrios.org/…andsvn:\…pseudo-paths to Gitea URLs ingif.asm,tinypad.asm,amon/gmonreadmes, and ktcchttp.h/conio.h.flappybird/README.md,ha/ReadMe.txt- WebSVN → Gitea.Out of scope:
$Revision$/$Id$, ~1000 files) andkolibri-n.orglinks — left for separate PRs.flappybird was renamed to floppybird, link https://git.kolibrios.org/KolibriOS/kolibrios/src/branch/main/programs/games/flappybird not work
@Sweetbread - still in progress?
I suppose, there are no more mention of websvn.kolibrios.org in repository.
Would be grateful, if anyone can double-check this.
WIP: refactor/linksto refactor/links: update obsolote WebSVN links (fix #66, #67, ref #77)cc4b210ac5todfd89a5bd2All links are HTTPS, but in data/common/templates/table_apps(rus).csv are HTTP. @Burer, are you sure?
As far as I understand, this file was created as demostration of
tableapp, so it is intended to be opened inside KOS, where HTTPS doesn't make much sence.Looking over, the
httplinks are preferable to access easily using KolibriOS... but they don't work or are auto-routed to the securehttpspage. So suggest changing tohttpsuniversally.Edit: Reading latest comments- has this been tested and works inside KOS?
Well, it seems to work fine for me, as shown in attached image.
And, once again, in my understanding this was intended as KOS-inside file, so no reason for HTTPS here.
But I may be wrong.