gosora/query_gen/lib
Azareal 9075798128 Alerts are now rendered via a client side transpiled template rather than being hard-coded.
Tweaked some bits to make them more 32-bit friendly for GopherJS, but this might not be necessary now.
Added notice.html
Added an alerts package to fix the import cycles, more things may be moved here soon.
Saved a few lines of accumulator code in a few stores.
Moved the AccountEditCriticalSubmit, AccountEditAvatar, AccountEditAvatarSubmit, AccountEditUsername, and AccountEditUsernameSubmit routes into the routes package.
Added a QueryRow method to AccSelectBuilder.
Tweaked the indentation in the generated templates.
Simplified the template render in the AccountEditUsernameSubmit route into a redirect back to the previous page.

Run the update script / patcher to replace the route names in the viewchunks table.
2018-05-14 18:56:56 +10:00
..
acc_builders.go Alerts are now rendered via a client side transpiled template rather than being hard-coded. 2018-05-14 18:56:56 +10:00
accumulator.go Fixed the Go Version in the Travis file. 2018-04-22 13:33:56 +01:00
builder.go Added the menu manager and menu item editor. 2018-05-11 15:41:51 +10:00
install.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00
micro_builders.go Fixed the Go Version in the Travis file. 2018-04-22 13:33:56 +01:00
mssql.go Added the menu manager and menu item editor. 2018-05-11 15:41:51 +10:00
mysql.go Added the menu manager and menu item editor. 2018-05-11 15:41:51 +10:00
pgsql.go Added the menu manager and menu item editor. 2018-05-11 15:41:51 +10:00
querygen.go Added the menu manager and menu item editor. 2018-05-11 15:41:51 +10:00
transaction.go Renamed a few querygen structs. 2017-11-12 05:25:04 +00:00
utils.go All the menu items are dynamic now, all that needs to be done now is the Control Panel part of the Menu Manager. 2018-04-23 09:38:25 +01:00