All Projects → SimpleMachines → Smf2.1

SimpleMachines / Smf2.1

Licence: other
Thoughts, Ideas and bits of code for SMF (2.1)

Projects that are alternatives of or similar to Smf2.1

Mybb
MyBB is a free and open source forum software.
Stars: ✭ 750 (+80.29%)
Mutual labels:  forum, mysql, postgresql
Deno Nessie
A modular Deno library for PostgreSQL, MySQL, MariaDB and SQLite migrations
Stars: ✭ 381 (-8.41%)
Mutual labels:  mysql, postgresql
Dbeaver
Free universal database tool and SQL client
Stars: ✭ 23,752 (+5609.62%)
Mutual labels:  mysql, postgresql
Web
适合java新手入门练习的java web个人网站项目,目前主要维护web-mysql和web-psql两个分支。前台包括博客、代码库、文件下载、留言、登录注册、站内搜索、分类目录等功能,后台包括上传文件、博客、代码,编辑、删除文章,修改个人资料等功能,目前暂停开发新功能。网址:https://demo.hemingsheng.cn ,觉得不错的欢迎 star。 手机版网址:
Stars: ✭ 414 (-0.48%)
Mutual labels:  mysql, postgresql
Jet
Type safe SQL builder with code generation and automatic query result data mapping
Stars: ✭ 373 (-10.34%)
Mutual labels:  mysql, postgresql
Sqlx
🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, SQLite, and MSSQL.
Stars: ✭ 5,039 (+1111.3%)
Mutual labels:  mysql, postgresql
Express Rest Api Boilerplate
Express REST API with JWT Authentication and support for sqlite, mysql, and postgresql
Stars: ✭ 384 (-7.69%)
Mutual labels:  mysql, postgresql
Nameless
NamelessMC is a free, easy to use & powerful website software for your Minecraft server, which includes a large range of features.
Stars: ✭ 337 (-18.99%)
Mutual labels:  forum, mysql
Franchise
🍟 a notebook sql client. what you get when have a lot of sequels.
Stars: ✭ 3,823 (+818.99%)
Mutual labels:  mysql, postgresql
With advisory lock
Advisory locking for ActiveRecord
Stars: ✭ 409 (-1.68%)
Mutual labels:  mysql, postgresql
Shmig
Database migration tool written in BASH.
Stars: ✭ 408 (-1.92%)
Mutual labels:  mysql, postgresql
Aura.sqlquery
Independent query builders for MySQL, PostgreSQL, SQLite, and Microsoft SQL Server.
Stars: ✭ 376 (-9.62%)
Mutual labels:  mysql, postgresql
Dibi
Dibi - smart database abstraction layer
Stars: ✭ 373 (-10.34%)
Mutual labels:  mysql, postgresql
Redash
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
Stars: ✭ 20,147 (+4743.03%)
Mutual labels:  mysql, postgresql
Dbngin
DB Engine
Stars: ✭ 344 (-17.31%)
Mutual labels:  mysql, postgresql
Shell
Infrastructure Management Shell - Linux
Stars: ✭ 381 (-8.41%)
Mutual labels:  mysql, postgresql
Sqlboiler
Generate a Go ORM tailored to your database schema.
Stars: ✭ 4,497 (+981.01%)
Mutual labels:  mysql, postgresql
Devilbox
A modern Docker LAMP stack and MEAN stack for local development
Stars: ✭ 3,598 (+764.9%)
Mutual labels:  mysql, postgresql
Sqlsugar
Best ORM Fastest ORM Simple Easy Sqlite orm Oracle ORM Mysql Orm postgresql ORm SqlServer oRm 达梦 ORM 人大金仓 ORM 神通ORM C# ORM
Stars: ✭ 3,748 (+800.96%)
Mutual labels:  mysql, postgresql
Walkable
A Clojure(script) SQL library for building APIs: Datomic® (GraphQL-ish) pull syntax, data driven configuration, dynamic filtering with relations in mind
Stars: ✭ 384 (-7.69%)
Mutual labels:  mysql, postgresql

SMF

Build Status

This is a SMF 2.1 development repository. The software is licensed under BSD 3-clause license.

Contributions to documentation are licensed under CC-by-SA 3. Third party libraries or sets of images are under their own licenses.

Notes:

Feel free to fork this repository and make your desired changes.

Please see the Developer's Certificate of Origin in the repository: by signing off your contributions, you acknowledge that you can and do license your submissions under the license of the project.

Branches organization:

  • master - is the main branch, only used to merge in a "final release"
  • development - is the branch where the development of the "next" version/s happens
  • release-2.1 - is the branch where bug fixes for the version 2.1 are applied

How to contribute:

  • fork the repository. If you are not used to Github, please check out fork a repository.
  • branch your repository, to commit the desired changes.
  • sign-off your commits, to acknowledge your submission under the license of the project.
    • It is enough to include in your commit comment "Signed-off by: " followed by your name and email address (for example: Signed-off-by: Your Name <[email protected]>)
    • an easy way to do so is to define an alias for the git commit command, which includes -s switch (reference: How to create Git aliases)
  • send a pull request to us.

How to submit a pull request:

  • If you want to send a bug fix for the version 2.1, send it to the branch release-2.1
  • If you want to send a new feature, use the branch development
  • You should never send any pull request against the master branch For more information, the ideal branching we would like to follow is the one described in this article

Please, feel free to play around. That's what we're doing. ;)

Security matters:

Lastly, if you have a security issue you would like to notify us about regarding SMF - not just for 2.1, but for any version - please file a security report on our website: https://www.simplemachines.org/about/smf/security.php

This will enable the team to review it and prepare patches as appropriate before exploits are widely known, which helps keep everyone safe.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].