This website requires JavaScript.
Explore
Help
Register
Sign In
a
/
gosora
Watch
1
Star
0
Fork
You've already forked gosora
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
28385cd4ba
gosora
/
build.bat
3 lines
33 B
Batchfile
Raw
Normal View
History
Unescape
Escape
Added the forum cache. The rest of the code now uses it instead than firing queries on every request. Added the ability for admins to delete forums. Added the ability for admins to edit forums. Added the Uncategorised Forum for topics with an ID of 0. Possibly for deleted forums in the future? Added the uncategorised forum visibility switch. Creating forums now has an anti-CSRF session check. The same is true with the newly implemented forum deletion and modification features. Cleaned up some of the error code.
2016-12-06 10:26:48 +00:00
go build
Added an installer which automatically populates the configuration file with information you provide. It also seeds the database with the necessary tables and data. Added the likes table. This is a sign of what's to come. Improved the installation instructions in README.md Fixed the SQL in data.sql so that it no longer errors out. The Admin user now has a default password. Fixed a status indicator which I overlooked in the previous commit. The Status field for topics is now deprecated. Improved the efficiency of plugin_bbcode Added more bat and shell files to make it easier for you to get things done.
2017-01-10 06:51:28 +00:00
go build ./install
Added the forum cache. The rest of the code now uses it instead than firing queries on every request. Added the ability for admins to delete forums. Added the ability for admins to edit forums. Added the Uncategorised Forum for topics with an ID of 0. Possibly for deleted forums in the future? Added the uncategorised forum visibility switch. Creating forums now has an anti-CSRF session check. The same is true with the newly implemented forum deletion and modification features. Cleaned up some of the error code.
2016-12-06 10:26:48 +00:00
pause