Loading...
 
Skip to main content

History: List of special interfaces

Source of version: 22 (current)

Copy to clipboard
            ! {{page}}

Tiki has various interfaces which override the standard interface (Bootstrap-based themes). As of 2024-02-21, there are various UIs because they were done by different people at different times. Next steps:
# Make a list of all interfaces
# Compare UIs
# Determine which ones (some or all) should be unified
# Determine if and how they should be themable
# Make it happen
 
!! What the community installs
!!! Tiki installer
* Tiki Installer Disabled: https://doc.tiki.org/tiki-install.php

!!! Composer has not yet been run
(mentioned by Jonny)

!!! Attempt to run CLI
* [console.php]
* tiki-realtime.php ((Realtime))

!!! Tiki
* Site closed via tiki-error_simple.php: ((Site Access))
* [tiki-download_wiki_attachment.php?attId=87&page=List%20of%20special%20interfaces&download=y|When Tiki is on a server without minimum PHP version]. Ref: ((dev:How to set minimum requirements in Tiki))
* ((Content delivery network)): when the CDN URL is improperly accessed, there is an error message.
* ((System Configuration)): when .ini file is unreadeable

!!! Tiki Manager
* Site currently being updated (with a useful timer) "Maintenance in Progress"
* Tiki Manager Web not yet installed

!!! Tiki Check
In standalone mode: not really any theme
Within a configured Tiki: should take them of the Tiki

!! What the community uses
!!! Packages
* https://packages.tiki.org/

!!! Composer / Satis Repository
* https://composer.tiki.org ([https://github.com/composer/satis|Satis]
* Maybe we should look at [https://github.com/realshadow/satis-control-panel|this] too?

!!! show.tiki.org
http://show.tiki.org (suggested by Jean-Marc)

!!! demo
http://demo.tiki.org

!!! Page not found
At Tiki sites, for invalid URLs ending in .php (or .html, etc.), instead of a normal 404 error, this is displayed: "No route found. Please see ~np~http://dev.tiki.org/URL+Rewriting+Revamp~/np~". (Related bug reports: [https://dev.tiki.org/item7039-Admin-page-not-found-error-is-too-geeky] and [https://dev.tiki.org/item5565-With-URL-rewriting-enabled-attempt-to-access-invalid-URL-yields-strange-techie-error-message-rather-than-usual-page-not-found].)

Also, an issue with page not found is a very broken page being returned. See [https://dev.tiki.org/item3537--htaccess-issue#contenttabs_view_tracker_item-1]{sign user="drsassafras" datetime="2019-09-10T19:43:52+00:00"}

!!! 403, 404, 500, 503 Errors
The server errors right now are not handled by Tiki, and hence have the default view of the server default, or sometimes on shared hosting the somewhat prettier messages they provide. It is a simple matter to take control over these, but of course, we need somewhere pretty to send users.{sign user="drsassafras" datetime="2019-09-10T19:43:52+00:00"}
!!!! index.php & must be included errors
These currently unhelpful errors should probably be redirected to a 403 page.