You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates
wxiaoguang b4460cf541
Make "install page" respect environment config (#25648) (#25799)
Backport #25648

Replace #25580

Fix #19453

The problem was: when users set "GITEA__XXX__YYY" , the "install page"
doesn't respect it.

So, to make the result consistent and avoid surprising end users, now
the "install page" also writes the environment variables to the config
file.

And, to make things clear, there are enough messages on the UI to tell
users what will happen.

There are some necessary/related changes to `environment-to-ini.go`:

* The "--clear" flag is removed and it was incorrectly written there.
The "clear" operation should be done if INSTALL_LOCK=true
* The "--prefix" flag is removed because it's never used, never
documented and it only causes inconsistent behavior.

The only conflict during backport is "ui divider" in
templates/install.tmpl
2 years ago
..
admin Fix admin-dl-horizontal (#25512) (#25535) 2 years ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 2 years ago
base Align language menu icon and fit the footer area (#25556) (#25563) 2 years ago
code Use data-tooltip-content for tippy tooltip (#23649) 2 years ago
custom Add footer extra links template (#9576) 5 years ago
devtest Make "cancel" buttons have proper type in modal forms (#25618) (#25641) 2 years ago
explore Fix repo search broken because of profile page added (#25455) (#25467) 2 years ago
mail Remove incorrect HTML self close tag (#23748) 2 years ago
org Button and color enhancements (#24989) (#25176) 2 years ago
package Actions list enhancements (#25601) (#25678) 2 years ago
projects Remove test string (#25447) (#25448) 2 years ago
repo Clarify "text-align" CSS helpers, fix clone button padding (#25763) (#25764) 2 years ago
shared Several fixes for mobile UI (#25634) (#25689) 2 years ago
status Show OAuth2 errors to end users (#25261) (#25271) 2 years ago
swagger Fix bug of branches API with tests(#25578) (#25579) 2 years ago
user Clarify "text-align" CSS helpers, fix clone button padding (#25763) (#25764) 2 years ago
home.tmpl Improve home page template, fix Sort dropdown menu flash (#23856) 2 years ago
install.tmpl Make "install page" respect environment config (#25648) (#25799) 2 years ago
post-install.tmpl Remove incorrect element ID on "post-install" page (#25104) (#25129) 2 years ago