Changesets: Website
master 5591698c 2020-11-14 07:41:19 Details Diff |
Update TwitterOauth library Fixes #27518 |
||
mod - .gitignore | Diff File | ||
mod - bot.php | Diff File | ||
add - composer.json | Diff File | ||
add - composer.lock | Diff File | ||
mod - get-tweets.php | Diff File | ||
mod - js/custom.js | Diff File | ||
rm - twitteroauth-master/LICENSE | Diff File | ||
rm - twitteroauth-master/README.md | Diff File | ||
rm - twitteroauth-master/callback.php | Diff File | ||
rm - twitteroauth-master/clearsessions.php | Diff File | ||
rm - twitteroauth-master/config.php | Diff File | ||
rm - twitteroauth-master/connect.php | Diff File | ||
rm - twitteroauth-master/html.inc | Diff File | ||
rm - twitteroauth-master/images/darker.png | Diff File | ||
rm - twitteroauth-master/images/lighter.png | Diff File | ||
rm - twitteroauth-master/index.php | Diff File | ||
rm - twitteroauth-master/redirect.php | Diff File | ||
rm - twitteroauth-master/test.php | Diff File | ||
rm - twitteroauth-master/twitteroauth/OAuth.php | Diff File | ||
rm - twitteroauth-master/twitteroauth/twitteroauth.php | Diff File | ||
master edadb3e4 2020-11-14 07:38:46 Details Diff |
Gracefully handle errors when retrieving tweets In case the Twitter API call fails, get-tweets.php now returns the status code in addition to the error details (JSON) in the response body. This allows the client to react properly to the error, as before it would always get an HTTP 200 success status code and did not know that something went wrong. Adding a .fail() handler to the ajax call, displaying an error message; the browser console should log the details about the failed XHR. |
||
mod - get-tweets.php | Diff File | ||
mod - js/custom.js | Diff File | ||
master f3585104 2020-11-14 07:35:11 Details Diff |
Add text indicating tweets are being retrieved | ||
mod - bot.php | Diff File | ||
mod - js/custom.js | Diff File | ||
master fde6fcd6 2020-11-14 07:33:51 Details Diff |
Replace deprecated ajax xhr.success() by .done() | ||
mod - js/custom.js | Diff File | ||
master 81098fad 2020-11-14 07:25:08 Details Diff |
Remove hardcoded tweets count in javascript Use data property to provide the parameter. |
||
mod - bot.php | Diff File | ||
mod - js/custom.js | Diff File | ||
master daa93668 2020-11-14 07:22:55 Details Diff |
Refactor get-tweets.php to use Twitter library from Composer Delete the previously bundled library |
||
mod - get-tweets.php | Diff File | ||
rm - twitteroauth-master/LICENSE | Diff File | ||
rm - twitteroauth-master/README.md | Diff File | ||
rm - twitteroauth-master/callback.php | Diff File | ||
rm - twitteroauth-master/clearsessions.php | Diff File | ||
rm - twitteroauth-master/config.php | Diff File | ||
rm - twitteroauth-master/connect.php | Diff File | ||
rm - twitteroauth-master/html.inc | Diff File | ||
rm - twitteroauth-master/images/darker.png | Diff File | ||
rm - twitteroauth-master/images/lighter.png | Diff File | ||
rm - twitteroauth-master/index.php | Diff File | ||
rm - twitteroauth-master/redirect.php | Diff File | ||
rm - twitteroauth-master/test.php | Diff File | ||
rm - twitteroauth-master/twitteroauth/OAuth.php | Diff File | ||
rm - twitteroauth-master/twitteroauth/twitteroauth.php | Diff File | ||
master b69bfce8 2020-11-14 07:20:23 Details Diff |
.gitignore: move config_inc.php out of editor files section | ||
mod - .gitignore | Diff File | ||
master 21a67115 2020-11-14 07:19:28 Details Diff |
.gitignore: exclude vendor directory | ||
mod - .gitignore | Diff File | ||
master 1b30629f 2020-11-14 07:18:07 Details Diff |
Composer: add abraham/twitteroauth v1.0.1 The library https://twitteroauth.com was previously bundled in our repo. The code (from 2014) was quite outdated, so switching to using Composer. Later versions of the library require PHP 7.2 or newer. Setting PHP platform to match the server config, to ensure a compatible version gets installed. |
||
add - composer.json | Diff File | ||
add - composer.lock | Diff File | ||
master bd0b2635 2020-04-25 19:17:42 Details Diff |
Reference KEYS file on Downloads page Fixes 0022269 |
Affected Issues 0022269 |
|
mod - download.php | Diff File | ||
master 2d5abc31 2019-08-29 07:02:51 Details Diff |
Fix spaces after links | ||
mod - doc_dev_inc.php | Diff File | ||
master 05cecf13 2019-08-29 06:56:38 Details Diff |
Add link to older versions of ERD | ||
mod - doc_dev_inc.php | Diff File | ||
master 5e52b56b 2019-08-29 06:43:08 Details Diff |
Reorder dev doc links Move Dev Guide + REST API reference up |
||
mod - doc_dev_inc.php | Diff File | ||
master 5fa7c920 2019-08-29 06:13:09 Details Diff |
More details about Developer's corner / wiki | ||
mod - doc_dev_inc.php | Diff File | ||
master ce71f612 2019-08-29 06:00:58 Details Diff |
Add links to GitHub repository and plugins org | ||
mod - doc_dev_inc.php | Diff File | ||
master 16ab72cf 2019-08-29 06:00:41 Details Diff |
Add link to REST API documentation Fixes #26097 |
||
mod - doc_dev_inc.php | Diff File | ||
master a78377e7 2018-12-26 09:13:30 Details Diff |
Fix copy/paste error | ||
mod - config_defaults_inc.php | Diff File | ||
master e7a82526 2018-12-26 09:03:12 Details Diff |
Merge branch 'download-legacy' Add section with link to download legacy version of MantisBT. Minor code improvements Fixes #25119 |
||
mod - config_defaults_inc.php | Diff File | ||
mod - download.php | Diff File | ||
master 7f88b9ab 2018-12-26 08:47:30 Details Diff |
Add legacy version section | ||
mod - download.php | Diff File | ||
master 7f5ba7d0 2018-12-26 08:23:35 Details Diff |
SF.net URLs go straight to the version to download Previously, they were pointing to the "main" sourceforge download directory (i.e. 'stable' or 'development'). |
||
mod - download.php | Diff File | ||
master dae7b186 2018-12-26 08:21:49 Details Diff |
Add helper function to print sourceforge URL | ||
mod - download.php | Diff File | ||
master 27b1f91c 2018-12-26 07:08:09 Details Diff |
Indent with tabs per mantisbt coding guidelines | ||
mod - config_defaults_inc.php | Diff File | ||
mod - download.php | Diff File | ||
master cab7e425 2018-12-26 07:02:05 Details Diff |
Remove versions numbers from default config | ||
mod - config_defaults_inc.php | Diff File | ||
master d5c89466 2018-12-26 06:59:29 Details Diff |
Database configuration is no longer used | ||
mod - config_defaults_inc.php | Diff File | ||
master 8cb13a58 2018-12-26 06:59:12 Details Diff |
Remove indentation | ||
mod - config_defaults_inc.php | Diff File |