gosora/themes
Azareal 21d623cba4 Static CSS files are now processed by the template system. This will be most likely be superseded by a more sophisticated system in the future.
Added the authentication interface and associated struct to better organise / escapsulate the authentication logic.
Added the LogError function. We'll put together a custom logger at some point which will supersede this.
Reorganised things a little.
Moved two queries into the query generator and inlined four with the query builder.
Added SimpleInsertLeftJoin to the query generator.
Added SimpleInsertSelect, SimpleInsertLeftJoin, and SimpleInsertInnerJoin to the query builder.
Removed the undocumented password reset mechanism for security reasons. We have a proper interface for this in the control panel.
Made one of the template compiler errors less cryptic.
Fixed the CSS on widget_simple.
Fixed a glitch in the weak password detector regarding unique character detection.
Moved the responsive CSS in media.partial.css for Tempra Conflux, and Tempra Simple.
Added the CreateUser method to the UserStore.
Users are no longer logged out on all devices when logging out.

Took the first step towards SEO URLs.
2017-06-25 10:56:39 +01:00
..
cosmo Added the HeaderVars struct which is now used in the header template. 2017-06-16 11:41:30 +01:00
cosmo-classic Static CSS files are now processed by the template system. This will be most likely be superseded by a more sophisticated system in the future. 2017-06-25 10:56:39 +01:00
cosmo-conflux Added the HeaderVars struct which is now used in the header template. 2017-06-16 11:41:30 +01:00
shadow Happy 100th commit! For the 100th commit, I've revamped a good portion of the user interface, and we don't plan on stopping! There's more to come! 2017-05-29 15:52:37 +01:00
tempra-conflux Static CSS files are now processed by the template system. This will be most likely be superseded by a more sophisticated system in the future. 2017-06-25 10:56:39 +01:00
tempra-cursive Static CSS files are now processed by the template system. This will be most likely be superseded by a more sophisticated system in the future. 2017-06-25 10:56:39 +01:00
tempra-simple Static CSS files are now processed by the template system. This will be most likely be superseded by a more sophisticated system in the future. 2017-06-25 10:56:39 +01:00