Commit Graph

27 Commits

Author SHA1 Message Date
jo a2247d90f5 chore: bump copyright year 2023-03-02 16:29:12 +02:00
jo 6e6c7095f4 chore: development process is in contributing 2023-03-02 16:29:12 +02:00
jo 583169e079 chore: remove website setup 2022-12-20 16:09:28 +02:00
Jonas L fa559e2569
chore: some time traveling (#2062) 2022-08-17 13:39:50 +02:00
jo b5267068e4 docs: add releases distributions support 2022-07-22 19:56:35 +02:00
Jonas L fc98b617cf
chore: clean docs html code (#1920) 2022-06-27 07:46:58 +02:00
Jonas L d020fbd983
chore: remove test workflow badge (#1808) 2022-04-25 16:34:15 +02:00
Kyle Robbertze d698ace89f
chore: update code of conduct URLs (#1724)
* chore: update code of conduct URLs

* lowercase org name

Co-authored-by: Jonas L <jooola@users.noreply.github.com>
2022-04-01 13:02:13 +00:00
Jonas L 331df277b4
docs: fix and update links (#1714) 2022-03-29 13:07:38 +02:00
Jonas L d3c37ce162
chore: move and clean logo to website (#1590) 2022-02-11 12:20:45 +02:00
jo 2d644561bf docs: fix broken links 2022-02-10 08:40:38 +01:00
Jonas L c2cd1c28b8
chore: rename master branch to main (#1508) 2022-01-13 16:03:31 +00:00
Jonas L 3dd43d183c
Update README.md (#1420)
* Update README.md

Update CI badge with Github Action badge.
Update Copyright date.
Update link to legacy files.

* Update README.md

Co-authored-by: Kyle Robbertze <paddatrapper@users.noreply.github.com>

Co-authored-by: Kyle Robbertze <paddatrapper@users.noreply.github.com>
2021-10-17 20:08:12 +02:00
jo efe4fa027e Format code using prettier 2021-06-04 17:04:53 +02:00
Kyle Robbertze 8dd8cb1009 add link to mattermost in README 2019-10-07 22:52:30 +02:00
Kyle Robbertze b14cecbf99 slight redesign of the opencollective sections of README.md 2019-09-25 11:41:11 +02:00
Jess c51fdaa6f5 Added financial contributors to the README 2019-09-14 13:14:04 -07:00
Kyle Robbertze 0d87ba2147 Add branding to README 2019-06-29 19:52:29 +02:00
Robb 0b75374219 Updating Readme.MD
Adding link to the forum
2017-10-19 15:42:48 -04:00
Robb Ebright d0f0ffaade fixing link to code of conduct 2017-03-24 08:57:55 -04:00
Lucas Bickel d028681d52 Add docs linked from help page
I linked these docs form the help page pointing to a 404 and this takes care of adding some rather bare content so we have something up and running for a release.
2017-03-15 12:16:48 +01:00
Lucas Bickel 625f92fe44 Vendorize ZF1, fix PHPUnit and configure travis
This a a rather large commit due to the nature of the stuff it is touching. To get PHPUnit up and running again I had to update some deps and I did so by vendorizing them. The vendorizing of zf1 makes sense since distros are already considering to drop it from their repos.

* [x] install vendorized zf1 with composer
* [x] load composer autoloader before zf1
* [x] Implement headAction for all Zend_Rest_Controller based controllers
* [x] switch to yml dataset to get around string only limitations of xml sets (also removed warning in readme)
* [x] use year 2044 as hardcoded date for tests since it is in the future and has the same days like previously used 2016
* [x] make tests easier to run when accessing phpunit directly
* [x] clean up test helper to always use airtime.conf
* [x] switch test dbname to libretime_test
* [x] test db username password switched to libretime/libretime
* [x] install phpunit with composer in a clear version (make tests easier to reproduce on other platforms)
* [x] remove local libs from airtime repo (most of airtime_mvc/library was not needed of in vendor already)
* [x] configure composer autoloading and use it (also removed requires that are not needed anymore)
* [x] add LibreTime prefix for FileNotFoundException (phing had a similar class and these are all pre-namespace style)
* [x] add .travis.yml file
* [x] make etc and logdir configurable with LIBRETIME_CONF_DIR and LIBRETIME_LOG_DIR env (so travis can change it)
* [x] slight cleanup in config for travis not to fail
* [x] add cloud_storage.conf for during test runs
* [x] rewrite mvc testing docs and move them to docs/ folder
* [x] don't use `static::class` in a class that does not have a parent class, use `__CLASS__` instead.
* [x] don't use `<ClassName>::class`, since we already know what class we want `"<ClassName>"` ist just fine.
* [x] fix "can't use method in write context" errors on 5.4 (also helps the optimizer)
* [x] add build status badge on main README.md

Fixes https://github.com/LibreTime/libretime/issues/4

The PHP parts of https://github.com/LibreTime/libretime/pull/10 get obsoleted by this change and it will need rebasing.

This also contains https://github.com/LibreTime/libretime/pull/8, the late static binding compat code was broken for no reason and until CentOS drops php 5.4 there is no reason I'm aware of not to support it. I inlined #8 since the test would be failing on php 5.4 without the change.

If you want to run tests you need to run `composer install` in the root directory and then `cd airtime_mvc/tests && ../../vendor/bin/phpunit`. For the tests to run the user `libretime` needs to be allowed to create the `libretime_test` database. See `docs/TESTING.md` for more info on getting set up.
2017-02-27 17:59:01 +01:00
Lucas Bickel 4b4dc313f5 Remove unlinked reference to taiga 2017-02-22 10:32:47 +01:00
Lucas Bickel 725da17bb7 Implement C4
As discussed on <https://tree.taiga.io/project/robbt-libreairwaves-airtime-fork/issue/23>...

I am implementing the C4 standard by linking to the document in our main README.md.
2017-02-14 14:37:35 +01:00
Lucas Bickel 5b6114b140 Implement Semantic Versioning
As per <https://tree.taiga.io/project/robbt-libreairwaves-airtime-fork/issue/22> I am implementing semantic versioning. The docs in README is all that is needed, lets hope this works out to get a sustainable release process up and running fast.
2017-02-14 14:37:27 +01:00
Lucas Bickel efa318b51e Add Contributor Code of Conduct
As stated in <https://tree.taiga.io/project/robbt-libreairwaves-airtime-fork/issue/22> I am adding a proper CoC to the project. Please direct changes to the CoC directly to the linked repo.
2017-02-14 14:37:19 +01:00
Lucas Bickel c8942acadb Very basic README.md
That we can override the existing Sourcefabric README with an md extension comes in handy for our case.
2017-02-14 14:37:06 +01:00