清靈語
|
5780e78975
|
Replace Google reCAPTCHA API's domain (#507)
This makes it accessible in mainland China.
Sources:
google/recaptcha#227
https://developers.google.com/recaptcha/docs/faq#can-i-use-recaptcha-globally
https://meta.stackoverflow.com/questions/402339/please-change-the-recaptcha-link-to-ensure-the-site-is-accessible-in-china
Co-Authored-By: Fredrick Brennan <copypaste@kittens.ph>
|
2022-10-15 10:07:10 -04:00 |
|
Fredrick Brennan
|
f1b43e5fb2
|
{% (end)?raw %} ⇒ {% (end)?verbatim %}
```
rg '\{%\s*raw' -l | xargs -I{} sed -i -e 's/{%\(\s*\)raw/{%\1verbatim/g; s/endraw\(\s*\)%}/endverbatim\1%}/g' {}
```
Close vichan-devel/vichan#452.
|
2021-11-03 22:49:49 -04:00 |
|
Daniel Saunders
|
7a43a3ea34
|
Updated reCAPTCHA v2 to use api.js method
|
2017-07-24 03:40:56 -04:00 |
|
czaks
|
14c499f9d1
|
Condense flags into one file. Heads-up for people having custom flags, disable $config['country_flags_condensed'] !!!
|
2014-02-24 00:06:01 +01:00 |
|
czaks
|
1a9e4eaef6
|
full, working wPaint oekaki implementation; fixes vichan-devel#20
|
2014-01-31 09:39:39 +01:00 |
|
czaks
|
4636f5b6ef
|
fix watch.js on nonstandard paths; fixes vichan-devel#38
this commit also adds a modRoot js variable that makes proper
modlinks. also fixed in watch.js
|
2014-01-29 22:53:31 +01:00 |
|
czaks
|
16ae5177f7
|
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
|
2013-08-05 06:23:20 -04:00 |
|
Michael Foster
|
1248e329d2
|
remove maximum-scale in <meta name="viewport">
|
2013-08-05 05:05:38 -04:00 |
|
czaks
|
168a4d73cc
|
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
|
2013-08-01 00:47:33 -04:00 |
|
Michael Foster
|
5bf0e7f7e7
|
Better/fixed jQuery styling and slightly improved js/inline-expanding.js accuracy (when jQuery is enabled)
|
2013-08-01 00:27:54 -04:00 |
|
Michael Foster
|
1ffabe2b93
|
fix header.html merge
|
2013-07-31 03:55:55 -04:00 |
|
asiekierka
|
a9f3f44c5f
|
refactored head away from templates
Conflicts:
templates/generic_page.html
templates/index.html
templates/page.html
|
2013-07-31 03:54:18 -04:00 |
|
czaks
|
1aa522e138
|
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts:
templates/index.html
templates/post_thread.html
templates/thread.html
|
2013-07-23 10:25:33 -04:00 |
|
asiekierka
|
b35f7d9e1e
|
refactored head away from templates
|
2013-01-06 09:41:00 +01:00 |
|